RE: idea:multiproject / Maven IRC channel

2004-04-27 Thread Brett Porter
Appserver has goals to do this for all the J2EE types of applications, but otherwise no. Patch welcome :) Personally, I use IntelliJ itself to do all of this after maven has built the project the first time. - Brett > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of

Re: aspectj plugin & maven 1.0 rc2

2004-04-27 Thread Charles N. Harvey III
I finally got it working. And well. Does all the things I had ever dreamed an aspectj-plugin would do. :) I will update the documentation files over the next two or three days. After that what should I do with everything once I'm done? Charlie Carlos Sanchez wrote: Charles, Can you apply t

Problem with JIRA filing upload request

2004-04-27 Thread Craig S. Cottingham
I'm trying to file an upload request for Spring 1.0.1 ( http://prdownloads.sourceforge.net/springframework/spring-framework-1.0.1.zip?download ) following the directions at http://maven.apache.org/repository-upload.html , but I can't get past step 2 of 2. I'm supplying a summary, a priority, and

RE: idea:multiproject / Maven IRC channel

2004-04-27 Thread Ryan Sonnek
could you use the uberjar plugin to jar your application (and dependencies) and then run it just as you would run anyother jar? maybe you're looking for a goal that will do this for you, but i don't know of one. RYan > -Original Message- > From: Geoffrey [mailto:[EMAIL PROTECTED] > Sen

Re: idea:multiproject / Maven IRC channel

2004-04-27 Thread Geoffrey
Thanks :) Is there way to configure the "run" and "debug" application/unit tests for IntelliJ through Maven settings? Does maven itself support run or debug? I am mavenizing an open source J2SE peer2peer game framework application, using IntelliJ as an IDE. And one of the hard things I find is to

RE: snapshot dependencies

2004-04-27 Thread Ryan Sonnek
i submitted a small patch that cleans up all "old" snapshot dependencies from your local repository, but i haven't heard any activity on integrating it into maven (http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPREPO-2). maybe vote for it, and see if anyone takes notice. Ryan > -Orig

snapshot dependencies

2004-04-27 Thread Flesner, Dan
i'm confused by snapshot dependencies. when i do an install-snapshot to build the local dependencies i get the following in my local repository: -rw-r--r-- 1 dflesner dev12728 Apr 27 12:03 smc-impl-20040427.190310.jar -rw-r--r-- 1 dflesner dev12728 Apr 27 12:16 smc-impl-2004

Re: artifact:deploy repo list

2004-04-27 Thread Webb Morris
Doh! Of course! Thanks Michal, that did it.just my pig-headedness getting in the way of trying another name for the repo. WM --- Michal Maczka <[EMAIL PROTECTED]> wrote: > Webb Morris wrote: > > >I am having problems with the artifact:deploy goals. > > > >I have a repo set up like the foll

Re: artifact:deploy repo list

2004-04-27 Thread Michal Maczka
Webb Morris wrote: I am having problems with the artifact:deploy goals. I have a repo set up like the following: maven.repo.list=local maven.repo.local=ftp://localhost maven.repo.local has special meaning for maven http://maven.apache.org/reference/user-guide.html#Behavioural_Properties tr

Re: artifact:deploy repo list

2004-04-27 Thread Niclas Hedhman
On Wednesday 28 April 2004 00:51, Webb Morris wrote: > I am having problems with the artifact:deploy goals. > > I have a repo set up like the following: > > maven.repo.list=local > maven.repo.local=ftp://localhost > maven.repo.local.username=username > maven.repo.local.password=password > maven.rep

RE: Clover Problem

2004-04-27 Thread STRAYER, JON (SBCSI)
The Cortex people sent me a new clover jar that fixed my problem. I'm assuming that there will be a 1.3RC4 pretty soon. :-) -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 1:08 AM To: 'Maven Users List' Subject: RE: Clover Problem Hi

artifact:deploy repo list

2004-04-27 Thread Webb Morris
I am having problems with the artifact:deploy goals. I have a repo set up like the following: maven.repo.list=local maven.repo.local=ftp://localhost maven.repo.local.username=username maven.repo.local.password=password maven.repo.local.directory=/public/html/maven Howerver, when Maven runs, it a

Setting maven.multiproject.type

2004-04-27 Thread Sonnathi, Venkat
Hi, I have set of three modules/projects in a global project folder. A/moda - jar A/modb - jar A/modc - war I generally invoke maven from A and would like to utilize multiproject plugin. How do I set the maven.multiproject.type variable for each module separately? Thanks, --Venkat. ---

Multithreaded Maven

2004-04-27 Thread STRAYER, JON (SBCSI)
Our build box uses some fairly slow processors, but there are 16 of them. Is there a switch or property I could use to have Maven kick off a bunch of threads to run the various plugins? - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Maven & Synergy CM

2004-04-27 Thread Emmanuel Venisse
> Hi all, > > Has anyone worked with maven and the Synergy CM tool > instead of CVS. No, but if it is accessible by command line, we'll can add the support for it. If you have some doco or if you want to help us, you're welcome. Emmanuel

Maven & Synergy CM

2004-04-27 Thread Bill Madison
Hi all, Has anyone worked with maven and the Synergy CM tool instead of CVS. Bill __ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover -

RE: changelog plugin vs cvs executable

2004-04-27 Thread Stephan Lagraulet
Thank you, I tried again and it effectively doesn't affect the result for plain files, but I think compressed files stored in CVS are not checked while performing the change log Regards, Stephan Lagraulet GxP Systems www.gxpsystems.com -Original Message- From: Mylene Reiners [mailto:[EM

Re: build.properties & project.xml inheritence

2004-04-27 Thread Jeffrey D. Brekke
FWIW, project.properties inheiritance like this was recently fixed in CVS. (Thanks Brett!) So if you can live on the edge, try rc3 from CVS? > On Tue, 27 Apr 2004 10:35:06 +0200, Michael Mattox <[EMAIL PROTECTED]> said: > This might work with multiproject (I haven't verified this) but if >

Re: Réf. : Plugins ready for use within the multiproject build.

2004-04-27 Thread Niclas Hedhman
On Tuesday 27 April 2004 20:02, [EMAIL PROTECTED] wrote: > You meen that your plugin are subproject ? Yes. > Define in project.properties : > maven.multiproject.type = plugin I have done that. I have also tried to do; in the plug-in's maven.xml. I am coming to the conclusion th

RE: build.properties & project.xml inheritence

2004-04-27 Thread Amato Massimiliano \(TLAB\)
> I'll do the same, but it has some severe limitations: > - you cannot define maven.repo.remote, since it is evaluated > before any goal is run > > You can define this hack > var="maven.repo.remote">http://www.ibiblio.org/maven,http://apache.rediris.e > s/java-repository > in your main project m

RE: build.properties & project.xml inheritence

2004-04-27 Thread Amato Massimiliano \(TLAB\)
I opened this issue a few days ago, and I can tell you what i did while waiting for the answers. I decided i wanted to have a central repository for all the project.properties since i realized that i had almost the same properties in similar projects So now i have a few files, one with the defa

Réf. : Plugins ready for use within the multiproject build.

2004-04-27 Thread Nicolas . CHALUMEAU
You meen that your plugin are subproject ? Define in project.properties : maven.multiproject.type = plugin Nicolas, Niclas Hedhman <[EMAIL PROTECTED]> 27/04/2004 13:55 Veuillez répondre à "Maven Users List" Pour : "'Maven Users List'" <[EMAIL PROTECTED]> cc : Obj

RE: changelog plugin vs cvs executable

2004-04-27 Thread Mylene Reiners
Stephan, I found one (maybe) interesting JIRA issue: http://jira.codehaus.org/ViewIssue.jspa?key=MPCHANGELOG-17 There is (among others) something about compression. But even when I use (in my properties.xml) maven.changelog.compression=false I get the "server is not supporting" line. Regards

Plugins ready for use within the multiproject build.

2004-04-27 Thread Niclas Hedhman
Hi, What do I need to do to have my own Plugins created/installed, _during_ the same multiproject build where they are used?? Cheers Niclas -- +-//---+ | http://www.bali.ac | | http://niclas.hedhman.org | +--//--+ --

RE: multiproject:site - POM outside main dir tree isn't included

2004-04-27 Thread Maczka Michal
> -Original Message- > From: Fabio Uechi [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 27, 2004 1:39 PM > To: Maven Users List > Subject: Re: multiproject:site - POM outside main dir tree isn't > included > > > > Hi Michal, > > The workaround you told me worked! > Only one correcti

Re: multiproject:site - POM outside main dir tree isn't included

2004-04-27 Thread Fabio Uechi
Hi Michal, The workaround you told me worked! Only one correction: I had to set the property "basedir" and not "includes": maven.multiproject.basedir=../../ Thanks a lot Fábio Maczka Michal writes: > > >> -Original Message- >> From: Fabio Uechi [mailto:[EMAIL PROTECTED] >> Sent: T

RE: changelog plugin vs cvs executable

2004-04-27 Thread Menetrieux Remy
Have you modification on the server in the last 30 days ? It's the default value for the plugin. -Message d'origine- De : Stephan Lagraulet [mailto:[EMAIL PROTECTED] Envoyé : mardi 27 avril 2004 12:34 À : 'Maven Users List' Objet : RE: changelog plugin vs cvs executable By the way, I t

RE: build.properties & project.xml inheritence

2004-04-27 Thread Michael Mattox
> I also hope that properties inheritance done by maven 1.0 final I searched through the open issues and I found someone asking for a "global properties" but not inherited project properties. This is not planned for release 1. So I created a new issue: http://jira.codehaus.org/secure/ViewIssue.

RE: multiproject:site - POM outside main dir tree isn't included

2004-04-27 Thread Maczka Michal
> -Original Message- > From: Fabio Uechi [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 27, 2004 12:51 PM > To: maven maven > Subject: multiproject:site - POM outside main dir tree isn't included > > > > Hi, > > I'm using the multiproject plugin to generate my site. One of my > subp

RE: changelog plugin vs cvs executable

2004-04-27 Thread Mylene Reiners
Stephan, I have the same message as you do, but that doesn't affect the result [echo] Generating the changelog report Server is not supporting gzip-file-contents request ChangeLog found: 8 entries Guess it is just a result of using Windows... I will check the sources, and get back to yo

RE: xdoc tags - documenting

2004-04-27 Thread Heritier Arnaud
The xdoc plugin uses the format defined by the jakarta site. You can find the format here : http://jakarta.apache.org/site/jakarta-site-tags.html Arnaud -Message d'origine- De : Fabio Uechi [mailto:[EMAIL PROTECTED] Envoyé : mardi 27 avril 2004 12:34 À : maven maven Objet : xdoc tags -

multiproject:site - POM outside main dir tree isn't included

2004-04-27 Thread Fabio Uechi
Hi, I'm using the multiproject plugin to generate my site. One of my subprojects isn't in the same directory although it also extends the master project.xml. The problem is that whenever I try to invoke any multiproject goal the reactor never includes this POM, only the others that are under the

xdoc tags - documenting

2004-04-27 Thread Fabio Uechi
Hi all! I'd like to know if are there any documentation about the existent xdoc tags for Maven. Is there a DTD for validating this xdoc's xml documents? I'm currently writing some documentation for my project (using the maven-xdoc-plugin) and I want to know whether is it possible to add new tags.

RE: changelog plugin vs cvs executable

2004-04-27 Thread Stephan Lagraulet
By the way, I think no one answered the question I asked, maybe no one had this problem. [echo] Generating the changelog report Server is not supporting gzip-file-contents request ChangeLog found: 0 entries Has anyone got this message and how can it be fixed? I'm using CVSNT,

RE: build.properties & project.xml inheritence

2004-04-27 Thread Carlos Sanchez
> -Mensaje original- > De: Jörg Schaible [mailto:[EMAIL PROTECTED] > Enviado el: martes, 27 de abril de 2004 11:03 > Para: Maven Users List > Asunto: RE: build.properties & project.xml inheritence > > Marcin Gurbisz wrote on Tuesday, April 27, 2004 11:42 AM: > > > Mabey it would be do

RE: changelog plugin vs cvs executable

2004-04-27 Thread Menetrieux Remy
Changelog use the scm plugin to connect at cvs. I have post an answer for this last week. Rémy -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : mardi 27 avril 2004 06:58 À : [EMAIL PROTECTED] Objet : changelog plugin vs cvs executable I recently had a probl

RE: build.properties & project.xml inheritence

2004-04-27 Thread Jörg Schaible
Marcin Gurbisz wrote on Tuesday, April 27, 2004 11:42 AM: > Mabey it would be done. But for now I use same hack in maven.xml on > main project level and it works for subprojects: > > > > > > > > I'll do the same, but it has some severe limitations:

Re: FW: Problems in buidling Jetspeed

2004-04-27 Thread Henry S. Isidro
Visvanath, Sridhar (Cognizant) wrote: Thanks Henry. Does maven look for the artifacts in classpath ? maven uses the dependencies element in project.xml to determine which artifacts are used in a project, the classpath is no longer necessary since all of the artifacts in a project should be fo

changelog plugin vs cvs executable

2004-04-27 Thread dion_gillard
I recently had a problem with the changelog plugin where it was coming back with an error saying there was an incorrect password provided. Running 'cvs up' and 'cvs login' all worked fine, and cvs itself seemed ok. It appears the plugin reads (and expects) a ~/.cvspass file. This file wasn't p

Re: FW: Problems in buidling Jetspeed

2004-04-27 Thread Henry S. Isidro
Visvanath, Sridhar (Cognizant) wrote: Forget the mail (see fwded mail below) that I had sent to u today. I deployed the jetspeed war file successfully to my tomcat. ok...no problem If I have to use maven, can I download dependent artifacts and keep it on my machine and thus prevent maven from

Re: build.properties & project.xml inheritence

2004-04-27 Thread Marcin Gurbisz
Mabey it would be done. But for now I use same hack in maven.xml on main project level and it works for subprojects: Michael Mattox wrote: This might work with multiproject (I haven't verified this) but if you do a build for a subproject itself it does't w

RE: build.properties & project.xml inheritence

2004-04-27 Thread Michael Mattox
This might work with multiproject (I haven't verified this) but if you do a build for a subproject itself it does't work. Maybe this is a bug or an oversight, but I think this is really necessary. Currently there is no properties inheritence and I believe the build.properties in a user's home sho

Re: build.properties & project.xml inheritence

2004-04-27 Thread Arto Pastinen
I just make some test where i put properties in "master" project.properties, and called it with maven multiproject plugin, and there subproject's got those properties. On Tue, 2004-04-27 at 11:03, Michael Mattox wrote: > I set up a master project.xml and my subprojects extend it. This is working

Re: CheckStyle error:Unable to get class information for

2004-04-27 Thread stéphane bouchet
that's right, one solution that worked for me is to put all the path in the @throws tag : @throws org.my.exception , even if the exception is in the same package. Stephane STRAYER, JON (SBCSI) a écrit : Well, I just realized that in my case it's having a problem when I have a @throws tag for a

Re: build.properties & project.xml inheritence

2004-04-27 Thread Arto Pastinen
On Tue, 2004-04-27 at 11:03, Michael Mattox wrote: > I set up a master project.xml and my subprojects extend it. This is working > great. The problem is if I want to define properties in build.properties > and have them shared by the entire hierachy of projects. For example, I > define the webse

Property 'match' has no write method

2004-04-27 Thread Marcin Werla
Hi, I can't execute goal multiproject:site - I get following error: BUILD FAILED File.. file:/root/.maven/plugins/maven-xdoc-plugin-1.7-SNAPSHOT/plugin.jelly Element... j:include Line.. 125 Column 55 file:/root/.maven/plugins/maven-multichanges-plugin-1.0/plugin-resources/rel eases.j

build.properties & project.xml inheritence

2004-04-27 Thread Michael Mattox
I set up a master project.xml and my subprojects extend it. This is working great. The problem is if I want to define properties in build.properties and have them shared by the entire hierachy of projects. For example, I define the webserver IP address in my "master" build.properties. How can I

Re: how to use scm:bootstrap-project

2004-04-27 Thread Arto Pastinen
Hi! I don't think that maven inspects your CVS definitions from enviroments. Look this to see how to define CVS: http://maven.apache.org/reference/project-descriptor.html#repository Artsi On Tue, 2004-04-27 at 10:44, Michael Mattox wrote: > I can't get scm:bootstrap-project to work. I've searc

how to use scm:bootstrap-project

2004-04-27 Thread Michael Mattox
I can't get scm:bootstrap-project to work. I've searched the mailing list and documentation and there's not much. Can someone please let me know if they have any ideas on how to do this? D:\projects\MDSP\maven\cs-common>set CVSROOT CVSROOT=:pserver:mmattox:[EMAIL PROTECTED]:C:/cvsrepo/repdev D: