[jacorb-developer] idlj-maven-plugin
Scott W. Ruch
scott at ruch.com
Tue Jun 19 13:43:53 CEST 2012
My vote as a current user of the plugin would be to keep the
version configurable - whether by explicit inclusion of necessary
dependency (the way it is done today) - or by some other means.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>idlj-maven-plugin</artifactId>
<version>1.1</version>
<dependencies>
<dependency>
<groupId>org.jacorb</groupId>
<artifactId>jacorb-idl-compiler</artifactId>
<version>${jacorb.version}</version>
</dependency>
</dependencies>
...
...
</plugin>
------ Original Message ------
From: "Nick Cross" <jacorb at goots.org>
To: "Discussions concerning CORBA development with JacORB"
<jacorb-developer at lists.spline.inf.fu-berlin.de>
Sent: 6/19/2012 4:08:11 AM
Subject: Re: [jacorb-developer] idlj-maven-plugin
>Hi,
>
>Thats great news :-)
>
>I would suggest using JacORB 3.0 (which is now in maven central) and
>referring to the JacORB ProgrammingGuide for explanation of the
>options.
>
>Cheers
>
>Nick
>
>On 19/06/12 07:41, Russell Gold wrote:
>>Hi all,
>>
>>Thought I'd let you know that I have taken over the idlj-maven-plugin
>>after nearly three years of inactivity. There is an outstanding issue
>>filed against. it: http://jira.codehaus.org/browse/MIDLJ-4 asking for
>>support for the jacorb 2.3 idl compiler (to give you an idea of how
>>long it's been since there's been any activity). I would like to
>>bring the plugin up-to-date. Could somebody point me at the
>>information I need to add support for the more recent versions? What
>>else is needed, here?
>>
>>Thanks - Russ
>>
>>(ignore possible double-message: I sent this originally from the
>>wrong email address) ----------------- Come read my webnovel, Take a
>>Lemon<http://www.takealemon.com>, and listen to the Misfile radio
>>play<http://www.gold-family.us/audio/misfile.html>!
>>
>>
>>
>>
>>_______________________________________________ jacorb-developer
>>maillist - jacorb-developer at lists.spline.inf.fu-berlin.de
>>https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer
>>
>_______________________________________________
>jacorb-developer maillist -
>jacorb-developer at lists.spline.inf.fu-berlin.de
>https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer
>
More information about the jacorb-developer
mailing list