[mojo-dev] Re: [VOTE] Retire minijar-maven-plugin

2010-08-17 Thread Torsten Curdt
e of the new features[2] which has been added is the minimizeJar > option[3]. > Torsten Curdt used his experience of the minijar-maven-plugin[4] to provide > this patch, so this functionality is put on the best and most logical place > at the moment you can think of. > With this feature in

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

2008-12-15 Thread Torsten Curdt
>> http://vafer.org/projects/jdeb/ > > I think I've looked at jdeb, but not jrpm. Thanks a bunch for the hints. > > Currently I've implemented the Ar archive in a generic JAR and I'm using The Ar implementation is also available in commons compress (still in sandbox though) In fact it's the sa

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

2008-12-15 Thread Torsten Curdt
> See the TODO ([1]) for the full list of supported use cases and outstanding > issues. You might want to have a look at jdeb if you want to use java for dpkg generation (as hinted in the TODO) http://vafer.org/projects/jdeb/ cheers -- Torsten --

[mojo-dev] report sink is null

2008-02-04 Thread Torsten Curdt
Anyone an idea why on earth the sink would be null in a report like this? public class JardiffReport extends AbstractMavenReport { ... public void executeReport( Locale locale ) throws MavenReportException { ... final Sink sink = getSink();

Re: [mojo-dev] New plugin for continuous performancetesting?

2008-01-30 Thread Torsten Curdt
Looks great! cheers -- Torsten On 30.01.2008, at 14:15, Kent Sølvsten wrote: Hi developers. At my company, we have developed a Maven2 plugin which we use for "continuous performancetesting". We use it to integrate performancetesting in our nightly Maven builds. The tests are performed usi

Re: [mojo-dev] [vote] apply for membership

2007-04-11 Thread Torsten Curdt
> Hi there, > > I want to apply for membership on the mojo project and would like to have > permission to commit on the solaris-maven-plugin I donted to mojo and would like > to improve and maintain. > > I simply opened this as vote myself. > If this is however infridging some rule, just take

Re: [mojo-dev] [rat] invalid XML character 0x0

2007-04-01 Thread Torsten Curdt
On 3/29/07, Torsten Curdt <[EMAIL PROTECTED]> wrote: For some reason suddenly I get this nice set of exceptions (see below) when building http://jakarta.apache.org/commons/sandbox/jci/ Character 0x0? Would be nice to know in what file. I could not find one #!/usr/bin/ruby

Re: [mojo-dev] [vote] release 1.0-alpha-3 of minijar-maven-plugin

2007-03-29 Thread Torsten Curdt
5x +1 1x +0 I'll do the release cheers -- Torsten - To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email

[mojo-dev] [rat] invalid XML character 0x0

2007-03-28 Thread Torsten Curdt
For some reason suddenly I get this nice set of exceptions (see below) when building http://jakarta.apache.org/commons/sandbox/jci/ Character 0x0? Would be nice to know in what file. I could not find one #!/usr/bin/ruby require 'find' Find.find('./') do |f| if ! ( f =~ /.class$/ || f

Re: [mojo-dev] [vote] release 1.0-alpha-3 of minijar-maven-plugin

2007-03-28 Thread Torsten Curdt
On 27.03.2007, at 20:44, Torsten Curdt wrote: New configuration, many fixes, upgraded underlying library... Please cast your votes. +1 from me Some more ...maybe? cheers -- Torsten - To unsubscribe from this list

[mojo-dev] [vote] release 1.0-alpha-3 of minijar-maven-plugin

2007-03-27 Thread Torsten Curdt
New configuration, many fixes, upgraded underlying library... Please cast your votes. +1 from me cheers -- Torsten - To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email

[mojo-dev] Re: MiniJar

2007-03-09 Thread Torsten Curdt
> - Duplicate entries are ignored (project artifact entries take > precedence) Actually I am not really sure how to handle this best. Your fix is a work around - this needs to be handled ...but essential it means you have more than version of a certain class in your classpath. Which is quite bad.

[mojo-dev] Re: MiniJar

2007-03-08 Thread Torsten Curdt
Hey there again :) I've included both the new files and the diff-u for UeberJarMojo.java and JarUtils.java The diffs against trunk are more than enough :) Thanks for that! Fixes in this version are: - Duplicate entries are ignored (project artifact entries take precedence) Actually I am

Re: [mojo-dev] [vote] release 1.0-alpha-1 of minijar-maven-plugin

2007-03-04 Thread Torsten Curdt
+1 fine with me! ...think you already realized that's going to be alpha-2 though :) On 04.03.2007, at 02:22, Jason Dillon wrote: +1 --jason On Mar 3, 2007, at 5:20 PM, Jason van Zyl wrote: Hi, I'm now using the minijar-maven-plugin in Maven 2.1-SNAPSHOT and I don't want to have to con

Re: [mojo-dev] [vote] graduate minijar out of the sandbox

2007-01-23 Thread Torsten Curdt
Cool! So I will announce it soon [EMAIL PROTECTED] user@mojo.codehaus.org [EMAIL PROTECTED] Somewhere else? cheers -- Torsten - To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email

Re: [mojo-dev] [vote] graduate minijar out of the sandbox

2007-01-22 Thread Torsten Curdt
On 22.01.2007, at 19:06, Garvin LeClaire wrote: The introduction could a paragraph explaining more detail about what the plugin does. Actually that is available, too http://svn.codehaus.org/mojo/trunk/mojo/minijar-maven-plugin/src/ site/apt/index.apt ...but for some reason it does not g

Re: [mojo-dev] [vote] graduate minijar out of the sandbox

2007-01-22 Thread Torsten Curdt
On 22.01.2007, at 18:12, Garvin LeClaire wrote: -1 I thought we were requiring documentation. I see the pages but the FAQ page is empty when I use the link above. This is something we need to improve upon. I did a presentation at our local Java User Group on Maven and a feed back from man

Re: [mojo-dev] [vote] graduate minijar out of the sandbox

2007-01-21 Thread Torsten Curdt
On 21.01.2007, at 07:27, Jerome Lacoste wrote: On 1/20/07, Torsten Curdt <[EMAIL PROTECTED]> wrote: On 20.01.2007, at 18:15, Dan Tran wrote: > +1 if the site follows > > http://mojo.codehaus.org/development/guidelines.html > Should be alright ...or can you spot so

Re: [mojo-dev] [vote] graduate minijar out of the sandbox

2007-01-20 Thread Torsten Curdt
On 21.01.2007, at 01:33, Dan Tran wrote: any how, I dont think that would halt back the release OK ...so we have 3 positive votes - that should be enough already, right? ..or how is the procedure over here? Feel like a newbie - my first release in codehaus land :) cheers -- Torsten -

Re: [mojo-dev] [vote] graduate minijar out of the sandbox

2007-01-20 Thread Torsten Curdt
So you build the site of the dbunit plugin with a post-2.0.4 version? cheers -- Torsten On 21.01.2007, at 01:33, Dan Tran wrote: 2.0.5 may fix that problem. -D On 1/20/07, Brian E. Fox <[EMAIL PROTECTED]> wrote: +1 -Original Message- From: Torsten Curdt [mailto:[EMAIL PRO

Re: [mojo-dev] [vote] graduate minijar out of the sandbox

2007-01-20 Thread Torsten Curdt
You have a old site format. Here is example of new one here is an example http://mojo.codehaus.org/dbunit-maven-plugin Well, I've changed it but somehow the index page is still showing the plugin info report and I don't understand why. I can't spot a difference: http://svn.codehaus.org/

Re: [mojo-dev] [vote] graduate minijar out of the sandbox

2007-01-20 Thread Torsten Curdt
On 20.01.2007, at 18:15, Dan Tran wrote: +1 if the site follows http://mojo.codehaus.org/development/guidelines.html Should be alright ...or can you spot something? +1 to call it alpha, how ever you can call it beta if you feel you have enough user feedbacks Naa ...that will have to

[mojo-dev] [vote] graduate minijar out of the sandbox

2007-01-20 Thread Torsten Curdt
I would like to do a first release of the minijar plugin. http://mojo.codehaus.org/minijar-maven-plugin/index.html So is it OK to move it out of the sandbox? Please cast you votes. cheers -- Torsten - To unsubscribe from this

Re: [mojo-dev] doing a release

2007-01-19 Thread Torsten Curdt
On 19.01.2007, at 18:43, Dan Tran wrote: make sure - move it out of sandbox - change the parent pom - no none SCM file(s) in your root like target, etc - no snapshot in dependencies in your pom, including the parent mvn release:prepare mvn release:perform You also need to call a vot

[mojo-dev] doing a release

2007-01-19 Thread Torsten Curdt
Hey, guys, I would like to an alpha release of minijar (in sandbox) out of the door. Is it just mvn release:clean release:prepare mvn release:perform Or how is this usually done? Any special guidelines? cheers -- Torsten ---

[mojo-dev] [jira] Created: (MTAGLIST-6) Support for multi-project poms

2006-05-05 Thread Torsten Curdt (JIRA)
Support for multi-project poms -- Key: MTAGLIST-6 URL: http://jira.codehaus.org/browse/MTAGLIST-6 Project: Maven 2.x Taglist Plugin Type: Improvement Reporter: Torsten Curdt Attachments: multiproject.diff Added support for multi

Re: [mojo-dev] welcome Torsten Curdt

2006-04-21 Thread Torsten Curdt
> Torsten, the author of the minijar plugin and submitter of a jardiff > plugin is now a committer. Thanks guys. > Torsten: > 1) log in to beaver.codehaus.org and take a look at your password in > ~/haus.d/UNIXPASS. Change it with "passwd", then remove the file. > 2) check out with https Done. T

[mojo-dev] [jira] Created: (MOJO-372) jardiff plugin

2006-04-18 Thread Torsten Curdt (JIRA)
jardiff plugin -- Key: MOJO-372 URL: http://jira.codehaus.org/browse/MOJO-372 Project: Mojo Type: New Feature Components: Plugin Submission Reporter: Torsten Curdt Attachments: maven-jardiff-plugin.tgz The initial version of a jardiff plugin

Re: [mojo-dev] BuildNumber plugin

2006-02-22 Thread Torsten Curdt
There seems to be some interest in this facility on maven-user. I would have spoken up already but I thought the build number plugin was a different thing. I'm not sure, however, if this is heading towards an even more generic usage, where you could grab the revision using maven-scm, withou

Re: [mojo-dev] sandbox snapshots

2006-01-13 Thread Torsten Curdt
On 13.01.2006, at 00:09, Brian E. Fox wrote: I personally think that minijar needs to be able to have the minimized jars be packaged into wars,ears etc, replacing the full size jar ...so the deps get included in the artifact package itself? (obviously configurable which ones). If making it a

Re: [mojo-dev] sandbox snapshots

2006-01-11 Thread Torsten Curdt
Awesome! :) On 12.01.2006, at 00:22, Brian E. Fox wrote: It's already out there and I updated the mojo page to show the snapshots repo. -Original Message- From: Torsten Curdt [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 10:51 PM To: dev@mojo.codehaus.org Subject:

[mojo-dev] sandbox snapshots

2006-01-10 Thread Torsten Curdt
Thanks for accepting the minijar so quickly :) Any way to automatically build a snapshot so people can already start using it? cheers -- Torsten PGP.sig Description: This is a digitally signed message part

[mojo-dev] [jira] Updated: (MOJO-228) Maven MiniJar Plugin to mimimize dependency jars

2006-01-10 Thread Torsten Curdt (JIRA)
[ http://jira.codehaus.org/browse/MOJO-228?page=all ] Torsten Curdt updated MOJO-228: --- Attachment: file.diff > Maven MiniJar Plugin to mimimize dependency jars > > > Key: MOJO-228 &g

[mojo-dev] [jira] Created: (MOJO-228) Maven MiniJar Plugin to mimimize dependency jars

2006-01-09 Thread Torsten Curdt (JIRA)
Maven MiniJar Plugin to mimimize dependency jars Key: MOJO-228 URL: http://jira.codehaus.org/browse/MOJO-228 Project: Mojo Type: New Feature Versions: 2.0.1 Reporter: Torsten Curdt Attachments: maven

Re: [mojo-dev] minijar plugin

2006-01-05 Thread Torsten Curdt
I was thinking that you would (could) specify which dependencies (jars) should be minijar'd in case you didn't want all of them to be done. Currently it will just generate all jars and you can pick the ones you need ...but sure - could be made configurable. So what would be the process to get

Re: [mojo-dev] minijar plugin

2006-01-05 Thread Torsten Curdt
That would be my suggestion ;-) Excellent ;) How do you specify the dependencies to minijar? The generated artifact is the one that defines the root of the deps. All classes that are used from that artifact (and classes that are required by that classes etc) are being kept. Basically transit

Re: [mojo-dev] minijar plugin

2006-01-05 Thread Torsten Curdt
+1. How does the plugin handle the manifest? I've run into issues with jars that have trouble if the manifest has been messed with for security issues etc. Does not touch them so far ...what would you suggest? cheers -- Torsten PGP.sig Description: This is a digitally signed message part

[mojo-dev] minijar plugin

2006-01-05 Thread Torsten Curdt
Hey guys, I finally got my first version of the maven 2 minijar plugin working. It does a byte-code analysis of the class dependencies and creates a stripped down version of the jar dependencies. Usecase: You have a dep on commons-io but only use a single class. The minijar plugin will create co