[virtualcommons-svn] commit/foraging: alllee: && appears to be working to daisy chain the mvn and a
Status: Beta
Brought to you by:
alllee
From: Bitbucket <com...@bi...> - 2011-10-01 09:12:19
|
1 new changeset in foraging: http://bitbucket.org/virtualcommons/foraging/changeset/176c12f683d5/ changeset: 176c12f683d5 user: alllee date: 2011-10-01 11:12:11 summary: && appears to be working to daisy chain the mvn and ant commands. buildr is looking more attractive by the minute, though comes with its own dependency issues, namely installing ruby on windows, etc. affected #: 1 file (-1 bytes) --- a/deploy.bat Sat Oct 01 01:40:33 2011 -0700 +++ b/deploy.bat Sat Oct 01 02:12:11 2011 -0700 @@ -1,9 +1,10 @@ -REM set ANT_HOME to the location where you unpacked Ant. Inside this -REM directory should be bin and lib directories containing the Ant -REM executables and library dependencies. -REM set JAVA_HOME to the location of the installed JDK (customize as necessary) +::REM set ANT_HOME to the location where you unpacked Ant. Inside this +::REM directory should be bin and lib directories containing the Ant +::REM executables and library dependencies. +::REM set JAVA_HOME to the location of the installed JDK (customize as necessary) +REM This script will not work unless you make sure that ANT_HOME, M2_HOME, and JAVA_HOME are pointing at the correct location. set ANT_HOME=C:\tools\ant set M2_HOME=C:\tools\maven set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_26 set PATH=%M2_HOME%\bin;%ANT_HOME%\bin;%JAVA_HOME%\bin;%PATH% -mvn clean compile & ant clean deploy server +mvn clean compile && ant clean deploy server Repository URL: https://bitbucket.org/virtualcommons/foraging/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |