JBoss packaging par files (jbpm)

View: New views
7 Messages — Rating Filter:   Alert me  

JBoss packaging par files (jbpm)

by Antonio Goncalves :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I need to package a JBoss par file with Maven. I first checked the JBoss packaging plugin (http://mojo.codehaus.org/jboss-packaging-maven-plugin/plugin-info.html) but couldn't see any par goal. Then I found this issue (http://jira.codehaus.org/browse/MJBOSSPACK-19) where someone proposed a patch to add the par capabilities. But it looks like it wasn't commited. Am I wrong ?

I've voted for the issue but is there a way I can help to bring this into the plugin ? (I'm not a commiter but maybe I do something to help).

Thanks,
Antonio Goncalves


Re: JBoss packaging par files (jbpm)

by Arnaud HERITIER :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Paul,

  How are you ?
  What do you think about the issue mentionned by Antonio ?
  Antonio, it seems that Paul is waiting for help because the patch is out of date. Can you help him to create a new patch with a integration test if possible ?
 
Cheers,

Arnaud

# Arnaud Héritier
# http://blog.aheritier.net


On Sun, Jul 5, 2009 at 1:18 PM, Antonio Goncalves <antonio.mailing@...> wrote:
Hi,

I need to package a JBoss par file with Maven. I first checked the JBoss packaging plugin (http://mojo.codehaus.org/jboss-packaging-maven-plugin/plugin-info.html) but couldn't see any par goal. Then I found this issue (http://jira.codehaus.org/browse/MJBOSSPACK-19) where someone proposed a patch to add the par capabilities. But it looks like it wasn't commited. Am I wrong ?

I've voted for the issue but is there a way I can help to bring this into the plugin ? (I'm not a commiter but maybe I do something to help).

Thanks,
Antonio Goncalves



Re: JBoss packaging par files (jbpm)

by Antonio Goncalves :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

I've never written a Maven plugin but I'll be ready to help. I just need to know how to start, how I can help/test/develop...

Let me know.

Antonio

2009/7/6 Arnaud HERITIER <aheritier@...>
Hi Paul,

  How are you ?
  What do you think about the issue mentionned by Antonio ?
  Antonio, it seems that Paul is waiting for help because the patch is out of date. Can you help him to create a new patch with a integration test if possible ?
 
Cheers,

Arnaud

# Arnaud Héritier
# http://blog.aheritier.net



On Sun, Jul 5, 2009 at 1:18 PM, Antonio Goncalves <antonio.mailing@...> wrote:
Hi,

I need to package a JBoss par file with Maven. I first checked the JBoss packaging plugin (http://mojo.codehaus.org/jboss-packaging-maven-plugin/plugin-info.html) but couldn't see any par goal. Then I found this issue (http://jira.codehaus.org/browse/MJBOSSPACK-19) where someone proposed a patch to add the par capabilities. But it looks like it wasn't commited. Am I wrong ?

I've voted for the issue but is there a way I can help to bring this into the plugin ? (I'm not a commiter but maybe I do something to help).

Thanks,
Antonio Goncalves





--
--
Antonio Goncalves (antonio.goncalves@...)
Software architect

Web site : www.antoniogoncalves.org
Blog: agoncal.wordpress.com
Feed: feeds2.feedburner.com/AntonioGoncalves
Paris JUG leader : www.parisjug.org
LinkedIn: www.linkedin.com/in/agoncal

Re: JBoss packaging par files (jbpm)

by Paul Gier :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Antonio,

For some general information about writing a maven plugin there are some
examples on the maven site [1].  Then you can check out the source code for the
jboss packaging plugin from svn [2].  You should be able to run a simple "mvn
install" to build the plugin.  You can start developing by creating a new class
called "ParMojo" and look at the other mojos (SarMojo, HarMojo, etc) for examples.

Then when you are ready, just do something like "svn diff > par-mojo.patch" to
create the patch.

[1] http://maven.apache.org/guides/plugin/guide-java-plugin-development.html
[2] https://svn.codehaus.org/mojo/trunk/mojo/jboss-packaging-maven-plugin

Antonio Goncalves wrote:

> Hi all,
>
> I've never written a Maven plugin but I'll be ready to help. I just need to
> know how to start, how I can help/test/develop...
>
> Let me know.
>
> Antonio
>
> 2009/7/6 Arnaud HERITIER <aheritier@...>
>
>> Hi Paul,
>>   How are you ?
>>   What do you think about the issue mentionned by Antonio ?
>>   Antonio, it seems that Paul is waiting for help because the patch is out
>> of date. Can you help him to create a new patch with a integration test if
>> possible ?
>>
>> Cheers,
>>
>> Arnaud
>>
>> # Arnaud Héritier
>> # http://blog.aheritier.net
>>
>>
>>
>> On Sun, Jul 5, 2009 at 1:18 PM, Antonio Goncalves <
>> antonio.mailing@...> wrote:
>>
>>> Hi,
>>> I need to package a JBoss par file with Maven. I first checked the JBoss
>>> packaging plugin (
>>> http://mojo.codehaus.org/jboss-packaging-maven-plugin/plugin-info.html)
>>> but couldn't see any par goal. Then I found this issue (
>>> http://jira.codehaus.org/browse/MJBOSSPACK-19) where someone proposed a
>>> patch to add the par capabilities. But it looks like it wasn't commited. Am
>>> I wrong ?
>>>
>>> I've voted for the issue but is there a way I can help to bring this into
>>> the plugin ? (I'm not a commiter but maybe I do something to help).
>>>
>>> Thanks,
>>> Antonio Goncalves
>>>
>>>
>
>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Parent Message unknown Re: JBoss packaging par files (jbpm)

by Brent Atkinson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Antonio,

I'd be willing to help with this. I took a look at the patch, but I haven't used jbpm enough to know that the proposed patch allows for all packaging scenarios. I can easily reproduce the patch in the new scheme, but could you direct me to information on how to manually create a par? I just want some assurance the method is generally applicable. What do you use now?

Brent

>>> Antonio Goncalves 07/08/09 12:57 PM >>>
Hi all,

I've never written a Maven plugin but I'll be ready to help. I just need to know how to start, how I can help/test/develop...

Let me know.

Antonio

2009/7/6 Arnaud HERITIER <aheritier@...>
Hi Paul,

  How are you ?
  What do you think about the issue mentionned by Antonio ?
  Antonio, it seems that Paul is waiting for help because the patch is out of date. Can you help him to create a new patch with a integration test if possible ?
 
Cheers,

Arnaud

# Arnaud Héritier
# http://blog.aheritier.net



On Sun, Jul 5, 2009 at 1:18 PM, Antonio Goncalves <antonio.mailing@...> wrote:
Hi,

I need to package a JBoss par file with Maven. I first checked the JBoss packaging plugin (http://mojo.codehaus.org/jboss-packaging-maven-plugin/plugin-info.html) but couldn't see any par goal. Then I found this issue (http://jira.codehaus.org/browse/MJBOSSPACK-19) where someone proposed a patch to add the par capabilities. But it looks like it wasn't commited. Am I wrong ?

I've voted for the issue but is there a way I can help to bring this into the plugin ? (I'm not a commiter but maybe I do something to help).

Thanks,
Antonio Goncalves





--
--
Antonio Goncalves (antonio.goncalves@...)
Software architect

Web site : www.antoniogoncalves.org
Blog: agoncal.wordpress.com
Feed: feeds2.feedburner.com/AntonioGoncalves
Paris JUG leader : www.parisjug.org
LinkedIn: www.linkedin.com/in/agoncal

Re: JBoss packaging par files (jbpm)

by Antonio Goncalves :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Brent,

Thanks for proposing some help. Well, actually I'm also discovering par and JBPL, as well as MOJO development. But this should be a fun way to start learning new technoligies ;o) So far I've managed to create a par archive but now I need to set the JBPL descriptors. How could we work together on that ? Maybe use an external SVN just for the two of us, and when we think it's ready, propose it to the Maven commiters. What do you think ?

Antonio

2009/7/10 Brent Atkinson <batkinson@...>
Antonio,

I'd be willing to help with this. I took a look at the patch, but I haven't used jbpm enough to know that the proposed patch allows for all packaging scenarios. I can easily reproduce the patch in the new scheme, but could you direct me to information on how to manually create a par? I just want some assurance the method is generally applicable. What do you use now?

Brent

>>> Antonio Goncalves 07/08/09 12:57 PM >>>

Hi all,

I've never written a Maven plugin but I'll be ready to help. I just need to know how to start, how I can help/test/develop...

Let me know.

Antonio

2009/7/6 Arnaud HERITIER <aheritier@...>
Hi Paul,

  How are you ?
  What do you think about the issue mentionned by Antonio ?
  Antonio, it seems that Paul is waiting for help because the patch is out of date. Can you help him to create a new patch with a integration test if possible ?
 
Cheers,

Arnaud

# Arnaud Héritier
# http://blog.aheritier.net



On Sun, Jul 5, 2009 at 1:18 PM, Antonio Goncalves <antonio.mailing@...> wrote:
Hi,

I need to package a JBoss par file with Maven. I first checked the JBoss packaging plugin (http://mojo.codehaus.org/jboss-packaging-maven-plugin/plugin-info.html) but couldn't see any par goal. Then I found this issue (http://jira.codehaus.org/browse/MJBOSSPACK-19) where someone proposed a patch to add the par capabilities. But it looks like it wasn't commited. Am I wrong ?

I've voted for the issue but is there a way I can help to bring this into the plugin ? (I'm not a commiter but maybe I do something to help).

Thanks,
Antonio Goncalves





--
--




Re: JBoss packaging par files (jbpm)

by Brent Atkinson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Antonio,
 
I do not suspect this will be a major undertaking. We can probably do it by working from the latest release tag and exchanging patches. It should amount to adding a mojo for PARs along with builds using the mojo (for functional tests). I'm very comfortable converting the patch, but not with judging whether it is appropriate. I'm hoping you can help with that.
 
Brent

>>> Antonio Goncalves <antonio.mailing@...> 7/11/2009 6:05 AM >>>
Hi Brent,

Thanks for proposing some help. Well, actually I'm also discovering par and JBPL, as well as MOJO development. But this should be a fun way to start learning new technoligies ;o) So far I've managed to create a par archive but now I need to set the JBPL descriptors. How could we work together on that ? Maybe use an external SVN just for the two of us, and when we think it's ready, propose it to the Maven commiters. What do you think ?

Antonio