Carsten Ziegeler wrote:
Stephen McConnell wrote:
The build is failing in the /merlin-extensions/merlin-jmx/ project. It failing because of a missing jndi.properties file. This file is copied to the /merlin-extensions/merlin-jmx/target/yest-classes/ directory automatically by Maven beta-9 but for some reason its not happening i Maven beta 10.Thanks!
I am going to install beta 10 and see if I can track this down.
If I can help you somehow, just let me know.
In the merlin/project.xml you will see in a defintion of the resources to include in the unit tests. This defintion is inherited by the merlin-jax/project.xml but the resources is not being included in the test classpath. You could try the following and see if you can sport anything:
$ cd merlin-extensions\merlin-jmx $ merlin clean jar:install
This should fail (but it would be interesting to know if it passes).
Then try with a Maven debugging switchon on and look for something that explains why the properties are not being included in merlin-jmx/test-classes
$ maven test -X
Stephen.
Carsten
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--
Stephen J. McConnell mailto:[EMAIL PROTECTED] http://www.osm.net
Sent via James running under Merlin as an NT service. http://avalon.apache.org/sandbox/merlin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
