
|
If you were logged in you would be able to see more operations.
|
|
|
|
Most reactor actions work without requiring projects in the hierachy to have installed jars. eg, You can compile and test the hierarchy using only the project target directories. However, when generating eclipse projects, the plugin will fail if a dependent project in the hierarchy does not have its jar installed. (Note, that if the jar /is/ installed, a direct project reference /will/ be defined in the .classpath – ie, the project installed jar is never actually used.)
|
|
Description
|
Most reactor actions work without requiring projects in the hierachy to have installed jars. eg, You can compile and test the hierarchy using only the project target directories. However, when generating eclipse projects, the plugin will fail if a dependent project in the hierarchy does not have its jar installed. (Note, that if the jar /is/ installed, a direct project reference /will/ be defined in the .classpath – ie, the project installed jar is never actually used.) |
Show » |
|
eclipse:eclipse requires target/classes directories present for project references.
see relative http://jira.codehaus.org/browse/MECLIPSE-67
Olivier