You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Sergey Bogatyrjov <se...@pnz.ru> on 2005/01/16 15:51:37 UTC

geronimo building script

Help!


I have just been updating. Now I am observing something strange. 
Geronimo modules are downloaded from remote repository:


Copying: from 
'(blah-blah)\geronimo\trunk\modules\j2ee-schema\target\geronimo-j2ee-schema-1.0-SNAPSHOT.jar' 
to: 
'(blah-blah)\.maven\repository\geronimo\jars\geronimo-j2ee-schema-1.0-SNAPSHOT.jar'
Copying: from '(blah-blah)\geronimo\trunk\modules\j2ee-schema\project.xml'
to: 
'(blah-blah)\.maven\repository\geronimo\poms\geronimo-j2ee-schema-1.0-SNAPSHOT.pom'
+----------------------------------------
| Executing default Geronimo :: Core
| Memory: 23M/62M
+----------------------------------------
Attempting to download geronimo-common-1.0-SNAPSHOT.jar.
Attempting to download geronimo-kernel-1.0-SNAPSHOT.jar.
Attempting to download geronimo-deployment-1.0-SNAPSHOT.jar.
Attempting to download geronimo-j2ee-schema-1.0-SNAPSHOT.jar.


 From the listing we can see, that the module 
'geronimo-j2ee-schema-1.0-SNAPSHOT.jar' was built before, but it was 
downloaded at the next step.

I am using maven for other projects, so maven setup seems to be correct.

What is the problem? Can I do anything to build geronimo without 
exhausting downloads.


Serg Bogatyrjov.