Re: [mojo-dev] pkg-maven-plugin update

2009-06-30 Thread Trygve Laugstøl
Hi Sorry for not replying to your previous mail, the dog eat my home work. Joerg Hohwiller wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Trygve, hi everybody, as I promised, I have added an example to the pkg-maven-plugin in sandbox. Therefore I had to do some fixes cause I had comi

[mojo-dev] pkg-maven-plugin update

2009-06-29 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Trygve, hi everybody, as I promised, I have added an example to the pkg-maven-plugin in sandbox. Therefore I had to do some fixes cause I had comitted a broken state of the plugin. You need to "svn update" pkg-maven-plugin and then call "mvn inst

Re: [mojo-dev] pkg-maven-plugin

2009-05-28 Thread Trygve Laugstøl
Joerg Hohwiller wrote: > Hi there, > >> Stephen Connolly wrote: >>> the issue I see for you is just when creating the tar with symbolic links >>> >>> you would not be untaring with your plugin, so all you have to do is >>> handle detecting the symbolic links and adding them into the tar file >>> c

Re: [mojo-dev] pkg-maven-plugin

2009-05-28 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, > Stephen Connolly wrote: >> the issue I see for you is just when creating the tar with symbolic links >> >> you would not be untaring with your plugin, so all you have to do is >> handle detecting the symbolic links and adding them into the

Re: [mojo-dev] pkg-maven-plugin

2009-05-27 Thread Trygve Laugstøl
Stephen Connolly wrote: the issue I see for you is just when creating the tar with symbolic links you would not be untaring with your plugin, so all you have to do is handle detecting the symbolic links and adding them into the tar file correctly Actually, I will as the plugin support unpack

Re: [mojo-dev] pkg-maven-plugin

2009-05-27 Thread Stephen Connolly
the issue I see for you is just when creating the tar with symbolic links you would not be untaring with your plugin, so all you have to do is handle detecting the symbolic links and adding them into the tar file correctly I'd take a look at JNA as I know it has mapped the native libs for

Re: [mojo-dev] pkg-maven-plugin

2009-05-27 Thread Trygve Laugstøl
Lee Thompson wrote: Trygve wrote: > Another major piece of the code to implement later is a pure Java version of the formats, which is definitely > doable for deb and rpm, not so sure about the other formats. You probably already know this, but symbolic links will be an issue. Lots of my p

Re: [mojo-dev] pkg-maven-plugin

2009-05-27 Thread Lee Thompson
Trygve wrote: > Another major piece of the code to implement later is a pure Java version of > the formats, which is definitely > doable for deb and rpm, not so sure about the other formats. You probably already know this, but symbolic links will be an issue. Lots of my packages (openssl for i

Re: [mojo-dev] pkg-maven-plugin

2009-05-27 Thread Trygve Laugstøl
Lee Thompson wrote: I'm on the same page as far as seeing if we can merge this stuff together. I have been deleting way more code than I'm writing as I found alot of overlap in CBUILDS with now standard mojo plugins... If the integration tests run with unix-maven-plugin, I'd put a project toge

Re: [mojo-dev] pkg-maven-plugin

2009-05-27 Thread Lee Thompson
ugstøl To: dev@mojo.codehaus.org Sent: Tuesday, May 26, 2009 5:51:44 AM Subject: Re: [mojo-dev] pkg-maven-plugin Lee Thompson wrote: > Hi Trygve and Joerg. I've been working on thorough lifecycle integration > testing on the CBUILDS plugins which may be of interest to you for > pkg-maven

Re: [mojo-dev] pkg-maven-plugin

2009-05-26 Thread Trygve Laugstøl
27;ll have time to look at your and also Jörg's code. -- Trygve *From:* Trygve Laugstøl *To:* dev@mojo.codehaus.org *Sent:* Sunday, May 24, 2009 5:13:31 PM *Subject:* Re: [mojo-dev] pkg-maven-plugin Joerg Hohwiller wro

Re: [mojo-dev] pkg-maven-plugin

2009-05-25 Thread Lee Thompson
in as I'm using maven 2.1.0. Took quite some time to get it all working. From: Trygve Laugstøl To: dev@mojo.codehaus.org Sent: Sunday, May 24, 2009 5:13:31 PM Subject: Re: [mojo-dev] pkg-maven-plugin Joerg Hohwiller wrote: > Hi everybody, > > I j

Re: [mojo-dev] pkg-maven-plugin

2009-05-24 Thread Trygve Laugstøl
Joerg Hohwiller wrote: Hi everybody, I just committed a new pkg-maven-plugin to sandbox. Just for those who are interested in what is going on here: This code is only target to merge some ideas into unix-maven-plugin. It will be deleted after that. I had a chat with Trygve about working togeth

[mojo-dev] pkg-maven-plugin

2009-05-24 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everybody, I just committed a new pkg-maven-plugin to sandbox. Just for those who are interested in what is going on here: This code is only target to merge some ideas into unix-maven-plugin. It will be deleted after that. I had a chat with Trygv