Author: ammulder
Date: Wed Jul 20 18:46:12 2005
New Revision: 219978
URL: http://svn.apache.org/viewcvs?rev=219978&view=rev
Log:
Save your fingers a little trouble
Added:
geronimo/trunk/sandbox/console.sh (with props)
Added: geronimo/trunk/sandbox/console.sh
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console.sh?rev=219978&view=auto
==============================================================================
--- geronimo/trunk/sandbox/console.sh (added)
+++ geronimo/trunk/sandbox/console.sh Wed Jul 20 18:46:12 2005
@@ -0,0 +1,15 @@
+#! /bin/bash
+cd console-core
+rm -rf target && maven -o
+cd ../console-standard
+rm -rf target && maven -o
+cd ../console-framework
+rm -rf target && maven -o
+cd ../console-ear
+maven -o clean && maven -o
+cd ..
+cp -rf ~/.maven/repository/portlet-api ../modules/assembly/target/geronimo-1.0-SNAPSHOT/repository/
+cp -rf ~/.maven/repository/pluto ../modules/assembly/target/geronimo-1.0-SNAPSHOT/repository/
+cp -rf ~/.maven/repository/geronimo/jars/geronimo-console-core*.jar ../modules/assembly/target/geronimo-1.0-SNAPSHOT/repository/geronimo/jars/
+cp -rf ~/.maven/repository/geronimo-console ../modules/assembly/target/geronimo-1.0-SNAPSHOT/repository/
+echo "java -jar ../modules/assembly/target/geronimo-1.0-SNAPSHOT/bin/deployer.jar --user
system --password manager deploy console-ear/target/geronimo-console-1.0-SNAPSHOT.ear"
Propchange: geronimo/trunk/sandbox/console.sh
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: geronimo/trunk/sandbox/console.sh
------------------------------------------------------------------------------
svn:executable = *
|