On Jun 17, 2004, at 4:33 PM, Bob Fleischman wrote:

I am trying to build Jetspeed 2 from source using the steps in
http://portals.apache.org/jetspeed-2/getting-started.html on a Window XP PC.


However it seems that the instructions differ slightly from the current
files. For example, they point at apache/tomcat5 in the project.properties
files; the paths are in 'Linux Speak' ${USER_HOME}/build.properties, which
turns out to be the build.properties file in the Jetspeed2 home dir; the
instructions say that catalina.home should point to $(CATALINA_HOME}/ and in
the existing properties file it points to tomcat/Jetspeed; and finally, the
build.properties files has references to Oracle. I found that I had to
remove those to get the project to build.


When I try to deploy I am being stopped with

BUILD FAILED
File...... C:\eclipse\workspace\jakarta-jetspeed-2\maven.xml
Element... maven:reactor
Line...... 485
Column.... 40
Unable to obtain goal [fullDeploy] --
C:\eclipse\workspace\jakarta-jetspeed-2\portal\maven.xml:250:41:
<attainGoal> No goal [jetspeed2:deploy]
Total time: 33 seconds
Finished at: Thu Jun 17 19:32:25 EDT 2004

I would be glad to write the Windows version if I could get everything to
work.

The document is not specific to any operating system
You can always specify forward slashes in your paths in property files, and they will be interpreted correctly
Make sure to edit your build.properties in your home directory
These props will override the settings in the J2 project
On Windows that can be found somewhere like c:\Documents and Settings\bob


The error you are getting means that the plugin didn't get installed
That was fixed recently. I built J2 yesterday on a clean system (empty local repo) and I didn't get that error




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



Reply via email to