Error when mvn -P tomcat,min

2008-08-31 Thread Fancing
When i built the Jetspeed Portal as the tutorial: http://portals.apache.org/tutorials/jetspeed-2/01/build-it.html, i got the following errors: $ mvn -P tomcat,min [ERROR] BUILD ERROR [INFO] --- [INFO] Error executing any tasks Embedded

Re: Error when mvn -P tomcat,min

2008-08-31 Thread Paul Benedict
I don't know if it makes a difference to your problem, but there should be no space between -P and the profile names. On Sun, Aug 31, 2008 at 6:59 AM, Fancing [EMAIL PROTECTED] wrote: When i built the Jetspeed Portal as the tutorial:

Re: Error when mvn -P tomcat,min

2008-08-31 Thread Fancing
It works. Thanks a lot! :) But i think this document should be updated: http://portals.apache.org/tutorials/jetspeed-2/01/build-it.html There is ONE space between -P and the profile name!!! 2008/8/31 Paul Benedict [EMAIL PROTECTED]: I don't know if it makes a difference to your problem, but

Re: Error when mvn -P tomcat,min

2008-08-31 Thread Wayne Fay
You'll need to take this up with the Jetspeed dev team. Obviously the Maven guys have no control over the Jetspeed documentation. Wayne On 8/31/08, Fancing [EMAIL PROTECTED] wrote: It works. Thanks a lot! :) But i think this document should be updated: