[jira] Created: (MPSCM-23) scm:cvs-checkout-project doesn't work on MacOS Panther

2004-08-05 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPSCM-23 Here is an overview of the issue: - Key: M

[jira] Updated: (MAVEN-1415) Jar plugin generate incorrect manifest file

2004-08-05 Thread jira
The following issue has been updated: Updater: Felipe Leme (mailto:[EMAIL PROTECTED]) Date: Fri, 6 Aug 2004 1:22 AM Comment: Simple testcase for this issue - I will try to do the fix later... Changes: Attachment changed to maven-1415-testcase.zip ---

[jira] Commented: (MAVEN-1127) decouple artifact type implementations from maven core

2004-08-05 Thread jira
The following comment has been added to this issue: Author: Daniel Marchant Created: Thu, 5 Aug 2004 7:07 PM Body: By the way John I like the way you added the properties in the classpath like the discovery. So whatever seems to work for this the better. I moved the artifact wrap

[jira] Updated: (MAVEN-1127) decouple artifact type implementations from maven core

2004-08-05 Thread jira
The following issue has been updated: Updater: Daniel Marchant (mailto:[EMAIL PROTECTED]) Date: Thu, 5 Aug 2004 7:01 PM Comment: Code for new files as part of Daniel Marchant's proposal Changes: Attachment changed to org.zip -

[jira] Updated: (MAVEN-1127) decouple artifact type implementations from maven core

2004-08-05 Thread jira
The following issue has been updated: Updater: Daniel Marchant (mailto:[EMAIL PROTECTED]) Date: Thu, 5 Aug 2004 7:01 PM Comment: Changes Daniel Marchant proposes Changes: Attachment changed to changes.patch ---

[jira] Commented: (MAVEN-1127) decouple artifact type implementations from maven core

2004-08-05 Thread jira
The following comment has been added to this issue: Author: Daniel Marchant Created: Thu, 5 Aug 2004 7:00 PM Body: I did some changes for against the Maven 1.0 RC4 and had changed it to be a bit more robust for supporting different type of artifacts and artifact handlers. I have

issue w/ test:test goal being run multiple times when dist goal is executed

2004-08-05 Thread Springer, Ian P.
When I run "maven dist", my project's unit tests get run three times: 1) because test:test is a prereq of jar:jar 2) because test:test is a prereq of war:webapp (which I call from a dist:prepare-bin-filesystem postgoal in maven.xml) 3) because junit-report:report does an attainGoal of test:tes

[jira] Commented: (MPASPECTJ-12) Optional Aspects

2004-08-05 Thread jira
The following comment has been added to this issue: Author: Carlos Sanchez Created: Thu, 5 Aug 2004 2:37 PM Body: Ok, if you can make the example I'll thank you. This link works for me http://tinyurl.com/4boct else http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/org.eclip

[jira] Commented: (MPASPECTJ-12) Optional Aspects

2004-08-05 Thread jira
The following comment has been added to this issue: Author: Mark Proctor Created: Thu, 5 Aug 2004 2:26 PM Body: ok I'll get that diff -U to you asap. do you still want the example, if so I'll try and knock up and something this weekend. That link doesn't work. Mark -

[jira] Created: (MAVEN-1416) Change Apache license in Jalopy header to version 2.0

2004-08-05 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVEN-1416 Here is an overview of the issue: - Key:

[jira] Commented: (MAVEN-1415) Jar plugin generate incorrect manifest file

2004-08-05 Thread jira
The following comment has been added to this issue: Author: Ian P. Springer Created: Thu, 5 Aug 2004 9:19 AM Body: java.util.jar.Manifest does basic validation of the format. It could always be extended to do more robust validation. ---

[jira] Commented: (MAVEN-1415) Jar plugin generate incorrect manifest file

2004-08-05 Thread jira
The following comment has been added to this issue: Author: Eugene Kuleshov Created: Thu, 5 Aug 2004 11:05 AM Body: I'm not sure if you can do much automatically. For the manifest from my original comment if package org/codehaus/some/component/ (notice last slash!) have class My

Re: empty md5 files in ibiblio repository

2004-08-05 Thread Mark R. Diggory
Another idea, Shouldn't it be possible from Maven to correct the offending md5 signature? "sign-artifact" or something of that nature run within the hsqldb project directory? -Mark Mark R. Diggory wrote: Typical, http://www.apache.org/dist/java-repository/create-checksums This is the issue with

Re: empty md5 files in ibiblio repository

2004-08-05 Thread Mark R. Diggory
Typical, http://www.apache.org/dist/java-repository/create-checksums This is the issue with minotaur.apache.org being bsd and login.ibiblio.org being linux, the md5 commands are different. It is another example of why signing should be handled by the client. Maybe we should either have a platfor

[jira] Commented: (MAVEN-1415) Jar plugin generate incorrect manifest file

2004-08-05 Thread jira
The following comment has been added to this issue: Author: Felipe Leme Created: Thu, 5 Aug 2004 7:08 AM Body: Eugene, Is there any tool or Java code that could be used to verify if a Jar file is complaint or not? That would make it much easier to test the fix. Felipe -

[jira] Closed: (MPHIBERNATE-10) maven-hibernate ignores the "config" attribute

2004-08-05 Thread jira
Message: The following issue has been closed. Resolver: David Eric Pugh Date: Thu, 5 Aug 2004 5:56 AM Okay, I believe you. I can't get it to work with my large project, but it clearly works in the unit test.. I tweaked around, and I'm sure I not setting properties. I will test

Re: empty md5 files in ibiblio repository

2004-08-05 Thread Ben Walding
ibiblio - /public/html/maven/create-checksums It's been overwritten again and is owned by you - I presumed it was some script you had on another server that was getting synced in. The problem is it uses some "md5" command that is not present on ibiblio. Cheers, Ben Mark R. Diggory wrote: Ok, is