You might be right.. in the build.properties file, the org.apache.jetspeed.server.home was set to $CATALINA_HOME/ and I assumed that it was using my environment variable that I had set. I guess I had to actually replace that with the real value. I put in the full path to my tomcat folder and testing it now. thanks.
On Thu, 24 Feb 2005 09:31:16 +0100 (CET), Xavier Lawrence <[EMAIL PROTECTED]> wrote: > > You did not set the following property (correctly): > org.apache.jetspeed.server.home > in the build.properties file of the root Jetspeed-2 directory. > > If your root Tomcat directory is "C:\tomcat5" > > you should have a line like this in the properties file: > > org.apache.jetspeed.server.home = C:/tomcat5 > > Check out also: http://portals.apache.org/jetspeed-2/getting-started.html > 2. Build Properties. You have all the explanations there. > > Hope this helped > > Xavier > > > > Hello all, im new here.. pardon me if this has been covered before. > > Just did a fresh checkout of JS2 from CVS and tried to follow the > > "Gettin Started" guide on the website. Opened up 2 shells, started the > > test.server and then tried to run maven allClean allBuild. > > > > Got this error: > > > > BUILD FAILED > > File...... e:\development\projects\jetspeed\jakarta-jetspeed-2\maven.xml > > Element... maven:reactor > > Line...... 181 > > Column.... 40 > > Unable to obtain goal [catalina:base-shared] -- > > e:\development\projects\jetspeed > > \jakarta-jetspeed-2\portal\maven.xml:524:115: <copy> Failed to copy > > C:\Documents > > and Settings\ramin\.maven\repository\pluto\jars\pluto-1.0.1-rc1.jar to > > \\shared > > \lib\pluto-1.0.1-rc1.jar due to \\shared\lib\pluto-1.0.1-rc1.jar (The > > network pa > > th was not found) > > Total time: 4 minutes 14 seconds > > Finished at: Wed Feb 23 19:35:57 EST 2005 > > > > I noticed some packages would not download.. could be the cause of the > > problem? > > > > Thanks > > -- > > - Ramin > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -- > -------------=[ xlawrence at jahia dot com ]=------------- > Jahia : A collaborative source CMS and Portal Server > www.jahia.org Community and product web site > www.jahia.com Commercial services company > www.collaborativesource.org Jahia's collaborative license > Jahia Solutions > Rue de la gare 45 > Ch-1260 Nyon, Switzerland > > -- - Ramin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
