Re: cvs diff -N doesn't work on maven module?

2004-06-06 Thread Brett Porter
That would be because ActivityMonitor doesn't exist. Jerome, while your effort in doing all of this work is appreciated, it might be worth asking here first what is most needed, or addressing outstanding issues. A lot of this code is already considered legacy and moving to other modules, and I'd h

Re: pom interpolation

2004-06-06 Thread Brett Porter
Sure. I'll take a look when I get a chance, but I just wanted to check whether this might block a 1.0 release. Cheers, Brett Quoting Gilles Dodinet <[EMAIL PROTECTED]>: > Brett Porter wrote: > > > Gilles, > > > > Is this an issue you get when you run Maven or only when you utilise > > the code

[jira] Commented: (MAVEN-1066) No way to (re)initialize properties on a BaseObject subclass

2004-06-06 Thread jira
The following comment has been added to this issue: Author: Jerome Lacoste Created: Sun, 6 Jun 2004 6:00 PM Body: Maybe returning direct access to the internal properties field is not a good idea... - View this com

Jira & cvsview config

2004-06-06 Thread Jerome Lacoste
Hi, things that could be improved on the jira side: - perhaps add some keywords. E.g. - something for the cleanups ("cleanup" or "janitor"). - something noting there's a patch ("patch"). - some notation to know where a patch has been applied (e.g. fixed1.0 or fixedtrunc) - add some predefin

[jira] Commented: (MAVEN-1290) UNIX style absolute path resolves relatively on Windows (XP)

2004-06-06 Thread jira
The following comment has been added to this issue: Author: Jerome Lacoste Created: Sun, 6 Jun 2004 5:38 PM Body: If I manage to get a hold on a Win XP install I can give a go at this one. If I understood correctly the problem, this means that a solution would be to replace the '/

[jira] Updated: (MAVEN-1312) downloading artifacts doesn't provide feedback

2004-06-06 Thread jira
The following issue has been updated: Updater: Jerome Lacoste (mailto:[EMAIL PROTECTED]) Date: Sun, 6 Jun 2004 5:23 PM Comment: Missing file for patch to work. Changes: Attachment changed to SimpleTextualActivityMonitor.java -

[jira] Updated: (MAVEN-1312) downloading artifacts doesn't provide feedback

2004-06-06 Thread jira
The following issue has been updated: Updater: Jerome Lacoste (mailto:[EMAIL PROTECTED]) Date: Sun, 6 Jun 2004 5:22 PM Comment: One the 2 files missing for the patch to work (cvs diff -N issue). Note that I will fix the following issues in my previous file: - the multiple import wi

[jira] Updated: (MAVEN-1312) downloading artifacts doesn't provide feedback

2004-06-06 Thread jira
The following issue has been updated: Updater: Jerome Lacoste (mailto:[EMAIL PROTECTED]) Date: Sun, 6 Jun 2004 5:11 PM Comment: First version of the patch, awaiting reviews before I go on in that direction. Patch was made on 1.0 branch. The patch moves the into a simple implementat

cvs diff -N doesn't work on maven module?

2004-06-06 Thread Jerome Lacoste
I can't make it work. [EMAIL PROTECTED]> pwd /home/jerome/Dev/OpenSource/maven/1.0-branch/maven/src/java/org/apache/maven/util [EMAIL PROTECTED]> cvs -t diff -N ActivityMonitor.java -> parse_cvsroot ( :pserver:[EMAIL PROTECTED]:/home/cvspublic ) -> main loop with CVSROOT=:pserver:[EMAIL PROT

[jira] Updated: (MAVEN-1313) refactoring of the EnhancedStringTokenizer

2004-06-06 Thread jira
The following issue has been updated: Updater: Jerome Lacoste (mailto:[EMAIL PROTECTED]) Date: Sun, 6 Jun 2004 3:28 PM Comment: Part of a the patch Changes: Attachment changed to patch.MAVEN-1313.txt --

[jira] Created: (MAVEN-1313) refactoring of the EnhancedStringTokenizer

2004-06-06 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVEN-1313 Here is an overview of the issue: - Key:

[jira] Created: (MAVEN-1312) downloading artifacts doesn't provide feedback

2004-06-06 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVEN-1312 Here is an overview of the issue: - Key:

cvs commit: maven-components/maven-core/docs/apt alpha-release-criteria.apt

2004-06-06 Thread jvanzyl
jvanzyl 2004/06/06 10:34:28 Modified:maven-core/docs/apt alpha-release-criteria.apt Log: Revision ChangesPath 1.6 +2 -0 maven-components/maven-core/docs/apt/alpha-release-criteria.apt Index: alpha-release-criteria.apt ===

Re: Automatic download of resources not found in ibiblio

2004-06-06 Thread Sancho Neves-Graca
Maven provides the functionality to include resources not in ibiblio.org. I am not arguing about that. All that I want to do can be done with Maven maven.repo.remote, but as I mentioned, this has potential limitations. My suggestion is just to review whether this mechanism is the best that can

Re: Automatic download of resources not found in ibiblio

2004-06-06 Thread Dion Gillard
Which licensing policy of ibiblio are you referring to? AFAIK, there is none other than legality. You can get this simple build process you want by putting jar overrides in project.properties and supplying the jars that aren't allowed on ibiblio with your project. On Sun, 6 Jun 2004 10:34:54

Re: Automatic download of resources not found in ibiblio

2004-06-06 Thread Sancho Neves-Graca
My argument is that at first sight the element suggests that the URL address is used for downloading resources. As I wrote, the current manner to fetch dependencies not stored in ibiblio is to overload maven.repo.remote. This is sufficient for the purposes of accessing libraries needed for use

Re: pom interpolation

2004-06-06 Thread Gilles Dodinet
Brett Porter wrote: Gilles, Is this an issue you get when you run Maven or only when you utilise the code in Mevenide? Brett, this problem appears only within mevenide, so there is definitively something i must be be doing wrong but i cannot see what step im missing. thanks, -- gd -