Am 25.04.2008 um 20:13 schrieb Christian Schalk:
Actually I found that I have to jump up to /java and do rebuild
(package):
mvn package (from /java)
then cd to /java/server
mvn jetty:run-war
Ah, ok, I thought you can run jetty:run-war directly inside the social-
api project.
Well, if you use a war-based webapp, you are forced to rebuild it
completely everytime (shameless cross-project promotion: have a look
at Sling + OSGi for replacing single projects/jars at runtime).
You can put this command in one step, though, by using:
cd ../server && mvn package && cd ../social-api && mvn jetty:run-war
Alex
--
Alexander Klimetschek
[EMAIL PROTECTED]
>> Day JCR Cup 08 | Win a MacBook Pro: http://dev.day.com/ <<