Re: [ejb] verification plugins/tools?

2004-03-30 Thread Dominique Collette
Thanks Andy, I'll check it out. Sorry to everyone if I sent my request twice! I'm having trouble with my emails. /Dom. _ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail

Re: try-catch jelly plugin

2004-03-30 Thread dion
You do know about the catch tag in Jelly right? -- dIon Gillard, Multitask Consulting mruff <[EMAIL PROTECTED]> wrote on 31/03/2004 03:53:39 PM: > Hi Vinay, > I'm looking for just such a plugin, could you make it public? that would > be great > thanks > martin > > >Hello all, > > > >I have w

[ejb] verification plugins/tools?

2004-03-30 Thread Dominique Collette
Hi, I was wondering if there exists a tool (or, better yet, a maven plugin) out there that validates ejbs. Maybe something like BEA's ejbc or appc (?). What I'd like to do is validate an ejb before I put it on the maven repo, so users can trust that the ejb they fetch is deployable. What I'm

Re: try-catch jelly plugin

2004-03-30 Thread mruff
Hi Vinay, I'm looking for just such a plugin, could you make it public? that would be great thanks martin Hello all, I have written a small try-catch-finally java emulation for jelly. ... body .. .. do something here on exception ..

try-catch jelly plugin

2004-03-30 Thread Vinay Srinivasaiah
Hello all, I have written a small try-catch-finally java emulation for jelly. ... body .. .. do something here on exception .. .. something more here.. This works fine. This plugin is just a s

RE: NoClassDefFoundError for org/jaxen/JaxenException and org/sax path/SAXPathException

2004-03-30 Thread Brett Porter
Are jaxen and saxpath listed as dependencies in your project.xml? Can you send that section to the list if so? Thanks, Brett > -Original Message- > From: KRÁLIK Vladimír [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 31 March 2004 2:59 AM > To: Maven Users MailingList (E-mail) > Subject: N

RE: RC2 Deprecation entries during build

2004-03-30 Thread Brett Porter
They'll be corrected by 1.0 final. Using the root classloader is strongly discouraged. They are harmless though (which is why they are only output at debug level) - Brett > -Original Message- > From: Joshua Sherwood [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 31 March 2004 2:44 AM > T

Re: [ejb] verification plugins/tools?

2004-03-30 Thread Andy Lynch
The Sun J2EE SDK has a verifier program which I've just started using. It takes a while to run all its tests, but it does the trick. - Andy Dominique Collette wrote: Hi everyone, I was wondering if anyone knows of, uses or has used a maven plugin or other tool that validates an ejb before it

Re: properties and values in maven.xml

2004-03-30 Thread Marco Tedone
Maybe they are immutable?? JAT, Marco - Original Message - From: "Sri Sankaran" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Tuesday, March 30, 2004 10:18 PM Subject: RE: properties and values in maven.xml Have you tried something like Sri -Original Mess

RE: properties and values in maven.xml

2004-03-30 Thread Sri Sankaran
Have you tried something like Sri -Original Message- From: Rob Shepherd [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 1:36 PM To: Maven Users List Subject: properties and values in maven.xml I'm having trouble getting to grips with the scripting. I'm proficient at ant so i

Re: multiproject + javadoc

2004-03-30 Thread Stephen McConnell
Peter Bright wrote: Hello. I have a project that looks like: root project \subprojects \subproject a subproject b subproject c I'd like to generate a single set of javadoc documents for the entire thing. One can sort of frig it by setting the root project's sourceDirectory to something

properties and values in maven.xml

2004-03-30 Thread Rob Shepherd
I'm having trouble getting to grips with the scripting. I'm proficient at ant so it should take me too long to grasp :) in project.properties i define ... robtest.message=hello world ... in maven.xml i have this target sorryGoal ;) ... ... running 'maven robtest'

NoClassDefFoundError for org/jaxen/JaxenException and org/saxpath/SAXPathException

2004-03-30 Thread KRÁLIK Vladimír
Hello all, i've problem with instalation of maven-1.0-rc2. I've installed maven into new directory structures ( empty ${maven.home.local} ). Environment : maven-1.0-rc2 jdk 1.4.2_03 M$ Windows 2000 SP 4 cygwin When I try install my own plugin ( by using "m

RC2 Deprecation entries during build

2004-03-30 Thread Joshua Sherwood
I just started working with RC2 (was using a cvs build previously), and I notice the following deprecations (running maven with -X), which I didn't see with earlier releases. I realize this isn't a big issue, but if these areas are being updated, this should be looked at. Processing dependencie

multiproject + javadoc

2004-03-30 Thread Peter Bright
Hello. I have a project that looks like: root project \subprojects \subproject a subproject b subproject c I'd like to generate a single set of javadoc documents for the entire thing. One can sort of frig it by setting the root project's sourceDirectory to something such as "subprojects

Reactor problem with appserver plugin

2004-03-30 Thread Guillaume Lasnier
Hi, I am having a pb reusing the reactor to install multiple instance of Tomcat in a single goal. Here's the goal definition : -- --

Re: [multiproject] Strange...

2004-03-30 Thread Niclas Hedhman
Solved (thanks to Stephen McConnell)! maven.license.licenseFile had a "file:", which it couldn't Probably same for other locations. Could there be some unfied way of how files and directories are indicated. It will be impossible to remember when to use file:// URLs and when not. My suggestion

[ejb] verification plugins/tools?

2004-03-30 Thread Dominique Collette
Hi everyone, I was wondering if anyone knows of, uses or has used a maven plugin or other tool that validates an ejb before it is actually deployed? We're currently running JBoss, with a relatively large number of ejb's gathered from the maven repo. Unfortunately, we currently do not have the

Re: Status of SubVersion integratrion

2004-03-30 Thread Emmanuel Venisse
Actually, only changelog report support subversion. A full support of subversion (and others scm tools) arrive in Maven 2 Emmanuel - Original Message - From: "Michael MATTOX" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 30, 2004 2:26 PM Subject: Status of SubVersion i

Status of SubVersion integratrion

2004-03-30 Thread Michael MATTOX
I'm deciding between CVS & SubVersion and I'm curious what the current status of SubVersion support is in Maven. I've searched the mailing lists and it seems there were a few problems reported in February, including one that didn't have any responses. So I'm not sure if SubVersion is working prop

Re: jalopy with checkstyle

2004-03-30 Thread Jim Downing
On Mon, Mar 29, 2004 at 05:09:53PM +0100, Rob Shepherd wrote: > Is it possible to use jalopy and checkstyle together! > > jalopy is great, i've used it for months now... but I use a hand rolled > style.xml file. > > The checkstyle styles built in to maven are not compatible with this style. >

Pb running appserver plugin

2004-03-30 Thread Guillaume Lasnier
Hi, i have recently upgraded to RC2 and I get the following error when calling any appserver goal : ASTIdentifier : java.lang.reflect.InvocationTargetException java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAcce

RE: [JDIFF Plugin] newbie question.

2004-03-30 Thread Jörg Schaible
Menetrieux Remy wrote on Tuesday, March 30, 2004 12:41 PM: > The jdiff use the ant:cvs task but developper activity not. > Have you idea to pass at ant:cvs task a separator other than : > Because under windows the task don't work. > Re thank's No, sorry, I do not know the ant:cvs task well enough

RE: [JDIFF Plugin] newbie question.

2004-03-30 Thread Menetrieux Remy
The jdiff use the ant:cvs task but developper activity not. Have you idea to pass at ant:cvs task a separator other than : Because under windows the task don't work. Re thank's -Message d'origine- De : Jörg Schaible [mailto:[EMAIL PROTECTED] Envoyé : mardi 30 mars 2004 11:27 À : Maven

RE: [JDIFF Plugin] newbie question.

2004-03-30 Thread Jörg Schaible
Menetrieux Remy wrote on Tuesday, March 30, 2004 11:24 AM: > Ok I'm under windows so I'use alternate separator. Have you > any idea to bypass this bug ? > Thanks a lot. You may have a look into the jelly script of the plugin (/.maven/plugins/jdiff/plugin.jelly), patch it and create an issue in JI

RE: [JDIFF Plugin] newbie question.

2004-03-30 Thread Menetrieux Remy
Ok I'm under windows so I'use alternate separator. Have you any idea to bypass this bug ? Thanks a lot. -Message d'origine- De : Jörg Schaible [mailto:[EMAIL PROTECTED] Envoyé : mardi 30 mars 2004 11:16 À : Maven Users List Objet : RE: [JDIFF Plugin] newbie question. Menetrieux Remy wr

RE: [JDIFF Plugin] newbie question.

2004-03-30 Thread Jörg Schaible
Menetrieux Remy wrote on Tuesday, March 30, 2004 10:54 AM: > Hi, > > My Jdiff report don't work. It seems that jdiff plugin don't > understand pserver and docn chack out my project .. > > Have you any idea ? This is a bug in the implementation, since it does not seem to respect alternate delim

Réf. : [JDIFF Plugin] newbie question.

2004-03-30 Thread Nicolas . CHALUMEAU
Is you repository connexion in project.xml is compose of 6 elements like this : scm:cvs:pserver:[EMAIL PROTECTED]:/cvs/root:module-name Nicolas, Menetrieux Remy <[EMAIL PROTECTED]> 30/03/2004 10:54 Veuillez répondre à "Maven Users List" Pour : [EMAIL PROTECTED] cc :

[JDIFF Plugin] newbie question.

2004-03-30 Thread Menetrieux Remy
Hi, My Jdiff report don't work. It seems that jdiff plugin don't understand pserver and docn chack out my project .. Have you any idea ? My error : jdiff: [cvs] cvs checkout: CVSROOT "|pserver|surname:[EMAIL PROTECTED]|D " must be an absolute pathname [cvs] cvs [checkout aborted]:

RE: [multiproject] Strange...

2004-03-30 Thread Jörg Schaible
Niclas Hedhman wrote on Tuesday, March 30, 2004 9:39 AM: > On Tuesday 30 March 2004 14:49, Jörg Schaible wrote: >> Hi Niclas, >> >>> avalon-excalibur/buildsystem/project-common.xml >> >> >> should be project.properties ? > > Nope... > I was assuming t

multiproject:clean and scm:checkout-project

2004-03-30 Thread Jeffrey, Rashid
Hi How can I prevent Maven from trying to download dependent jars from the repository when doing a multiproject:clean or scm:checkout-project? These goals do NOT require the compilation dependencies as defined in the project.xml because they aren't compiling anything. Are these bugs or have I