RE: Enterprise Build Presentation sample

2005-04-13 Thread Vincent Massol
Hi Geoffrey, Hmm... No, I don't really have something complete and visible that would show you how to implement it. I have this example from 2003 though (http://blogs.codehaus.org/people/vmassol/archives/everest.zip), but bear in mind that this is a bit oldish and little things have been improved

distrib plugin best practice

2005-04-13 Thread Massimo Lusetti
How do you pack the (eventually) necessary bootstrap scripts, xml metadata files, multimedia files, configuration files and so on when building the binary distribution ? Right now I'm doing it with some easy calls to ant copy/mkdir tasks within maven.xml file in the postGoal of

Re: Purging old snapshot artifacts

2005-04-13 Thread Gisbert Amm
If others are interested too and probably want to vote: To save your time, it's this issue: http://jira.codehaus.org/browse/MPREPO-1 Regards, Gisbert Ryan Sonnek wrote: I wrote a plugin to delete old snapshots. you might want to search JIRA and see if you can find it. you can either install it

best practice with Eclipse?

2005-04-13 Thread Aaron Bell
I am just getting started with Maven. Can anyone advise a practical way to use Eclipse on a Maven project with multiple subprojects? For example, are people using a separate Eclipse Java project for each subproject, or a single Java project for the whole hierarchy? The former is implied as the

[M2] use maven-proxy ?

2005-04-13 Thread Nicolas Chalumeau
We use for maven 1 the maven-proxy between our server repo and ibiblio. I try to find the way to do the same with m2 (I maybe doesn't look on the good place). Is it possible ? Nicolas, - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: best practice with Eclipse?

2005-04-13 Thread Jamie Bisotti
I'm currently doing the latter...though I'd love to hear of a better way. Jamie On 4/13/05, Aaron Bell [EMAIL PROTECTED] wrote: I am just getting started with Maven. Can anyone advise a practical way to use Eclipse on a Maven project with multiple subprojects? For example, are people using

Re: best practice with Eclipse?

2005-04-13 Thread Thomas Recloux
I am just getting started with Maven. Can anyone advise a practical way to use Eclipse on a Maven project with multiple subprojects? I'am using an eclipse project for each maven project. I'm using the $ maven -Dgoal=eclipse multiproject:goal for generating all project's eclipse files. I'm

[M2] dependency properties

2005-04-13 Thread Aaron Bell
In Maven 1 we have eclipse dependencies, i.e. dependency ... properties eclipse.dependencytrue/eclipse.dependency /properties /dependency There are no dependency properties in M2. Is there a working equivalent to this? Thanks - Aaron

Re: [M2] dependency properties

2005-04-13 Thread Jason van Zyl
On Wed, 2005-04-13 at 15:11 +0100, Aaron Bell wrote: In Maven 1 we have eclipse dependencies, i.e. dependency ... properties eclipse.dependencytrue/eclipse.dependency /properties /dependency There are no dependency properties in M2. Is there a working equivalent to this?

Re: [M2] dependency properties

2005-04-13 Thread Aaron Bell
Thanks. So if I actually want to declare an eclipse dependency in M2 today, is there a working 'configuration' element for the eclipse plugin? Along the lines of: ... build plugins plugin artifactIdmaven-eclipse-plugin/artifactId version1.0-SNAPSHOT/version configuration

[Maven 2] [commons-configuration] dependencies problems

2005-04-13 Thread Nicolas Chalumeau
For commons-configuration I find that some deps of the maven 2 pom have problems dependency groupIdcommons-logging/groupId artifactIdcommons-logging-api/artifactId version1.0.4/version /dependency If you use commons-logging as the artifactId the pom isn't here

RE: [M2] dependency properties

2005-04-13 Thread Jörg Schaible
Jason van Zyl wrote on Wednesday, April 13, 2005 4:44 PM: On Wed, 2005-04-13 at 15:11 +0100, Aaron Bell wrote: In Maven 1 we have eclipse dependencies, i.e. dependency ... properties eclipse.dependencytrue/eclipse.dependency /properties /dependency There are no dependency

Deploy with scp in maven2

2005-04-13 Thread Ilyevsky, Leonid (Equity Trading)
I want to use scp for deployment. Does it work now in maven2 ? If so, I would need an example of what to put in pom.xml and in settings.xml. Thanks, Leonid If you are not an intended recipient of this e-mail, please notify the sender,

Problem generating Javadoc html

2005-04-13 Thread iblack
Hi, I'm trying to generate the javadoc info for a particular project. I'm using the 1.7 javadoc plugin and the relevant goal is as follows... goal name=javadoc:project javadocsourcepath=src/java packagenames=com.company.*

RE: best practice with Eclipse?

2005-04-13 Thread Chris DeJong
We create a separate Eclipse project for each subproject. Our daily build uses multiproject on the whole deal, although this appears to be complex to maintain. But it's much easier for a developer to deal with only one subproject at a time. Each of the subprojects generates a jar that lives

Maven2 source, where can I get it?

2005-04-13 Thread Boggs, Chadwick
I'm having trouble finding where I can get the source code to Maven2. Is it available? Thank you sincerely, Chadwick.

RE: best practice with Eclipse?

2005-04-13 Thread Jim Mochel
One Subproject = One Eclipse Project \toplevel \root\project,.xml \subproject1\project.xml \subproject2\project.xml Etc. Use extends to have all the subprojects inherit from the common root project.xml run all the multiproject goals from. With the new Eclipse 3.1M5+ you

RE: Maven2 source, where can I get it?

2005-04-13 Thread Vincent Massol
http://maven.apache.org/maven2/cvs-usage.html -Vincent -Original Message- From: Boggs, Chadwick [mailto:[EMAIL PROTECTED] Sent: mercredi 13 avril 2005 19:51 To: 'users@maven.apache.org' Subject: Maven2 source, where can I get it? I'm having trouble finding where I can get the

Re: Enterprise Build Presentation sample

2005-04-13 Thread Geoffrey Dagley
Based on the example in the PDF presentation, how would one go about configuring the multiproject to different projects since they are spread through the directory structure? The examples I can find online seem to assume that all of the subprojects are at the same level, but that does not

Re: [M2] use maven-proxy ?

2005-04-13 Thread Brett Porter
Yes.. I've checked with Ben (the author) and because it is only proxying URLs as is, it should work. It may not handle SNAPSHOTs effeciently - he was uncertain and was going to check - please let us know of your experiences. Cheers, Brett On 4/13/05, Nicolas Chalumeau [EMAIL PROTECTED] wrote:

Re: [Maven 2] [commons-configuration] dependencies problems

2005-04-13 Thread Brett Porter
I'll look into the missing commons-logging POM. I corrected it, so it should have been transferred. Can you please contact commons-dev about their other dependencies? jdbc is a Sun JAR, which unfortunately we have always had to manually add to the repository. We hope to make this easier from

Need of serious help

2005-04-13 Thread Dave \The Gerb\
Big newbie here gang. I tried to get Maven 1.0.2 to run on here (here = win2000) but never to any avail. First, Id click on maven.bat and a dos window would pop up and close so fast could never read any messages. After some website reading (further), tweaking, variable editing it would at least

Re: Need of serious help

2005-04-13 Thread Brett Porter
Many is a command line tool, and not intended to be run for a long time. You should select the command prompt from your start menu, and run maven from there. If it is not found, you need to add it to your path - you can find instructions in the installation instructions at maven.apache.org.

Re: Need of serious help

2005-04-13 Thread Arik Kfir
Hi Dave, Did you define JAVA_HOME and (optionally) MAVEN_HOME on your machine? More over, the maven.bat is mainly a command line client - e.g. you need to specify WHAT you want it to do - for instance: C:\dvlp\myproject maven java:compile or: C:\dvlp\myproject maven jar This will create a

RE: Need of serious help

2005-04-13 Thread Patrick Roumanoff
run the maven.bat command from the command line then you'll be able to see the message. to achieve that follow the instructions: click on the start menu then choose Run... enter cmd and click OK The black box is called The Command Line drag an drop from Explorer to The Command Line the maven.bat

Re: Deploy with scp in maven2

2005-04-13 Thread Brett Porter
Server example: http://maven.apache.org/maven2/configuration.html POM example: distributionManagement repository idmy-id-that-matches-server-id/id urlscp://hostname/path/to/repository/url /repository /distributionManagement Cheers, Brett On 4/14/05, Ilyevsky, Leonid (Equity Trading)

[Cruisecontrol] CC Problem

2005-04-13 Thread Youngho Cho
Hello I would like to use Cruisecontrol plugin from Window XP. But the following error happend. [java] [cc]4?-14 11:10:54 odificationSet- 2 modifications have been detected. [java] [cc]4?-14 11:10:54 Project - Project M-Project: now building [java] [cc]4?-14 11:10:54 Project

Re: [Cruisecontrol] CC Problem

2005-04-13 Thread Brett Porter
try adding .bat to the maven path in the configuration. - Brett On 4/14/05, Youngho Cho [EMAIL PROTECTED] wrote: Hello I would like to use Cruisecontrol plugin from Window XP. But the following error happend. [java] [cc]4?-14 11:10:54 odificationSet- 2 modifications have been

Re: [Cruisecontrol] CC Problem

2005-04-13 Thread Youngho Cho
Hi Brett Porter. It is solved. Thank a lot ! Youngho - Original Message - From: Brett Porter [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org; Youngho Cho [EMAIL PROTECTED] Sent: Thursday, April 14, 2005 11:23 AM Subject: Re: [Cruisecontrol] CC Problem try adding .bat

RE: Need of serious help

2005-04-13 Thread Dave \The Gerb\
Thank you guys for the rapid responses! Wow! For the record yes, I knew it was command line, yes I had set my variables (both in 1.0.2 and in 2). Patrick.. you threw me buddy... Ive messed with computers (yes, command line too) since DOS (pre windows). Until today, I never knew I could

RE: Need of serious help (gettin warmer....)

2005-04-13 Thread Dave \The Gerb\
Ok... got java pointing to the Sdk instead of the Jdk... got maven pointed right... Now I get Exception in thread main java.lang.NoClassDefFoundError: Files\Apache Any takers? Dave -Original Message- From: Patrick Roumanoff [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005