Thanks for the help, I managed to build the war without doing all the unit tests adding the propery

        maven.test.skip=true

  in the project.properties file that is in the jetspeeed root directory.

  jess .-

Pe, Win {PI} wrote:

Follow the following steps
Before we get started, we have a few pre-requisite installations:


1. Install a Java compiler (1.3 or greater) 2. Install Ant (1.5 or greater) 3. Install Maven 4. Install Tomcat 4 (4.1.12 or higher (last tested on 4.1.30)) or Tomcat 5 5. Install Jetspeed (1.5 release or higher). Release 1.5 includes the
tutorial and examples. You can also checkout Jetspeed from the CVS head to
get the tutorial. 6. Build Jetspeed. From the root jetspeed directory, type maven dist:install


To build quicker, without the unit tests,type maven -Dmaven.test.skip=true
dist:install 7. Build and install the Jetspeed Plugin. From the /plugin directory, type
maven plugin:install



Especially the following line To build quicker, without the unit tests,type maven -Dmaven.test.skip=true dist:install

You can see the instruction at the following link
http://portals.apache.org/jetspeed-1/tutorial/prerequisites.html

Hope it helps.

Win



-----Original Message-----
From: Jesus Sanchez Gonzalez [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 27 October 2004 19:16
To: [EMAIL PROTECTED]
Subject: Problem building Jetspeed 1.5 war



   Hi.

I'm trying to build the jetspeed 1.5 war file but I'm getting problems after the unit tests and I cannot get the war.

   I'm using Maven 1.0, ant 1.6.1, jdk 1.4, Tomcat 5 and Windows XP.

   I'm getting the following error when the build stops.

BUILD FAILED
File...... C:\Documents and Settings\Administrador\.maven\cache\maven-test-plugi
n-1.6.2\plugin.jelly
Element... fail
Line...... 181
Column.... 54
There were test failures.
Total time: 771 minutes 8 seconds
Finished at: Wed Oct 27 10:10:19 CEST 2004


   Is there any way to launch the build without doing all the unit tests?

   I'm running 'maven war' to get the jetspeed war file.


Thanks.

                jess .-


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to