Re: Problem installing jetspeed

2004-11-17 Thread Mark Miller
Thanks David - I added the maven.repo.remote line to this file  the 
install worked.

David Sean Taylor wrote:
Mark Miller wrote:
Thanks David, it actually looks like some of the files have been 
moved around on Ibiblio - for example:
   http://www.ibiblio.org/maven/pluto/jars/pluto-1.0.1-rc1.jar
The server is responding to me - but the file does not exist at this 
location. I checked for this file on the bluesunrise.com server  it 
does exist there, but I am having trouble convincing maven to use the 
bluesunrise.com server.

I updated the project.properties file and made the following change:
   # maven.repo.remote = http://www.bluesunrise.com/maven/, 
http://www.ibiblio.org/maven/, http://dist.codehaus.org/,  ...
   maven.repo.remote = http://www.bluesunrise.com/maven/
and restarted the test server (maven start.test.server) but maven is 
still trying to download packages from ibiblio. Where should I make 
the change to have it look for the packages on bluesunrise.com?

Look at your $HOME/build.properties, it overrides project.properties
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Problem installing jetspeed

2004-11-16 Thread Mark Miller
I am running into a problem with downloading jar files during the 
install of jetspeed. From the Getting Started page at
   http://portals.apache.org/jetspeed-2/getting-started.html
I am running the command:   
   maven --debug allClean allBuild
and in the output, I can see that maven is trying to download jetspeed 
files from www.ibiblio.org, which appears to be invalid:
   Attempting to download spring-core-1.1.1.jar.
   Getting URL: 
http://www.ibiblio.org/maven/springframework/jars/spring-core-1.1.1.jar
   Received status code: 404
   File not found on one of the repos

This error is displayed for each of the files that is attempted to be 
downloaded. Is this a known issue, or has something changed recently on 
ibibilio? Is there a known work-around?

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


Re: Problem installing jetspeed

2004-11-16 Thread Mark Miller
Thanks David, it actually looks like some of the files have been moved 
around on Ibiblio - for example:
   http://www.ibiblio.org/maven/pluto/jars/pluto-1.0.1-rc1.jar
The server is responding to me - but the file does not exist at this 
location. I checked for this file on the bluesunrise.com server  it 
does exist there, but I am having trouble convincing maven to use the 
bluesunrise.com server.

I updated the project.properties file and made the following change:
   # maven.repo.remote = http://www.bluesunrise.com/maven/, 
http://www.ibiblio.org/maven/, http://dist.codehaus.org/,  ...
   maven.repo.remote = http://www.bluesunrise.com/maven/
and restarted the test server (maven start.test.server) but maven is 
still trying to download packages from ibiblio. Where should I make the 
change to have it look for the packages on bluesunrise.com?

David Sean Taylor wrote:
Mark Miller wrote:
I am running into a problem with downloading jar files during the 
install of jetspeed. From the Getting Started page at
   http://portals.apache.org/jetspeed-2/getting-started.html
I am running the command:  maven --debug allClean allBuild
and in the output, I can see that maven is trying to download 
jetspeed files from www.ibiblio.org, which appears to be invalid:
   Attempting to download spring-core-1.1.1.jar.
   Getting URL: 
http://www.ibiblio.org/maven/springframework/jars/spring-core-1.1.1.jar
   Received status code: 404
   File not found on one of the repos

This error is displayed for each of the files that is attempted to be 
downloaded. Is this a known issue, or has something changed recently 
on ibibilio? Is there a known work-around?

The IBiblio maven site is occasionally down
It seems to be up now, but very slow
Try commenting out ibiblio since most of the jars should be mirrored 
in the other repos. If you have any failures, let me know which jar 
files you are missing and I will upload them to one of the maven 
remote repos


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