Re: [RESOLVED] Re: Horrible classloader things happening under Cobertura

2006-04-26 Thread Brett Porter
I got hit by this myself recently. I need to investigate whether surefire can be improved to pick up the JDK endorsed classes when forking, as it really should. It should at least be a FAQ on the surefire plugin, and cobertura should refer to it. - Brett Gordon Henriksen wrote: On Apr 26, 20

Re: maven-resources-plugin problem

2006-04-26 Thread Brett Porter
I'll add it to the queue of plugins to investigate the viability of a release in the next few weeks. There should already be a snapshot on http://cvs.apache.org/maven-snapshot-repository. - Brett Tim Dysinger wrote: Never mind the "backport" to 2.0 and 2.1. I think I misunderstood how the

Re: [Maven 2] Eclipse plugin enhancement to exclude **/.svn/** or whatever

2006-04-26 Thread James Mitchell
Ok, thanks. -- James Mitchell On Apr 26, 2006, at 8:10 PM, Edwin Punzalan wrote: hi, James. Seems like most of use are busy... you can proceed to jira and attach your patch so your idea won't get lost deep in the mailing list archive. Thanks. ^_^ James Mitchell wrote: No takers?

[jira] Subscription: Outstanding Repository Maintenance: Uploads

2006-04-26 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Uploads (9 issues) Subscriber: mavendevlist Key Summary MAVENUPLOAD-857Hibernate Annotations beta9 and Hibernate 3.2-CR1 upload requests http://jira.codehaus.org/browse/MAVENUPLOAD-857 MAVENUPLOAD-858Upload Click 0

[jira] Subscription: Outstanding Repository Maintenance: Evangelism

2006-04-26 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Evangelism (32 issues) Subscriber: mavendevlist Key Summary MEV-381 Missing pom.xml for acegi-security-1.0.0-RC2 http://jira.codehaus.org/browse/MEV-381 MEV-363 Spring 1.2.7 POMs Missing http://

Re: Usage of ${project.build.directory} in build.sourceDirectory

2006-04-26 Thread Kenney Westerhof
On Thu, 27 Apr 2006, Edwin Punzalan wrote: (sorry for crossposting but some devs don't follow the userlist entirely) You can't use ${project.build.*} expressions in the section under some circumstances. I tested with project.build.directory and project.build.outputDirectory (even in a section)

[RESOLVED] Re: Horrible classloader things happening under Cobertura

2006-04-26 Thread Gordon Henriksen
On Apr 26, 2006, at 8:09 PM, Carlos Sanchez wrote: Check http://maven.apache.org/plugins/maven-surefire-plugin/test- mojo.html, childDelegation option Minutes too late! Found http://jira.codehaus.org/browse/MSUREFIRE-81… Agreed with the reporter… For any others, the fix is thus:

[m2] ideas to improve dependency management

2006-04-26 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, first of all I have to say that the dependency-management of maven2 is really cool! The scope is covering all needs I can think of and the transitive dependency thing is really nice... Anyways here are some ideas about the dependency manage

Re: [Maven 2] Eclipse plugin enhancement to exclude **/.svn/** or whatever

2006-04-26 Thread Edwin Punzalan
hi, James. Seems like most of use are busy... you can proceed to jira and attach your patch so your idea won't get lost deep in the mailing list archive. Thanks. ^_^ James Mitchell wrote: No takers? I promise I'll stop bugging if someone at least says 'go away'. -- James Mitchell

Re: Horrible classloader things happening under Cobertura

2006-04-26 Thread Carlos Sanchez
Check http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html, childDelegation option On 4/26/06, Gordon Henriksen <[EMAIL PROTECTED]> wrote: > On Apr 26, 2006, at 6:13 PM, Mike Perham wrote: > > > On Apr 26, 2006, at 4:47 PM, Gordon Henriksen wrote: > > > >> Is this a FAQ that I have

Missing unit tests

2006-04-26 Thread Carlos Sanchez
Fabrizio, have you seen this? -- Forwarded message -- From: Odea Ching <[EMAIL PROTECTED]> Date: Apr 23, 2006 8:01 PM Subject: Re: svn commit: r394668 - /maven/plugins/trunk/maven-repository-plugin/src/main/java/org/apache/maven/plugins/repository/BundlePackMojo.java To: dev@maven.

Re: Horrible classloader things happening under Cobertura

2006-04-26 Thread Gordon Henriksen
On Apr 26, 2006, at 6:13 PM, Mike Perham wrote: On Apr 26, 2006, at 4:47 PM, Gordon Henriksen wrote: Is this a FAQ that I haven't found? My tests run fine uninstrumented under mvn test, but fail in spectacular and surprising ways under Cobertura (triggered from mvn site). You haven't told

Re: svn commit: r397067 - /maven/plugins/trunk/maven-javadoc-plugin/src/test/java/org/apache/maven/plugin/javadoc/JavadocJarTest.java

2006-04-26 Thread Odea Ching
Okay, I'll try to fix this today. Thanks, Deng Brett Porter wrote: Three's a logic error here - it won't actually validate if a field is missing, or if an unknown field is found. I suggest constructing a set of entries, then doing the asserts based on set.contains( name ); Cheers, Brett

RE: Horrible classloader things happening under Cobertura

2006-04-26 Thread Mike Perham
You haven't told us which version of the plugin you are running. The Cobertura plugin used to inject asm 2.1 into the project classpath which broke Hibernate projects. Are you using asm? -Original Message- From: Gordon Henriksen [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006

Re: [Maven 2] Eclipse plugin enhancement to exclude **/.svn/** or whatever

2006-04-26 Thread James Mitchell
No takers? I promise I'll stop bugging if someone at least says 'go away'. -- James Mitchell On Apr 26, 2006, at 12:39 AM, James Mitchell wrote: I have modified the Maven 2 Eclipse plugin to accept a configuration option that will write an additional attribute to the classpathentry fo

Re: Help with plugin - is this possible?

2006-04-26 Thread dan tran
If they are not using Continuum, ask them to use CruiseControl ;-) just kidding. Just a little humor On 4/26/06, Joel Sherriff <[EMAIL PROTECTED]> wrote: > > Only because not all users are using Continuum. It's not for me to tell > them to use Continuum... > Although that is an idea... > > -O

Horrible classloader things happening under Cobertura

2006-04-26 Thread Gordon Henriksen
Is this a FAQ that I haven't found? My tests run fine uninstrumented under mvn test, but fail in spectacular and surprising ways under Cobertura (triggered from mvn site). — G --- Battery: net.mycorp.billing.Car

RE: Help with plugin - is this possible?

2006-04-26 Thread Joel Sherriff
Only because not all users are using Continuum. It's not for me to tell them to use Continuum... Although that is an idea... -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 5:33 PM To: Maven Developers List Subject: Re: Help with plugi

Re: Help with plugin - is this possible?

2006-04-26 Thread Emmanuel Venisse
It isn't the job of a plugin and I don't think it's possible. Why do you want to add a sensor to a tool like maven or ant, I think it would be better to create it for continuum. In Continuum, you have all infos. Emmanuel Joel Sherriff a écrit : Well guys, I got my plugin working but haven't

RE: Help with plugin - is this possible?

2006-04-26 Thread Joel Sherriff
Well guys, I got my plugin working but haven't been able to do everything necessary. Perhaps this isn't the job for a plugin. What I'm trying to do is write a sensor for a tool called Hackystat that monitors tool usage. In the case of Maven, I'd like to record build success/failure, the phase

Re: [vote] release maven-archetype-j2ee-simple

2006-04-26 Thread Jesse McConnell
http://svn.apache.org/repos/asf/maven/archetype/trunk/maven-archetypes/maven-archetype-j2ee-simple its generates a simple project layout for a j2ee project, war files, servlets, ejbs, ear generation, etc jesse On 4/26/06, David J. M. Karlsen <[EMAIL PROTECTED]> wrote: > > Jesse McConnell wrote:

Re: [vote] release maven-archetype-j2ee-simple

2006-04-26 Thread David J. M. Karlsen
Jesse McConnell wrote: Please vote on releasing maven-archetype-j2ee-simple This archetype is being used by a number of folks on the user list and I have seen a number of requests for it as of late. It was formally known as maven-archetype-j2ee but after discussion on the mailing list and on i

Re: maven-resources-plugin problem

2006-04-26 Thread Tim Dysinger
I was being sarcastic. I appologize if I offended. On Apr 26, 2006, at 12:07 PM, Mike Perham wrote: Could you explain how my message was out of line? My response was 7 minutes after yours so you can't expect in-depth. You are posting to the developer list so it is assumed that you are reason

RE: maven-resources-plugin problem

2006-04-26 Thread Mike Perham
Could you explain how my message was out of line? My response was 7 minutes after yours so you can't expect in-depth. You are posting to the developer list so it is assumed that you are reasonably familar with maven innards. I'm not an expert in that plugin. I was throwing out an idea. But don

Re: maven-resources-plugin problem

2006-04-26 Thread Tim Dysinger
Never mind the "backport" to 2.0 and 2.1. I think I misunderstood how the plugins are released. When can we deploy maven-resource-plugin 2.2 to the ibiblio repository to fix things? -Tim - To unsubscribe, e-mail: [EMAIL

Re: maven-resources-plugin problem

2006-04-26 Thread Tim Dysinger
OK I have a patch for the 2.0.x tag who will help me get it SVN ? ( hopefully before 2.0.5 ) The patch is the same as the code below ( in trunk ) and just needs to be back-ported. Do I need to go submit the patch to Jira or will someone with dev access just be nice and just contact me off

Re: [vote] release maven-archetype-j2ee-simple

2006-04-26 Thread John Casey
+1 On 4/26/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > > +1 > > Emmanuel > > Jesse McConnell a écrit : > > Please vote on releasing > > > > maven-archetype-j2ee-simple > > > > This archetype is being used by a number of folks on the user list and I > > have seen a number of requests for it a

Re: maven-resources-plugin problem

2006-04-26 Thread Tim Dysinger
Wow, that was a brush-off!!! Thanks for the in-depth response and helpful advice Mike! Open further research, I can see for myself that this looks to be already fixed in the trunk (2.2-SNAP): // this part is required in case the user specified "../ something" as destination

RE: maven-resources-plugin problem

2006-04-26 Thread Mike Perham
I think this is a user problem and needs to go to that list. Maybe bind the resource copy goal to another build phase so that it runs after the point where the directory is created? -Original Message- From: Tim Dysinger [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 12:50 PM T

maven-resources-plugin problem

2006-04-26 Thread Tim Dysinger
Over at the AndroMDA project we are trying to use the maven resources / filtering facility to copy resources to another directory besides target/classes. Since the maven-resources-plugin defaults to target/classes as it's output directory and only allows you to select a path within that d

Re: [vote] release maven-archetype-j2ee-simple

2006-04-26 Thread Emmanuel Venisse
+1 Emmanuel Jesse McConnell a écrit : Please vote on releasing maven-archetype-j2ee-simple This archetype is being used by a number of folks on the user list and I have seen a number of requests for it as of late. It was formally known as maven-archetype-j2ee but after discussion on the mail

[vote] release maven-archetype-j2ee-simple

2006-04-26 Thread Jesse McConnell
Please vote on releasing maven-archetype-j2ee-simple This archetype is being used by a number of folks on the user list and I have seen a number of requests for it as of late. It was formally known as maven-archetype-j2ee but after discussion on the mailing list and on irc with jdcasey and jason

Re: Help with plugin - is this possible?

2006-04-26 Thread dan tran
ouch that hurts ;-) I guess it is java annotation by default. -D On 4/26/06, Joel Sherriff <[EMAIL PROTECTED]> wrote: > > Dan, >Thanks for the reference. A great doc, even if it didn't solve > the problem it did give me some more diagnostic help. I'm posting the > solution to my probl

RE: Help with plugin - is this possible?

2006-04-26 Thread Joel Sherriff
Dan, Thanks for the reference. A great doc, even if it didn't solve the problem it did give me some more diagnostic help. I'm posting the solution to my problem here in the hope that nobody else has to waste hours like I did. It wasn't adding my @parameter to the plugin.xml. The reason

forcing resolution of dependencies from a plugin

2006-04-26 Thread Brian E. Fox
I have the following use case: I build a war that contains common pieces of jsps etc. When I build a variant of my product, I use the dependency plugin to download the common war and unpack it in target/final name. The war plugin comes along and builds my variant war on top of the unpacked war. T

Re: Adding a directory recursively

2006-04-26 Thread Emmanuel Venisse
Brett Porter a écrit : Emmanuel Venisse wrote: Brett Porter a écrit : Emmanuel Venisse wrote: I think it would be good to add this method and it's easy to do. For svn, we must check if : - .svn directory exist in directory for subversion - CVS directory exist in directory for CVS - .bzr

Re: Custom Packaging types.

2006-04-26 Thread Marteijn Nouwens
Thanks Arik that seems to be what I want. Now to the task of converting the plugins I created for packaging applications, and installers with izpack, waba and others types like swing plugins. The izpack is one i saw in the list as not yet converted. Marteijn Nouwens 2006/4/25, Arik Kfir <[EMAIL