You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by evi <ev...@evi.pri.ee> on 2006/11/29 19:10:02 UTC

maven j2:quickStart error

Hi!

While executing maven j2:quickStart I got an error:

BUILD FAILED
File...... C:\Documents and
Settings\Administrator\.maven\cache\maven-jetspeed2-plugin-2.0\plugin.jelly
Element... copy
Line...... 465
Column.... 57
Failed to copy C:\Documents and
Settings\Administrator\.maven\repository\org.apache.pluto\jars\pluto-1.0.1.j
ar to \\shared\lib\pluto-1.0.1.jar due to \\shared\lib\pluto-1.0.1.jar (The
system cannot find the file specified)
Total time: 36 seconds

Anybody knows how to get over it?

Evi



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: maven j2:quickStart error

Posted by Enrique Perez <pe...@dit.upm.es>.
Hi,

If I'm not wrong, I get this same error when I told J2 (in the 
build.properties) that Tomcat's home directory was %CATALINA_HOME -or 
%TOMCAT_HOME- (that is to say, using the system variable). I had to use 
the absolute path to the home folder (in my case):

    org.apache.jetspeed.server.home                      =
    C:/apache-tomcat-5.5.17

Note that it's "/" instead of "\", though running under windows...

I think that's your problem because Maven is trying to copy the jar to a 
folder that it's unable to find (since it's looking at 
"\\shared\lib\pluto-1.0.1.jar" when it should be looking at 
"$TOMCAT_HOME\shared\lib\pluto-1.0.1.jar" )

Hope that helps...

Regards,
Enrique



evi escribió:
> Hi!
>
> While executing maven j2:quickStart I got an error:
>
> BUILD FAILED
> File...... C:\Documents and
> Settings\Administrator\.maven\cache\maven-jetspeed2-plugin-2.0\plugin.jelly
> Element... copy
> Line...... 465
> Column.... 57
> Failed to copy C:\Documents and
> Settings\Administrator\.maven\repository\org.apache.pluto\jars\pluto-1.0.1.j
> ar to \\shared\lib\pluto-1.0.1.jar due to \\shared\lib\pluto-1.0.1.jar (The
> system cannot find the file specified)
> Total time: 36 seconds
>
> Anybody knows how to get over it?
>
> Evi
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>   



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org