RE: Project Distribution Process

2004-11-04 Thread Maczka Michal
> -Original Message- > From: Duncan Krebs [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 04, 2004 2:36 AM > To: Maven UserList > Subject: Project Distribution Process > > > Hi, > I've been working on implementing Maven into my build process > and was wondering how to go about a c

Problems while setting up a remote repository

2004-11-04 Thread Thomas Neumann
Hello, I'm newby to maven and I'm trying to setup a remote repository for our company. Until now I haven't been successful. This is what I tried in the last 2 days: 1) Using maven.repo.remote in build.properties I set maven.repo.remote to http://localhost. Maven asks for a property maven.userna

A war dependency

2004-11-04 Thread MIDON ALEXIS
Hi, I would like to create a war dependency in my project.xml. This war is created by the war plugin and installed in the following repo directory : my_war/wars/my_war-2.0.war Unfortunately the dependency mechanism looks for a jar not a war and the tag is useless. Meanwhile I altered t

Réf. : A war dependency

2004-11-04 Thread Nicolas . CHALUMEAU
Use the type element : my_war 2.0 war Nicolas, MIDON ALEXIS <[EMAIL PROTECTED]> 04/11/2004 11:57 Veuillez répondre à "Maven Users List" Pour : Maven Users List <[EMAIL PROTECTED]> cc : Objet : A war dependency Hi, I would like to create a war

RE: A war dependency

2004-11-04 Thread James . Shute
I think my_war 2.0 war is what you're after James -Original Message- From: MIDON ALEXIS [mailto:[EMAIL PROTECTED] Sent: 04 November 2004 10:57 To: Maven Users List Subject: A war dependency Hi, I would like to create a war dependency in my project.xml. This war

pmd question

2004-11-04 Thread jmutonho
Why does my build stall and forever to do this part : [echo] Running the PMD task with rulesets/basic.xml,rulesets/unusedcode.xml,rulesets/imports.xml ... Jeff Registered Linux user number 366042 This e-mail is intended exclusively for the addressee. If you are not the addressee you must

RE: A war dependency

2004-11-04 Thread Maczka Michal
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 04, 2004 12:01 PM > To: [EMAIL PROTECTED] > Subject: RE: A war dependency > > > I think > > > my_war > 2.0 > war > > > is what you're after > Note that tag is also d

Re: difference between reactor and multiproject

2004-11-04 Thread Bruce Snyder
Feilpe Vieira Silva wrote: can you provide me your reactor configuration file ? I´m doing my configuration file right now, but I´m having some newby problems... I assume you're referrring to the maven.xml descriptor. Below is a small portion of the maven.xml that we set up:

RE: Jar:deploy-SNAPSHOT hang

2004-11-04 Thread Helck, Christopher
I'll upgrade to artifact 1.4.1. Can you explain why mkdir would hang? Thanks, C. Helck -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 5:31 PM To: Maven Users List Subject: Re: Jar:deploy-SNAPSHOT hang That's odd. Usually, the mkdir s

Re: Jar:deploy-SNAPSHOT hang

2004-11-04 Thread Brett Porter
It is the first command, and might hang waiting for input under scpexe. But this is scp:// ? Actually, I believe I have experienced this before and needed to reinstall my SSH keys. What is the target machine? Linux? - Brett On Thu, 4 Nov 2004 08:12:19 -0500, Helck, Christopher <[EMAIL PROTECTE

Re: Project Distribution Process

2004-11-04 Thread Corey Scott
In addition to this, if you are lazy (like me) and have smb or similar access to the repository you want to publish to, you can always set your local repository and remote to be the same thing. (Note: in a team environment, this is not such a great idea, but if you are working alone, its it). Hop

RE: Project Distribution Process

2004-11-04 Thread STRAYER, JON \(SBCSI\)
> Hi, > I've been working on implementing Maven into my build process > and was wondering how to go about a couple of things. > > When I build a distribution of a project I want Maven to put > that newly compiled jar into a central repository so that > other projects can reference to it in pro

scm:checkout-project can't get to work

2004-11-04 Thread Stevenson, Chris
Hello all, I'm having problems with the scm:checkout-project goal talking to cvs. The steps I have taken are: - I have ant, maven, wincvs in my path - I have ANT_HOME set - I have MAVEN_HOME set - I can login to cvs (in the same directory) and download the files manually at command prompt. - I

how can I use an ANT task inside my maven.xml

2004-11-04 Thread Feilpe Vieira Silva
Dear members, I have an ANT build.xml files, with several well tested tasks and now I´m trying to migrate to maven. can I just copy these tasks inside of the maven.xml? and how can I call them? if not, what I must do instead? regards, Felipe Gaúcho Schoolbus owner https://schoolbus.

RE: how can I use an ANT task inside my maven.xml

2004-11-04 Thread Haile, Mussie
You can try the following ... -Original Message- From: Feilpe Vieira Silva [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 1:07 PM To: [EMAIL PROTECTED] Subject: how can I use an ANT task inside my maven.xml Dear members, I have an

Re: how can I use an ANT task inside my maven.xml

2004-11-04 Thread Eric Giguere
Hey Feilpe Yes, you can, as long as they are ant 1.5 compatible, no problem. I personnaly migrated a lot of Ant legacy code to a new maven.xml and it did workout nicely. Hope it helps. Eric. Feilpe Vieira Silva wrote: Dear members, I have an ANT build.xml files, with several well tested tasks and

RE: how can I use an ANT task inside my maven.xml

2004-11-04 Thread Eric Pugh
All Ant tasks are first class citizens in Maven. So when maven does a it is using the Ant copy task. For examples on scripting in Maven, look in maven-plugins in CVS. Look for ant: to find lots of examples. Here's an article about writing a plugin, which is representative of writing a maven.xm

Re: how can I use an ANT task inside my maven.xml

2004-11-04 Thread martin ruff
Hi Feilpe Using ant within maven is relly simple: for example: just use the ant namespace prefix however to use the full strength of maven you should consider migrating to maven and using maven plugins to do your build jobs martin Dear m

Re: how can I use an ANT task inside my maven.xml

2004-11-04 Thread Feilpe Vieira Silva
Thank you all for the frindly support. The issue is about culture of my project members. My new project is growing up very quick and now we have several members expert in ANT and some members optimist about MAVEN (including me). I need arguments to convince these people about the gain in using MAV

[OT] Problem with fileset being empty!

2004-11-04 Thread Poppe, Troy
This is probably off-topic, but I'm pretty sure that a second pair of eyes might be able to help me spot my error. TIA. In my maven.xml I've been experimenting with trying to get the xdoclet/ejbdoclet ant tasks to work properly. So far I've had no luck when I run this from within Maven (running

JAXB or XMLBeans plugin

2004-11-04 Thread irv
I found a JAXB plugin on the sourceforge site, but it seems out of date with the newer JWSDB releases. (It wants jar files that no longer exist) Has anyone seen an updated one anywhere? I could also switch to XMLBeans if there was an up to date plugin for it. Irv

root ${basedir}

2004-11-04 Thread Ben Anderson
Is there a property for specifying the ${basedir} of the highest level of my pom inheritnace tree? Thanks, Ben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

maven 1.0.1 branch source

2004-11-04 Thread dan tran
Hello, what is the cvs command to get the snapshot to maven 1.0.1 source? Big thanks ahead!! -D - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Newbie question

2004-11-04 Thread Louis Burroughs
I want to pass in the location of the project.xml file to Maven at runtime. Is this possible? I am trying to execute Maven using the java Runtime. Thanks, Louis

Re: Newbie question

2004-11-04 Thread Louis Burroughs
Nevermind I found Runtime.exec(cmd,envp,dir) Sorry, Louis Burroughs <[EMAIL PROTECTED]> 11/04/2004 04:47 PM Please respond to "Maven Users List" To: "Maven Users List" <[EMAIL PROTECTED]> cc: bcc: Subject:Newbie question I want to pass in

Re: Project Distribution Process

2004-11-04 Thread Duncan Krebs
Thanks for all the info. It seems like the appropriate solution is to use the central repository to get access to common jars and then setup my own "remote" repository that I can use a central location to publish my project artifacts. On a slightly different subject but related to Maven I'm trying

Re: maven 1.0.1 branch source

2004-11-04 Thread Brett Porter
Tag MAVEN-1_0-BRANCH for maven repository cvs -d ':pserver:[EMAIL PROTECTED]:/home/cvspublic' co -r MAVEN-1_0-BRANCH maven cd maven maven maven:installer Use an installer generated in target/installers (Alternatively you can follow the bootstrap documentation on the site, however some plugins a

Re: root ${basedir}

2004-11-04 Thread Brett Porter
not that I can think of - ${user.dir} may be correct, but I think that is more good luck than intention. This is probably a worthwhile addition to mavenSession.rootContext. - Brett On Thu, 4 Nov 2004 21:35:20 +, Ben Anderson <[EMAIL PROTECTED]> wrote: > Is there a property for specifying th

Re: JAXB or XMLBeans plugin

2004-11-04 Thread Brett Porter
I'm getting around to that :) You can still download JWSDP 1.2, or you can simply update the JARs in project.xml - it should work. I believe geronimo has an XMLBeans maven plugin. - Brett On Thu, 4 Nov 2004 15:23:35 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I found a JAXB plu

Re: scm:checkout-project can't get to work

2004-11-04 Thread Brett Porter
looks like you do not have permission to create a file where you are attempting to check out to. Does a normal cvs checkout command work in that place? On Thu, 4 Nov 2004 16:47:27 -, Stevenson, Chris <[EMAIL PROTECTED]> wrote: > Hello all, > > I'm having problems with the scm:checkout-projec

Re: JAXB or XMLBeans plugin

2004-11-04 Thread David Jencks
There's an xmlbeans plugin we've been using in geronimo for a long time. I think it got added to the xmlbeans code base but I don't know that they released it. You can download it from http://www.ibiblio.org/maven/geronimo/plugins/ I don't recall how many instructions I included. Examples of i

Junit test case reports

2004-11-04 Thread rajas kumar
Hai When i initiating maven goalmaven test:test out put will be giving on the console simultaneously in .xml and .txt files also. I am using this goal in Nightly Build. I dont need any out put on consolue while running Nightly Build wheater Junit test case reports are failed or succe

Re: JAXB or XMLBeans plugin

2004-11-04 Thread John McLaughlin
If data binding is what you want, check out Castor as well. I settled on that for a project after trying both XMLBeans and JAXB (Sun implementation). I find the API generated by XMLBeans to be very unwieldy, though it does work. Sun JAXB is much nicer to work with, however the implementatio