RE: Some hacks to the eclipse plugin

2003-04-03 Thread Diego Fernandez
| 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

Re: Some hacks to the eclipse plugin

2003-04-03 Thread Moritz Petersen
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

RE: Some hacks to the eclipse plugin

2003-04-03 Thread 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 classes in the "/delfos-ejb" project. (I don't know why the "k

Re: Some hacks to the eclipse plugin

2003-04-02 Thread Matt Johnson
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

Re: Some hacks to the eclipse plugin

2003-04-02 Thread dion
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 >

Re: Some hacks to the eclipse plugin

2003-04-02 Thread Moritz Petersen
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

Some hacks to the eclipse plugin

2003-04-02 Thread Diego Fernandez
I saw that the attachment didn't get into the list... So here is the diff: --- RCS file: /home/cvspublic/maven/src/plugins-build/eclipse/plugin.jelly,v retrieving revision 1.9 diff -c -r1.9 plugin.jelly *** plugin.jelly27 Mar 2003 13:16:40 - 1.9 ---

Some hacks to the eclipse plugin

2003-04-02 Thread Diego Fernandez
Hi, I want to submit a small hack to the eclipse plug-in to allow project references in the generation of the classpath. It works like this: - In the project dependencies add a property "eclipse.project" to the dependency and it will be treated as an eclipse project, for example: