# HG changeset patch # User František Kučera # Date 1236426341 -3600 # Node ID a8354f90252cbb4501a06035340503fd1fd7099b Založení projektu diff -r 000000000000 -r a8354f90252c .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Sat Mar 07 12:45:41 2009 +0100 @@ -0,0 +1,3 @@ +java/UpozorneniEmailem/dist/* +java/UpozorneniEmailem/build/* +java/UpozorneniEmailem/nbproject/private diff -r 000000000000 -r a8354f90252c java/UpozorneniEmailem/nbproject/ant-deploy.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/java/UpozorneniEmailem/nbproject/ant-deploy.xml Sat Mar 07 12:45:41 2009 +0100 @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 000000000000 -r a8354f90252c java/UpozorneniEmailem/nbproject/build-impl.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/java/UpozorneniEmailem/nbproject/build-impl.xml Sat Mar 07 12:45:41 2009 +0100 @@ -0,0 +1,806 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must set src.dir + Must set test.src.dir + Must set build.dir + Must set build.web.dir + Must set build.generated.dir + Must set dist.dir + Must set build.classes.dir + Must set dist.javadoc.dir + Must set build.test.classes.dir + Must set build.test.results.dir + Must set build.classes.excludes + Must set dist.war + +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 some files in the IDE or set javac.jsp.includes + + + + + + + + + + + + + + + + + + + + + + + Must select a file in the IDE or set jsp.includes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Browser not found, cannot launch the deployed application. Try to set the BROWSER environment variable. + + + Launching ${browse.url} + + + + + + Must select one file in the IDE or set run.class + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Must select one file in the IDE or set debug.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 -r 000000000000 -r a8354f90252c java/UpozorneniEmailem/nbproject/genfiles.properties --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/java/UpozorneniEmailem/nbproject/genfiles.properties Sat Mar 07 12:45:41 2009 +0100 @@ -0,0 +1,8 @@ +build.xml.data.CRC32=15ba57e8 +build.xml.script.CRC32=6228cf8f +build.xml.stylesheet.CRC32=c0ebde35 +# 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=15ba57e8 +nbproject/build-impl.xml.script.CRC32=1eabcb3d +nbproject/build-impl.xml.stylesheet.CRC32=174458fc diff -r 000000000000 -r a8354f90252c java/UpozorneniEmailem/nbproject/project.properties --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/java/UpozorneniEmailem/nbproject/project.properties Sat Mar 07 12:45:41 2009 +0100 @@ -0,0 +1,70 @@ +build.classes.dir=${build.web.dir}/WEB-INF/classes +build.classes.excludes=**/*.java,**/*.form +build.dir=build +build.generated.dir=${build.dir}/generated +build.test.classes.dir=${build.dir}/test/classes +build.test.results.dir=${build.dir}/test/results +build.web.dir=${build.dir}/web +build.web.excludes=${build.classes.excludes} +client.urlPart= +compile.jsps=false +conf.dir=${source.root}/conf +debug.classpath=${build.classes.dir}:${javac.classpath} +debug.test.classpath=\ + ${run.test.classpath} +display.browser=true +dist.dir=dist +dist.ear.war=${dist.dir}/${war.ear.name} +dist.javadoc.dir=${dist.dir}/javadoc +dist.war=${dist.dir}/${war.name} +excludes= +includes=** +j2ee.deploy.on.save=true +j2ee.platform=1.5 +j2ee.server.type=J2EE +jar.compress=false +javac.classpath= +# Space-separated list of extra javac options +javac.compilerargs= +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= +jspcompilation.classpath=${jspc.classpath}:${javac.classpath} +lib.dir=${web.docbase.dir}/WEB-INF/lib +no.dependencies=false +persistence.xml.dir=${conf.dir} +platform.active=default_platform +resource.dir=setup +run.test.classpath=\ + ${javac.test.classpath}:\ + ${build.test.classes.dir} +# Space-separated list of JVM arguments used when running a class with a main method or a unit test +# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value): +runmain.jvmargs= +source.encoding=UTF-8 +source.root=src +src.dir=${source.root}/java +test.src.dir=test +war.content.additional= +war.ear.name=UpozorneniEmailem.war +war.name=UpozorneniEmailem.war +web.docbase.dir=web +webinf.dir=web/WEB-INF diff -r 000000000000 -r a8354f90252c java/UpozorneniEmailem/nbproject/project.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/java/UpozorneniEmailem/nbproject/project.xml Sat Mar 07 12:45:41 2009 +0100 @@ -0,0 +1,18 @@ + + + org.netbeans.modules.web.project + + + UpozorneniEmailem + 1.6.5 + + + + + + + + + + + diff -r 000000000000 -r a8354f90252c java/UpozorneniEmailem/src/conf/MANIFEST.MF --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/java/UpozorneniEmailem/src/conf/MANIFEST.MF Sat Mar 07 12:45:41 2009 +0100 @@ -0,0 +1,2 @@ +Manifest-Version: 1.0 + diff -r 000000000000 -r a8354f90252c java/UpozorneniEmailem/web/WEB-INF/sun-web.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/java/UpozorneniEmailem/web/WEB-INF/sun-web.xml Sat Mar 07 12:45:41 2009 +0100 @@ -0,0 +1,11 @@ + + + + /UpozorneniEmailem + + + + Keep a copy of the generated servlet class' java code. + + + diff -r 000000000000 -r a8354f90252c java/UpozorneniEmailem/web/WEB-INF/web.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/java/UpozorneniEmailem/web/WEB-INF/web.xml Sat Mar 07 12:45:41 2009 +0100 @@ -0,0 +1,11 @@ + + + + + 30 + + + + index.jsp + + diff -r 000000000000 -r a8354f90252c java/UpozorneniEmailem/web/index.jsp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/java/UpozorneniEmailem/web/index.jsp Sat Mar 07 12:45:41 2009 +0100 @@ -0,0 +1,19 @@ +<%-- + Document : index + Created on : 7.3.2009, 12:44:47 + Author : fiki +--%> + +<%@page contentType="text/html" pageEncoding="UTF-8"%> + + + + + + JSP Page + + +

Hello World!

+ +