You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Jacob Blain Christen <ja...@entheal.com> on 2006/07/26 00:49:57 UTC

1.1 branch and trunk build issues

Hi,

I believe to be following the wiki on building geronimo but I am running
into this problem on both the 1.1 branch and the trunk, build snippet
follows:

+----------------------------------------
| geronimo and geronimo-plugins Geronimo :: IZPack Installer Build Plugin
| Memory: 22M/32M
+----------------------------------------
Attempting to download geronimo-kernel-1.2-SNAPSHOT.jar.
Artifact /geronimo/jars/geronimo-kernel-1.2-SNAPSHOT.jar doesn't exists in
remote repository, but it exists locally
Attempting to download geronimo-system-1.2-SNAPSHOT.jar.
Artifact /geronimo/jars/geronimo-system-1.2-SNAPSHOT.jar doesn't exists in
remote repository, but it exists locally
Attempting to download standalone-compiler-custom-3.8.0.jar.
WARNING: Failed to download standalone-compiler-custom-3.8.0.jar.

BUILD FAILED
File...... /home/dweomer/workspaces/geronimo/trunk/maven.xml
Element... maven:reactor
Line...... 43
Column.... 115
The build cannot continue because of the following unsatisfied dependency:
standalone-compiler-custom-3.8.0.jar

-- 
Jacob L E Blain Christen

Re: 1.1 branch and trunk build issues

Posted by Paul McMahan <pa...@gmail.com>.
Jacob,  that jar file should have been copied to your local maven repo
in an earlier stage of the build.  Try typing "maven -o" in the
modules/installer-support directory and you should see this in the
output:

[echo] Copying standalone-compiler-custom-3.8.0 to local repo

If that fails for some reason then you may need to manually copy that
jar file from the modules/installer-support/target directory into your
local maven repository.   When the file is in your local repo you
should be able to type "maven new" from the top level and get past the
build error.

Best wishes,
Paul

On 7/25/06, Jacob Blain Christen <ja...@entheal.com> wrote:
> Hi,
>
> I believe to be following the wiki on building geronimo but I am running
> into this problem on both the 1.1 branch and the trunk, build snippet
> follows:
>
> +----------------------------------------
> | geronimo and geronimo-plugins Geronimo :: IZPack Installer Build Plugin
> | Memory: 22M/32M
> +----------------------------------------
> Attempting to download geronimo-kernel-1.2-SNAPSHOT.jar.
> Artifact /geronimo/jars/geronimo-kernel-1.2-SNAPSHOT.jar doesn't exists in
> remote repository, but it exists locally
> Attempting to download geronimo-system-1.2-SNAPSHOT.jar.
> Artifact /geronimo/jars/geronimo-system-1.2-SNAPSHOT.jar doesn't exists in
> remote repository, but it exists locally
> Attempting to download standalone-compiler-custom-3.8.0.jar.
> WARNING: Failed to download standalone-compiler-custom-3.8.0.jar.
>
> BUILD FAILED
> File...... /home/dweomer/workspaces/geronimo/trunk/maven.xml
> Element... maven:reactor
> Line...... 43
> Column.... 115
> The build cannot continue because of the following unsatisfied dependency:
> standalone-compiler-custom-3.8.0.jar
>
> --
> Jacob L E Blain Christen
>