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 Steven Bell <sf...@gmail.com> on 2006/06/26 19:06:41 UTC

Problems installing Jetspeed-2

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>

Re: Problems installing Jetspeed-2

Posted by Steven Bell <sf...@gmail.com>.
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 <ph...@gmail.com> 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 <sf...@gmail.com> 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 <ph...@gmail.com> 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 <sf...@gmail.com> 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: jetspeed-user-unsubscribe@portals.apache.org
> > > For additional commands, e-mail: jetspeed-user-help@portals.apache.org
> > >
> > >
> >
> >
> >
> > --
> > <sfb>
> > Steve Bell
> > software geek linguist, fluent in perl,php,python,c#,java,c/c++
> > </sfb>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
> > For additional commands, e-mail: jetspeed-user-help@portals.apache.org
> >
> >
>
>
> --
> 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: jetspeed-user-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>
>


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

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


Re: Problems installing Jetspeed-2

Posted by Philip Mark Donaghy <ph...@gmail.com>.
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 <sf...@gmail.com> 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 <ph...@gmail.com> 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 <sf...@gmail.com> 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: jetspeed-user-unsubscribe@portals.apache.org
> > For additional commands, e-mail: jetspeed-user-help@portals.apache.org
> >
> >
>
>
>
> --
> <sfb>
> Steve Bell
> software geek linguist, fluent in perl,php,python,c#,java,c/c++
> </sfb>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>
>


-- 
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: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org


Re: Redirection in Jetspeed

Posted by Ralph Goers <Ra...@dslextreme.com>.
I encourage you to purchase "Building Portals With the Java Portlet API" 
by Jeff Linwood and Dave Minter. In it you will find that JSPs are 
invoked during the render phase and thus only have access to the 
RenderResponse. sendRedirect does nothing in a RenderResponse.  i.e, if 
you must send a redirect you must do it in the action phase with an 
ActionResponse (to make a long story short, you can't do it from a JSP - 
which is probably a good thing as it means you are mixing business logic 
with presentation).

Tushar Kapadi wrote:
> How can we substitute response.sendRedirect in jetspeed?
>
> I have to redirect to url page x or y depending upon some condition in
> my struts based application. How can we achieve that?
>
> If I run that application separately, it redirects. But if I run it as
> portlet, it does not do that.
>
> I using following in my jsp:
>
>  response.sendRedirect(response.encodeRedirectURL(redirectURL));
>
> Thanks,
> --Tushar
>
> ---------------------------------------------------------------------
> 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


Redirection in Jetspeed

Posted by Tushar Kapadi <tk...@serenecorp.com>.
How can we substitute response.sendRedirect in jetspeed?

I have to redirect to url page x or y depending upon some condition in
my struts based application. How can we achieve that?

If I run that application separately, it redirects. But if I run it as
portlet, it does not do that.

I using following in my jsp:

 response.sendRedirect(response.encodeRedirectURL(redirectURL));

Thanks,
--Tushar

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


Re: Problems installing Jetspeed-2

Posted by Steven Bell <sf...@gmail.com>.
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 <ph...@gmail.com> 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 <sf...@gmail.com> 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: jetspeed-user-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>
>



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

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


Re: Problems installing Jetspeed-2

Posted by Philip Mark Donaghy <ph...@gmail.com>.
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 <sf...@gmail.com> 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: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org