empty ear's from ear:ear

2005-03-31 Thread Durham David R Jr Contr 805 CSPTS/SCE
Forgive my lack of knowledge on what is probably a very simple problem. I've got a project with the following directory structure: /projectRoot /resources *.jsp /src /packages/*.java /tests/ /WEB-INF/*.xml maven.xml p

RE: ANT FTP with Maven

2005-03-31 Thread Arnaud HERITIER
It'll not help you but we have a similar problem with the site plugin : http://jira.codehaus.org/browse/MPSITE-22 # Arnaud :-( > -Message d'origine- > De : dan tran [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 31 mars 2005 16:15 > À : Maven Users List > Objet : Re: ANT FTP with Maven >

Re: maven -P broken?

2005-03-31 Thread Erik Husby
dan tran wrote: Hello, maven -P maven-plugin-plugin maven -P maven-jar-plugin show no usage text, is it a bug? On my systems its I:\>maven -P plugin __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 Goals in plugin

maven -P broken?

2005-03-31 Thread dan tran
Hello, maven -P maven-plugin-plugin maven -P maven-jar-plugin show no usage text, is it a bug? -Dan M:\vbdev-uscud-rdxp3-build-bootstraps\SCM\everest>maven -P maven-plugin-plugin __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_|

Re: How to run tests only after building a war file?

2005-03-31 Thread Siegfried Goeschl
[EMAIL PROTECTED] wrote: Hi, after being able to run my htmlunit tests (thanks to vincent for the dependency hint!) I am just struggling with the order, when the unit tests are run. As I have a seperate project to build the war, I thought it would be intended to have the testcases for this war in

Re: howto start HSQLDB before test ?

2005-03-31 Thread Laurent Petit
Nicolas De Loof wrote: I'd like to test my DAO using dbUnit. I've setup an in memory HSQLDB in the test setUp() and it works fine, but the DB is started and created before every test is run (I'm using fork=true, maybee it can explain ?). I'd like to setup my build process to startup the HSQLDB

howto start HSQLDB before test ?

2005-03-31 Thread Nicolas De Loof
Hi, I've searched the archive for a solution to my problem without result : I'd like to test my DAO using dbUnit. I've setup an in memory HSQLDB in the test setUp() and it works fine, but the DB is started and created before every test is run (I'm using fork=true, maybee it can explain ?). I'd l

How to run tests only after building a war file?

2005-03-31 Thread shoening
Hi, after being able to run my htmlunit tests (thanks to vincent for the dependency hint!) I am just struggling with the order, when the unit tests are run. As I have a seperate project to build the war, I thought it would be intended to have the testcases for this war inside this project. Unfort

Re: ANT FTP with Maven

2005-03-31 Thread dan tran
Did you load the ftp's ant task? if you dont, it will not work inside maven. Check out the archive for instructions on how to load it -D On Mar 31, 2005 5:41 AM, GOKULAM Jayaram <[EMAIL PROTECTED]> wrote: > Hi Kenney, > > I tried the whole day, in repeating the same from my windows machine > us

RE: ANT FTP with Maven

2005-03-31 Thread GOKULAM Jayaram
Hi Kenney, I tried the whole day, in repeating the same from my windows machine using, an absolute path and to create a directory in the linux machine. I was unsuccessful. I tried with in stalling FTP clients on my windows machine, Then adding the following jars in the Project.xml dependencies

=?ISO-8859-1?Q?R=E9f=2E_=3A_Telnet_task_and_maven_1=2E0=2E2?=

2005-03-31 Thread fabrice . belingard
GREAT, someone has eventually found the solution! Smart :o) Thx a lot for the tip!! Best regards, Fabrice Kaloyan Enimanev users@

Re: Maven 1.1-Snapshot: Unsatisfied dependencies

2005-03-31 Thread Brett Porter
you need to find where you have specified your own maven.repo.remote in a build.properties and comment it out - cvs.apache.org/repository needs to be in the list (as it is in the Maven SVN tree). http://cvs.apache.org/repository/maven/jars/ contains the JAR. - Brett On Thu, 31 Mar 2005 14:54:46

Maven 1.1-Snapshot: Unsatisfied dependencies

2005-03-31 Thread =?ISO-8859-15?Q?Volker_F=FC=DFler?=
Hello, I want to try out maven-1.1-snapshot because I need ANT 1.6.2 support. I have successfully built and installed maven-1.1-snapshot. I took an existing project and tried to build it with maven-1.1 but it always stop because it can't satisfy some maven-dependencies: wagon-ssh-external-1.0-a

Re: Telnet task and maven 1.0.2

2005-03-31 Thread dan tran
Finally!!! Big Thanks -D On Mar 31, 2005 4:22 AM, Kaloyan Enimanev <[EMAIL PROTECTED]> wrote: > Hi boys, yesterday I was able to run the "ant:telnet" task under Maven. > Several people complained around that they were helpless on this topic > in the mailing list so I thought it is a good idea to

RE: Targeting multiple appservers

2005-03-31 Thread Vincent Massol
> -Original Message- > From: Nicolas Chalumeau [mailto:[EMAIL PROTECTED] > Sent: jeudi 31 mars 2005 14:16 > To: Maven Users List; [EMAIL PROTECTED] > Subject: Re: Targeting multiple appservers > > I imagine you can ask Vincent if there was evolution since 2003 (he > read this list so he

RE: Dependencies for HtmlUnit

2005-03-31 Thread Vincent Massol
Even better: http://htmlunit.sourceforge.net/dependencies.html -Vincent > -Original Message- > From: Nicolas Chalumeau [mailto:[EMAIL PROTECTED] > Sent: jeudi 31 mars 2005 14:18 > To: Maven Users List > Subject: Re: Dependencies for HtmlUnit > > For the dependancies a good thing is to lo

Telnet task and maven 1.0.2

2005-03-31 Thread Kaloyan Enimanev
Hi boys, yesterday I was able to run the "ant:telnet" task under Maven. Several people complained around that they were helpless on this topic in the mailing list so I thought it is a good idea to tell them what's the problem. Since Ant 1.5.3 relias on NetComponents.jar you have to download it

Re: Dependencies for HtmlUnit

2005-03-31 Thread Nicolas Chalumeau
For the dependancies a good thing is to look in the pom of this project : http://www.ibiblio.org/maven/htmlunit/poms/ Nicolas, On Thu, 31 Mar 2005 04:42:15 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi all, > I am just trying to get a maven project running which uses htmlunit. > I just

Re: Targeting multiple appservers

2005-03-31 Thread Nicolas Chalumeau
I imagine you can ask Vincent if there was evolution since 2003 (he read this list so he can aswer...) In fact it his an elegant solution as you can produce one artifact per ear (it is the maven politic too) for each server kind/environement. The specific goes in application and you reuse module (

RE: jaxb plugin

2005-03-31 Thread Adam Hardy
Regarding the [EMAIL PROTECTED] I have just seen now just before I sent this here that the sourceforge list accepted my posting, although I didn't see it for at least 90 minutes for whatever reason. Sorry for the cross-posting. The subscribe address though definitely did not work. -Origin

FW: jaxb plugin

2005-03-31 Thread Adam Hardy
I wasn't able to subscribe or submit to [EMAIL PROTECTED] - I don't think I was doing anything stupid - I received 'Unrouteable address' errors. Anyway, both David O'Flanagan and myself have been using JAXB and I thought I'd send you the latest & greatest (mostly David's work) which you might want

Re: maven to build eclipse plugin?

2005-03-31 Thread Milos Kleint
Benedict Heal wrote: Does anyone have an example of a POM to build an Eclipse plugin using Maven? It seems a pity to have to do it by steam. Thanks, Benedict - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

maven to build eclipse plugin?

2005-03-31 Thread Benedict Heal
Does anyone have an example of a POM to build an Eclipse plugin using Maven? It seems a pity to have to do it by steam. Thanks, Benedict - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Targeting multiple appservers

2005-03-31 Thread =?ISO-8859-1?Q?Georg_K=F6ster?=
Thanks Nicolas! I imagined this easier than that, taken into consideration that the article dated from 2003 I hoped that something orthogonal to projects had been introduced to manage portability... Georg Nicolas Chalumeau wrote: One good this is to have in-container tests : look at cactus (jaka

maven-jxr plugin

2005-03-31 Thread Stephen Gray
Hi, I have a problem with my jxr-plugin. It generates ok but the links to the classes arebroken. Thelink is using the following address xref/com/nexala/db/a.html when it should be xref/jarsrc/com/nexala/db/a.html. Why is this happening and can change it? Thanks

Dependencies for HtmlUnit

2005-03-31 Thread shoening
Hi all, I am just trying to get a maven project running which uses htmlunit. I just need to know, which dependencies I need to include into my project, when I want to run JUnit testcases which are implemented by htmlunit. After adding a couple of dependencies I am getting the exception below - I

[APPSERVER] tomcat install corrupted

2005-03-31 Thread Alexandre Touret
Hi, I am trying to use the appserver plugin for use it with tomcat 4.1.27. I ran appserver:install and all the JAR copied into my ${maven.appserver.dir}directory are corrupted! For an example, I cant open bootstrap.jar . My configuration maven 1.0.2 J2SE SUN 1.4.2_07 Thanks in advance for you h

Re: changelog report links

2005-03-31 Thread Gisbert Amm
What do the bonsai URLs look like? Regards, Gisbert Amm Stephen Gray wrote: Thanks very much. Is it possible to use bonsai or does viewcvs have to be used? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

RE: changelog report links

2005-03-31 Thread Stephen Gray
Thanks very much. Is it possible to use bonsai or does viewcvs have to be used? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: simple config query ...

2005-03-31 Thread Andrei Szabo
You could put the following in your project.xml: servletapi servletapi 2.4-20040521 Andrei --- goffredo <[EMAIL PROTECTED]> wrote: > Hi, > > I am sure this has been discussed before, so sorry > for the repetition. > I obtain this error from my first build of a > par