Yes, it was the shared lib folder. For some reason the
build.properties entry was being interpreted as a network url,
trimming off CATALINA_HOME. Not sure why. Anyhow, I went in and
manually coded the correct path. That portion of the build went
through just fine. Now it's complaining that I have no war file for my
custom project. So, I think everything is on track. I just have to
generate the project and files before trying to deploy the quickstart.

Thank you for all your help, I appreciate it.

On 6/26/06, Philip Mark Donaghy <[EMAIL PROTECTED]> wrote:
Looks like your shared property is wrong. Publish your
build.properties again. Mine is,

org.apache.jetspeed.server.home=/home/phil/20051223/opensource/bin/apache-tomcat-5.5.17
org.apache.jetspeed.server.shared=/home/phil/20051223/opensource/bin/apache-tomcat-5.5.17/shared/lib
org.apache.jetspeed.deploy.war.dir=/home/phil/20051223/opensource/bin/apache-tomcat-5.5.17/webapps
org.apache.jetspeed.services.autodeployment.user=j2deployer
org.apache.jetspeed.services.autodeployment.password=j2deployer
org.apache.jetspeed.catalina.version.major=5.5
org.apache.jetspeed.project.home=/home/phil/20051223/opensource/svnProjects/jetspeed-2
org.apache.jetspeed.portal.home=/home/phil/20051223/opensource/svnProjects/jetspeed-2

Phil

On 6/26/06, Steven Bell <[EMAIL PROTECTED]> wrote:
> I am using the same guide, the Quick Start for the impaient. Sorry
> about the formatting. I reinstalled tomcat, to a directory without
> spaces, cleaned out everything previously done, and started through
> the quick start again:
>
> j2:copy.shared.deps:
> j2:remove.catalina.base.shared:
>     [echo] Removing misc. old jars from Tomcat shared/lib
>
> j2:catalina.base.shared:
>     [echo] Deploys misc. jars shared/lib to Tomcat
>     [echo] Copying from C:\Documents and
> Settings\Administrator/.maven/repository to //shared/lib/..
> .
>     [copy] Copying 1 file to \\shared\lib
>
> BUILD FAILED
> File...... C:\Documents and
> Settings\Administrator\.maven\cache\maven-jetspeed2-plugin-2.1-dev\plugi
> n.jelly
> Element... copy
> Line...... 489
> Column.... 57
> Failed to copy C:\Documents and
> Settings\Administrator\.maven\repository\org.apache.pluto\jars\pluto
> -1.0.1.jar to \\shared\lib\pluto-1.0.1.jar due to
> \\shared\lib\pluto-1.0.1.jar (The network path was
>  not found)
> Total time: 2 minutes 1 seconds
>
> Oddly, removing old files from the directory doesn't raise any errors.
> I am going to try editing the plugin.jelly file directly, and see if
> that changes anything.
>
>
> On 6/26/06, Philip Mark Donaghy <[EMAIL PROTECTED]> wrote:
> > I think your problem may be the location of Tomcat. Try putting it in
> > a directory without spaces. I'm not positive. It looks like you used
> > the Also your mail is full of <br><br> and is difficult to read. Also
> > which quick start guide are you talking about? Getting started is the
> > official guide but it is full of extra info. I swear by
> > 
http://wiki.apache.org/portals/Jetspeed2/QuickstartForTheImpatient/BuildUsingMaven
> >
> > Phil
> >
> > On 6/26/06, Steven Bell <[EMAIL PROTECTED]> wrote:
> > > Hello,<br><br>I need some help with installing Jetspeed2.<br><br>I am
> > > working through the quickStart guide, and have reached:<br>'maven
> > > j2:quickStart'<br><br>This is the part where I cannot get past:<br>j2:
> > > catalina.base.shared
> > > :<br>&nbsp;&nbsp;&nbsp; [echo] Deploys misc. jars shared/lib to
> > > Tomcat<br>&nbsp;&nbsp;&nbsp; [echo] Copying from C:\Documents and
> > > Settings\Administrator/.maven/repository to
> > > //shared/lib/..<br>.<br>&nbsp;&nbsp;&nbsp; [copy] Copying 1 file to
> > > \\shared\lib<br><br>BUILD FAILED
> > > <br>File...... C:\Documents and Settings\Administrator\.maven\cache\maven-
> > > jetspeed2-plugin-2.1-dev\plugi<br>n.jelly<br>Element... copy<br>Line......
> > > 489<br>Column.... 57<br>Failed to copy C:\Documents and
> > > Settings\Administrator\.maven\repository\org.apache.pluto\jars\pluto
> > > <br>-1.0.1.jar to \\shared\lib\pluto-1.0.1.jar due to \\shared\lib\pluto-
> > > 1.0.1.jar (The network path was<br>&nbsp;not found)<br>Total time: 1 
minutes
> > > 37 seconds<br>Finished at: Mon Jun 26 13:09:51 EDT 2006<br
> > > clear="all"><br><br>
> > > My build.properties file has:<br># jetspeed 2 home required for build<br>
> > > org.apache.jetspeed.project.home = c:/jetspeed2<br>
> > > org.apache.jetspeed.portal.home = c:/jetspeed2<br># jetspeed required
> > > properties<br>org.apache.jetspeed.server.home
> > >  = c:/Program Files/Apache Software Foundation/Tomcat 5.5<br>
> > > org.apache.jetspeed.catalina.version.major = 5.5<br>
> > > org.apache.jetspeed.server.shared = ${org.apache.jetspeed.server.home
> > > }/shared/lib/<br>org.apache.jetspeed.deploy.war.dir
> > >  = ${org.apache.jetspeed.server.home}/webapps/<br>
> > > org.apache.jetspeed.services.autodeployment.user = j2deployer<br>
> > > org.apache.jetspeed.services.autodeployment.password = j2deployer<br><br>
> > > org.apache.jetspeed.portal.name=jetspeed
> > > <br>jetspeed.version=2.1-dev<br><br>Any thoughts as to why Maven is trying
> > > to copy files to a &quot;Network&quot; folder? <br><br>
> > >
> > >
> >
> >
> > --
> > Philip Donaghy
> > donaghy.blogspot.com del.icio.us/donaghy/philip
> > Skype: philipmarkdonaghy
> > Office: +33 5 56 60 88 02
> > Mobile: +33 6 20 83 22 62
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
>
> --
> <sfb>
> Steve Bell
> software geek linguist, fluent in perl,php,python,c#,java,c/c++
> </sfb>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Philip Donaghy
donaghy.blogspot.com del.icio.us/donaghy/philip
Skype: philipmarkdonaghy
Office: +33 5 56 60 88 02
Mobile: +33 6 20 83 22 62

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




--
<sfb>
Steve Bell
software geek linguist, fluent in perl,php,python,c#,java,c/c++
</sfb>

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

Reply via email to