|
Sean Timm made changes - 10/Nov/03 07:31 PM
Vincent Massol made changes - 16/Nov/03 11:52 AM
I applied the changes and am assuming it works, but I couldn't reproduce the issue (as I use Linux).
Felipe Leme made changes - 06/Nov/04 07:48 PM
It seems to partially work. I have the following in by build.properties: maven.home.local=${maven.home} MAVEN_HOME=c:\maven-1.0.1 The check is too powerful in this case. It compares the absolute path: c:\maven-1.0.1\repository\mycompany\jars\myjar.jar with the canonical: C:\maven-1.0.1\repository\mycompany\jars\myjar.jar Driver letter case changes between both. The workaround is to modify the MAVEN_HOME to have a capital C. If I understood the fix correctly, I think the goal is to check only the jar name or maybe the jar and the group, not the complete path. That would solve the issue. And I think you will hate working on the issue if you use Linux Looks like the problem is serious, as this bug was fixed for the 1.6 release which got into maven 1.0.2
Felipe Leme made changes - 08/Dec/04 06:20 AM
I tried to add a link to An error occurred: com.atlassian.core.AtlassianCoreException: Error in action: com.atlassian.jira.action.link.LinkCreate@1f795a9, result: null: [GenericEntity.set] "linktype" is not a field of IssueLink Henri, I changed the code to only issue a warning. Could you please install the latest maven-ear-plugin from CVS (or download it from my page at apache, running the command maven plugin:download -Dmaven.repo.remote=http://apache.org/~felipeal/maven_repo Thanks again, Felipe PS: if it works, could you please post the warning messages here? I'm marking as fixed, but will cut the release only this Saturday - so users will have more time testing it
Felipe Leme made changes - 09/Dec/04 07:27 AM
I will be releasing maven-ear-plugin 1.6.1 over the weekend. Meanwhile, I provided a 'pre-release' to be tested by those having these issues. You can install it using the following command: maven plugin:download -Dmaven.repo.remote=http://apache.org/~felipeal/maven_repo So, for those having issues with the ear plugin bundled with Maven 1.0.2, please try this new version and let us know the result. Thanks (and sorry for the hassle – Felipe
Felipe Leme made changes - 09/Dec/04 07:38 AM
Felipe Leme made changes - 16/Jan/05 08:49 PM
Felipe Leme made changes - 16/Jan/05 08:50 PM
I'm undoing the fix, as it introduced more issues than it solved.
Felipe Leme made changes - 16/Jan/05 08:51 PM
Felipe Leme made changes - 16/Jan/05 09:00 PM
Felipe Leme made changes - 16/Jan/05 09:02 PM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Here's the patch to fix it...