Thanks for your replies. I guess I had mixed up the jars created from the latest sources (could only create some of the them from my own scripts) and the ones from the 3.2 distribution lists.
To overcome this problem, I am trying to create completely new jars from the latest sources. But while building those sources, I had to modify the various build files (maven.xmls). So even though the build is successful and I have most of the jars from the latest sources, I am still feeling that these will not work. The main set of changes that i had done are as follows. a) Commented the [avalon:meta] and [avalon:attribute] goals as maven was not able to find them. b) Commented the copying of *3.3.meta files as they did not exist. I think maven should have created those files as the dependencies are already specified in the project.xml b) Commented the copy of plugin1.4 files as they also did not exist. d) Also dome of the cli/activation/composition/kernel test cases were failing. So I had to delete the test cases. Build failure errors ============= BUILD FAILED File...... file:/C:/avalon/merlin/ Element... maven:reactor Line...... 118 Column.... 31 Unable to obtain goal [java:compile] -- file:/C:/avalon/merlin/composition/imp :16:37: <attainGoal> No goal [avalon:meta] Total time: 1 minutes 5 seconds Finished at: Wed Apr 14 07:45:21 GMT+05:30 2004 What should I do to create the jars from the latest sources without having to comment goals/tasks in the build files. -Aseem But now i am tryting ----- Original Message ----- From: "Stephen McConnell" <[EMAIL PROTECTED]> To: "Avalon framework users" <[EMAIL PROTECTED]> Sent: Wednesday, April 14, 2004 3:53 PM Subject: Re: Merlin::No method found error > Aseem Bansal wrote: > > > Hi, > > > > I am getting the following exception when I try to run the Hello-world JMX sample. > > > <classloader> > > <classpath> > > <repository> > > <resource id="mx4j:mx4j-jmx" version="1.1.1"/> > > <resource id="mx4j:mx4j-tools" version="1.1.1"/> > > <resource id="avalon-framework:avalon-framework-api" version="4.1.5"/> > > <resource id="avalon-composition:avalon-composition-api" version="2.0"/> > > Can you check that the version of the activation api you have in > merlin/system/avalon-activation/jars is the same as the above. If you > running from CVS then chances are that the above is incorrect. > > Cheers, Stephen. > > > > <resource id="avalon-jmx:avalon-jmx" version="1.0"/> > > </repository> > > </classpath> > > </classloader> > > -- > > |------------------------------------------------| > | Magic by Merlin | > | Production by Avalon | > | | > | http://avalon.apache.org/merlin | > | http://dpml.net/merlin/distributions/latest | > |------------------------------------------------| > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > Fiorano MailServer > All incoming and outgoing mails are scanned for Virus and Spam > http://www.fiorano.com Fiorano MailServer All incoming and outgoing mails are scanned for Virus and Spam http://www.fiorano.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
