Re: custom site.jsl

2003-12-23 Thread Stephen McConnell
Rajeev Kaul wrote: I am trying to use a custom site.jsl for my project. If I try to use the following property to set it for my project: maven.xdoc.jsl=${basedir}/xdocs/site.jsl replace the above with maven.xdoc.jsl = ./xdocs/site.jsl Cheers, Steve. I get the following error during site

Re: Junit Plugin For Maven

2003-12-23 Thread Ben Walding
The reason you have that problem is because you have test cases in your main source tree. JUnit is only added to the classpath for compiling test cases. Hence, move your test cases to your test source tree OR specifically add junit to your dependency list. The former is more appropriate. The l

Junit Plugin For Maven

2003-12-23 Thread conradwt
Hi, could someone tell me where I can find the Junit Plugin for Maven-1.0-rc1? At this time, I'm receiving the following error message: BEGIN TRANSCRIPT: $ maven test:test __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc1

Relative pathing for maven.home.local, JDK 1.3, plugin class not found

2003-12-23 Thread dave hoag
Title: Relative pathing for maven.home.local, JDK 1.3, plugin class not found If I have the following property in project.properties maven.home.local=y:/maven-info/../maven-info and use JDK 1.3 to run maven (such as maven clean) I get the following error: File.. file:/y:/maven-info/..

Re: chicken and egg

2003-12-23 Thread dion
"Charles Tassoni" <[EMAIL PROTECTED]> wrote on 24/12/2003 08:04:24 AM: > Thanks to Charles-Alexandre Sabourdin and dion for their advice. > The suggestions didn't work for me. When I set > ${pom.currentVersion} on the jar I'm trying to build on > the fly, I got exactly the same result

RE: groupId naming convention

2003-12-23 Thread Jason van Zyl
On Tue, 2003-12-23 at 17:38, Steve Garcia wrote: > Yea there are advantages and disadvantages either way. A big advantage of > keeping the existing repository is when I see jar packages I'm not familiar > with, there is a better change I'll look into them out of curiosity. I've > learned more abo

RE: groupId naming convention

2003-12-23 Thread Steve Garcia
Yea there are advantages and disadvantages either way. A big advantage of keeping the existing repository is when I see jar packages I'm not familiar with, there is a better change I'll look into them out of curiosity. I've learned more about third-party tools since I've started using Maven on th

Re: custom site.jsl

2003-12-23 Thread Rajeev Kaul
Thank you! That worked. regards, Rajeev - Original Message - From: "Gilles Dodinet" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Tuesday, December 23, 2003 1:11 PM Subject: Re: custom site.jsl > perhaps you could try to add the file: protocol before the path :

RE: groupId naming convention

2003-12-23 Thread Sonnek, Ryan
I know what you mean. I'm not 100% sold on having the reverse DNS name break into folders. I think that a flat directory structure would also be useful, for reasons like you mentioned (browsing for artifacts). This is how eclipse organizes their plugins, and we have adopted this same structure o

RE: groupId naming convention

2003-12-23 Thread Steve Garcia
> On Tue, 2003-12-23 at 14:37, Sonnek, Ryan wrote: > > Is there any reason for the current groupId naming > convention? I find > > it unnecessary that nearly all of the artifacts on ibiblio have > > duplicate groupIds and artifactIds. Could the groupId be > changed to > > use the reverse DNS

Re: custom site.jsl

2003-12-23 Thread Gilles Dodinet
perhaps you could try to add the file: protocol before the path : maven.xdoc.jsl=file:${basedir}/xdocs/site.jsl thats what i use and it used to work. -- gd Rajeev Kaul wrote: I am trying to use a custom site.jsl for my project. If I try to use the following property to set it for my project:

Re: Maven plugin for Eclipse

2003-12-23 Thread Gilles Dodinet
Jonathan, theres mevenide.sf.net that aims to integrate maven into eclipse. Jeff has done a great job recently and a M6-compatible version should be released in the near future. -- gd Jonathan Hawkes wrote: Hey all, I've noticed some documentation on the Maven site concerning Eclipse. Is th

chicken and egg

2003-12-23 Thread Charles Tassoni
Thanks to Charles-Alexandre Sabourdin and dion for their advice. The suggestions didn't work for me. When I set ${pom.currentVersion} on the jar I'm trying to build on the fly, I got exactly the same result: maven simply resolved ${pom.currentVersion} to "1.0" and put the outdated 1.0 ja

Re: cvs.passfile

2003-12-23 Thread Rajeev Kaul
Yes, this helps in the sense that it automatically creates the .cvspass file in the default location for the changelog plugin. But, I wanted to know how to specify the "cvs.passfile" property for this plugin, to use an alternate path and name. For example, if I want the changelog plugin to use "d

Re: groupId naming convention

2003-12-23 Thread Jason van Zyl
On Tue, 2003-12-23 at 14:37, Sonnek, Ryan wrote: > Is there any reason for the current groupId naming convention? I find it > unnecessary that nearly all of the artifacts on ibiblio have duplicate > groupIds and artifactIds. Could the groupId be changed to use the reverse > DNS name (ie: org.apac

custom site.jsl

2003-12-23 Thread Rajeev Kaul
I am trying to use a custom site.jsl for my project. If I try to use the following property to set it for my project: maven.xdoc.jsl=${basedir}/xdocs/site.jsl I get the following error during site generation: BUILD FAILED File.. file:/E:/maven/maven-1.0-rc2/plugins/maven-xdoc-plugin-1.5-SN

Maven plugin for Eclipse

2003-12-23 Thread Jonathan Hawkes
Hey all, I've noticed some documentation on the Maven site concerning Eclipse. Is there a Maven plugin for Eclipse yet? Thanks! Jonathan Hawkes

groupId naming convention

2003-12-23 Thread Sonnek, Ryan
Is there any reason for the current groupId naming convention? I find it unnecessary that nearly all of the artifacts on ibiblio have duplicate groupIds and artifactIds. Could the groupId be changed to use the reverse DNS name (ie: org.apache.maven)? Eclipse has used this convention for naming t

RE: Maven repositories?

2003-12-23 Thread Eric Giguere
Hi Jonathan Sure, using a web browser ;) http://www.ibiblio.org/maven/ Or by adding your jar description and version in your project file. By calling maven java:compile, you'll get the error message if the desired jar is missing. Eric. > -Original Message- > From: Jonathan Hawkes [mailt

Re: Maven repositories?

2003-12-23 Thread Jonathan Hawkes
Thanks again. - Original Message - From: "Steve Garcia" <[EMAIL PROTECTED]> To: "'Maven Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, December 23, 2003 10:16 AM Subject: RE: Maven repositories? > You can point your browser to http://www.ibiblio.org/maven and you'll get a > directory l

RE: Maven repositories?

2003-12-23 Thread Steve Garcia
You can point your browser to http://www.ibiblio.org/maven and you'll get a directory listing of all the artifacts main directories (groupId). > -Original Message- > From: Jonathan Hawkes [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 23, 2003 9:18 AM > To: [EMAIL PROTECTED] > Subjec

Maven repositories?

2003-12-23 Thread Jonathan Hawkes
Hey, Is there any way to browse the repository at ibiblio.org to see if a particular component/library is installed there? What about alternative repositories? Thanks! Jonathan Hawkes

Re: multiproject super-jar question

2003-12-23 Thread Charles N. Harvey III
Any chance I could get a hold of this plugin that you wrote? If it is company information then hows about a hint. ;) Charlie Kumar, Vaidhyanatha K. wrote: Charles, I am currently doing what you planned to do. Do the jar install using multiproject. Wrote a plugin that gathers all the relevant

RE: multiproject super-jar question

2003-12-23 Thread Kumar, Vaidhyanatha K.
Charles, I am currently doing what you planned to do. Do the jar install using multiproject. Wrote a plugin that gathers all the relevant files from the subprojects and puts them in one folder. Finally, I use the war plugin to generate the war. Vaidhy -Original Message- From: Charles N.

multiproject super-jar question

2003-12-23 Thread Charles N. Harvey III
Hello. I started messing about with multiproject yesterday and so far it works great. I have my "company-commons" project and then underneath it I have "utils", "strings", "validation". And when I run multiproject:install it builds all my jars - even with some of the sources being dependent on ot

RE: cvs.passfile

2003-12-23 Thread Smith, Matt (MAN-Corporate)
There is an ant task that can be used to add entries to the .cvspass file. hth Matt -Original Message- From: Rajeev Kaul [mailto:[EMAIL PROTECTED] Sent: Monday, December 22, 2003 7:37 PM To: Maven Users List Subject: Re: cvs.passfile Thanks. Yes, you can do it in the DOS console w

Running tests in another jvm than specified by JAVA_HOME

2003-12-23 Thread egglersim
My JAVA_HOME point to a jdk 1.4.2 installation, but compilation and tests should be run by the jdk1.3 jvm. Is there a project specific property i can set to change the jvm? Cheers, simon - To unsubscribe, e-mail: [EMAIL PROTECT

Re: How to run Simian from parent project on all subprojects?

2003-12-23 Thread Nicolas . CHALUMEAU
With multiproject : maven -Dgoal=simian multiproject:goal or simian with the reactor : Nicolas Brian Burridge <[EMAIL PROTECTED]> 22/12/2003 18:41 Veuillez répondre à "Maven Users List" Pour : Maven Users List <[EMAIL PROTECTED]> cc : Objet : How to ru

Re: Maven Plugin For Weblogic

2003-12-23 Thread Emmanuel Venisse
If it's for a generation, you can use the xdoclet maven plugin (http://xdoclet.sourceforge.net/maven-plugin.html). There was an ejbgen plugin on codeczar but it seems that it's removed. Emmanuel - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, Decemb