You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by bb...@apache.org on 2007/01/22 17:25:12 UTC

svn commit: r498717 - /incubator/xap/trunk/buildsystem/build-manufacturing.xml

Author: bbuffone
Date: Mon Jan 22 09:25:08 2007
New Revision: 498717

URL: http://svn.apache.org/viewvc?view=rev&rev=498717
Log:
fixed place where the log file get merged.

Modified:
    incubator/xap/trunk/buildsystem/build-manufacturing.xml

Modified: incubator/xap/trunk/buildsystem/build-manufacturing.xml
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildsystem/build-manufacturing.xml?view=diff&rev=498717&r1=498716&r2=498717
==============================================================================
--- incubator/xap/trunk/buildsystem/build-manufacturing.xml (original)
+++ incubator/xap/trunk/buildsystem/build-manufacturing.xml Mon Jan 22 09:25:08 2007
@@ -74,7 +74,7 @@
         
         <!-- combine all log files into one -->
         <copy todir="${staging.dist.location}/logs">
-            <fileset dir="${staging.dist.location}/logs">
+            <fileset dir="${staging.dist.location}/jsunit/logs">
                 <include name="**/*.xml"/>
             </fileset>
             <mapper type="merge" to="testErrors.txt"/>
@@ -113,7 +113,7 @@
         <!-- using 'ant' task here doesn't work -->
         <exec dir="${staging.buildsystem.location}" executable="ant.bat">
             <arg value="build-profile"/>
-            <arg value="-Dprofile-name=${profile-name}"/>
+            <arg value="-Dprofile=${profile-name}"/>
         </exec>    
     </target>