Okay, I downloaded maven-2.0.4 and instead of running 'maven build' I ran 'mvn install'.

Seems to build fine now.

mbk / regards,
Kristofer


Kristofer Arnar Einarsson wrote:
Hi

I am trying to install wsrp4j and following:
http://portals.apache.org/wsrp4j/gettingstarted/installation.html

Installed:
JDK 1.5.0 (jdk-1_5_0_06-windows-i586-p.exe)
Subversion Client (svn-1.3.1-setup.exe)
Maven 1.0.2 (maven-1.0.2.exe)
Tomcat 5.5 (apache-tomcat-5.5.17.exe).

Run:
svn co https://svn.apache.org/repos/asf/portals/wsrp4j/trunk

Edited build.properties (which only contains):
maven.tomcat.home=C:/Program Files/Apache Software Foundation/Tomcat 5.5
maven.tomcat.version.major=5

Now according to the installation I should be able to do:
maven build
or
maven deploy-producer

However, that only gives me:
C:\wsrp4j\trunk>maven build
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

BUILD FAILED
Goal "build" does not exist in this project.
Total time: 1 seconds
Finished at: Sun May 28 18:57:01 GMT 2006

C:\wsrp4j\trunk>maven deploy-producer
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

BUILD FAILED
Goal "deploy-producer" does not exist in this project.
Total time: 1 seconds
Finished at: Sun May 28 18:57:09 GMT 2006


Can someone help me get started please?


Reply via email to