Maven JDeveloper Fixes

2003-04-02 Thread Rademacher Tobias
Hi Folks, I've patched the JDeveloper Plugin. Attached you can find a diff and the patched jelly file. For me it solves all Problems I currenlty have. You can find both files also in JIRA at http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-366 Have phun! Toby --

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

More on the eclipse plug-in

2003-04-02 Thread Diego Fernandez
Hi, I think that is good to split the: eclipse:generate-project in two goals: eclipse:generate-project and eclipse:generate-classpath because there are some projects that requires some build natures (like EJB projects in WASAD) and I like to keep the .project while leting Maven create the classpath

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:

cvs commit: maven/src/plugins-build/xdoc/src/plugin-resources site.jsl

2003-04-02 Thread bwalding
bwalding2003/04/02 04:29:24 Modified:src/plugins-build/xdoc plugin.properties src/plugins-build/xdoc/xdocs properties.xml src/plugins-build/xdoc/src/plugin-resources site.jsl Log: Add the powered by logo PR: MAVEN-364 Revision ChangesPath 1

cvs commit: maven/src/plugins-build/genapp/src/plugin-resources/src/pom project.xml

2003-04-02 Thread abarantsev
abarantsev2003/04/02 04:19:13 Modified:src/plugins-build/genapp/src/plugin-resources/src/pom project.xml Log: Prepend ${basedir} in front of paths to make generated project reactor-safe Revision ChangesPath 1.6 +3 -3 maven/src/plugins-b

Re: What's happening with the war plugin?

2003-04-02 Thread Ben Walding
I cleverly committed something that wasn't finished. I've backed it out now and my war files now build. Your build results should also improve! [EMAIL PROTECTED] wrote: "Florin Vancea" <[EMAIL PROTECTED]> wrote on 02/04/2003 09:25:42 PM: Hello, everybody. Maybe some issues, maybe not: 1.

cvs commit: maven/src/plugins-build/war plugin.jelly

2003-04-02 Thread bwalding
bwalding2003/04/02 04:11:35 Modified:src/plugins-build/war plugin.jelly Log: o That was never meant to be committed. Backout the goal split. Revision ChangesPath 1.13 +0 -9 maven/src/plugins-build/war/plugin.jelly Index: plugin.jelly =

cvs commit: maven/src/plugins-build/xdoc/xdocs goals.xml

2003-04-02 Thread dion
dion2003/04/02 04:01:51 Modified:src/plugins-build/xdoc/xdocs goals.xml Log: Fix whitespace Revision ChangesPath 1.3 +1 -1 maven/src/plugins-build/xdoc/xdocs/goals.xml Index: goals.xml =

Re: What's happening with the war plugin?

2003-04-02 Thread dion
"Florin Vancea" <[EMAIL PROTECTED]> wrote on 02/04/2003 09:25:42 PM: > Hello, everybody. > > Maybe some issues, maybe not: > > 1. I noticed there were some changes with the war plugin (HEAD) and now the > "war:war" goal does not do anything any more (at least not something like a > WAR file, n

cvs commit: maven/src/plugins-build/war/xdocs changes.xml

2003-04-02 Thread dion
dion2003/04/02 03:56:33 Modified:src/plugins-build/war plugin.jelly project.xml src/plugins-build/war/xdocs changes.xml Log: Fixed broken war goal that was introduced a few revs back when someone introduced war:package Revision ChangesPath 1.12 +

cvs commit: maven/src/plugins-build/xdoc/src/plugin-resources/images/logos maven-button-copper.png maven-feather.png maven-bulldozer.png maven-button-3.png maven-button-green.png maven-propaganda.png maven-bolt.png maven-button-4.png maven-petesucks.png maven-button-pinky.png maven-frankenstein.png maven-brewed.png maven-built.png maven-build-successfull.png maven-button-black.png maven-button-blue.png maven-redgreen.png maven-button-2.png maven-button-1.png maven-button-teal.png maven-mavenfactured.png maven-button-5.png maven-button-purple.png

2003-04-02 Thread bwalding
bwalding2003/04/02 03:50:02 Added: src/plugins-build/xdoc/src/plugin-resources/images/logos maven-button-copper.png maven-feather.png maven-bulldozer.png maven-button-3.png maven-button-green.png maven-propaganda.p

cvs commit: maven/src/plugins-build/xdoc/src/plugin-resources/images/logos - New directory

2003-04-02 Thread bwalding
bwalding2003/04/02 03:49:51 maven/src/plugins-build/xdoc/src/plugin-resources/images/logos - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/xdoc plugin.properties

2003-04-02 Thread bwalding
bwalding2003/04/02 03:45:45 Modified:src/plugins-build/xdoc plugin.properties Log: New property for setting the image to use as powered by + location. PR: MAVEN-364 Revision ChangesPath 1.6 +4 -0 maven/src/plugins-build/xdoc/plugin.properties Index: plug

What's happening with the war plugin?

2003-04-02 Thread Florin Vancea
Hello, everybody. Maybe some issues, maybe not: 1. I noticed there were some changes with the war plugin (HEAD) and now the "war:war" goal does not do anything any more (at least not something like a WAR file, not for me). However, the cactus plugin seems to rely on the war:war goal and it fails

[GUMP] Build Failure - maven-bootstrap

2003-04-02 Thread dIon Gillard
This email is autogenerated from the output from: Buildfile: build-bootstrap.xml check-maven-home: check-maven-repo-local:

[GUMP] Build Failure - maven

2003-04-02 Thread dIon Gillard
This email is autogenerated from the output from: Buildfile: build.xml init: [mkdir] Created dir: /home/rubys/jakarta/maven/lib