Re: and m2

2005-05-16 Thread Dominique Devienne
On 5/16/05, Steve Loughran <[EMAIL PROTECTED]> wrote: > I think what is happening is that the maven dependency model does work > if you live only in maven-land (that is, provide your own poms, only set > up classpaths via the dependency declarations). In this world, > dependency logic should be a l

cvs commit: ant/src/main/org/apache/tools/ant/helper ProjectHelper2.java

2005-05-16 Thread peterreilly
peterreilly2005/05/16 11:59:58 Modified:.WHATSNEW src/testcases/org/apache/tools/ant/taskdefs ImportTest.java src/main/org/apache/tools/ant Target.java src/main/org/apache/tools/ant/helper ProjectHelper2.java Added: src/etc/tes

mapping in zipfileset

2005-05-16 Thread Steve Loughran
One thing that the stuff throws up is a need to take a fileset or path (currently only a path, but I've filed a bugrep there:) ) and turn it into war/lib With you can do it via an intermediate directory. Question is, should we make it easier? -allow a path as a param for zip/jar/war/ear, wit

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs CopyPath.java

2005-05-16 Thread stevel
stevel 2005/05/16 08:47:33 Modified:src/main/org/apache/tools/ant/taskdefs CopyPath.java Log: apply apache rules as to position of + on a multiline string Revision ChangesPath 1.2 +4 -4 ant/src/main/org/apache/tools/ant/taskdefs/CopyPath.java Index: CopyP

Re: and namespaces

2005-05-16 Thread Dominique Devienne
On 5/16/05, Peter Reilly <[EMAIL PROTECTED]> wrote: > You need to use the "flattened" name - uri + ":" + name eg: > Don't XML specs or XML tools use the {namespace}local-name notation when they expand ns-prefix:local-name? So it would read: BTW, I didn't know about . I missed its introduction

DO NOT REPLY [Bug 34936] - java.io.IOException: cvs: not found when calling ant from crontab

2005-05-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21042] - Setting XSL parameter to input filename when processed whole directory.

2005-05-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs CopyPath.java defaults.properties

2005-05-16 Thread stevel
stevel 2005/05/16 07:58:47 Modified:src/main/org/apache/tools/ant/taskdefs defaults.properties Added: src/main/org/apache/tools/ant/taskdefs CopyPath.java Log: utterly without documents or tests, a utility task to extract a path to a dir, by way of a mapper. Revision

cvs commit: ant/docs/manual/CoreTasks conditions.html

2005-05-16 Thread stevel
stevel 2005/05/16 07:57:09 Modified:docs/manual/CoreTasks conditions.html Log: typefound logic. Revision ChangesPath 1.38 +9 -0 ant/docs/manual/CoreTasks/conditions.html Index: conditions.html =

Re: and m2

2005-05-16 Thread Steve Loughran
Stefan Bodewig wrote: On Thu, 05 May 2005, Steve Loughran <[EMAIL PROTECTED]> wrote: I am thinking of stopping all work on , embracing the maven2 stuff instead. Sounds reasonable if you can make it do everything you intended to do with . I am having mixed fun here. With a new task I can extract

Re: cvs commit: ant/src/main/org/apache/tools/ant Main.java

2005-05-16 Thread Steve Loughran
Peter Reilly wrote: [EMAIL PROTECTED] wrote: stevel 2005/05/13 14:57:23 @@ -424,6 +413,15 @@ throw new BuildException( "Niceness value is out of the range 1-10"); } +} else if (arg.equals("-cp") || arg.equals

cvs commit: ant/src/main/org/apache/tools/ant ComponentHelper.java

2005-05-16 Thread stevel
stevel 2005/05/16 05:11:44 Modified:src/main/org/apache/tools/ant ComponentHelper.java Log: merged antlib: strings to a single (currently private) constant. Revision ChangesPath 1.54 +3 -2 ant/src/main/org/apache/tools/ant/ComponentHelper.java Index: Compo

Re: and namespaces

2005-05-16 Thread Peter Reilly
Steve Loughran wrote: I'm updating fetch.xml to - the maven2 tasks -use that to retrieve the rest Now, here is a problem. I can probe for the m2 tasks in two ways. 1. I can look for the class, that implements the task or the antlib resource 2. I can use . But how does (2) work with namespaced stu

DO NOT REPLY [Bug 34936] - java.io.IOException: cvs: not found when calling ant from crontab

2005-05-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 34936] New: - java.io.IOException: cvs: not found when calling ant from crontab

2005-05-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: cvs commit: ant/src/main/org/apache/tools/ant Main.java

2005-05-16 Thread Peter Reilly
[EMAIL PROTECTED] wrote: stevel 2005/05/13 14:57:23 @@ -424,6 +413,15 @@ throw new BuildException( "Niceness value is out of the range 1-10"); } +} else if (arg.equals("-cp") || arg.equals("-lib")) { +

Re: FTP.isUpToDate()

2005-05-16 Thread Steve Cohen
Martijn Kruithof wrote: Steve Cohen wrote: In trying to bring over new commons-net timezone functionaility, I discover the following: protected boolean isUpToDate(FTPClient ftp, File localFile, String remoteFile) throws IOException, BuildException { ...

and namespaces

2005-05-16 Thread Steve Loughran
I'm updating fetch.xml to - the maven2 tasks -use that to retrieve the rest Now, here is a problem. I can probe for the m2 tasks in two ways. 1. I can look for the class, that implements the task or the antlib resource 2. I can use . But how does (2) work with namespaced stuff? I want to do The

Re: FTP.isUpToDate()

2005-05-16 Thread Martijn Kruithof
Steve Cohen wrote: In trying to bring over new commons-net timezone functionaility, I discover the following: protected boolean isUpToDate(FTPClient ftp, File localFile, String remoteFile) throws IOException, BuildException { ... if (this.action =