project doesn't get well packaged on MacOSX: missing entries in plexus components.xml
-------------------------------------------------------------------------------------
Key: MANTTASKS-74
URL: http://jira.codehaus.org/browse/MANTTASKS-74
Project: Maven 2.x Ant Tasks
Issue Type: Bug
Affects Versions: 2.1-alpha-1
Environment: MacOS 10.4, java version "1.5.0_07", ant-tasks/trunk revision 548061
Reporter: Herve Boutemy
running "{{mvn package && ant -f sample.build.xml}}", I get
{{/Users/herve/Documents/maven/ant-tasks/trunk/sample.build.xml:34: Unable to find component:
org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout[default]}}
Works well:
- on the same Mac machine, for {{ant-tasks/branches/maven-ant-tasks-2.0.x}} revision 548060
- on a Linux box for ant-tasks/trunk
I found that there are a lot of entries missing in {{META-INF/plexus/components.xml}}:
- 6846 bytes on the Mac
- 19682 bytes on Linux
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|