Re: [vote] Attempt 3: Release maven-assembly-plugin 2.2-beta-1

2007-04-10 Thread berndq
Brian E. Fox schrieb: This is a MUCH bigger problem than we seem to recognize. Who wants to send the email to the users@ list to tell them that, oh, yeah, they need to specify versions for all of their plugins in the POM? I'm not wild about it, but I think that's the only way out...and I'm

surefire 2.3 SUREFIRE-122 vs. SUREFIRE-256

2007-02-23 Thread berndq
Hi, SUREFIRE-256 has basically the same patch as SUREFIRE-122. Furthermore SUREFIRE-256 has tests plus the patch. Just wondering why -122 was applied and closed and -256 deferred to 2.4. best regards Bernd - To unsubscribe,

MASSEMBLY-121: fix does not work for me.

2007-01-30 Thread berndq
that for me please? ;-) Or shall I open a new one and link to -121? thanks Bernd Thanks, John On 1/17/07, berndq [EMAIL PROTECTED] wrote: John, shall I open a JIRA manifest section in external descriptor? ;-) I quickly tested Barrie's suggestion but could not make it work. (I still have

Re: assembly plugin, multiple descriptors and manifest modifications

2007-01-21 Thread berndq
Any chance this is an open source project I can download? no :-( But you may try: mvn archetype:create -DgroupId=test -DartifactId=executions and modify the pom to include the executions: project xmlns=http://maven.apache.org/POM/4.0.0;

Re: assembly plugin, multiple descriptors and manifest modifications

2007-01-20 Thread berndq
. I added a test case but I do not see an obvious way to reopen it. (maybe I have no permission?) thanks Bernd Thanks, John On 1/17/07, berndq [EMAIL PROTECTED] wrote: John, shall I open a JIRA manifest section in external descriptor? ;-) I quickly tested Barrie's suggestion but could

Re: assembly plugin, multiple descriptors and manifest modifications

2007-01-20 Thread berndq
Barrie, Try cut and pasting my plugin config and replace each descriptor with the files for yours. same problem :-( I'll try to debug and post more information... Bernd - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: assembly plugin, multiple descriptors and manifest modifications

2007-01-19 Thread berndq
Hi Barrie, Please paste your plugin definition in your pom. not sure what you mean by that, there is not much config here. This works plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-assembly-plugin/artifactId version2.1/version

Re: assembly plugin, multiple descriptors and manifest modifications

2007-01-19 Thread berndq
Barrie, I tried with and without values, always the same error, even with your new suggestion. This is a direct copy/paste: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-assembly-plugin/artifactId version2.1/version executions

Re: assembly plugin, multiple descriptors and manifest modifications

2007-01-19 Thread berndq
Barrie, And you are sure these files exist? yes D:\projekte\template\templatePom-trunkdir src\main\assembly .. 14.01.2007 11:03 884 client.xml 14.01.2007 11:04 886 server.xml remember it works without executions. Bernd I have the following in my pom and

Re: assembly plugin, multiple descriptors and manifest modifications

2007-01-18 Thread berndq
Hi Barrie, thanks for your help Cant you just define multiple configurations, where each configuration has the settings you want rather than lump them in the one section? this results in [INFO] [INFO] No assembly

Re: assembly plugin, multiple descriptors and manifest modifications

2007-01-17 Thread berndq
On 1/16/07, Barrie Treloar [EMAIL PROTECTED] wrote: On 1/16/07, berndq [EMAIL PROTECTED] wrote: Hi, I did not get an answer on the users list so I try it here: I use the assembly plugin to create multiple assemblies from a multi module project: descriptors

assembly plugin, multiple descriptors and manifest modifications

2007-01-15 Thread berndq
Hi, I did not get an answer on the users list so I try it here: I use the assembly plugin to create multiple assemblies from a multi module project: descriptors descriptorsrc/main/assembly/server.xml/descriptor

Re: calling vote for 2.0.5

2007-01-12 Thread berndq
Jochen Wiedmann wrote: what matters more, IMO, would be micro releases of the core plugins. I agree very much here. Bernd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

MSUREFIREREP-26

2006-10-19 Thread berndq
Hi, would it be possible for someone to verify the patches and provide a snapshot :-) (or a release ;-) ) thanks on advance! best regards Bernd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Moving surefire plugin to surefire

2006-09-24 Thread berndq
Jason, ... It will take me a couple days to look at the code and patches that are around. I assume junit4 is out of scope here (due to java 1.5 requirement)? In case you will look at MSUREFIRE-109, seems like we where hit by this last week, so I will have a look at this more closesly (maybe

Re: plugin releases

2006-09-01 Thread berndq
Jason van Zyl wrote: I'm not sure there is enough in the macros to do what we need. I asked David Blevins to help me use Swizzle to create a list of all the outstanding issues for plugins that have votes. I would like to sum the votes in each plugin project and then sort them in ranked order.

Re: Please review maven-assembly-plugin site documentation

2006-08-31 Thread berndq
Edwin Punzalan wrote: A staging site is currently available at http://people.apache.org/~epunzalan/maven-assembly-plugin. Thank you for taking some time to review it. - Binding to package phase: in the example there is phasepackaging/phase Works for me only with phasepackage/phase -

Re: [ANN] JAR Plugin v 2.1 Released

2006-08-31 Thread berndq
Vincent Siveton wrote: Hi Ruel, You should see the project summary page: http://maven.apache.org/plugins/maven-jar-plugin/project-summary.html Following the links from maven's homepage (Plug-ins, jar) the page above cannot be reached. Is this by intention? Bernd

Re: [ANN] JAR Plugin v 2.1 Released

2006-08-31 Thread berndq
Stephen Duncan wrote: Plug-ins - jar - Project Information - Project Summary I had to flush my browser's cache, now it works for me, sorry. Bernd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: junit4 support?

2006-08-16 Thread berndq
As Wendy said, it would be good to track progress under SUREFIRE-31. I updated SUREFIRE-31 with two patches for junit4 support. Bernd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

svn diff and new files

2006-08-15 Thread berndq
Hi, as svn diff does not include new files (AFAIK), what is the preferred way to upload a patch that contains new files? Bernd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

code formatting, maven-eclipse-codestyle.xml

2006-08-12 Thread berndq
Hi all, should http://maven.apache.org/developers/maven-eclipse-codestyle.xml be used? looking at e.g. SurefirePlugin, it looks like this is not formatted with the above code style. In case I would suggest a patch, should the code be reformatted before creating the patch? Bernd

Re: junit4 support?

2006-08-12 Thread berndq
Hi all, As Wendy said, it would be good to track progress under SUREFIRE-31. Is SUREFIRE-31 related to maven1? and MSUREFIRE-84 related to maven2? I assume https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-surefire-plugin is the maven2 surefire plugin, so shouldn't we track

building maven with maven

2006-08-12 Thread berndq
Hi, looking at http://maven.apache.org/guides/development/guide-building-m2.html ist says you can svn co https://svn.apache.org/repos/asf/maven/trunks maven and then mvn install from root, but there is no pom in root? Is there some information missing? thanks Bernd

Re: code formatting, maven-eclipse-codestyle.xml

2006-08-12 Thread berndq
Brettm I have an updated one for Eclipse 3.2 which can finally handle the same stuff IDEA could, I'll upload it soon. upload to the website? will you add an eclipse 3.2 section? Bernd - To unsubscribe, e-mail: [EMAIL

Re: junit4 support?

2006-08-12 Thread berndq
Brett, Additionally surefire's POJO approach collides with junit4. This is taken care of by the surefire plugin. It should select JUnit 4 as long as a it is in the dependency classpath. The surefire plugin does not take care of that, it just adds a JUnitDirectoryTestSuite to

Re: junit4 support?

2006-08-08 Thread berndq
Hi Brett, ... Additionally surefire's POJO approach collides with junit4. This is taken care of by the surefire plugin. It should select JUnit 4 as long as a it is in the dependency classpath. Do you mean this should already be implemented? Or did you meant This should be taken care of

getting sources into eclipse

2006-08-04 Thread Berndq
Hi, is there an easy way to get maven sources into a eclipse java project? (getting all the source folders right) I'd like to use eclipse to browse the sources. Thaught that there where some .project and .classpath files in svn but I cannot find them anymore. thanks! best regards Bernd --

junit4 support?

2006-07-29 Thread berndq
Hi, anyone here that likes to help in getting junit4 support for maven? Currently I modifed JUnitTestSet to use JUnitCore from junit4 to run the tests directly. I thought this is a nice way to get all the annotation stuff working (@Before, timeout=xx) and it works. At least it runs some

junit4 support: http://jira.codehaus.org/browse/SUREFIRE-31

2006-07-20 Thread Berndq
Hi, I am trying to get started with junit4 support. As a very first step I replaced the code in JUnitTestSuite.execute with test[0]=getTestClass().getName(); Result r= new JUnitCore().runMain(test); which basically runs the tests, altough not very much integration in maven

how to use freshly compiled surefire junit runner

2006-07-12 Thread berndq
Hi all, i can compile the surefire sources from svn (http://svn.apache.org/repos/asf/maven/surefire/trunk) and run mvn install succesfully to get it into the local repository: [INFO] Installing D:\maven\surefire-trunk\surefire-providers\surefire-junit\target\surefire-junit-2.

Re: how to use freshly compiled surefire junit runner

2006-07-12 Thread berndq
dan tran wrote: you will need fetch maven-surefire-plugin source and makesure it uses the surefire components snapshot ( mostlikely it is already done so) after that new binary kicks in automatically that worked, thanks! Bernd try mvn -X -Dan On 7/12/06, berndq [EMAIL PROTECTED] wrote

Re: how to use freshly compiled surefire junit runner

2006-07-12 Thread berndq
, but Dan's answer did, anyway, thanks and sorry for the noise Bernd Cheers, Vincent 2006/7/12, berndq [EMAIL PROTECTED]: Hi all, i can compile the surefire sources from svn (http://svn.apache.org/repos/asf/maven/surefire/trunk) and run mvn install succesfully to get it into the local repository

http://jira.codehaus.org/browse/SUREFIRE-31

2006-06-28 Thread berndq
hi, how could I help here? I am currently trying to understand the problems already mentioned. What could be the next step? I am new to maven dev. best regards Bernd