Maven CVS unavailable from 3pm Pacific Time tomorrow

2004-12-15 Thread Brett Porter
The switch to subversion is happening then, so CVS will become unavailable at that time. Cheers, Brett - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Opening up Maven CVS a bit...

2004-04-04 Thread Corey Jewett
ugs-plugin/ plugin Works great! Eric Pugh -Original Message- From: Niclas Hedhman [mailto:[EMAIL PROTECTED] Sent: Sunday, April 04, 2004 8:28 AM To: Maven Developers List Subject: Re: Opening up Maven CVS a bit... On Sunday 04 April 2004 14:01, Jason van Zyl wrote: We are tr

RE: Opening up Maven CVS a bit...

2004-04-04 Thread Eric Pugh
0.7.1 http://maven-plugins.sourceforge.net/maven-findbugs-plugin/ plugin Works great! Eric Pugh > -Original Message- > From: Niclas Hedhman [mailto:[EMAIL PROTECTED] > Sent: Sunday, April 04, 2004 8:28 AM > To: Maven Developers List > Subject: Re: O

Re: Opening up Maven CVS a bit...

2004-04-03 Thread Niclas Hedhman
On Sunday 04 April 2004 14:01, Jason van Zyl wrote: > We are trying to do the exact opposite. Ok, fair enough. Q1; Do you have any pointers on how to publish plug-ins? Q2; But then you will require that the user download the 500 plugins that you end up using, no? Cheers Niclas -- +

Re: Opening up Maven CVS a bit...

2004-04-03 Thread Jason van Zyl
On Sun, 2004-04-04 at 00:23, Niclas Hedhman wrote: > Hi, > > I would like the Maven community to discuss a solution where other Apache > projects are given a 'partitition' in Maven Plugins to create their own > solutions to be automatically included in Maven distros. We are trying to do the exa

Opening up Maven CVS a bit...

2004-04-03 Thread Niclas Hedhman
Hi, I would like the Maven community to discuss a solution where other Apache projects are given a 'partitition' in Maven Plugins to create their own solutions to be automatically included in Maven distros. It wouldn't be harder than; for PROJECT in `cat projectsfile` ; do if [ -d /home/cv

Re: maven CVS

2004-01-29 Thread Nicolas De Loof
"Nicolas De Loof" <[EMAIL PROTECTED]> > To: "Maven Developers List" <[EMAIL PROTECTED]> > Sent: Thursday, January 29, 2004 10:54 AM > Subject: maven CVS > > > > Hello, > > > > I'd like to build Maven 1.0 from CVS. I'

Re: maven CVS

2004-01-29 Thread Emmanuel Venisse
If you want to use RC2, you don't must checkout head but MAVEN-1_0-BRANCH tag. Emmanuel - Original Message - From: "Nicolas De Loof" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Sent: Thursday, January 29, 2004 10:54 AM Subje

maven CVS

2004-01-29 Thread Nicolas De Loof
Hello, I'd like to build Maven 1.0 from CVS. I've read on this list that CVS HEAD is used for maven 1.1, and 1.0 development (RC2) is on some "MAVEN-1_0" branch. I use Eclipse to access apache CVS. I've checkout maven project from head, but I don't see any branch. What did I miss ? Nico.

Re: Building maven CVS under free runtimes (kaffe): Breaks during compilation

2004-01-23 Thread Dalibor Topic
Hi Brett, Brett Porter wrote: Nice catch. CVS HEAD shouldn't give that error though, so there must be other issues. thanks! Can you file this in JIRA and attach the patch so it doesn't get forgotten? done. Include the instructions on how to get the necessary kaffe too :) done, too ;) also how to

RE: Building maven CVS under free runtimes (kaffe): Breaks during compilation

2004-01-22 Thread Brett Porter
m: Dalibor Topic [mailto:[EMAIL PROTECTED] > Sent: Friday, 23 January 2004 4:58 AM > To: Maven Developers List > Subject: Re: Building maven CVS under free runtimes (kaffe): > Breaks during compilation > > > Hi Ryan, > > Ryan Hoegg wrote: > > http://jakarta.apac

Re: Building maven CVS under free runtimes (kaffe): Breaks during compilation

2004-01-22 Thread Dalibor Topic
Hi Ryan, Ryan Hoegg wrote: http://jakarta.apache.org/commons/codec The Jakarta Commons Codec project has a Base64 implementation that is being used in Apache XML-RPC and the Jakarta Commons HttpClient. Please try (and apply ;) the attached patch for making Maven's CVS head build on a free runti

Re: Building maven CVS under free runtimes (kaffe): Breaks during compilation

2004-01-22 Thread Ryan Hoegg
o use this? Eric -Original Message- From: Dalibor Topic [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 2:25 PM To: [EMAIL PROTECTED]; Jim Pick Subject: Building maven CVS under free runtimes (kaffe): Breaks during compilation Hi all, I'm a kaffe developer currently discov

RE: Building maven CVS under free runtimes (kaffe): Breaks during compilation

2004-01-22 Thread Eric Pugh
ary/Base64.html Do you want to try it out and submit a patch to use this? Eric > -Original Message- > From: Dalibor Topic [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 22, 2004 2:25 PM > To: [EMAIL PROTECTED]; Jim Pick > Subject: Building maven CVS under free runtimes

Building maven CVS under free runtimes (kaffe): Breaks during compilation

2004-01-22 Thread Dalibor Topic
Hi all, I'm a kaffe developer currently discovering the wonderful world of maven ;) It seems like a very nice tool to me, and the kaffe project uses it for managing the docbook documentation. Maven 1.0 rc1 doesn't run out of the box with kaffe (yet), but with a small patch to maven [1], and a f

[jira] Closed: (MAVEN-721) Maven CVS HEAD build failure with Sun JDK 1.3.0, OK with 1.4.1

2003-08-25 Thread jira
: - Key: MAVEN-721 Summary: Maven CVS HEAD build failure with Sun JDK 1.3.0, OK with 1.4.1 Type: Bug Status: Closed Priority: Major Resolution: FIXED Time Spent: Unknown Remaining: 0 minutes Project: maven Assignee: james strachan Reporter

PMD plugin now in Maven CVS

2003-04-03 Thread Vincent Massol
Hi, Following Siegried's acceptance to move the PMD plugin from SourceForge to the Maven CVS and following Maven committer's acceptation, I have performed the move. I have started updating the plugin's POM. ATM, the plugin is probably not working yet (I haven't tried it).