[ https://jira.codehaus.org/browse/MOJO-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mark Hobson closed MOJO-1609. ----------------------------- Resolution: Fixed Fix Version/s: apt-maven-plugin-1.0-alpha-5 Patched applied in r14641, thanks. Please open a separate issue for the other problem. > EclipseMojo creates factory path entries with trailing whitespace > ----------------------------------------------------------------- > > Key: MOJO-1609 > URL: https://jira.codehaus.org/browse/MOJO-1609 > Project: Mojo > Issue Type: Bug > Components: apt > Affects Versions: apt-maven-plugin-1.0-alpha-4 > Environment: Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) > Java version: 1.6.0_22 > Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home > Default locale: en_US, platform encoding: MacRoman > OS name: "mac os x" version: "10.5.8" arch: "x86_64" Family: "mac" > Reporter: Thomas Ferris Nicolaisen > Assignee: Mark Hobson > Fix For: apt-maven-plugin-1.0-alpha-5 > > Attachments: eclipse-mojo-whitespace.patch > > > Invoking mvn apt:eclipse creates a .factorypath file with entries that > contain trailing whitespaces: > {code} > <factorypath> > <factorypathentry kind="EXTJAR" > id="/Users/tfnico/projects/apt-maven-plugin-testing/target/classes " > enabled="true" runInBatchMode="false"/> > <factorypathentry kind="VARJAR" > id="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar " enabled="true" > runInBatchMode="false"/> > </factorypath> > {code} > Easy to recreate: mvn archetype:generate a new simple project with default > values. Edit the pom.xml, make junit compile scope, paste in the > apt-maven-plugin config, run mvn apt:eclipse. > Recreated this in trunk of the plugin (r13275). The problem is caused by a > tiny typo in the EclipseMojo. Attached a patch that resolves it, at least on > my system. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email