You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/06/20 10:03:46 UTC

svn commit: r191418 - /maven/continuum/trunk/continuum-plexus-application/build.bat

Author: evenisse
Date: Mon Jun 20 01:03:46 2005
New Revision: 191418

URL: http://svn.apache.org/viewcvs?rev=191418&view=rev
Log:
o need to use -D settings for the time being but this works and the POM
  has commented out values for now so we can generate the runtime using m2
  trunk.

Modified:
    maven/continuum/trunk/continuum-plexus-application/build.bat

Modified: maven/continuum/trunk/continuum-plexus-application/build.bat
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/build.bat?rev=191418&r1=191417&r2=191418&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-plexus-application/build.bat (original)
+++ maven/continuum/trunk/continuum-plexus-application/build.bat Mon Jun 20 01:03:46 2005
@@ -1,32 +1,3 @@
 @echo off
-@REM Decide how to startup depending on the version of windows
 
-@REM -- Win98ME
-if NOT "%OS%"=="Windows_NT" goto Win9xArg
-
-@REM -- 4NT shell
-if "%eval[2+2]" == "4" goto 4NTArgs
-
-@REM -- Regular WinNT shell
-set MAVEN_CMD_LINE_ARGS=%*
-goto endInit
-
-@REM The 4NT Shell from jp software
-:4NTArgs
-set MAVEN_CMD_LINE_ARGS=%$
-goto endInit
-
-:Win9xArg
-@REM Slurp the command line arguments.  This loop allows for an unlimited number
-@REM of agruments (up to the command line limit, anyway).
-set MAVEN_CMD_LINE_ARGS=
-:Win9xApp
-if %1a==a goto endInit
-set MAVEN_CMD_LINE_ARGS=%MAVEN_CMD_LINE_ARGS% %1
-shift
-goto Win9xApp
-
-@REM Reaching here means variables are defined and arguments have been captured
-:endInit
-
-call m2 clean:clean package plexus:bundle-application plexus:test-runtime 
\ No newline at end of file
+call m2 -DapplicationConfiguration=src/conf/application.xml -DconfigurationsDirectory=src/conf -DconfigurationProperties=app.properties -DapplicationName=continuum -DruntimeConfiguration=src/test/conf/test-runtime-configuration.xml -DruntimeConfigurationProperties=app.properties clean:clean plexus:app plexus:bundle-application plexus:test-runtime