| Would the project build with maven alone, if it depends on another
| eclipse project?
Yes, because it's doesn't depends on a stand alone eclipse project it's
a subproject. (eclipse doesn't support subprojects so you must import
each subproject to a project in the workspace and set the dependen
Am Donnerstag, 03.04.03 um 16:57 Uhr schrieb Diego Fernandez:
| Although I work with Eclipse from time to time, I don't get it. Does
| the tag mean, that /delfos-ejb is interpreted as a
| source path? I usually don't put my sources directly into
No it means that the project depends on the clas
| Although I work with Eclipse from time to time, I don't get it. Does
| the tag mean, that /delfos-ejb is interpreted as a
| source path? I usually don't put my sources directly into
No it means that the project depends on the classes in the "/delfos-ejb"
project.
(I don't know why the "k
I'm not 100% on this, but I think the properties in
dependency/properties are dynamic, which means that the only plugins
which use "ear.bundle.war" as a dependency property are the ear and
jdeveloper plugins, the only plugin which uses "war.bundle.jar" is the
war plugin, the only plugin which u
Submit away on Jira...
--
dIon Gillard, Multitask Consulting
Blog: http://www.freeroller.net/page/dion/Weblog
Work: http://www.multitask.com.au
"Diego Fernandez" <[EMAIL PROTECTED]> wrote on 02/04/2003
12:21:32 PM:
> Hi, I want to submit a small hack to the eclipse plug-in to allow
>
Although I work with Eclipse from time to time, I don't get it. Does
the tag mean, that /delfos-ejb is interpreted as a
source path? I usually don't put my sources directly into the project
root. Further I don't have ever used project dependencies or
inheritance to build a project with multipl