You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by David Gray <gr...@pcug.org.au> on 2004/03/02 10:48:05 UTC

[Merlin] Maven Build of Composition was failing on my machine.

I downloaded the latest Merlin build but noticed that it was failing.

After some looking I think that the 
avalon\merlin\composition\impl\project.xml file is missing a couple of 
dependencies but as I have never had to look at maven before was no sure 
about this. However, after these changes seemed to at least compile but 
fails some of the jUnit tests. Perhaps someone could check my changes and 
apply them if my understanding is correct

Waiting with anticipation.

RCS file: /home/cvspublic/avalon/merlin/composition/impl/project.xml,v
retrieving revision 1.18
diff -r1.18 project.xml
26a27,38
 >       <groupId>avalon-repository</groupId>
 >       <artifactId>avalon-repository-api</artifactId>
 >       <version>2.0-SNAPSHOT</version>
 >     </dependency>
 >
 >     <dependency>
 >       <groupId>avalon-repository</groupId>
 >       <artifactId>avalon-repository-spi</artifactId>
 >       <version>2.0-SNAPSHOT</version>
 >     </dependency>
 >
 >     <dependency>
30a43
 >
83a97,102
 >     </dependency>
 >
 >     <dependency>
 >       <groupId>avalon-util</groupId>
 >       <artifactId>avalon-util-env</artifactId>
 >       <version>1.1-SNAPSHOT</version>

-----------------------------------------------------------------------
Albatross! Albatross! Do you get wafers with it?


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: [Merlin] Maven Build of Composition was failing on my machine.

Posted by David Worms <op...@abile.net>.
I uploaded two files:
o the output of maven assembly build system
o a small path for merlin cvs instruction

http://www.abile.net/dl.zip

d.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: [Merlin] Maven Build of Composition was failing on my machine.

Posted by Stephen McConnell <mc...@apache.org>.
David:

Thanks for the info - unfortunately this just confirms that this is 
really strange.  OK, next step - can you do the following - temporarily 
disable all test case except the code security disabled testcase (just 
rename the others or move them out of the way) - then

   $ cd merlin\activation\impl
   $ maven clean
   $ maven -o -X test

and post the result

Steve.


David Worms wrote:

> Of course,
> 
> java version "1.4.1_01"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-69.1)
> Java HotSpot(TM) Client VM (build 1.4.1_01-24, mixed mode)
> 
> Maven: v. 1.0-rc1-SNAPSHOT
> 
> d.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
> For additional commands, e-mail: dev-help@avalon.apache.org
> 
> 


-- 

|------------------------------------------------|
| Magic by Merlin                                |
| Production by Avalon                           |
|                                                |
| http://avalon.apache.org/merlin                |
| http://dpml.net/merlin/distributions/latest    |
|------------------------------------------------|

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: [Merlin] Maven Build of Composition was failing on my machine.

Posted by David Worms <op...@abile.net>.
Of course,

java version "1.4.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-69.1)
Java HotSpot(TM) Client VM (build 1.4.1_01-24, mixed mode)

Maven: v. 1.0-rc1-SNAPSHOT

d.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: [Merlin] Maven Build of Composition was failing on my machine.

Posted by Stephen McConnell <mc...@apache.org>.
David Worms wrote:
> I also have some trouble to build merlin (and this is the same problem 
> since a few months). Once I remove the tests 
> CodeSecurityDisabledTestCase and CodeSecurityEnabledTestCase then 
> everything compile and run great. I running mac os 10. There are no test 
> reports to provide. What happen is that each test just hang when it is 
> initialized.

This is rather strange.

Could you post details on the jdk version you have installed, the 
version of maven that you are running.

Stephen.

> 
> David
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
> For additional commands, e-mail: dev-help@avalon.apache.org
> 
> 


-- 

|------------------------------------------------|
| Magic by Merlin                                |
| Production by Avalon                           |
|                                                |
| http://avalon.apache.org/merlin                |
| http://dpml.net/merlin/distributions/latest    |
|------------------------------------------------|

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: [Merlin] Maven Build of Composition was failing on my machine.

Posted by David Worms <op...@abile.net>.
I also have some trouble to build merlin (and this is the same problem 
since a few months). Once I remove the tests 
CodeSecurityDisabledTestCase and CodeSecurityEnabledTestCase then 
everything compile and run great. I running mac os 10. There are no 
test reports to provide. What happen is that each test just hang when 
it is initialized.

David 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


Re: [Merlin] Maven Build of Composition was failing on my machine.

Posted by Stephen McConnell <mc...@apache.org>.
David Gray wrote:

> I downloaded the latest Merlin build but noticed that it was failing.
> 
> After some looking I think that the 
> avalon\merlin\composition\impl\project.xml file is missing a couple of 
> dependencies but as I have never had to look at maven before was no sure 
> about this. However, after these changes seemed to at least compile but 
> fails some of the jUnit tests. Perhaps someone could check my changes 
> and apply them if my understanding is correct
> 
> Waiting with anticipation.

David:

My build is fine - my guess is that you have not done a clean rebuild on 
repository. In fact there have been updates on meta, logging, repo, 
composition and activation.

Try building the the following projects in the order indicated:

   meta
   util
   repository
   logging
   merlin

After that all should be fine.

Steve.

-- 

|------------------------------------------------|
| Magic by Merlin                                |
| Production by Avalon                           |
|                                                |
| http://avalon.apache.org/merlin                |
| http://dpml.net/merlin/distributions/latest    |
|------------------------------------------------|

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org