[MULTIPROJECT] [WEBTEST]

2005-08-16 Thread Faucher Aurélie
Hello! Is there anything to do when I use webtest with multiproject? Because when webtest is executed from multiproject, there is a result of 0%. And when I execute webtest from my sub project I've a better result. Why?? Thanks, Aurélie ---

CC plugin: Q about location of project.xml

2005-08-16 Thread berndq
All, why ist the CC config.xml created with which does include pom.artifactID in the path. I would expect project.xml to live in the root of the project directory tree. So a simple checkout is not enough to get a project.xml at the expected location. What action should happen

CC plugin: Q maven.cruisecontrol.work.dir and maven.cruisecontrol.build.dir

2005-08-16 Thread berndq
All, what are they used for? why are there 2 properties? they are supposed to point to different directories, looking at plugin.jelly from the CC plugin: --- test="${!context.getVariable('maven.cruisecontrol.work.dir').equals(context.getVariable('maven.cruisecontrol.build.dir'))}

RE: [MULTIPROJECT]

2005-08-16 Thread Faucher Aurélie
What is the maven.multiproject.basedir property for? And what must I put into? Aurélie - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] Application Assembly

2005-08-16 Thread Daniel Krisher
Hmm, I would definitely not want an un-archived assembly directory to be installed/deployed to a repository, this was really just intended as a development-time tool. I am still very new to Maven, so I'm not quite sure of the best approach here. I will take another look. Maybe my patch should b

Re: [MULTIPROJECT]

2005-08-16 Thread Arnaud HERITIER
By default : maven.multiproject.basedir=${basedir} This is the root directory where the multiproject search your projects using properties maven.multiproject.includes andmaven.multiproject.excludes. Arnaud On 8/16/05, Faucher Aurélie <[EMAIL PROTECTED]> wrote: > > What is the maven.multiproject

RE: [MULTIPROJECT]

2005-08-16 Thread Faucher Aurélie
Ok thanks. -Message d'origine- De : Arnaud HERITIER [mailto:[EMAIL PROTECTED] Envoyé : mardi 16 août 2005 14:00 À : Maven Users List Objet : Re: [MULTIPROJECT] By default : maven.multiproject.basedir=${basedir} This is the root directory where the multiproject search your projects using

RE: [WEBTEST]

2005-08-16 Thread Faucher Aurélie
When I execute webtest using multiproject, I have this error : [exec] [webtest] 16 ao¹t 2005 13:57:43 com.gargoylesoftware.htmlunit.WebClient getPage [exec] [webtest] INFO: statusCode=[404] contentType=[text/html] [exec] [webtest] 16 ao¹t 2005 13:57:43 com.gargoylesoftware.htm

[M1] Defining artifact type

2005-08-16 Thread Sébastien Arbogast
I have a multiproject project with one of its modules being a web application and the others being jars. When I run "maven multiproject:deploy" on the root of my project, "artefact:deploy" is called on each subproject but my web application is deployed as a jar instead of a war. Is there a way to s

Re: [M2] Requesting an example of a POM plugin entry for M2 plugin that allows the inclusion and exclusion of artifacts, and works

2005-08-16 Thread Andy Glick
On 8/15/05, Andy Glick <[EMAIL PROTECTED]> wrote: > So far using M2 2.0-alpha-3, I have made many vain attempts to construct > XML syntax that would successfully configure a plugin that accepts > and directives to ACTUALLY use the specifications. > So far, not 1 has worked. > > I've found some e

Re: [M1] Defining artifact type

2005-08-16 Thread Jamie Bisotti
On 8/16/05, Sébastien Arbogast <[EMAIL PROTECTED]> wrote: > I have a multiproject project with one of its modules being a web > application and the others being jars. When I run "maven > multiproject:deploy" on the root of my project, "artefact:deploy" is called > on each subproject but my web appl

Re: [m2] status of SCM plugin

2005-08-16 Thread dan tran
Jason, What kind of problem do you see on starteam test? can you send me the build log and sure-file logs? What platform are you on? BTW, you can disable the starteam provider build by by remote starteam's module in maven-scm-providers' pom.xml -Dan On 8/15/05, Jason Grant <[EMAIL PROTECTED]> w

JVM exited

2005-08-16 Thread Mayorgaadame, Alex [IT]
I got an issue trying to use Continuum. It's running for the first time, so I got noting to configure until it runs the first time. Thank you so much, Alex Mayorga Adame STATUS | wrapper | 2005/08/16 09:10:44 | Launching a JVM... INFO | jvm 5| 2005/08/16 09:10:44 | Usage: java [-options]

[MavenBook] Using a public/private key scheme for site deployment

2005-08-16 Thread Sébastien Arbogast
Hi, First of all I'd like to thank and congratulate Vincent Massol and Tim O'Brien for this excellent book I'm reading right now (Maven, A Developer's Notebook). It's really excellent and enables me to use Maven at full capacity. But I have a problem with one of the tips concerning site deploymen

assembly-plugin FileSet includes does not match empty directories

2005-08-16 Thread Daniel Krisher
I have noticed that any fileset includes specified in the assembly xml will not match empty directories, even if the empty directory is explicitly included (emptyDir), regardless of the archive type. This is not really a big problem, I was curious if this was by design or by accident though...

Re: [MavenBook] Using a public/private key scheme for site deployment

2005-08-16 Thread Grant Ingersoll
Here is our internal docs on how to do this (Your mileage may vary): --- In order to do deployments to the maven repository, you need to have a public/private key pair setup on your machine and setup the correct authorization on the remote machine. On your windows machine (with Cygwin SSH install

RE: [MavenBook] Using a public/private key scheme for site deployment

2005-08-16 Thread Vincent Massol
Hi Sébastien, > -Original Message- > From: Sébastien Arbogast [mailto:[EMAIL PROTECTED] > Sent: mardi 16 août 2005 15:53 > To: users@maven.apache.org > Subject: [MavenBook] Using a public/private key scheme for site deployment > > Hi, > > First of all I'd like to thank and congratulate V

RE: [m1.1] jar/war deploy doesn't Deploy

2005-08-16 Thread Curtis, Harrison
I'm using the 1.6 artifact plugin. I upgraded because the original artifact plugin couldn't write to the local repository the updated jars. Bud Curtis JDIMS Project L-3 Communications (719) 637-5633 -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, August 15

Missing /maven2/javax/transaction/jta/1.0.1B/jta-1.0.1B.jar

2005-08-16 Thread flyisland
Hi All, I'm using Maven 2.0-alpha-3 now, I try to add hibernate 3.0.5 into my maven2 pom file today, and i got the following error: Downloading: http://repo1.maven.org/maven2/javax/transaction/jta/1.0.1B/jta-1.0.1B.jar [WARNING] Unable to get resource from repository ht

RE: [MavenBook] Using a public/private key scheme for site deployment

2005-08-16 Thread Aleksandr Shneyderman
Agreed, SSH stuff is probably the creepiest stuff to set up. Once figured out works pretty well though. The problem I think is that instructions are pretty much dependent on the exact combination of server/client ssh stuff you run. Here is what worked for me with pointers where your actions might

RE: [MavenBook] Using a public/private key scheme for site deployment

2005-08-16 Thread Vincent Massol
Grant is right. I forgot that you need to have your public key installed on the remote server in ~user/.ssh.authorized_keys Thanks -Vincent > -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: mardi 16 août 2005 16:53 > To: 'Maven Users List' > Cc: [EMAIL PROTECTE

Re: Missing /maven2/javax/transaction/jta/1.0.1B/jta-1.0.1B.jar

2005-08-16 Thread dan tran
you need to download jta 1.0.1b from sun and place it under your local repo. .m2/repository/javax/transaction/jta/1.0.1B/jta-1.0.1B.jar -D On 8/16/05, flyisland <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm using Maven 2.0-alpha-3 now, I try to add hibernate 3.0.5 into my > maven2 pom file tod

Re: Missing /maven2/javax/transaction/jta/1.0.1B/jta-1.0.1B.jar

2005-08-16 Thread Ralph Pöllath
Hi, See http://maven.apache.org/reference/standard-sun-jar-names.html for reasons why this jar isn't in the central repository. Then download the class files from http://java.sun.com/products/ jta/ , build a jar and drop it into your local or company-wide repository. Cheers, -Ralph. On

RE: [MavenBook] Using a public/private key scheme for site deployment

2005-08-16 Thread Jörg Schaible
Sébastien Arbogast wrote on Tuesday, August 16, 2005 3:53 PM: > Hi, > > First of all I'd like to thank and congratulate Vincent > Massol and Tim O'Brien for this excellent book I'm reading > right now (Maven, A Developer's Notebook). It's really > excellent and enables me to use Maven at full cap

Re: [M2] Requesting an example of a POM plugin entry for M2 plugin that allows the inclusion and exclusion of artifacts, and works

2005-08-16 Thread Trygve Laugstøl
On Tue, Aug 16, 2005 at 08:31:53AM -0400, Andy Glick wrote: > On 8/15/05, Andy Glick <[EMAIL PROTECTED]> wrote: [snip] > I have checked out and executed it0050 (see POM fragment below) In my > environment the tests are compiled but none are executed (see execution > trace below). I am using m2 2

RE: Tomcat JSP Pre-compile using Maven

2005-08-16 Thread Farmer, Todd
Thanks, Mattias, for your helpful response. Rightly or wrongly (probably the latter), I recall that I looked at the Tomcat plug-in a while back, and it didn't support pre-compilation on Tomcat 5. I have also tried (numerous times) to implement the custom task described on the Maven website. I ha

M2: setting goal parameters

2005-08-16 Thread John Maurer
Hunt around in documentation, finally find that there are parameters for the goals. How do I set the parameters? I have no idea. Thanks, John - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

war.target.path properties for source

2005-08-16 Thread Simon McClenahan
On http://maven.apache.org/reference/plugins/war/ it gives an example of using as a dependency property. I have JSP and other sources that has to be placed relative to the war root, until I refactor it according to Sun and Maven conventions. e.g. /index.jsp, etc. /jsp/ /images/ /css/ /WEB-INF

Re: M2: setting goal parameters

2005-08-16 Thread Incze Lajos
On Tue, Aug 16, 2005 at 11:09:41AM -0500, John Maurer wrote: > Hunt around in documentation, finally find that there are parameters for the > goals. How do I set the parameters? I have no idea. > > Thanks, > John You set them in the pom (if the defaults don't serve for you): [...]

Re: war.target.path properties for source

2005-08-16 Thread Simon McClenahan
Simon McClenahan said the following on 8/16/2005 12:09 PM: On http://maven.apache.org/reference/plugins/war/ it gives an example of using as a dependency property. I have JSP and other sources that has to be placed relative to the war root, until I refactor it according to Sun and Maven conve

Problem acessing subversion svn from MAVEN

2005-08-16 Thread Marcelo Alcantara
Hi there, I am trying to integrate maven and subversion svn without success. I already tried many things including downloading and installing the scm plugin 1.5, and the alpha2 releases for the scm-manager and svn provider. Right now this is what I have: build.properties ---

Re: Problem acessing subversion svn from MAVEN

2005-08-16 Thread dan tran
your url should be scm:svn:svn://localhost/repo_net_01/p2oi You can also try to build the latest maven-scm-plugin-1.5.1-SNAPSHOT in svn It may give you a beter error message description. If you see the the same problem using the bad URL. please file a JIRA -D On 8/16/05, Marcelo Alcantara <[E

Re: Problem acessing subversion svn from MAVEN

2005-08-16 Thread berndq
Marcelo Alcantara wrote: maven.scm.url=scm:svn://localhost/repo_net_01/p2oi have you tried maven.scm.url=scm:svn:svn://localhost/repo_net_01/p2oi ? Bernd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Problem acessing subversion svn from MAVEN

2005-08-16 Thread Trygve Laugstøl
On Tue, Aug 16, 2005 at 04:45:21PM -0300, Marcelo Alcantara wrote: > Hi there, > > I am trying to integrate maven and subversion svn without success. > > I already tried many things including downloading and installing the > scm plugin 1.5, and the alpha2 releases for the scm-manager and svn > pr

How to contribute to the Maven project

2005-08-16 Thread Trygve Laugstøl
Hi! Lately we have been getting several questions on how to get into helping out with Maven developent, be that core stuff or plugins. As an reponse to that we have updated some of the documentation on how to do development work and we have started to categorize issues. If you want to help out wi

Re: Problem acessing subversion svn from MAVEN

2005-08-16 Thread Marcelo Alcantara
Hi guys, I tried the url you said, now I get a totally different error. --- [mbalcant-638] C:\TEMP\p2oi>maven scm:checkout __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent

[m1.1] using a proxy and a local server.

2005-08-16 Thread Hogeweg, Erwin \(GE Infrastructure\)
Hi, Is there any way to tell maven to use the proxy setting for one repository and no proxy for the server in the DMZ? Is seems that you can specify either one or the other. Thanks, Erwin maven.repo.remote=http://www.ibiblio.org/maven/,http://localrepos/shared/repository maven.proxy.host=1.2.

Re: [m1.1] using a proxy and a local server.

2005-08-16 Thread Simon McClenahan
Hogeweg, Erwin (GE Infrastructure) said the following on 8/16/2005 4:17 PM: Hi, Is there any way to tell maven to use the proxy setting for one repository and no proxy for the server in the DMZ? Is seems that you can specify either one or the other. I'm pretty sure you can do this if you

genapp for struts

2005-08-16 Thread Simon McClenahan
I did a maven genapp for a struts project, and I noticed that there is a src/merge directory with some default files in it. Can anyone explain exactly how this is used? I can't find any examples or documentation on it. - Simon --

[M2] skipping tests

2005-08-16 Thread Erick Dovale
Hello there, I am needing a to skip my unit tests for the purpose of setting up some other stuff in maven and not having to wait for them everytime i run some other goal. Is there a way to do this?? Thanks. Erick. - To unsu

RE: genapp for struts

2005-08-16 Thread Arnaud HERITIER
This directory is used by xdoclet (see their web site and their maven plugin) ig you want to generate some files like the struts config. Arnaud > -Message d'origine- > De : Simon McClenahan [mailto:[EMAIL PROTECTED] > Envoyé : mardi 16 août 2005 23:26 > À : Maven Users List > Objet :

Re: [M2] skipping tests

2005-08-16 Thread Edwin Punzalan
when running m2, add the -Dmaven.test.skip=true Erick Dovale wrote: Hello there, I am needing a to skip my unit tests for the purpose of setting up some other stuff in maven and not having to wait for them everytime i run some other goal. Is there a way to do this?? Thanks. Erick.

[M2a3] Marmelade tld appears to be missing?

2005-08-16 Thread Leck, William C \(Bill\)
I'm a maven newbie an have been working my way through the documentation. I'm trying to build the example Hello World Plug-in that is in the Maven documentation at http://maven.apache.org/maven2/developers/developing-plugins-with-marmal ade.html. I've cut and pasted the code from the site. Howev

Re: Problem acessing subversion svn from MAVEN

2005-08-16 Thread Marcelo Alcantara
No more ideas?? On 8/16/05, Marcelo Alcantara <[EMAIL PROTECTED]> wrote: > Hi guys, > > I tried the url you said, now I get a totally different error. > > --- > [mbalcant-638] C:\TEMP\p2oi>maven s

Re: Assembly plugin -- couple of questions [m2a3]

2005-08-16 Thread Sidart Kurias
Brett Thanks I will give it a try Sid --- Brett Porter <[EMAIL PROTECTED]> wrote: > This is eomthing we want to make possible in beta-1. > > In Maven 1 (and what we have supported so far), > aggregation was done > through a separate project, pulling in the > dependencies (eg, an EAR). > > How

Re: [m1.1] JCoverage shows 0% for everyting.

2005-08-16 Thread Thomas Van de Velde
?? Any other details available? Its always usefull to compare your config to one that works and look for differences. Here's one that works: http://boss.bekk.no/boss/middlegen/maven-reports.html On 8/15/05, Hogeweg, Erwin (GE Infrastructure) <[EMAIL PROTECTED]> wrote: > > All, > > > > > >

Re: [m1.1] JCoverage shows 0% for everyting.

2005-08-16 Thread Scott Lamb
On 16 Aug 2005, at 21:00, Thomas Van de Velde wrote: ?? Any other details available? Its always usefull to compare your config to one that works and look for differences. Here's one that works: http://boss.bekk.no/boss/middlegen/maven-reports.html Huh? That's not a config. That's a maven-g

Re: [m1.1] JCoverage shows 0% for everyting.

2005-08-16 Thread Scott Lamb
On 16 Aug 2005, at 21:22, Scott Lamb wrote: On 16 Aug 2005, at 21:00, Thomas Van de Velde wrote: ?? Any other details available? Its always usefull to compare your config to one that works and look for differences. Here's one that works: http://boss.bekk.no/boss/middlegen/maven-reports.h

Re: Problem acessing subversion svn from MAVEN

2005-08-16 Thread berndq
Marcelo Alcantara wrote: No more ideas?? maybe "maven -X ..." to get more debug info FYI: maven 1.0.2, scm 1.5.1-SNAPSHOT and svn works fine for me. Bernd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,