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
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
>
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
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 ~
|_| |_\__,_|\_/\___|_||_|
[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
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
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
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
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
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
GREAT, someone has eventually found the solution!
Smart :o)
Thx a lot for the tip!!
Best regards,
Fabrice
Kaloyan Enimanev
users@
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
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
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
> -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
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
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
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
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 (
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
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
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-
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]
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
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
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
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
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
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]
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
30 matches
Mail list logo