Re: Is there any reason we have to resolve dependencies all the time?

2003-09-09 Thread Rafal Krzewski
[EMAIL PROTECTED] wrote: How many different depTypes do you see. build, test runtime is what's needed by most of the plugins (for example war.bundle and friends are in essence runtime dependencies). Still, we may want to let this set be open - allow arbitrary text inside depType, class or

RE: JUnit Test Converage Reporting

2003-09-09 Thread Bateman, Patrick eMEDIA
Do you know any way to integrate the Clover Plugin with the Multiproject features to get an overall test coverage report? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 04 September 2003 01:29 To: Maven Users List Subject: Re: JUnit Test Converage Reporting

Re: weblogic plugin

2003-09-09 Thread Jean-François El Fouly
A 08:39 09/09/2003 +0800, vous avez écrit : Hi, Does anyone have a weblogic plugin for weblogic 8.1? The weblogic tasks I'm looking for are things like the ejbgen tasks and jsp / ejb validation and compilation? Thanks Nathan There have been several proposals to contribute plugins for

Re: weblogic plugin

2003-09-09 Thread Emmanuel Boudrant
Hi, Here a maven.xml I made quickly for weblogic 8.1, the goals are : Generate EJB with ejbgen Gererate Stubs with weblogic.appc Generate WebServices with weblogic.servicegen Generate WWebServices web client with weblogic.clientgen Deploy all on weblogic 8.1 This script isn't VERY CLEAN but it

launch-configs generated by eclipse:external-tools-21 don't work

2003-09-09 Thread Christian Goos
Hi, I tried out the launch configurations generated by the eclipse:external-tools-21 plugin. It is not possible launching the generated targets. When I change the command line from -e -p ${resource_loc} to -e -p ${resource_name} maven starts working correctly (I have to select the project.xml

[Fwd: Maven plug-in - feedback.]

2003-09-09 Thread Dominik Dahlem
Some feedback on jcoverage... Dominik -Forwarded Message- From: Benoit Xhenseval [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Maven plug-in - feedback. Date: Tue, 09 Sep 2003 03:06:30 -0700 Hi to all, We've noticed the following issues with the maven

[console] reloading project.xml and clean after javadoc

2003-09-09 Thread shinobu
Hi, I've found Maven a few days ago and am now playing around with it. # This is really cool stuff, BTW I've came across two questions regarding the console-plugin. 1. Is it possible to reload the project.xml? Google told me this: http://www.mail-archive.com/[EMAIL

[REQUEST] Upload httpunit-1.5.4

2003-09-09 Thread Willie Vu
Could someone upload httpunit-1.5.4 to ibiblio? http://www.httpunit.org -- Willie Vu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [REQUEST] Upload httpunit-1.5.4

2003-09-09 Thread Ben Walding
Done Willie Vu wrote: Could someone upload httpunit-1.5.4 to ibiblio? http://www.httpunit.org -- Willie Vu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [REQUEST] Upload httpunit-1.5.4

2003-09-09 Thread Emmanuel Venisse
Could you post your demand on Jira for don't lost your request. Thanks - Original Message - From: Willie Vu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 2:29 PM Subject: [REQUEST] Upload httpunit-1.5.4 Could someone upload httpunit-1.5.4 to ibiblio?

RE: JUnit Test Converage Reporting

2003-09-09 Thread dion
Yes, you'd need to manually combine the xml files clover produces. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Bateman, Patrick eMEDIA [EMAIL PROTECTED] wrote on 09/09/2003 07:00:12 PM: Do you know any way to integrate the Clover Plugin with the

[REQUEST] upload jsch 0.1.7

2003-09-09 Thread Christian Andersson
Hi there,just want to tell you that I'm new to maven.. anyway, could someone with ibiblio access upload jsch 0.1.7 ? ( http://www.jcraft.com/jsch/ ) 0.1.7 includes some bugfixes that I need to improve the stability. TIA (I hope I'm doing this right...) /Christian Andersson

How to downgrade a plugin?

2003-09-09 Thread Craig S. Cottingham
I'm trying to use the JBoss plugin in Beta 10; it appears to be a snapshot version of 1.2. It also appears to be broken. jboss:start doesn't work; a peek inside plugin.jelly shows that this goal is implemented only for Windows (I'm running Linux). The release announcement for the 1.1 version of

Re: Maven plug-in - feedback.]

2003-09-09 Thread Emmanuel Venisse
- Original Message - From: Dominik Dahlem [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 12:33 PM Subject: [Fwd: Maven plug-in - feedback.] Some feedback on jcoverage... Dominik -Forwarded Message- From: Benoit Xhenseval [EMAIL PROTECTED] To:

XRef: relative links broken ( '\.' instead of '.' )

2003-09-09 Thread Christian Siefkes
Hi, I have a problem with relative links in the Source/Test Source Xreference: the generated links contain extra backslashes, e.g. \.\./\.\./\.\./\.\./overview-summary.html instead of ../../../../overview-summary.html. Thus all links to higher directories are broken (Overview, Frames, Noframes,

how to best find the goal needed to do the job.

2003-09-09 Thread Christian Andersson
Hi there, I have a small problem that I wonder if you could help me with.. I'm developing an application with my own server system (rmi based at the moment) and now I need to run rmic on some of my files to generate the rmi classes, how do I do that? I tried searching the maven site but did not

Re: how to best find the goal needed to do the job.

2003-09-09 Thread Andy Jefferson
On Tuesday 09 Sep 2003 18:46, Christian Andersson wrote: Hi there, I have a small problem that I wonder if you could help me with.. I'm developing an application with my own server system (rmi based at the moment) and now I need to run rmic on some of my files to generate the rmi classes, how

Re: JUnit Test Converage Reporting

2003-09-09 Thread Paul Libbrecht
I might be just handwaving as I don't know these output formats but merging XML and doing many mainpulations on them is a real snap with jelly. It's beta stage makes it somewhat hard to write but it's still an unparallelled luxury compared to just anything available before (like XSLT for

RE: How to downgrade a plugin?

2003-09-09 Thread Craig S. Cottingham
On Tue, 2003-09-09 at 17:23, Brett Porter wrote: 1.2-SNAPSHOT won't be downloaded and installed when you run Maven unless you are using CVS HEAD and have specified that version as a dependency. Hmm. I don't remember getting from CVS, though if it's possible to download a binary nightly build, I

Re: how to best find the goal needed to do the job.

2003-09-09 Thread Christian Andersson
damn, I was hoping that I did not have to start creating goals/plugins just yet.. need to familarise myself with this tool a bit first.. hmm one question though... since rmic requires that I have the interfaces already compiled I would need to do something like this.. java:compile

Re: weblogic plugin

2003-09-09 Thread Nathan Coast
thanks Emmanuel, Your work is definitely a good starting point for a weblogic plugin. I'll definitely make it available as and when it's completed. Don't hold your breath :) Emmanuel Boudrant wrote: Here the file sorry, -emmanuel [-- En réponse à Emmanuel Boudrant [EMAIL PROTECTED]:

RE: how to best find the goal needed to do the job.

2003-09-09 Thread Brett Porter
Hi Christian, In the JAXB plugin, I preGoal'd java:compile to generate the additional sources, and then any projects that compile other types first manually compiled them with a javac task in a preGoal on jaxb:generate. So I run java:compile, that first calls jaxb:generate, that first calls a

ear assembly

2003-09-09 Thread Nathan Coast
Hi, I'm trying to understand how best to assemble an ear file from multiple components also built using maven. These are the two approaches I've come up with. 1) use reactor to build all of the constituent jars, wars, ejb-jars. Copy these files to the ear assembly directory and then use the

multiproject dependencies

2003-09-09 Thread Nathan Coast
Hi, Does the multiproject plugin build dependent projects in the correct order (like the reactor does). thanks Nathan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: multiproject dependencies

2003-09-09 Thread dion
Well, yes, since it uses the reactor. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Nathan Coast [EMAIL PROTECTED] wrote on 10/09/2003 02:54:58 PM: Hi, Does the multiproject plugin build dependent projects in the correct order (like the