Revision: 174
http://jsptest.svn.sourceforge.net/jsptest/?rev=174&view=rev
Author: lkoskela
Date: 2007-10-02 21:18:06 -0700 (Tue, 02 Oct 2007)
Log Message:
-----------
Temporary solution for building all components.
Added Paths:
-----------
trunk/build.sh
Added: trunk/build.sh
===================================================================
--- trunk/build.sh (rev 0)
+++ trunk/build.sh 2007-10-03 04:18:06 UTC (rev 174)
@@ -0,0 +1,8 @@
+#!/bin/sh
+eval 'cd jsptest-generic/jsptest-common;eval "mvn install";cd ../..'
+eval 'cd jsptest-generic/jsptest-compiler-api;eval "mvn install";cd ../..'
+eval 'cd jsptest-generic;eval "mvn install";cd ..'
+eval 'cd jsptest-jsp12;eval "mvn install";cd ..'
+eval 'cd jsptest-jsp20;eval "mvn install";cd ..'
+eval 'cd jsptest-jsp21;eval "mvn install";cd ..'
+eval 'mvn install'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|