[jira] Commented: (MECLIPSE-402) Enable linkedResources in .project file
[ http://jira.codehaus.org/browse/MECLIPSE-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=207985#action_207985 ] Hannu Leinonen commented on MECLIPSE-402: - This seems to be already implemented in the current trunk, though it has a minor bug that appears on Windows: Eclipse requires the path separators on location to be '/' and when I use a property like ${basedir} the path separators are naturally '\'. I made a small patch that replaces all '/':s with '\':s when using linkedResource. > Enable linkedResources in .project file > --- > > Key: MECLIPSE-402 > URL: http://jira.codehaus.org/browse/MECLIPSE-402 > Project: Maven 2.x Eclipse Plugin > Issue Type: New Feature > Components: Core : Multi-projects >Reporter: Laszlo Hornyak Kocka > Attachments: MECLIPSE-402-linkedResource-location-fix.patch > > > It would be very helpful if eclipse plugin could generate linkedResources tag > for the generated project file, pointing e.g. to an another project of a > multimodule maven project > > > src/main/webapp/flashclient.swf > 1 > > /home/kocka/blabla/bla/trunk/flashclient/target/flashclient-1.0-SNAPSHOT.swf > > > generated from this configuration > > org.apache.maven.plugins > maven-eclipse-plugin > > 1.5 > > > ../flashclient/target/flashclient-${version}.swf > > > -- 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
[jira] Updated: (MECLIPSE-402) Enable linkedResources in .project file
[ http://jira.codehaus.org/browse/MECLIPSE-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hannu Leinonen updated MECLIPSE-402: Attachment: MECLIPSE-402-linkedResource-location-fix.patch On linked resource location replaces all '\' with '/' which is what Eclipse expects (otherwise the directory will be read only). > Enable linkedResources in .project file > --- > > Key: MECLIPSE-402 > URL: http://jira.codehaus.org/browse/MECLIPSE-402 > Project: Maven 2.x Eclipse Plugin > Issue Type: New Feature > Components: Core : Multi-projects >Reporter: Laszlo Hornyak Kocka > Attachments: MECLIPSE-402-linkedResource-location-fix.patch > > > It would be very helpful if eclipse plugin could generate linkedResources tag > for the generated project file, pointing e.g. to an another project of a > multimodule maven project > > > src/main/webapp/flashclient.swf > 1 > > /home/kocka/blabla/bla/trunk/flashclient/target/flashclient-1.0-SNAPSHOT.swf > > > generated from this configuration > > org.apache.maven.plugins > maven-eclipse-plugin > > 1.5 > > > ../flashclient/target/flashclient-${version}.swf > > > -- 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
[jira] Updated: (MECLIPSE-422) Cannot specify a separate output directory for test classes when custom buildOutputDirectory set
[ http://jira.codehaus.org/browse/MECLIPSE-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hannu Leinonen updated MECLIPSE-422: Attachment: fakeBuildOutputDirectory.patch I also have an issue (and a patch) related to this. I included a fakeBuildOutputDirectory variable to the plugin which means that it sets the default output folder, but uses the specific output folders for the source directories. This is essential for the Google Plugin for Eclipse development, since it requires certain path for the default output directory. Otherwise I can't run tests or use the Eclipse Java compiler. I'm hosting the patched snapshot (with another patch of mine from http://jira.codehaus.org/browse/MECLIPSE-402) in a Maven repository at http://beardedgeeks.googlecode.com/svn/repository/snapshots/ > Cannot specify a separate output directory for test classes when custom > buildOutputDirectory set > > > Key: MECLIPSE-422 > URL: http://jira.codehaus.org/browse/MECLIPSE-422 > Project: Maven 2.x Eclipse Plugin > Issue Type: Bug > Components: Core : Dependencies resolution and build path > (.classpath) >Affects Versions: 2.5 >Reporter: Mark Hobson > Attachments: fakeBuildOutputDirectory.patch, separateOutputs.patch, > testOutputDirectory.patch > > > As soon as buildOutputDirectory is set to a non-default value the output > directories for all source folders are the same. It should be possible to > specify a buildTestOutputDirectory to separate main and test classes, as is > the default behaviour when buildOutputDirectory is not set. -- 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