Author: thomas.diesler(a)jboss.com
Date: 2008-05-02 10:52:02 -0400 (Fri, 02 May 2008)
New Revision: 6862
Modified:
stack/native/trunk/build.xml
Log:
Load the jboss.home properties from the effective maven settings
Modified: stack/native/trunk/build.xml
===================================================================
--- stack/native/trunk/build.xml 2008-05-02 14:51:53 UTC (rev 6861)
+++ stack/native/trunk/build.xml 2008-05-02 14:52:02 UTC (rev 6862)
@@ -38,6 +38,7 @@
Loads the jboss.home properties from the effective maven settings
-->
<target name="mvn-settings">
+ <mkdir dir="${stack.output.dir}"/>
<exec dir="${basedir}" executable="mvn"
failonerror="true"
output="${stack.output.dir}/effective-settings.txt">
<arg value="help:effective-settings"/>
</exec>
@@ -107,19 +108,4 @@
</exec>
</target>
- <!-- ================================================================== -->
- <!-- Miscellaneous -->
- <!-- ================================================================== -->
-
- <target name="clean" depends="prepare" description="Cleans
up most generated files.">
-
- <echo message="*************************************"/>
- <echo message="* mvn clean *"/>
- <echo message="*************************************"/>
-
- <exec dir="${basedir}" executable="mvn"
failonerror="true">
- <arg value="clean"/>
- </exec>
- </target>
-
</project>
Show replies by date