Results of clean bootstrap at 20030620-1908

2003-06-20 Thread bwalding
Last 200 lines of a clean bootstrap build of maven at 20030620-1908 U maven/src/test/touchstone-build/src/reactor-build/legacy/e/project.xml U maven/src/test/touchstone-build/src/reactor-build/legacy/f/project.xml U maven/src/test/touchstone-build/src/reactor-build/legacy-fugly/NOTES.txt U maven

Results of clean bootstrap at 20030620-1904

2003-06-20 Thread bwalding
Last 200 lines of a clean bootstrap build of maven at 20030620-1904 U maven/src/test/touchstone-build/src/reactor-build/legacy-fugly/maven.xml U maven/src/test/touchstone-build/src/reactor-build/legacy-fugly/project.xml U maven/src/test/touchstone-build/src/reactor-build/legacy-fugly/a/project.xml

[Repository Upload Request] Commons Validator 1.0.2

2003-06-20 Thread Martin Cooper
The required project descriptor is attached. The Commons Validator distribution is available here: http://www.apache.org/dist/jakarta/commons/validator/ Thanks! -- Martin Cooper - To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: private jar dependencies

2003-06-20 Thread Jason van Zyl
On Fri, 2003-06-20 at 18:55, Otto von Wachter wrote: > Hi all, > > I have a question/suggestion on jar dependencies. I think > maven is perfect for open source (large/collaborative) > projects. I would like to leverage Maven for my internal > project at work, but not all dependencies are availabl

private jar dependencies

2003-06-20 Thread Otto von Wachter
Hi all, I have a question/suggestion on jar dependencies. I think maven is perfect for open source (large/collaborative) projects. I would like to leverage Maven for my internal project at work, but not all dependencies are available on ibiblio (some are not open source, etc.) Also it makes sense

iBiblio upload request

2003-06-20 Thread arjaquith
In preparation for the forthcoming PDF plugin update: fop 0.20.5rc3a batik 1.5nightly12nov2002 The FOP 20.5.rc3 release is available from http://xml.apache.org/batik/dist/ The Batik jar included in the FOP 0.20.5rc3 release is the one that works -- I have called this, tentatively,

Re: CVS HEAD is broken

2003-06-20 Thread Jason van Zyl
On Fri, 2003-06-20 at 14:03, Graham Leggett wrote: > Hi all, > > While trying to build CVS HEAD, the maven bootstrap process bombs out > like so: Actually the dom4j dependency is there. Not sure what the problem is on your end. -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.or

Re: CVS HEAD is broken

2003-06-20 Thread Jason van Zyl
On Fri, 2003-06-20 at 14:03, Graham Leggett wrote: > Hi all, > > While trying to build CVS HEAD, the maven bootstrap process bombs out > like so: Yup, this weekend while I check in bits things might be broken but I'll put the dom4j dependency back in for now. The bits that are breaking are respo

Jelly/Ant problem with

2003-06-20 Thread Vincent Massol
Hi, I have a Jelly/Ant/Maven issue. I have the following code: unix = ${isUnix} windows = ${isWindows} And this prints: unix= windows= i.e. no value. Whereas the same script executed under Ant correctly displays "windows = true". Any idea what's wron

[jira] Created: (MAVEN-508) CVS HEAD broken: dom4j not found in classpath

2003-06-20 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-508 Here is an overview of the issue: --

CVS HEAD is broken

2003-06-20 Thread Graham Leggett
Hi all, While trying to build CVS HEAD, the maven bootstrap process bombs out like so: [echo] +--+ [echo] | | [echo] | C O M P I L I N G M A V E N S O U R C E S U S I N G A N T| [echo] |

cvs commit: maven/src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers FileDeployer.java

2003-06-20 Thread michal
michal 2003/06/20 08:24:52 Modified:src/plugins-build/artifact/src/main/org/apache/maven/artifact/deployer DefaultArtifactDeployer.java MavenDeployRequest.java src/plugins-build/artifact/src/main/org/apache/maven/deploy/depl

AW: ejb goal jars *.java?

2003-06-20 Thread Mouttet Christian
Thank's, I misunderstood the meaning of ${maven.ejb.src}. Chris > -Ursprüngliche Nachricht- > Von: Vincent Massol [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 20. Juni 2003 13:28 > An: 'Maven Developers List' > Betreff: RE: ejb goal jars *.java? > > > > > > -Original Message

RC1

2003-06-20 Thread Jason van Zyl
Howdy, Obviously the RC1 wasn't released yesterday. I'm going to keep plugging away this weekend on some refactoring. I'm primarily interested in eliminating the massive memory leak and some efficiency problems with interpolation, plugin loading and inheritance. I do not think it is wise to attemp

cvs commit: maven/xdocs changes.xml

2003-06-20 Thread jvanzyl
jvanzyl 2003/06/20 05:54:05 Modified:xdocschanges.xml Log: o First of a set of changes and refactorings for the RC1. Revision ChangesPath 1.13 +14 -2 maven/xdocs/changes.xml Index: changes.xml ===

RE: RFC: Deployer properties

2003-06-20 Thread Michal Maczka
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, June 20, 2003 6:12 AM > To: Maven Developers List > Subject: Re: RFC: Deployer properties > > "Michal Maczka" <[EMAIL PROTECTED]> wrote on 19/06/2003 10:48:48 PM: > > > Please comment this: > > > >

RE: ejb goal jars *.java?

2003-06-20 Thread Vincent Massol
> -Original Message- > From: Mouttet Christian [mailto:[EMAIL PROTECTED] > Sent: 20 June 2003 09:42 > To: [EMAIL PROTECTED] > Subject: ejb:ejb goal jars *.java? > > Hi, > > can someone tell me why the ejb:ejb goal includes ${maven.ejb.src} (in > 1.0-beta9 maven-ejb-plugin-1.0/plugin.jel

ejb:ejb goal jars *.java?

2003-06-20 Thread Mouttet Christian
Hi, can someone tell me why the ejb:ejb goal includes ${maven.ejb.src} (in 1.0-beta9 maven-ejb-plugin-1.0/plugin.jelly line# 82)? Isn't this directory intended to store the java sourcecode files? Please correct me if I'm wrong. Regards Chris --