RE: HttpUnit

2004-03-01 Thread Gregory Joseph
I guess you just need to add a dependency on httpunit in your project, and have your test classes extend whatever class you want from httpunit. g -Original Message- From: KLOPP Gerald [mailto:[EMAIL PROTECTED] Sent: lundi 1 mars 2004 15:37 To: [EMAIL PROTECTED] Subject: HttpUnit Hi, I

RE: external jar files ...

2004-02-24 Thread Gregory Joseph
... In your local maven repository create a directory, call it example for this example. That's $MAVEN_HOME/repository/example create a subdirectory called jars, just like all the other directories and stash example.jar in it $MAVEN_HOME/repository/example/jars/example.jar Gregory Joseph

RE: external jar files ...

2004-02-24 Thread Gregory Joseph
this and could not get it working ... I seem to have a mindset different than the folks that wrote the online manual I see your other response, and tried it, that works ... thanks muchly -- dave On Mon, 2004-02-23 at 11:16, Gregory Joseph wrote: Hi, This might help: http

RE: external jar files ...

2004-02-23 Thread Gregory Joseph
You could also consider setting up a local maven repository (at your company, your homeserver, whatever) in a simple web server, put your jar there, and define it as a dependency of your project. g -Original Message- From: Gregory Joseph Sent: lundi 23 février 2004 18:16 To: Maven Users

RE: external jar files ...

2004-02-23 Thread Gregory Joseph
Hi, This might help: http://maven.apache.org/reference/user-guide.html#Overriding_Stated_Dependenc ies greg -Original Message- From: Dave Raymer [mailto:[EMAIL PROTECTED] Sent: lundi 23 février 2004 18:55 To: [EMAIL PROTECTED] Subject: external jar files ... Gentlebeings, This is pro

war plugin: is it possible to use a "source" war ?

2004-02-11 Thread Gregory Joseph
Hi, I'm in the process of mavenizing a web project. What our current ant build is doing is update an existing war file (because the "framework" we use is provided that way, and that also prevents us from adding a zillion files which we don't need to modify to our cvs), like this So is the

RE: Shared dependencies for jar and war

2003-12-19 Thread Gregory Joseph
Thanks, Greg. That's probably what I'll do. I didn't want other subprojects like EarSub to inherit a bunch of dependencies it doesn't care about, but maybe it's not a big deal. On Thu, 18 Dec 2003, at 21:18:42 [GMT +0100] Gregory Joseph wrote: > Jeff, > How about

RE: Shared dependencies for jar and war

2003-12-18 Thread Gregory Joseph
Jeff, How about having your sub* project.xml's extend a main one which would state these dependencies? (../project.xml...) greg -Original Message- From: Jefferson K. French [mailto:[EMAIL PROTECTED] Sent: jeudi 18 décembre 2003 21:05 To: Maven Subject: Shared dependencies for jar and war

ejb:ejb-client patches?

2003-12-17 Thread Gregory Joseph
Hi list, Sorry if this has been asked around already, but I couldn't find an answer on this in the archives. >> I was just wondering when/if the patches proposed here: http://jira.codehaus.org/ViewIssue.jspa?key=MPEJB-2 would be applied to maven? Thanks a lot, g --