Jörg Schaible wrote on Tuesday, December 16, 2003 11:07 AM:
> although it is possible now to build Maven in the 1.0 branch,
> I have proplems with this version. As reported before, Maven
> still claims beeing offline and reports warnings, but is also
> not able to retrieve the SNAPSHOT artifacts (tested with Jelly-SOAP):

Well, I have to correct this. I have two entries for the remote repository:

maven.repo.remote=http://www.ibiblio.org/maven,http://webdev1/maven

Obviously maven tries to download every missing or SNAPSHOT jar from each remote 
repository:

======== snip ============
$ maven jar
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc2-SNAPSHOT

You are working offline so the build will continue, but 
maven-junit-report-plugin-1.4-SNAPSHOT.jar may be out of date!
Attempting to download TableLayout-20020517.jar.
.
.
Error retrieving artifact from 
[http://webdev1/maven/tablelayout/jars/TableLayout-20020517.jar]: 
java.net.ConnectException: Connection timed out: connect
Tag library requested that is not present: 
'http://xmlns.oracle.com/jdeveloper/903/jproject'
Tag library requested that is not present: 'dist'
Tag library requested that is not present: 'release'
Tag library requested that is not present: 'cactus'
Tag library requested that is not present: 'dashboard'
    [echo] Compiling to C:\Work\research\validation/target/classes
    [echo] No test source files to compile.
    [echo] No tests to run.
BUILD SUCCESSFUL
Total time: 45 seconds
Finished at: Tue Dec 16 14:05:47 CET 2003
======== snip ============


The log shows that Maven retrieved the TableLayout without any problems from ibiblio, 
but continues with an attempt to download the same file from the local repository. I 
do not think this is intended.

Regards,
Jörg

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

Reply via email to