[jira] Commented: (MAVEN-460) Overhaul of docbook plugin

2003-06-15 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Mon, 16 Jun 2003 2:08 AM Body: Deployed xalan-2.5.0 and fop whatever to ibiblio - View the issue: http://jira.codehaus.org/secure

cvs commit: maven/src/conf driver.jelly

2003-06-15 Thread vmassol
vmassol 2003/06/15 23:51:15 Modified:src/conf driver.jelly Log: Fixed bug. Filtering was applied on the fileset tag whereas it should be applied on the copy one... Thanks Brett! Revision ChangesPath 1.13 +2 -2 maven/src/conf/driver.jelly Index: driver.jell

[jira] Commented: (MAVEN-460) Overhaul of docbook plugin

2003-06-15 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Mon, 16 Jun 2003 1:42 AM Body: I've made the following changes to the submitted docbook changes: 1) UnBzipped and untarred the plugin-resources.tar.bzip to the plugin-resources directory. 2) Removed

Re: Hard-coded www.ibiblio.org ?

2003-06-15 Thread dion
"Henning P. Schmiedehausen" <[EMAIL PROTECTED]> wrote on 13/06/2003 08:39:16 PM: > [EMAIL PROTECTED] writes: > > >is there any reason ibiblio is really required for a bootstrap, rather > >than say some local server with the same jars?? > > You can fetch the necessary jars (from another bootstr

Re: New feature: filtering

2003-06-15 Thread Brett Porter
BTW, do you have any idea why the sample-filtering project in plugin-builds/examples does not work WRT filtering? You've placed the "filtering" attribute on the "fileset" tag. It should be on the "copy" tag. Also, test-nofilter should contain "@testFilter@" so you can check it is not replaced.

cvs commit: maven/src/plugins-build/test plugin.jelly.jvz project.xml.jvz

2003-06-15 Thread jvanzyl
jvanzyl 2003/06/15 23:04:27 Removed: src/plugins-build/test plugin.jelly.jvz project.xml.jvz Log: o Getting rid of my cruft. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

Re: New feature: filtering

2003-06-15 Thread Brett Porter
Why is that? I never use the "overwrite" attribute and all my filtering work fine... change a filter, but don't touch the file that will be filtered - Ant (at least last time I checked) doesn't copy the file again, leaving it with the old value. BTW, do you have any idea why the sample-filtering

RE: New feature: filtering

2003-06-15 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: 16 June 2003 06:59 > To: Maven Developers List > Subject: Re: New feature: filtering > > Hi Vincent, > > This is great! However, there is one problem: you'll need to add > as well, as overwrite > needs to be en

Re: New feature: filtering

2003-06-15 Thread Brett Porter
Hi Vincent, This is great! However, there is one problem: you'll need to add as well, as overwrite needs to be enabled for filtering. Also, I'd prefer to see filter loading incorporated into the POM. my.filters ${basedir}/../filters **/*.properties

Re: RC1 release plans

2003-06-15 Thread Ben Walding
MAVEN-442 is now linked. You just have to fix it now :) I believe Jason is working on resolving the reactor memory leak, you might want to check in with him at some point. Brett Porter wrote: Hi Ben, Can you add MAVEN-442 to the RC1 bug? It also breaks a lot of reactor based builds. Sorry,

Re: RC1 release plans

2003-06-15 Thread Brett Porter
Hi Ben, Can you add MAVEN-442 to the RC1 bug? It also breaks a lot of reactor based builds. Sorry, I haven't come up with a fix for either 442 or 472 yet, but I'm working on it. I've posted my research on 472 to the issue in JIRA. Cheers, Brett Ben Walding wrote: (Committers: Can you funnel ch

[jira] Commented: (MAVEN-472) Reactor uses a huge amount of memory per project

2003-06-15 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Sun, 15 Jun 2003 5:39 PM Body: I've done some research on this. It seems POM interpolation has some effect, but is not the majority of the memory leaked. eg. I have a 5 project build that gets up to

RE: [Repository Upload Request] Commons FileUpload 1.0 RC1

2003-06-15 Thread Vincent Massol
Done -Vincent > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Martin Cooper > Sent: 15 June 2003 19:18 > To: [EMAIL PROTECTED] > Subject: Re: [Repository Upload Request] Commons FileUpload 1.0 RC1 > > Pretty please? > > > "Martin Cooper" <[EMAIL PROTECTED]> wro

Re: [Repository Upload Request] Commons FileUpload 1.0 RC1

2003-06-15 Thread Martin Cooper
Pretty please? "Martin Cooper" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > The required project descriptor is attached. > > The Commons FileUpload distribution is available here: > > http://www.apache.org/dist/jakarta/commons/fileupload/ > > Thanks! > > -- > Martin Cooper > > >

cvs commit: maven/xdocs sun-licensing-journey.xml

2003-06-15 Thread evenisse
evenisse2003/06/15 08:40:45 Modified:xdocssun-licensing-journey.xml Log: Add some Sun's jars Revision ChangesPath 1.10 +8 -0 maven/xdocs/sun-licensing-journey.xml Index: sun-licensing-journey.xml ===