Skip to content

Commit

Permalink
SAK-29931 Misplaced command
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjmerono committed Oct 1, 2015
1 parent 8d151bb commit c5d6c62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pack/pack-bin/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
<target name="deploy" depends="prep" description="Build and deploy to target directory.">
<echo message="[INFO] build and deploy Sakai artifacts to /target/pack (faux Tomcat deployment)." />
<echo>Your OS name is: ${os.name}. If sakai doesn't start to install you might need to add it to the list of OSes.</echo>
<mkdir dir="${basedir}\target\pack"/>
<mkdir dir="${basedir}\target\pack\lib"/>
<exec dir="../../" executable="mvn" failonerror="true" os="Mac OS X,Linux,FreeBSD,Solaris">
<arg value="-Dmaven.tomcat.home=${basedir}/target/pack" />
<arg value="-Dmaven.test.skip=${sakai.skip.tests}" />
Expand All @@ -40,8 +42,6 @@
<arg value="install" />
<arg value="sakai:deploy" />
</exec>
<mkdir dir="${basedir}\target\pack"/>
<mkdir dir="${basedir}\target\pack\lib"/>
<!-- osfamily Tested on Windows 7 , (Fill in others) -->
<exec dir="../../" executable="cmd" failonerror="true" osfamily="windows">
<arg value="/c" />
Expand Down

0 comments on commit c5d6c62

Please sign in to comment.