Re: Does maven have something like ant calls?

2004-03-25 Thread Michele_Forte
you can try looking at the multiproject plugin http://maven.apache.org/reference/plugins/multiproject/ I think there you can find what you need Regards Michele |-+> | | "Los Morales"| | | <[EMAIL PROTECTED]| |

Re: Does maven have something like ant calls?

2004-03-25 Thread Marco Tedone
You may want to see at the reactor and/or the multiproject plugin. With Maven, you can define subprojects (each subproject is defined by a project.xml), although a very high granularity (i.e. a project per package) is descouraged. Maven is also considered as a "wrapper" around Ant. All you need to

RE: Changelog report problem

2004-03-25 Thread Veerasamy, Thirumalai (Cognizant)
In case the repository is in a windows machine how do I denote 6 tokens Eg.. scm:cvs:pserver:[EMAIL PROTECTED]:d:/myrepository:mymodule/src here d:/myrepository is the repository location and mymodule/src is the module. But it throws the connection contains more than 6 tokens. -Original Mes

Does maven have something like ant calls?

2004-03-25 Thread Los Morales
Hi, I'm new to maven and would like to know if there is a way of creating one main project.xml that calls other project.xml files to do the work. For example, suppose I have 3 projects set up--P1, P2 and P3. P1 is designated as the main project file. Running P1 initializes itself, calls P2 t

RE: How do I run multiproject:site goal and ignore checkstyle-report-plugin?

2004-03-25 Thread Veerasamy, Thirumalai (Cognizant)
I found the changeslog issue, it says authentication failed. My .cvspass file contains the following entry generated through cvspass ant task. I am able to login through cvs command line with the password but changeslog plugin throws the following error org.netbeans.lib.cvsclient.connection.Auth

How do I run multiproject:site goal and ignore checkstyle-report-plugin?

2004-03-25 Thread Veerasamy, Thirumalai (Cognizant)
Title: How do I run multiproject:site goal and ignore checkstyle-report-plugin? Hi,    I want to run multiproject:site goal but it should skip checkstyle-plugin. Where should I write deregistering code?    The report doesn’t generate changeslog and file activity, any parameters required? C

RE: maven.xml default goal as property?

2004-03-25 Thread Brett Porter
I never realised it was being used in this way. File an issue in JIRA, it'll be fixed by next release. A workaround would be to set the default goal to "run-default", and add this to maven.xml: Cheers, Brett > -Original Message- > From: Daniel Flesner [mailto:[EMAIL PROTECTED] > Se

maven.xml default goal as property?

2004-03-25 Thread Daniel Flesner
in rc1 we were using the default goal as the ${maven.multiproject.type} property so we didn't have to set it twice. this worked fine, but now in rc2 i get the following: com.werken.werkz.NoSuchGoalException: No goal [${maven.multiproject.type}] was this disabled on purpose or broken? ---

Re: Changelog in RC2 fails to find .cvspass and produces an empty changelog

2004-03-25 Thread Emmanuel Venisse
On windows XP, %USERPROFILE% is equals to %HOMEDRIVE%%HOMEPATH% C:\>echo %USERPROFILE% C:\Documents and Settings\evenisse C:\>echo %HOMEDRIVE%%HOMEPATH% C:\Documents and Settings\evenisse Emmanuel - Original Message - From: "Brett Porter" <[EMAIL PROTECTED]> To: "'Maven Users List'" <[

RE: Changelog in RC2 fails to find .cvspass and produces an empty changelog

2004-03-25 Thread Brett Porter
Works for me - but that's because I put it in %USERPROFILE% though. I'm not sure when this changed, but it would be a bug to file against the changelog plugin. Would you mind raising it in JIRA? Thanks, Brett > -Original Message- > From: Paul Spencer [mailto:[EMAIL PROTECTED] > Sent: F

Re: RC2 Site generation failed

2004-03-25 Thread Emmanuel Venisse
I can't see your file. Could you post a new issue in jira with your file in attachment. Thanks Emmanuel - Original Message - From: "Mark Jones" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Thursday, March 25, 2004 8:08 PM Subject: Re: RC2 Site generation failed

Changelog in RC2 fails to find .cvspass and produces an empty changelog

2004-03-25 Thread Paul Spencer
The changelog plugin in rc2 fails to find the file .cvspass on Windows XP. It is looking for %USERPROFILE%\.cvspass instead of %HOMEDRIVE%%HOMEPATH%\.cvspass or %CVS_PASSFILE%. I have been using cvs, Eclipse, NetBeans, and other cvs related utilities on the machine for a while with the .cvsp

RE: RC2 Site generation failed

2004-03-25 Thread Brett Porter
Sounds like the file:/ vs file:// bug. I think it is fixed in the xdoc plugin but didn't make RC2. See here for a fix while waiting for the next xdoc plugin release: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPXDOC-84 > -Original Message- > From: Konstantin Shaposhnikov [mailto:[

Re: RC2 Site generation failed

2004-03-25 Thread Konstantin Shaposhnikov
I have the same problem. It appears only on my linux box and related to the linkcheck plugin, because when I turn it off everything is all right. May be this can help. Best regards, Konstantin - To unsubscribe, e-mail: [EMAIL P

RE: bootstrap-project not working quite right.

2004-03-25 Thread Brett Porter
Can you summarise, include this, and put it in JIRA for us? Thanks Brett > -Original Message- > From: Peter Bright [mailto:[EMAIL PROTECTED] > Sent: Thursday, 25 March 2004 9:34 PM > To: 'Maven Users List' > Subject: RE: bootstrap-project not working quite right. > > > The top-level go

RE: RC2 Site generation failed

2004-03-25 Thread Brett Porter
This didn't work out. Can you post a new JIRA issue and attach the gz file? Thanks, Brett > -Original Message- > From: Mark Jones [mailto:[EMAIL PROTECTED] > Sent: Friday, 26 March 2004 6:09 AM > To: Maven Users List > Subject: Re: RC2 Site generation failed > > > Emmanuel > I've attac

RE: Extending maven.xml

2004-03-25 Thread Brett Porter
Maven.xml is tied to project.xml, so if you extend project.xml, the goals and pre/postGoals in that maven.xml are also inherited. > -Original Message- > From: Daniel Serodio [mailto:[EMAIL PROTECTED] > Sent: Friday, 26 March 2004 8:10 AM > To: Maven Users List > Subject: Extending maven.x

Extending maven.xml

2004-03-25 Thread Daniel Serodio
Hi! Is there some way to maven.xml, or only project.xml? TIA, Daniel Serodio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: RC2 Site generation failed

2004-03-25 Thread Mark Jones
Emmanuel I've attached the output from that command (I've had to gzip it in order to the e-mail to accept it) (See attached file: Maven_Site_Gen_Failure.gz) Thanks, Mark. Mark Jones eCommerce Technical Manager State Street International (Ireland) Limited

Re: RC2 Site generation failed

2004-03-25 Thread Emmanuel Venisse
Could you run maven -X -e site:generate for obtain more information? Emmanuel - Original Message - From: "Mark Jones" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Thursday, March 25, 2004 7:26 PM Subject: Re: RC2 Site generation failed > > Emmanuel, > > Thanks v

Re: RC2 Site generation failed

2004-03-25 Thread Mark Jones
Emmanuel, Thanks very much for getting back. Unfortunately, it still isn't woking. I downloaded the source again, delete ~/.maven, and ran the following; $MAVEN_HOME/bin/install_repo.sh ~/.maven/repository maven genapp Project template = default App Id = HelloWorld App Name

Re: RC2 Site generation failed

2004-03-25 Thread Emmanuel Venisse
The correct command is "maven genapp" In the genapp wizard: You can use the default value or change it. Change the package name run maven site:generate => generation is ok for me. Emmanuel - Original Message - From: "Mark Jones" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursda

Re: Anyone working on WebSphere AppServer 5.0 Plugin?

2004-03-25 Thread Michele_Forte
I am having the same problem, was5:serverStatus gives me an exception [serverStatus] ADMU0111E: Program exiting with error: java.lang.NoClassDefFoundError: [serverStatus]com/ibm/jsse/IBMJSSEProvider was5:installApplication [wasInstallApp] java.lang.reflect.InvocationTar

JEXL: JSL: Less than operator? le and < not working

2004-03-25 Thread Hightower, Rick (C)(STP)
I recently wrote a plug-in that summarizes the output from junit (XML output), clover (XML output), and OO-metrics from Togethersoft (to support code reviews). Coming up to speed on JSL was easy. I used the Junit report plugin as a guide. (It is very similar to XSLT and JSTL.) However, I am hav

RC2 Site generation failed

2004-03-25 Thread Mark Jones
Hello, I am very new to maven and hope I am sending this request to the right place. I created a "Hello World" type project using Maven RC2 but am experiencing problems trying to generate the site; I ran the following command line on linux; $maven -D package=helloworld genapp This successful

Re: suggestion for using multiproject and cruisecontrol

2004-03-25 Thread dion
nicolas De Loof <[EMAIL PROTECTED]> wrote on 25/03/2004 11:52:22 PM: > Hello guys, > > I'm trying to use CruiseControl for nightly builds. > > I've tried maven RC2 cruisecontrol plugin to generate a cruisecontrol > config file. Looks good. > > I just don't know how to handle my multiples subpr

RE: EJB Deployment descriptor configuration

2004-03-25 Thread Wim Lambrecht
Jörn, In a previous reply you mentioned "... normal jar (i.e. has no META-INF directory) that contains a special configuration directory that contains the deployment descriptors (ejb-jar, jboss.xml etc.) generated by XDoclet. ...". Say that you don't use the 'normal jar' approach, but the real '

Checkstyle plugin waiting patch

2004-03-25 Thread Mauro Botelho
Hi! There's a patch to the checkstyle plugin that would be very helpful to me attached to this issue: http://jira.codehaus.org/ViewIssue.jspa?key=MPCHECKSTYLE-7 what is holding it up? Mauro - To unsubscribe, e-mail: [EMAIL PR

Re: RE: EJB Deployment descriptor configuration

2004-03-25 Thread MacLeod, Colin
Hi Wim, > Was that the/a reason to develop your own plugin (because you needed > merging & overriding) ? Well, yes. I wanted to separate the EJB subprojects, so they can be used independently of one another. This meant I could make a change in the addressbook module (say) and then just build that

RE: EJB Deployment descriptor configuration

2004-03-25 Thread Wim Lambrecht
Hi Colin, ... > One solution, of course, is to make sure that the required tags are > already (as placeholders) in the source file. But still, i will have tot > replace (override it via the config file) the whole > section, so adding a single to the already present ones > won't work, i guess. H

Re: suggestion for using multiproject and cruisecontrol

2004-03-25 Thread Rafal Krzewski
nicolas De Loof wrote: You can solve this by creating a virtual CVS module that has all of your 5 modules "mounted" as subdirectories. Just out of couriosity I checked cvs manuals, and did a little test. This is what you should put in the CVSROOT/modules file, provided that you have modules m1

Building optinal plugins - problem

2004-03-25 Thread Aleksandr Shneyderman
I checked out CVS sources of optional plugins and was trying to build them. It builds the first few and then chokes on appserver plugin; at this point maven kick me out, saying build failed. I append the output of a sample run. Couple of questions though. If appserver is the first offending plu

Re: suggestion for using multiproject and cruisecontrol

2004-03-25 Thread nicolas De Loof
thanks for help ! Nico. Rafal Krzewski a écrit : Emmanuel Venisse wrote: How to set CruiseControl to checkout the 5 CVS modules and run "multiproject:install" and "multiproject:site" ? Would it be easier if I had only one CVS module with subdirectories ? Yes, it's the better option if it's

Re: EJB Deployment descriptor configuration

2004-03-25 Thread MacLeod, Colin
Hi Wim, > 1) if a tag is mentioned in the configfile (XMLMerger.xml) then there's > a test if it already appears in the targetfile. If so, it won't be > copied to the target file (again). This works fine for tags that only > appear once in the sourcefile (ejb-jar.xml), like . > When i want to merg

Re: suggestion for using multiproject and cruisecontrol

2004-03-25 Thread Rafal Krzewski
Emmanuel Venisse wrote: How to set CruiseControl to checkout the 5 CVS modules and run "multiproject:install" and "multiproject:site" ? Would it be easier if I had only one CVS module with subdirectories ? Yes, it's the better option if it's really subprojects and not external projects. Ma

RE: AW: EJB Deployment descriptor configuration

2004-03-25 Thread Wim Lambrecht
Colin, I'm busy evaluating your ejbmerge plugin. I've got it up and running and it's a nice concept. At first sight this could be a solution for me, but i did notice something that will cause some problems for me: 1) if a tag is mentioned in the configfile (XMLMerger.xml) then there's a test if it

Re: suggestion for using multiproject and cruisecontrol

2004-03-25 Thread Emmanuel Venisse
- Original Message - From: "nicolas De Loof" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Thursday, March 25, 2004 1:52 PM Subject: suggestion for using multiproject and cruisecontrol > Hello guys, > > I'm trying to use CruiseControl for nightly builds. > > I've

RE: EJB Deployment descriptor configuration

2004-03-25 Thread Wim Lambrecht
Jörn, Thanks for your code, i'll look into it. I'm currently evaluating the ejbmerge-plugin from ivata (the one Colin gave me). I'll give some feedback on the list on that one, interesting for you also, i guess. CU -wil- -Oorspronkelijk bericht- Van: Jörn Gebhardt [mailto:[EMAIL PROTECTED]

suggestion for using multiproject and cruisecontrol

2004-03-25 Thread nicolas De Loof
Hello guys, I'm trying to use CruiseControl for nightly builds. I've tried maven RC2 cruisecontrol plugin to generate a cruisecontrol config file. Looks good. I just don't know how to handle my multiples subprojects. Here is how they're set one module in CVS is the master "project" 4 other m

Réf. : RE: Dynamic dependencies

2004-03-25 Thread julien . kirch
1) > I can to be wrong, but I think that it is the snapshot idea, isn't it ? Nope, it's real versionning 2) Jörn thanks much, it's exactly what I need, btw impressive work ! This message and any attachments (the "message") is intended solely for the addressees and is confidential. If you

RE: Dynamic dependencies

2004-03-25 Thread Ricardo de Souza Moura
I can to be wrong, but I think that it is the snapshot idea, isn't it ? From: [EMAIL PROTECTED] Reply-To: "Maven Users List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Dynamic dependencies Date: Thu, 25 Mar 2004 09:00:36 +0100 Hi all, I have a little (tricky) dependency problem : Problem

AW: Dynamic dependencies

2004-03-25 Thread Jörn Gebhardt
Hi Julien, perhaps you could include the framework dependencies from a common file instead of writing them into the project xml files directly. Jörg Schaible wrote a wiki about this topic in Maven: http://wiki.codehaus.org/maven/EnsureProjectConsistencyWithEntities Hope this helps, Jörn > -

RE: bootstrap-project not working quite right.

2004-03-25 Thread Peter Bright
The top-level goal is something like this: The jboss.home value is used in one of the goals run by multiproject:install. I would pref

Dynamic dependencies

2004-03-25 Thread julien . kirch
Hi all, I have a little (tricky) dependency problem : Problem : On the project I'm working on, we have several maven projects, and some of them are "frameworks" projects that are used by the other ones. All these projects depends of the same root project that defines the common things like extern