From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../ausgang/DSI-ejb/nbproject/ant-deploy.xml | 60 +++ .../ausgang/DSI-ejb/nbproject/build-impl.xml | 591 +++++++++++++++++++++ .../ausgang/DSI-ejb/nbproject/genfiles.properties | 9 + .../ausgang/DSI-ejb/nbproject/jax-ws.xml | 18 + .../ausgang/DSI-ejb/nbproject/jaxws-build.xml | 44 ++ .../DSI-ejb/nbproject/private/private.properties | 9 + .../ausgang/DSI-ejb/nbproject/private/private.xml | 4 + .../ausgang/DSI-ejb/nbproject/project.properties | 53 ++ .../ausgang/DSI-ejb/nbproject/project.xml | 22 + 9 files changed, 810 insertions(+) create mode 100644 Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/ant-deploy.xml create mode 100644 Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/build-impl.xml create mode 100644 Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/genfiles.properties create mode 100644 Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/jax-ws.xml create mode 100644 Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/jaxws-build.xml create mode 100644 Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/private/private.properties create mode 100644 Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/private/private.xml create mode 100644 Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/project.properties create mode 100644 Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/project.xml (limited to 'Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject') diff --git a/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/ant-deploy.xml b/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/ant-deploy.xml new file mode 100644 index 0000000..28ca9b4 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/ant-deploy.xml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/build-impl.xml b/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/build-impl.xml new file mode 100644 index 0000000..c310fcd --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/build-impl.xml @@ -0,0 +1,591 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must set src.dir + Must set test.src.dir + Must set build.dir + Must set build.generated.dir + Must set dist.dir + Must set build.classes.dir + Must set dist.javadoc.dir + Must set build.classes.excludes + Must set dist.jar + +The Java EE server classpath is not correctly set up. Your active server type is ${j2ee.server.type}. +Either open the project in the IDE and assign the server or setup the server classpath manually. +For example like this: + ant -Duser.properties.file=<path_to_property_file> (where you put the property "j2ee.platform.classpath" in a .properties file) +or ant -Dj2ee.platform.classpath=<server_classpath> (where no properties file is used) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +The libs.CopyLibs.classpath property is not set up. +This property must point to +org-netbeans-modules-java-j2seproject-copylibstask.jar file which is part +of NetBeans IDE installation and is usually located at +<netbeans_installation>/java<version>/ant/extra folder. +Either open the project in the IDE and make sure CopyLibs library +exists or setup the property manually. For example like this: + ant -Dlibs.CopyLibs.classpath=a/path/to/org-netbeans-modules-java-j2seproject-copylibstask.jar + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select some files in the IDE or set javac.includes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select one file in the IDE or set run.class + + + + + + + + + + + + + + + + + + + + + + Must select one file in the IDE or set main.class + + + + + Must set fix.includes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select some files in the IDE or set javac.includes + + + + + + + + + + + + + + + + Some tests failed; see details above. + + + + + + + + + Must select some files in the IDE or set test.includes + + + + Some tests failed; see details above. + + + + + Must select one file in the IDE or set test.class + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/genfiles.properties b/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/genfiles.properties new file mode 100644 index 0000000..de89ee2 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/genfiles.properties @@ -0,0 +1,9 @@ +build.xml.data.CRC32=313d1f30 +build.xml.script.CRC32=c69124cc +build.xml.stylesheet.CRC32=e5f4c432 +# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. +# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. +nbproject/build-impl.xml.data.CRC32=313d1f30 +nbproject/build-impl.xml.script.CRC32=f777b478 +nbproject/build-impl.xml.stylesheet.CRC32=36c39d59 +nbproject/jaxws-build.xml.stylesheet.CRC32=f49c6152 diff --git a/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/jax-ws.xml b/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/jax-ws.xml new file mode 100644 index 0000000..f7acffb --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/jax-ws.xml @@ -0,0 +1,18 @@ + + + + + beans.lieferant.LieferantBean + + + beans.artikelManager.ArtikelManagerBean + + + beans.lager.LagerBean + + + beans.bestell.BestellBean + + + + diff --git a/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/jaxws-build.xml b/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/jaxws-build.xml new file mode 100644 index 0000000..811c6cf --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/jaxws-build.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/private/private.properties b/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/private/private.properties new file mode 100644 index 0000000..a44f02f --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/private/private.properties @@ -0,0 +1,9 @@ +deploy.ant.properties.file=C:\\Dokumente und Einstellungen\\eisenhauer\\.netbeans\\6.5\\glassfish.properties +j2ee.platform.classpath=C:\\Programme\\glassfish_v2\\glassfish\\lib\\javaee.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\jsf-impl.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\activation.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\appserv-tags.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\mail.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\appserv-jstl.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\webservices-tools.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\webservices-rt.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\appserv-ws.jar +j2ee.platform.wscompile.classpath=C:\\Programme\\glassfish_v2\\glassfish\\lib\\j2ee.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\saaj-api.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\saaj-impl.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\jaxrpc-api.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\jaxrpc-impl.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\endorsed\\jaxp-api.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\appserv-ws.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\webservices-tools.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\webservices-rt.jar +j2ee.platform.wsgen.classpath=C:\\Programme\\glassfish_v2\\glassfish\\lib\\webservices-tools.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\webservices-rt.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\tools.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\appserv-jstl.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\javaee.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\appserv-ws.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\mail.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\activation.jar +j2ee.platform.wsimport.classpath=C:\\Programme\\glassfish_v2\\glassfish\\lib\\webservices-tools.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\webservices-rt.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\tools.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\appserv-jstl.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\javaee.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\appserv-ws.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\mail.jar:C:\\Programme\\glassfish_v2\\glassfish\\lib\\activation.jar +j2ee.platform.wsit.classpath= +j2ee.server.instance=[C:\\Programme\\glassfish_v2\\glassfish]deployer:Sun:AppServer::localhost:4848 +jaxws.endorsed.dir=C:\\Programme\\NetBeans 6.5\\java2\\modules\\ext\\jaxws21\\api:C:\\Programme\\NetBeans 6.5\\ide10\\modules\\ext\\jaxb\\api +netbeans.user=C:\\Dokumente und Einstellungen\\eisenhauer\\.netbeans\\6.5 diff --git a/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/private/private.xml b/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/private/private.xml new file mode 100644 index 0000000..cc2c0e5 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/private/private.xml @@ -0,0 +1,4 @@ + + + + diff --git a/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/project.properties b/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/project.properties new file mode 100644 index 0000000..8a2a184 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/project.properties @@ -0,0 +1,53 @@ +build.classes.dir=${build.dir}/jar +build.classes.excludes=**/*.java,**/*.form,**/.nbattrs +build.dir=build +build.ear.classes.dir=${build.dir}/jar +build.generated.dir=${build.dir}/generated +build.test.classes.dir=${build.dir}/test/classes +build.test.results.dir=${build.dir}/test/results +debug.classpath=${javac.classpath}:${build.classes.dir} +debug.test.classpath=\ + ${run.test.classpath} +dist.dir=dist +dist.ear.jar=${dist.dir}/${jar.name} +dist.jar=${dist.dir}/${jar.name} +dist.javadoc.dir=${dist.dir}/javadoc +excludes= +includes=** +j2ee.platform=1.5 +j2ee.server.type=J2EE +jar.compress=false +jar.name=DSI-ejb.jar +javac.classpath= +javac.debug=true +javac.deprecation=false +javac.source=1.5 +javac.target=1.5 +javac.test.classpath=\ + ${javac.classpath}:\ + ${build.classes.dir}:\ + ${libs.junit.classpath}:\ + ${libs.junit_4.classpath} +javadoc.additionalparam= +javadoc.author=false +javadoc.encoding=${source.encoding} +javadoc.noindex=false +javadoc.nonavbar=false +javadoc.notree=false +javadoc.preview=true +javadoc.private=false +javadoc.splitindex=true +javadoc.use=true +javadoc.version=false +javadoc.windowtitle= +meta.inf=${source.root}/conf +meta.inf.excludes=sun-cmp-mappings.xml +platform.active=default_platform +resource.dir=setup +run.test.classpath=\ + ${javac.test.classpath}:\ + ${build.test.classes.dir} +source.encoding=UTF-8 +source.root=src +src.dir=${source.root}/java +test.src.dir=test diff --git a/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/project.xml b/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/project.xml new file mode 100644 index 0000000..234e716 --- /dev/null +++ b/Master/Daten- und Systemintegration/Praktikum/Projekte/DSI-Praktikum-1/ausgang/DSI-ejb/nbproject/project.xml @@ -0,0 +1,22 @@ + + + org.netbeans.modules.j2ee.ejbjarproject + + + + + + DSI-ejb + 1.6 + + + + + + + + + ..\.\lib\nblibraries.properties + + + -- cgit v1.2.3