You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jeff Genender <jg...@savoirtech.com> on 2005/09/10 21:26:51 UTC

Build error in OpenEJB

BUILD FAILED
File...... 
/Users/powerbook/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
Unable to obtain goal [default] -- 
/Users/powerbook/Projects/geronimo/openejb/modules/openejb-builder/maven.xml:51:61: 
<ant:jar> 
/Users/powerbook/Projects/geronimo/openejb/modules/openejb-builder/src/test-ant 
not found.


Looks like someone forgot to check in the src/test-ant directory ;-)

Jeff

Re: Build error in OpenEJB

Posted by Gianny Damour <gi...@optusnet.com.au>.
I'm sorry for that; this is now fixed.

Basically, I copied the openejb-builder/src/test-ear folder to 
openejb-builder/src/test-ant via Eclipse. As Eclipse does not display 
the CVS folders, I have simply fogotten to remove them from the 
openejb-builder/src/test-ant folder... In effect, I was impacting the 
test-ear folder and not the test-ant one.

Thanks,
Gianny

On 11/09/2005 6:07 AM, David Jencks wrote:

> I disabled the parts of the openejb-builder module that seem to 
> depend  on this, the itests seem to work after this.
>
> david jencks
>
> On Sep 10, 2005, at 1:00 PM, Jeremy Boynes wrote:
>
>> Jeff Genender wrote:
>>
>>> BUILD FAILED
>>> File......  
>>> /Users/powerbook/.maven/cache/maven-multiproject-plugin-1.3.1/ 
>>> plugin.jelly
>>> Element... maven:reactor
>>> Line...... 217
>>> Column.... 9
>>> Unable to obtain goal [default] --  
>>> /Users/powerbook/Projects/geronimo/openejb/modules/openejb-builder/ 
>>> maven.xml:51:61: <ant:jar>  
>>> /Users/powerbook/Projects/geronimo/openejb/modules/openejb-builder/ 
>>> src/test-ant not found.
>>> Looks like someone forgot to check in the src/test-ant directory ;-)
>>
>>
>> It's there but I think it has no contents so the -P option will 
>> remove  it.
>>
>> $ cd openejb-builder/src
>> $ cvs up -d test-ant
>>
>> may resurrect it. CVS doesn't like empty directories.
>>
>> As to what /should/ be in there, we'll need to hear from Gianny.
>> -- 
>> Jeremy
>>
>
>
>



Re: Build error in OpenEJB

Posted by David Jencks <da...@yahoo.com>.
I disabled the parts of the openejb-builder module that seem to depend  
on this, the itests seem to work after this.

david jencks

On Sep 10, 2005, at 1:00 PM, Jeremy Boynes wrote:

> Jeff Genender wrote:
>> BUILD FAILED
>> File......  
>> /Users/powerbook/.maven/cache/maven-multiproject-plugin-1.3.1/ 
>> plugin.jelly
>> Element... maven:reactor
>> Line...... 217
>> Column.... 9
>> Unable to obtain goal [default] --  
>> /Users/powerbook/Projects/geronimo/openejb/modules/openejb-builder/ 
>> maven.xml:51:61: <ant:jar>  
>> /Users/powerbook/Projects/geronimo/openejb/modules/openejb-builder/ 
>> src/test-ant not found.
>> Looks like someone forgot to check in the src/test-ant directory ;-)
>
> It's there but I think it has no contents so the -P option will remove  
> it.
>
> $ cd openejb-builder/src
> $ cvs up -d test-ant
>
> may resurrect it. CVS doesn't like empty directories.
>
> As to what /should/ be in there, we'll need to hear from Gianny.
> --
> Jeremy
>


Re: Build error in OpenEJB

Posted by Jeremy Boynes <jb...@apache.org>.
Jeff Genender wrote:
> BUILD FAILED
> File...... 
> /Users/powerbook/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
> Element... maven:reactor
> Line...... 217
> Column.... 9
> Unable to obtain goal [default] -- 
> /Users/powerbook/Projects/geronimo/openejb/modules/openejb-builder/maven.xml:51:61: 
> <ant:jar> 
> /Users/powerbook/Projects/geronimo/openejb/modules/openejb-builder/src/test-ant 
> not found.
> 
> 
> Looks like someone forgot to check in the src/test-ant directory ;-)
> 

It's there but I think it has no contents so the -P option will remove it.

$ cd openejb-builder/src
$ cvs up -d test-ant

may resurrect it. CVS doesn't like empty directories.

As to what /should/ be in there, we'll need to hear from Gianny.
--
Jeremy