You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jacek Laskowski <jl...@apache.org> on 2005/04/01 08:47:32 UTC

Re: Build fail

Katia Aresti Gonzalez wrote:
> Hi!!
>  
> The enviroment I use is Windows XP Service Pack 2, and the JDK I use is 
> JDK1.4.2.

Hi Katia,

Well, the build has just finished on WinXP SP2 with the following 
versions and it succeeded.

java version "1.4.2_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_07-b05)
Java HotSpot(TM) Client VM (build 1.4.2_07-b05, mixed mode)

java version "1.5.0_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_02-b09)
Java HotSpot(TM) Client VM (build 1.5.0_02-b09, mixed mode, sharing)

> BUILD FAILED
> 
> File...... C:\Documents and 
> Settings\Katia\.maven\cache\maven-multiproject-plugi
> 
> n-1.3.1\plugin.jelly
> 
> Element... maven:reactor
> 
> Line...... 217
> 
> Column.... 9
> 
> Unable to obtain goal [default] -- C:\Documents and 
> Settings\Katia\.maven\cache\
> 
> maven-java-plugin-1.4\plugin.jelly:33:43: Directory C:\geronimo\modu
> 
> les\assembly\target\classes creation was not successful for an unknown 
> reason

As you see Maven is a bit confused what went wrong and can't report on 
the cause. Try again with the following commands:

  1. Go to modules\assembly
  2. Run maven -X -o rebuild

What will Maven report then?

Jacek