Changeset 496

Show
Ignore:
Timestamp:
01/23/08 10:48:49 (10 months ago)
Author:
paulhethmon
Message:

update project files.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AcmeIdp/trunk/build.xml

    r457 r496  
    2222      -pre-compile-test-single:  called before javac compilation of single JUnit test 
    2323      -post-compile-test-single: called after javac compilation of single JUunit test 
    24       -pre-dist:                 called before jar building  
    25       -post-dist:                called after jar building  
     24      -pre-dist:                 called before archive building  
     25      -post-dist:                called after archive building  
    2626      -post-clean:               called after cleaning build products  
    2727      -pre-run-deploy:           called before deploying 
     
    3030    Example of pluging an obfuscator after the compilation could look like  
    3131 
    32         <target name="post-compile"> 
     32        <target name="-post-compile"> 
    3333            <obfuscate> 
    3434                <fileset dir="${build.classes.dir}"/> 
     
    4646      init-macrodef-junit:   defines macro for junit execution 
    4747      init-macrodef-debug:    defines macro for class debugging 
    48       do-dist:                jar archive building 
     48      do-dist:                archive building 
    4949      run:                    execution of project  
    5050      javadoc-build:          javadoc generation  
  • AcmeIdp/trunk/nbproject/ant-deploy.xml

    r319 r496  
    1313        <echo message="Deploying ${deploy.ant.archive} to ${Context(path)}"/> 
    1414        <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"/> 
    1616        <deploy url="${tomcat.url}/manager" username="${tomcat.username}" 
    1717                password="${tomcat.password}" path="${Context(path)}" 
     
    2222        <echo message="Undeploying ${Context(path)}"/> 
    2323        <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"/> 
    2525        <undeploy url="${tomcat.url}/manager" username="${tomcat.username}"  
    2626                  password="${tomcat.password}" path="${Context(path)}"/> 
  • AcmeIdp/trunk/nbproject/genfiles.properties

    r461 r496  
    11build.xml.data.CRC32=0da94fd1 
    2 build.xml.script.CRC32=6ed50798 
    3 build.xml.stylesheet.CRC32=95be3570 
     2build.xml.script.CRC32=2ee3c444 
     3build.xml.stylesheet.CRC32=cfd7ba16 
    44# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. 
    55# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. 
    66nbproject/build-impl.xml.data.CRC32=0da94fd1 
    7 nbproject/build-impl.xml.script.CRC32=afba370c 
    8 nbproject/build-impl.xml.stylesheet.CRC32=ac43bae1 
     7nbproject/build-impl.xml.script.CRC32=97c60135 
     8nbproject/build-impl.xml.stylesheet.CRC32=432b6523 
  • AcmeIdp/trunk/nbproject/project.properties

    r457 r496  
    22build.classes.excludes=**/*.java,**/*.form 
    33build.dir=build 
    4 build.ear.classes.dir=${build.ear.web.dir}/WEB-INF/classes 
    5 build.ear.web.dir=${build.dir}/ear-module 
    64build.generated.dir=${build.dir}/generated 
    75build.test.classes.dir=${build.dir}/test/classes 
     
    1210compile.jsps=false 
    1311conf.dir=${source.root}/conf 
    14 debug.classpath=${javac.classpath}:${build.classes.dir}:${build.ear.classes.dir} 
     12debug.classpath=${javac.classpath}:${build.classes.dir} 
    1513debug.test.classpath=\ 
    1614    ${run.test.classpath} 
     
    7674war.package=true 
    7775web.docbase.dir=web 
     76webinf.dir=web/WEB-INF