]> source.dussan.org Git - aspectj.git/commitdiff
- typo in top-level task
authorwisberg <wisberg>
Wed, 14 May 2003 07:50:10 +0000 (07:50 +0000)
committerwisberg <wisberg>
Wed, 14 May 2003 07:50:10 +0000 (07:50 +0000)
- incorrect pattern to copy all junit reports

build/release/build.xml

index d521d263e7ddf9c91e934ad8a2ef8c455f253e19..897b8386dcab66c84f154eef2549e924c17c5ce4 100644 (file)
        <target name="build" depends="init-variables"
                description="build an AspectJ release and tests"
                unless="skip.build">
-               <antcall target="build.release"/>
-               <antcall target="build.tests"/>
+               <antcall target="build-release"/>
+               <antcall target="build-tests"/>
        </target>
                
        <target name="build-release" depends="init-variables,create-tree"
                        location="${aspectj.tests.dir}/bin/junitXmlOutput"/>
                 <copy todir="${aj.build.log.dir}/junitXmlOutput" 
                        filtering="off">
-                       <fileset dir="${xmlSrcDir}"     includes="*"/>
+                       <fileset dir="${xmlSrcDir}"     includes="**/*"/>
                 </copy>
        </target>