[
https://issues.apache.org/jira/browse/MECLIPSE-365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MECLIPSE-365.
-----------------------------------
Resolution: Auto Closed
This issue has been auto closed because it has been inactive for a long period
of time. If you think this issue still applies, retest your problem with the
most recent version of Maven and the affected component, reopen and post your
results.
> eclipse:eclipse should have a possibility to add linked resources to generatd
> .project file and use it in .classpath file
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: MECLIPSE-365
> URL: https://issues.apache.org/jira/browse/MECLIPSE-365
> Project: Maven Eclipse Plugin
> Issue Type: Improvement
> Components: Core : Dependencies resolution and build path
> (.classpath)
> Reporter: ddd
> Priority: Critical
>
> I have a multi project which is deployed as WAR. For testing purposes I would
> like to deploy expanded WAR on Tomcat deploy directory and then set the
> project (on eclipse) to generate the compiled files on that dir, which in
> turn would need to be a linked resource in my project.
> When I set up projects manually .project and .classpath files look like this:
> <projectDescription>
> <name>project</name>
> <comment></comment>
> <projects>
> </projects>
> <buildSpec>
> <buildCommand>
> <name>org.eclipse.jdt.core.javabuilder</name>
> <arguments>
> </arguments>
> </buildCommand>
> </buildSpec>
> <natures>
> <nature>org.eclipse.jdt.core.javanature</nature>
> </natures>
> <linkedResources>
> <link>
> <name>TARGET_DIR</name>
> <type>2</type>
> <locationURI>TARGET_DIR</locationURI>
> </link>
> <link>
> <name>TARGET_DIR_TEST</name>
> <type>2</type>
> <locationURI>TARGET_DIR_TEST</locationURI>
> </link>
> </linkedResources>
> </projectDescription>
> <classpath>
> <classpathentry kind="src" path="src/main/java"/>
> <classpathentry kind="src" output="TARGET_DIR_TEST"
> path="src/test/java"/>
> <classpathentry kind="con"
> path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
> <classpathentry kind="output" path="TARGET_DIR"/>
> </classpath>
> Currently my linked resources are pointing to workspace linked resources and
> it would be nice to have a way to add workspace linked resources too, if that
> is not too complicated.
> And of course for multiproject purposes this settings should be inherited
> from parent pom.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)