Re: cvs commit: maven/src/plugins-build/pmd/xdocs/images sample.gif

2003-04-03 Thread dion
Do we have permission from the author for this move? Or reassignment of copyright? Or are you the author Vincent?? -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au [EMAIL PROTECTED] wrote on 04/04/2003 04:58:12 AM:

cvs commit: maven/xdocs/reference user-guide.xml

2003-04-03 Thread dion
dion2003/04/03 17:48:01 Modified:xdocs/reference user-guide.xml Log: Added standard reports. Note to self: this needs to go in xdoc plugin too Revision ChangesPath 1.49 +18 -0 maven/xdocs/reference/user-guide.xml Index: user-guide.xml

PMD plugin now in Maven CVS

2003-04-03 Thread Vincent Massol
Hi, Following Siegried's acceptance to move the PMD plugin from SourceForge to the Maven CVS and following Maven committer's acceptation, I have performed the move. I have started updating the plugin's POM. ATM, the plugin is probably not working yet (I haven't tried it). I'll try to make it work

cvs commit: maven/src/plugins-build/pmd .cvsignore

2003-04-03 Thread vmassol
vmassol 2003/04/03 11:32:31 Modified:src/plugins-build/pmd .cvsignore Log: more ignore files Revision ChangesPath 1.2 +2 -0 maven/src/plugins-build/pmd/.cvsignore Index: .cvsignore === RCS

cvs commit: maven/src/plugins-build/pmd project.xml

2003-04-03 Thread vmassol
vmassol 2003/04/03 11:30:41 Modified:src/plugins-build/pmd project.xml Log: Update POM to fit the new location of the plugin in the Maven CVS + added myself as developer Revision ChangesPath 1.3 +25 -44maven/src/plugins-build/pmd/project.xml Index: project

cvs commit: maven/src/plugins-build/pmd project.xml

2003-04-03 Thread vmassol
vmassol 2003/04/03 11:17:26 Modified:src/plugins-build/pmd project.xml Log: use PMD 1.04 Revision ChangesPath 1.2 +1 -1 maven/src/plugins-build/pmd/project.xml Index: project.xml === RCS f

cvs commit: maven/src/plugins-build/pmd .cvsignore

2003-04-03 Thread vmassol
vmassol 2003/04/03 11:04:40 Added: src/plugins-build/pmd .cvsignore Log: more ignore files Revision ChangesPath 1.1 maven/src/plugins-build/pmd/.cvsignore Index: .cvsignore === mav

cvs commit: maven/src/plugins-build/pmd/xdocs/images sample.gif

2003-04-03 Thread vmassol
vmassol 2003/04/03 10:58:12 Added: src/plugins-build/pmd LICENSE.txt plugin.jelly plugin.properties pmd.jsl project.properties project.xml src/plugins-build/pmd/rulesets basic.xml braces.xml codesize

cvs commit: maven/src/plugins-build/pmd/xdocs/images - New directory

2003-04-03 Thread vmassol
vmassol 2003/04/03 10:56:13 maven/src/plugins-build/pmd/xdocs/images - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/pmd/xdocs - New directory

2003-04-03 Thread vmassol
vmassol 2003/04/03 10:55:53 maven/src/plugins-build/pmd/xdocs - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/pmd/rulesets - New directory

2003-04-03 Thread vmassol
vmassol 2003/04/03 10:55:52 maven/src/plugins-build/pmd/rulesets - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/pmd - New directory

2003-04-03 Thread vmassol
vmassol 2003/04/03 10:55:45 maven/src/plugins-build/pmd - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: New PMD plugin?

2003-04-03 Thread Jeffrey D. Brekke
> How about we start now making a CVS repository for non-core plugins? +1 -- = Jeffrey D. Brekke [EMAIL PROTECTED] Wisconsin, USA [EMAIL PROTECTED]

RE: New PMD plugin?

2003-04-03 Thread Vincent Massol
Ok but I see one issue that I'd like to resolve before starting creating separate plugins: we need to be able to download plugins by declaring them in user project's project.xml (as we had discussed some time ago, see http://marc.theaimsgroup.com/?t=10295773372&r=1&w=2). Once this is implemente

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: New PMD plugin?

2003-04-03 Thread Kasper Nielsen
Jason van Zyl wrote: On Thu, 2003-04-03 at 03:07, Vincent Massol wrote: Hi, I'd like to move the PMD plugin in the Maven CVS. Anyone against that? If ok, I'll do it today. How about we start now making a CVS repository for non-core plugins? +1 - Kasper

Re: New PMD plugin?

2003-04-03 Thread Jason van Zyl
On Thu, 2003-04-03 at 03:07, Vincent Massol wrote: > Hi, > > I'd like to move the PMD plugin in the Maven CVS. Anyone against that? > If ok, I'll do it today. How about we start now making a CVS repository for non-core plugins? > Thanks > -Vincent > > >

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

[GUMP] Build Failure - maven

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

[GUMP] Build Failure - maven-bootstrap

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

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: Rep:New PMD plugin?

2003-04-03 Thread Tom Copeland
I've been laying low on the PMD questions because Siegfried had been handling the pmd-maven interaction... but perhaps he's been buried in Day Job activities. Please let me know if I can answer any questions or whatever +1 Yours, Tom On Thu, 2003-04-03 at 04:23, Emmanuel Venisse wrote: >

Re: xdoc-1.3 : empty relativePath for top-level files

2003-04-03 Thread Rafal Krzewski
KRÁLIK Vladimír wrote: > Hello all, > > I tried used Maven ( beta-8 ) for our project, and I've problem with > generated docs. > Links (href) in generated index.html are absolute, they began with "/", so > when I deploy generated file not to www-root, but deeper in www-tree, links > are bro

Rep:New PMD plugin?

2003-04-03 Thread Emmanuel Venisse
+1 for me Emmanuel -Message d'origine- De: "Vincent Massol" <[EMAIL PROTECTED]> A: "'Maven Developers List'" <[EMAIL PROTECTED]> Date: 03/04/03 Objet: New PMD plugin? Hi, I'd like to move the PMD plugin in the Maven CVS. Anyone against that? If ok, I'll do it today. Thanks -Vincent -

xdoc-1.3 : empty relativePath for top-level files

2003-04-03 Thread KRÁLIK Vladimír
Hello all, I tried used Maven ( beta-8 ) for our project, and I've problem with generated docs. Links (href) in generated index.html are absolute, they began with "/", so when I deploy generated file not to www-root, but deeper in www-tree, links are broken. Following patch help me : di

New PMD plugin?

2003-04-03 Thread Vincent Massol
Hi, I'd like to move the PMD plugin in the Maven CVS. Anyone against that? If ok, I'll do it today. Thanks -Vincent - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]