Re: both idlj and jacorb

2007-11-16 Thread Dirk Olmes
deckrider+mvn wrote:
 I'm a looking to convert a project to maven.  This project currently
 produces two jar files from the same IDL source, by generating first from
 idlj and then again from jacorb.  For instance, jacorb-foo.jar and
 idlj-foo.jar.
 
 Is there some way of setting up my pom.xml so that this can still
 happen?  Or what is the best way forward with maven to achieve this?

I'm sure you'll be able to do this using the exec-maven-plugin
(http://mojo.codehaus.org/exec-maven-plugin/). You *might* run into
trouble as it seems you cannot bind the exec plugin in the same pom
twice ...

-dirk

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



both idlj and jacorb

2007-11-15 Thread deckrider+mvn
I'm a looking to convert a project to maven.  This project currently
produces two jar files from the same IDL source, by generating first from
idlj and then again from jacorb.  For instance, jacorb-foo.jar and
idlj-foo.jar.

Is there some way of setting up my pom.xml so that this can still
happen?  Or what is the best way forward with maven to achieve this?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]