Classpath entries to resources in SharedLIb incorrect causing them not to be
found when running on the Geronimo server
----------------------------------------------------------------------------------------------------------------------
Key: GERONIMODEVTOOLS-282
URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-282
Project: Geronimo-Devtools
Issue Type: Bug
Affects Versions: 2.0.0
Reporter: Tim McConnell
Assignee: Tim McConnell
Fix For: 2.0.2, 2.0.x, 2.1.0
The GEP is duplicating the output folder in classpath entries for resources in
the sharedlib manifest entry. For example, for a project with a name of
project1 in the Eclipse workspace the classpath entry in the manifest shows up
as:
file:/C:/workspace/projects/project1/target/classes/
file:/C:/workspace/projects/project1/project1/src/main/resources/
file:/C:/workspace/projects/project1/project1/src/test/resources/
When they should be:
file:/C:/workspace/projects/project1/target/classes/
file:/C:/workspace/projects/project1/src/main/resources/
file:/C:/workspace/projects/project1/src/test/resources/
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.