Hello Geronimo-List;
I was downloaded the Geronimo's Maven repository with the grabCVS utility
because I am under firewall.
As a result I have the following directory structure:
Geronimo
|
|etc
|module
|specs
|xdocs
Attemp 1:
When I run Maven inside the etc directory I had the following message:
java:compile:
[echo] Compiling to F:\Workspaces\Geronimo\etc\target\classes
[echo] No java source files to compile.
============================================================================
=================
This is all the Maven's output:
default:
java:prepare-filesystem:
[mkdir] Created dir: F:\Workspaces\Geronimo\etc\target\classes
java:compile:
[echo] Compiling to F:\Workspaces\Geronimo\etc\target\classes
[echo] No java source files to compile.
java:jar-resources:
test:prepare-filesystem:
[mkdir] Created dir: F:\Workspaces\Geronimo\etc\target\test-classes
[mkdir] Created dir: F:\Workspaces\Geronimo\etc\target\test-reports
test:test-resources:
test:compile:
[echo] No test source files to compile.
test:test:
[echo] No tests to run.
[touch] Creating F:\Workspaces\Geronimo\etc\target\test-reports\tstamp
jar:jar:
[jar] Building jar: F:\Workspaces\Geronimo\etc\target\geronimo-DEV.jar
jar:install:
[echo]
id = 'geronimo'
groupId = 'geronimo'
artifactDirectory = 'geronimo'
[mkdir] Created dir: C:\Documents and
Settings\jcvergara\.maven\repository\geronimo\jars
[copy] Copying 1 file to C:\Documents and
Settings\jcvergara\.maven\repository\geronimo\jars
BUILD SUCCESSFUL
Total time: 13 minutes 41 seconds
Finished at: Fri Nov 14 19:39:44 COT 2003
============================================================================
=================
Attempt 2: I tried to build a single Geronimo's module with the following
command (Geronimo's common):
- F:\Workspaces\Geronimo\modules\common>maven
I had the following error:
============================================================================
=================
The build cannot continue because of the following unsatisfied dependency:
geronimo-kernel-DEV.jar (no download url specified)
============================================================================
=================
Please tell me how we should run Maven to build and run Geronimo.
Thanks in advance
-- JC