Maven 1.0.2: Possible to new an object and then call methods on it, in Maven plugin?

2007-02-20 Thread Karr, David
I have a modified version of the Castor plugin that enables some Castor features not available through the default plugin. In this plugin, I use ant:java to execute the main method of the class. I've been told that in order to access other features that I'm going to need, I instead have to

Re: Maven 1.0.2: Possible to new an object and then call methods on it, in Maven plugin?

2007-02-20 Thread Jiaqi Guo
Hi David, Is core:useBean what you need? http://jakarta.apache.org/commons/jelly/tags.html#core:useBean Regards -Jiaqi Karr, David wrote: I have a modified version of the Castor plugin that enables some Castor features not available through the default plugin. In this plugin, I use ant:java

Re: Maven 1.0.2: Possible to new an object and then call methods on it, in Maven plugin?

2007-02-20 Thread Lukas Theussl
Also have a look at the 'new' and 'invoke' tags: http://jakarta.apache.org/commons/jelly/tags.html HTH, -Lukas Jiaqi Guo wrote: Hi David, Is core:useBean what you need? http://jakarta.apache.org/commons/jelly/tags.html#core:useBean Regards -Jiaqi Karr, David wrote: I have a modified