You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2002/02/17 22:25:14 UTC

cvs commit: jakarta-turbine-3 src.aspect.set build.xml

jvanzyl     02/02/17 13:25:14

  Modified:    .        Tag: rundata_security_changes build.xml
  Added:       .        Tag: rundata_security_changes src.aspect.set
  Log:
  - using more configured paths for the aspect compile
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.20.2.14 +12 -30    jakarta-turbine-3/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/build.xml,v
  retrieving revision 1.20.2.13
  retrieving revision 1.20.2.14
  diff -u -r1.20.2.13 -r1.20.2.14
  --- build.xml	17 Feb 2002 21:10:47 -0000	1.20.2.13
  +++ build.xml	17 Feb 2002 21:25:14 -0000	1.20.2.14
  @@ -50,21 +50,10 @@
         <classpath refid="tool-classpath"/>
       </taskdef>
   
  -    <create-path
  -      rid="classpath"
  -      descriptor="deps.list"
  -      basedir="${lib.repo}"
  -    />
  -
  -    <create-patternset
  -      rid="jar.resources.set"
  -      descriptor="jar.resources"
  -    />
  -
  -    <create-path
  -      rid="src.set"
  -      descriptor="src.set"
  -    />
  +    <create-path rid="classpath" descriptor="deps.list" basedir="${lib.repo}"/>
  +    <create-patternset rid="jar.resources.set" descriptor="jar.resources"/>
  +    <create-path rid="src.set" descriptor="src.set"/>
  +    <create-path rid="src.aspect.set" descriptor="src.aspect.set"/>
   
     </target>
   
  @@ -171,26 +160,19 @@
       depends="env"
       description="--> compiles the source code with ajc">
   
  -    <!-- Move aspects into the build cycle 
  -    <copy todir="${build.src}/org" filtering="yes">
  -      <fileset dir="${src.aspects.dir}/org">
  -        <include name="**/*.java"/>
  -      </fileset>
  -    </copy> -->
  -
       <taskdef
         name="ajc"
         classname="org.aspectj.tools.ant.taskdefs.Ajc"/>
   
  -    <ajc destdir="${build.dest}"
  -         excludes="**/package.html"
  -         debug="${debug}"
  -         deprecation="${deprecation}"
  -         optimize="${optimize}">
  +    <ajc 
  +      destdir="${build.dest}"
  +      excludes="**/package.html"
  +      debug="${debug}"
  +      deprecation="${deprecation}"
  +      optimize="${optimize}">
  +      
         <src>
  -        <pathelement location="${src.java.dir}"/>
  -        <pathelement location="${src.tool.dir}"/>
  -        <pathelement location="${src.aspects.dir}"/>
  +        <path refid="src.aspect.set"/>
         </src>
         <classpath>
           <path refid="classpath"/>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +3 -0      jakarta-turbine-3/Attic/src.aspect.set
  
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>