Re: jmock-SNAPSHOT.jar

2005-03-02 Thread Raphaël Luta
Andreas Ernst wrote:
Hi,
it seems that 'maven allClean allBuild' tries every run to download 
jmock-SNAPSHOT.jar, but the file is still in 
{userhome}\.maven\repository\jmock\jars\jmock-SNAPSHOT.jar

While running Maven it show very often the message:
Attempting to download jmock-SNAPSHOT.jar.
Since SNAPSHOT means that we depend on a non-released version of JMock
(ie the CVS HEAD version). Meven by default always try to refresh the
SNAPSHOT.jar for a new version, ie a SNAPSHOT jar is never considered
up to date by Maven even if found in the local repository.
You can use offline build mode (maven -o) to prevent it from
trying to download jmock every time.
--
Raphael Luta - [EMAIL PROTECTED]
Apache Jetspeed - Enterprise Portal in Java
http://portals.apache.org/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: jmock-SNAPSHOT.jar

2005-03-02 Thread Luc Fouin
Hello,
Andreas Ernst a écrit :
it seems that 'maven allClean allBuild' tries every run to download 
jmock-SNAPSHOT.jar, but the file is still in 
{userhome}\.maven\repository\jmock\jars\jmock-SNAPSHOT.jar

While running Maven it show very often the message:
Attempting to download jmock-SNAPSHOT.jar.
But as i know Maven, after one download that file is locally saved. Is 
it a problem of  Jetspeed, Maver or i am totally wrong?
i don't want to say anything stupid, but i think SNAPSHOT in  
*jmock-SNAPSHOT.jar* means that this is a nighty build (or just not 
final), so maven try to get the final version every time it's running... 
i think that you must run maven with  "-o" option to stay offline and 
not try to get new versions of SNAPSHOT files...

Luc
--
Luc FOUIN - Stagiaire Aptiwan
14 rue Niepce
75014 Paris
Tél : 06 77 95 17 24
Mél : [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: jmock-SNAPSHOT.jar

2005-03-02 Thread Ate Douma
Try maven -o (offline).
SNAPSHOT dependencies are always checked if uptodate by maven.
Andreas Ernst wrote:
Hi,
it seems that 'maven allClean allBuild' tries every run to download 
jmock-SNAPSHOT.jar, but the file is still in 
{userhome}\.maven\repository\jmock\jars\jmock-SNAPSHOT.jar

While running Maven it show very often the message:
Attempting to download jmock-SNAPSHOT.jar.
But as i know Maven, after one download that file is locally saved. Is 
it a problem of  Jetspeed, Maver or i am totally wrong?

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

.

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


jmock-SNAPSHOT.jar

2005-03-02 Thread Andreas Ernst
Hi,
it seems that 'maven allClean allBuild' tries every run to download 
jmock-SNAPSHOT.jar, but the file is still in 
{userhome}\.maven\repository\jmock\jars\jmock-SNAPSHOT.jar

While running Maven it show very often the message:
Attempting to download jmock-SNAPSHOT.jar.
But as i know Maven, after one download that file is locally saved. Is 
it a problem of  Jetspeed, Maver or i am totally wrong?

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