Re: suggestions for handling native libraries

2006-06-16 Thread Hiram Chirino
On 5/9/06, Richard van der Hoff [EMAIL PROTECTED] wrote: ... This brings me to my next thought, which is that the maven artifact probably ought to be a zip file (or similar) containing the correctly-named library. This is good because it means my artifacts have the same extension no matter

Re: NPE in Surefire

2006-03-15 Thread Hiram Chirino
Thanks! But I worked around it by removing the system properties that I was trying to define (the unit test case now defines them.) Regards, Hiram On 3/14/06, Jacek Laskowski [EMAIL PROTECTED] wrote: 2006/3/13, Hiram Chirino [EMAIL PROTECTED]: I was just using the latest deployed 2.1.3

NPE in Surefire

2006-03-13 Thread Hiram Chirino
Hi Everybody, I was just using the latest deployed 2.1.3-SNAPSHOT version of surefire and I got this error on the activemq/activemq-jaas module. Any idea? [WARNING] POM for 'directory-asn1:asn1-der:pom:0.3.2' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM.

Need a release of org.apache.maven.plugins:maven-one-plugin

2006-02-09 Thread Hiram Chirino
Hi Guys, I need a release of the org.apache.maven.plugins:maven-one-plugin plugin. My project depends on it an I can't release until it's released. Regards, Hiram - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [vote] release maven-one-plugin

2006-02-09 Thread Hiram Chirino
+1 Whoot! /Hiram On Feb 9, 2006, at 3:57 PM, John Casey wrote: Hi everyone, I'm not sure who's using this plugin, other than Hiram :), but I think if he's using it on a regular basis and thinks it's ready for a first release, we should consider moving it out of the sandbox and putting

[jira] Created: (SUREFIRE-27) classloader stuct should be dumped if -X is passed to maven

2006-01-03 Thread Hiram Chirino (JIRA)
classloader stuct should be dumped if -X is passed to maven --- Key: SUREFIRE-27 URL: http://jira.codehaus.org/browse/SUREFIRE-27 Project: surefire Type: Improvement Reporter: Hiram Chirino Assigned

[jira] Created: (MNG-932) Test artifacts should support install and deploy

2005-09-20 Thread Hiram Chirino (JIRA)
Reporter: Hiram Chirino Fix For: 2.0-beta-2 Discussed in IRC: [08:46am] hchirino: hi guys: any chance we can make it an option to install/deploy the test classes as an artifact? [08:46am] hchirino: at least in m2? [08:48am] dozer: hchirino - what is the use-case? [08:48am] trygvis: abstract tests

[jira] Created: (MNG-907) The eclipse output directory should configurable. I would be nice to pick something other than target/classes.

2005-09-16 Thread Hiram Chirino (JIRA)
-907 Project: Maven 2 Type: Improvement Components: maven-eclipse-plugin Versions: 2.0-beta-1 Reporter: Hiram Chirino Fix For: 2.0-beta-2 Attachments: patch The output directory eclipse:eclipse uses, should be configurable. I chatted with jdcasey on irc about

[jira] Created: (MNG-431) Error check for old style pom dependency declarations

2005-05-26 Thread Hiram Chirino (JIRA)
Error check for old style pom dependency declarations - Key: MNG-431 URL: http://jira.codehaus.org/browse/MNG-431 Project: Maven 2 Type: Improvement Versions: 2.0-alpha-2 Reporter: Hiram Chirino had