Changeset 496
- Timestamp:
- 01/23/08 10:48:49 (10 months ago)
- Files:
-
- AcmeIdp/trunk/build.xml (modified) (3 diffs)
- AcmeIdp/trunk/nbproject/ant-deploy.xml (modified) (2 diffs)
- AcmeIdp/trunk/nbproject/genfiles.properties (modified) (1 diff)
- AcmeIdp/trunk/nbproject/project.properties (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
AcmeIdp/trunk/build.xml
r457 r496 22 22 -pre-compile-test-single: called before javac compilation of single JUnit test 23 23 -post-compile-test-single: called after javac compilation of single JUunit test 24 -pre-dist: called before jarbuilding25 -post-dist: called after jarbuilding24 -pre-dist: called before archive building 25 -post-dist: called after archive building 26 26 -post-clean: called after cleaning build products 27 27 -pre-run-deploy: called before deploying … … 30 30 Example of pluging an obfuscator after the compilation could look like 31 31 32 <target name=" post-compile">32 <target name="-post-compile"> 33 33 <obfuscate> 34 34 <fileset dir="${build.classes.dir}"/> … … 46 46 init-macrodef-junit: defines macro for junit execution 47 47 init-macrodef-debug: defines macro for class debugging 48 do-dist: jararchive building48 do-dist: archive building 49 49 run: execution of project 50 50 javadoc-build: javadoc generation AcmeIdp/trunk/nbproject/ant-deploy.xml
r319 r496 13 13 <echo message="Deploying ${deploy.ant.archive} to ${Context(path)}"/> 14 14 <taskdef name="deploy" classname="org.apache.catalina.ant.DeployTask" 15 classpath="${tomcat.home}/ server/lib/catalina-ant.jar"/>15 classpath="${tomcat.home}/lib/catalina-ant.jar"/> 16 16 <deploy url="${tomcat.url}/manager" username="${tomcat.username}" 17 17 password="${tomcat.password}" path="${Context(path)}" … … 22 22 <echo message="Undeploying ${Context(path)}"/> 23 23 <taskdef name="undeploy" classname="org.apache.catalina.ant.UndeployTask" 24 classpath="${tomcat.home}/ server/lib/catalina-ant.jar"/>24 classpath="${tomcat.home}/lib/catalina-ant.jar"/> 25 25 <undeploy url="${tomcat.url}/manager" username="${tomcat.username}" 26 26 password="${tomcat.password}" path="${Context(path)}"/> AcmeIdp/trunk/nbproject/genfiles.properties
r461 r496 1 1 build.xml.data.CRC32=0da94fd1 2 build.xml.script.CRC32= 6ed507983 build.xml.stylesheet.CRC32= 95be35702 build.xml.script.CRC32=2ee3c444 3 build.xml.stylesheet.CRC32=cfd7ba16 4 4 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. 5 5 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. 6 6 nbproject/build-impl.xml.data.CRC32=0da94fd1 7 nbproject/build-impl.xml.script.CRC32= afba370c8 nbproject/build-impl.xml.stylesheet.CRC32= ac43bae17 nbproject/build-impl.xml.script.CRC32=97c60135 8 nbproject/build-impl.xml.stylesheet.CRC32=432b6523 AcmeIdp/trunk/nbproject/project.properties
r457 r496 2 2 build.classes.excludes=**/*.java,**/*.form 3 3 build.dir=build 4 build.ear.classes.dir=${build.ear.web.dir}/WEB-INF/classes5 build.ear.web.dir=${build.dir}/ear-module6 4 build.generated.dir=${build.dir}/generated 7 5 build.test.classes.dir=${build.dir}/test/classes … … 12 10 compile.jsps=false 13 11 conf.dir=${source.root}/conf 14 debug.classpath=${javac.classpath}:${build.classes.dir} :${build.ear.classes.dir}12 debug.classpath=${javac.classpath}:${build.classes.dir} 15 13 debug.test.classpath=\ 16 14 ${run.test.classpath} … … 76 74 war.package=true 77 75 web.docbase.dir=web 76 webinf.dir=web/WEB-INF
