Skip to content

Commit

Permalink
Remove events script, rename script to BuildLauncher,update build.sh [#…
Browse files Browse the repository at this point in the history
…36 state:resolved]
  • Loading branch information
gschueler committed Oct 12, 2010
1 parent 41a2ce0 commit 803ec94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -213,7 +213,7 @@ then
fi

#run war phase
yes | $GRAILS_HOME/bin/grails -Dgrails.project.work.dir=$GWORKDIR prod war
yes | $GRAILS_HOME/bin/grails -Dgrails.project.work.dir=$GWORKDIR prod build-launcher
if [ 0 != $? ]
then
echo "Run Deck build failed"
Expand Down
@@ -1,9 +1,12 @@
includeTargets << grailsScript("_GrailsSettings")
includeTargets << grailsScript("_GrailsClasspath")
includeTargets << grailsScript("War")

def jettyvers="6.1.21"

target(main: "The description of the script goes here!") {
//execute war
warMain()
bundleAll()
}

Expand Down
6 changes: 0 additions & 6 deletions rundeckapp/scripts/_Events.groovy

This file was deleted.

0 comments on commit 803ec94

Please sign in to comment.