Re: [VOTE] Promote the antunit antlib out of the sandbox

2005-11-10 Thread Kev Jackson
Shall the .NET^w antlib(s) be promoted? [+1] Yes (i.e. +1) [?] and I want to become a committer to it [ ] No I'd say yes to all 3 my 2p Kev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: AW: Global reply (Re: [VOTE-REPOST] Promote the Antunit Antlib out of the sandbox)

2005-11-14 Thread Kev Jackson
Shall the svn antlib be promoted? [X] Yes (i.e. +1) [X] and I want to become a committer to it [] No CVS* are core tasks and SVN is the follower. So we should have a standard solution. I agree with this sentiment Shall the .NET antlib be promoted? [] Yes (i.e.

Re: AW: Global reply (Re: [VOTE-REPOST] Promote the Antunit Antlib out of the sandbox)

2005-11-14 Thread Kev Jackson
Given that there's already a NAnt for .Net development, and that Microsoft have decided to write their own build tool (MSBuild), I don't really see much point in having a .Net task for Ant. I doubt very much that a pure .Net application would (and dev team) would install a JRE + Ant + .net

[patch] checksum cleanup

2005-11-15 Thread Kev Jackson
- remove unused imports - use FileUtils.close Index: D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/Checksum.java === --- D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/Checksum.java

Expand cleanup

2005-11-15 Thread Kev Jackson
- remove unused imports - use fileutils Index: D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/Expand.java === --- D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/Expand.java (revision

[patch] Manifest, removes deprecated code and dependency on CollectionUtils

2005-11-16 Thread Kev Jackson
- remove calls to CollectionUtils.equals, use collection.equals instead - remove unnecessary imports Kev Index: D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/Manifest.java === --- D:/java_projects/ant-core-

[patch]Tar, remove deprecated calls and unnecessary import

2005-11-16 Thread Kev Jackson
- remove deprecated calls - added constructor that sets up a private variable to hold the current project instead of calling getProject everytime it's needed Kev Index: D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/Tar.java =

Re: What to do with the .NET antlib

2005-11-22 Thread Kev Jackson
Antoine Levy-Lambert wrote: Hello Stefan, I wondered about the following : how does the .NET antlib relate to the .NET tasks already existing in Ant's codebase ? Sorry, now doing my homework. The .NET antlib contains * dotnetexec - run a .NET assembly that's in your PATH. You can cho

Re: Help with new ant task that uses spring

2005-12-12 Thread Kev Jackson
My taskdef is as follows: classname="org.authsum.configuration.ant.taskdefs.AuthSumProperty"> BUILD FAILED

Re: Help with new ant task that uses spring

2005-12-12 Thread Kev Jackson
Phillip Rhodes wrote: I thank you for responding, however, I can able to successfully use spring from within ant (using the java and junit tasks). My java and junit tasks (which work) have the exact same classpath as my taskdef. It seems that by having it in a taskdef does not allow for clas

[Patch] use Project.translatePaths statically

2005-12-19 Thread Kev Jackson
Simple patch to remove warnings from eclipse... Kev Index: D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/optional/ejb/Ejbc.java === --- D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs

OT - considered harmful?

2005-12-19 Thread Kev Jackson
http://www.tbray.org/ongoing/When/200x/2005/12/15/Drop-the-Doctype interesting read, but slightly off-topic - sorry Kev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem: Ant's SQL task does not support copy via indirection

2006-01-03 Thread Kev Jackson
On 3 Jan 2006, at 12:19, VGupta wrote: If the sql file contains data to be loaded in the following format COPY bcd (PolicySymbol, StateCode, SqlTable, CallType, SubType, FieldIdentifier, TagName) FROM stdin; PAC $$ AGR_ST_COV RATE/AUDIT MOD_FACTOR4 PRICING TIER PAC $$ AGR_ST_COV RATE/AU

OT (slightly) Rake + SwitchTower

2006-01-09 Thread Kev Jackson
I'm currently exploring SwitchTower[1] to see how far I'd be able to use it on a server-side java web app (Spring + Hibernate etc) project. Ant has everything that I would need to build an Ant version of a SwitchTower recipe (at least I think it does), but I wondered if anyone has an example b

sandbox gendoc

2006-01-11 Thread Kev Jackson
Hi, I've had a look through the sandbox and I noticed Dominque's (sp?) xml'd version of the docs. As you know I had a play with DocBook-izing the manual last year and in the end the effort of manually altering every html page to be valid DocBook xml drove me mad (gibber etc). Also there see

Re: sandbox gendoc

2006-01-15 Thread Kev Jackson
Java does regex just fine, albeit more verbose (when is Java not verbose ;-), but my main point is that you already have (Java) tools allow you to have an XML view of the existing HTML manual (tagsoup, etc...). Leave the parsing to these tools, and concentrate of transforming the "loose" HTML sc

SQL task testing and gump

2006-01-18 Thread Kev Jackson
Hi all, Given the recent sql task bugs and realization that the tests are awol, which databases could possibly be supported by Gump for testing? I'd imagine that there are both license and technical issues to deal with regarding deploying multiple databases to test SQL task against them. Co

Re: SQL task testing and gump

2006-01-19 Thread Kev Jackson
Not looked @ derby. DB-config/support in Smartfrog is on my lower priority todo list for march, but I was going to focus on mysql because its one we have a private component for that can just be pulled into the public repository with the addition of an adequate set of unit tests. If we did

Java6-rc Ant bootstraps fine

2006-01-23 Thread Kev Jackson
Hi all, Just thought I'd test Ant bootstrap of the current trunk on Java6-rc - everything is fine (which is nice). Now the harder part is building a full dist on Java6 and then running the tests against it. Kev - To unsubsc

Re: Java6-rc Ant bootstraps fine

2006-01-23 Thread Kev Jackson
Steve Loughran wrote: Kev Jackson wrote: Hi all, Just thought I'd test Ant bootstrap of the current trunk on Java6-rc - everything is fine (which is nice). Now the harder part is building a full dist on Java6 and then running the tests against it. wow, that's progress When

Re: Java6-rc Ant bootstraps fine

2006-01-23 Thread Kev Jackson
Steve Loughran wrote: Kev Jackson wrote: Hi all, Just thought I'd test Ant bootstrap of the current trunk on Java6-rc - everything is fine (which is nice). Now the harder part is building a full dist on Java6 and then running the tests against it. wow, that's progress -wh

Re: Java6-rc Ant bootstraps fine

2006-01-23 Thread Kev Jackson
Kev Jackson wrote: Steve Loughran wrote: Kev Jackson wrote: Hi all, Just thought I'd test Ant bootstrap of the current trunk on Java6-rc - everything is fine (which is nice). Now the harder part is building a full dist on Java6 and then running the tests against it. wow, t

IsSigned use of apache zip

2006-01-25 Thread Kev Jackson
I've just bene browsing the code and I noticed that IsSigned uses the java.util.zip classes not the org.apache.tools.zip classes. Now considering that apache zip has a nice closeQuietly method I thought I'd change the IsSigned code to use that, but before I commit anything - does anyone know o

Re: Java6-rc Ant bootstraps fine

2006-01-25 Thread Kev Jackson
Kevin Jackson wrote: On 1/24/06, Steve Loughran <[EMAIL PROTECTED]> wrote: One thing to look at is processing; I see hints that apt is properly integrated with the compiler (for which there is now a public API). We also get a secure console: http://download.java.net/jdk6/docs/api/java/io/C

Re: svn commit: r379027 - /ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/JavadocTest.java

2006-02-19 Thread Kev Jackson
[EMAIL PROTECTED] wrote: Author: bodewig Date: Sun Feb 19 21:13:20 2006 New Revision: 379027 URL: http://svn.apache.org/viewcvs?rev=379027&view=rev Log: enabled this test by accident Modified: ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/JavadocTest.java Modified: ant/core/t

Re: 's packagenames attribute

2006-02-20 Thread Kev Jackson
This leads to the situation that if you point to your source tree and don't provide any patterns for packages, Ant will claim you hadn't specified any sources or packages at all. This has been that way since, well, ever. I think we could do better and at least one person filing a bug reports s

Re: Junut4

2006-03-01 Thread Kev Jackson
+1 for a separate task, packaged in an Ant library. This one could be release before Ant 1.7.0 which would give people using JUnit4 more support sooner. Personally I'd even prefer the JUnit team to provide that Ant library so they have to keep up with their API changes themselves 8-) That

Ant Pretty Build external.xml updated in svn trunk

2006-03-07 Thread Kev Jackson
Just included this morning. Thanks Kev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: sending patches

2006-03-09 Thread Kev Jackson
Jon Skeet wrote: I'd like to submit a patch to add some functionality in zip-based tasks. Can someone please point me to the right procedure for doing this? I'd personally suggest opening a feature request and including the patch in that. However, the Ant dev team may well have different

Generating site pages?

2006-03-14 Thread Kev Jackson
Hi all, I modified external.xml recently on the request of one of the external tool developers (Charbel Bitar - Ant Pretty Build). Having just checked in the new xdoc file I thought all was fine, but Charbel has been in touch with me and tells me taht the site needs to be rebuilt (doh!). As

Re: AW: Generating site pages?

2006-03-14 Thread Kev Jackson
[EMAIL PROTECTED] wrote: The cron publishes the /docs directory. The generation process is described in http://ant.apache.org/faq.html#creating-faq (as the FAQ is part of the site ;) Oh ... btw that speaks of Apache cvs modules . But you havent checked in the modified xml file? I checke

Re: svn commit: r387396 - /ant/core/trunk/src/main/org/apache/tools/ant/launch/Locator.java

2006-03-22 Thread Kev Jackson
Stefan Bodewig wrote: On Tue, 21 Mar 2006, <[EMAIL PROTECTED]> wrote: URL: http://svn.apache.org/viewcvs?rev=387396&view=rev Log: remove deprecated code -urls[0] = location.toURL(); +urls[0] = location.toURI().toURL(); Sorry, -1, thi

[Fwd: Fwd: Coverity Open Source Defect Scan of Ruby]

2006-04-07 Thread Kev Jackson
Not sure if this is of interest to Ant or ASF style projects. Got it from ruby-core list, but fairly interesting anyway. Also not sure if they handle Java code or just C. Thanks Kev --- Begin Message --- This is probably of more interest and value in the hands of people other than me. I have

Re: removal of classes depending upon dead third party libraries

2006-04-11 Thread Kev Jackson
Martijn Kruithof wrote: I think we should consult the user list first (so far no reactions on a open question regarding icontract though). Martijn Antoine Levy-Lambert wrote: Hello, I think of starting a vote soon (or maybe better 4 votes) on the removal of the classes depending upon xslp,

Re: svn commit: r393996 - /ant/core/trunk/src/main/org/apache/tools/ant/launch/Launcher.java

2006-04-14 Thread Kev Jackson
Martijn Kruithof wrote: Hi, I think the while construct is cleaner and more readable, and do not see any real benefit of this code change. Especially against using the for loop is that when using the for loop the step of the loop should take place in the third part of the for, and not somewh

OutOfMemory error when testing AppFuse

2006-04-16 Thread Kev Jackson
Hi Matt Raible (Spring Live, AppFuse etc), mentioned on his blog that during testing AppFuse with Ant, he experienced an OutOfMemoryError. Bouncing a couple of emails back'n'forth, he thinks it may occur in the Copy task as his target uses Copy extensively and he has a lot of files to copy.

Ant 1.7 NullPointerException AbstractFileSet

2006-04-17 Thread Kev Jackson
Hi, During the course of trying to debug this memory problem with AppFuse/Ant, I've come across a NullPointerException in AbstractFileSet.setupDirectoryScanner : 462 It seems as if the project variable is null so the method p.log fails Running the same test on Ant 1.6.5 works fine and I can'

Re: [VOTE] removal of icontract based task in ant

2006-04-17 Thread Kev Jackson
[x] Yes [ ] No - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] removal of Visual for Java based tasks

2006-04-17 Thread Kev Jackson
[x] Yes [ ] No - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] removal of the test task based upon the org.apache.testlet framework

2006-04-17 Thread Kev Jackson
[x] Yes [ ] No - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Ant 1.7 NullPointerException AbstractFileSet

2006-04-17 Thread Kev Jackson
Antoine Levy-Lambert wrote: Hello Kev, the question is which piece of code creates the filesets which are added here to the delete task. this piece of code is probably creating the filesets in such a way that the project field is not set. I imagine this happens in the org.codehaus.cargo.contain

Re: Ant 1.7 NullPointerException AbstractFileSet and OOM error

2006-04-17 Thread Kev Jackson
Hm, In the cargo code we have: /** * Remove all file in the configuration directory. */ private void cleanConfigurationDirectory() { // Clean up stuff previously put in the temporary directory but do not // remove the Cargo timestamp file Delete delete = (Delete) getAntUtils().create

Re: Ant 1.7 NullPointerException AbstractFileSet and OOM error

2006-04-17 Thread Kev Jackson
well, obviously if I broke them it's entirely likely they won't be alone. Probably the easiest/most BC thing will be some form of checking whether (Abstract?)FileSet instances have a project set and using the task's project if not (I think fileset handling is separate from other ResourceCollect

Re: Ant 1.7 NullPointerException AbstractFileSet and OOM error

2006-04-18 Thread Kev Jackson
Matt, Just verified your changes have fixed the problem relating to Cargo and the NullPointer I was experiencing - thanks for looking into it for me. Kev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

1.7 Memory usage > 1.6.5 Memory usage

2006-04-18 Thread Kev Jackson
Just trying to reduce the amount of temporary objects created on the heap to resolve this OutOfMemory issue with AppFuse, and with the 1.6.5 source, I can reduce memory consumption by putting a guard around when Strings are created for logging eg: log("Copying "+fromFile+" to "+toFile, verbosi

Adding a methof to StringUtils

2006-04-19 Thread Kev Jackson
Hi, As I've been hacking away today, I've been swapping a load of "" + "" + "" style code over to use StringBuffers. I thought that perhaps there's a potential use of a static method in StringUtils to construct these strings from an array StringUtils.messageAppender /** * Creates log m

Re: AW: Adding a methof to StringUtils

2006-04-19 Thread Kev Jackson
[EMAIL PROTECTED] wrote: As I've been hacking away today, I've been swapping a load of "" + "" + "" style code over to use StringBuffers. I thought that perhaps there's a potential use of a static method in StringUtils to construct these strings from an array For a significant perform

Re: AW: Adding a methof to StringUtils

2006-04-19 Thread Kev Jackson
javap -c AAA public java.lang.String concat(java.lang.String, java.lang.String, java.lang.String); Code: 0: new #2; //class java/lang/StringBuilder 3: dup 4: invokespecial #3; //Method java/lang/StringBuilder."":()V 7: aload_1 8: invokevirtual #4; //Method java/la

Re: AW: Adding a methof to StringUtils

2006-04-19 Thread Kev Jackson
Dominique Devienne wrote: The point about building the strings when they aren't used (because logging verbosity is set too low) still stands though - this is less than efficient The point, which Matt already raised, is that you can't know the level at which the logger and the listeners ar

Re: AW: Adding a methof to StringUtils

2006-04-20 Thread Kev Jackson
Antoine Levy-Lambert wrote: Matt Benson wrote: Kev: I've asked some stuff about FileUtils before... historically it was thought it might be pluggable, hence all the instance methods. But that never happened so the static methods crept in. I think it was Martijn who really pushed in the Fil

[patch] NioFileUtils, FileUtilsAdapter + factory (was Re: AW: Adding a methof to StringUtils)

2006-04-20 Thread Kev Jackson
Hi, As promised, here's the code that I hacked together today at Antoine's suggestion regarding a patch in bugzilla [1]. Feel free to tear it to pieces and point out obvious problems. I've patched my version of copy to use this code instead of FileUtils directly and so far there have been n

[patch] NioFileUtils, Java6FileUtils, FileUtilsAdapter + factory, build.xml (was Re: AW: Adding a methof to StringUtils)

2006-04-20 Thread Kev Jackson
Ok, this is what I've managed to bash together this morning: - NioFileUtils (uses Java1.4 NIO libraries, altered the TRANSFER_SIZE as suggested to 32000, currently no way to override that (yet)) - Java6FileUtils (currently has no implementation, but could be used in future for implementing Java

Re: [patch] NioFileUtils, Java6FileUtils, FileUtilsAdapter + factory, build.xml (was Re: AW: Adding a methof to StringUtils)

2006-04-21 Thread Kev Jackson
Martijn Kruithof wrote: Hi, Adding setting the property using -D to ANT_OPTS should do. 5 things: 1) I saw you removed public members (constants) from FileUtils (Non backward compatible change, keeping everything BC also frustrates me sometimes, but still I think it is best not to break par

Re: Marking deprecated with since tags

2006-04-21 Thread Kev Jackson
* @deprecated since 1.4.x Use getGlobalFilterSet().addFilter(token,value) Is this seen as useful. And how do you look at the proposal to drop the deprecated since 1.4.x in 1.7? +1 There's a fair bit of old code that has been deprecated for a while - I seriously doubt that users are going

Re: [patch] NioFileUtils, Java6FileUtils, FileUtilsAdapter + factory, build.xml (was Re: AW: Adding a methof to StringUtils)

2006-04-21 Thread Kev Jackson
In that case I would like some time to think things over, as to provide one face, and to have different implementations for currently different parts. Classes that support copying, things that support permissions, things that support path manipulation, without getting a really big number of c

Re: [patch] NioFileUtils, Java6FileUtils, FileUtilsAdapter + factory, build.xml (was Re: AW: Adding a methof to StringUtils)

2006-04-21 Thread Kev Jackson
quote (totally OT I hope :) On Fri, 21 Apr 2006, Kev Jackson wrote: I'm viewing the cleanest split as using an interface, from your perspective you think a master FileUtils (class not interface) that delegates all the real work to a specialization class. Not exactly, I am thinking about del

Re: [patch] NioFileUtils, Java6FileUtils, FileUtilsAdapter + factory, build.xml (was Re: AW: Adding a methof to StringUtils)

2006-04-23 Thread Kev Jackson
FileUtils to select (Martijn's approach is ridiculously insane enough to have captured my fancy ;) ), it must also take into account whether the desired classes are available, falling back to the basic impl. otherwise. I'm coming round to think that Martijn's approach would be the least disr

Ant 1.7 beta?

2006-04-23 Thread Kev Jackson
Hi, Checked the planning wiki this morning and noticed that the release schedule for the first beta of 1.7 is set at May/June this year. Since this is rapidly approaching, what are the thoughts on a: timing, b: fixes/features that still need to go in before release c: anything else Kev ---

Re: Additional SourceSafe (VSS) Tasks - Any Comments?

2006-04-24 Thread Kev Jackson
Kevin Jackson wrote: Standard Ant contains a number of VSS tasks and I'm writing a couple more for my own use (tasks relating to file / project properties, such as shared versions). My questions are: should I submit these tasks for possible inclusion in the standard Ant distribution? And if so,

Re: Additional SourceSafe (VSS) Tasks - Any Comments?

2006-04-24 Thread Kev Jackson
Steve Loughran wrote: Kev Jackson wrote: Kevin Jackson wrote: Standard Ant contains a number of VSS tasks and I'm writing a couple more for my own use (tasks relating to file / project properties, such as shared versions). My questions are: should I submit these tasks for possible incl

Re: Ant 1.7 beta?

2006-04-24 Thread Kev Jackson
Antoine Levy-Lambert wrote: Kev Jackson wrote: Hi, Checked the planning wiki this morning and noticed that the release schedule for the first beta of 1.7 is set at May/June this year. Since this is rapidly approaching, what are the thoughts on a: timing, each release requires a vote

Re: Additional SourceSafe (VSS) Tasks - Any Comments?

2006-04-24 Thread Kev Jackson
Stefan Bodewig wrote: On Mon, 24 Apr 2006, Kev Jackson <[EMAIL PROTECTED]> wrote: Kevin Jackson wrote: Anybody have a problem with splitting VSS off into an antlib so that people with VSS can easily add tasks etc? Sounds right. For Ant 1.7 we could have a downloa

Re: Ant 1.7 beta?

2006-04-25 Thread Kev Jackson
I'm trying to set up a conf call with the junit team, to see how best to go with the junit4 support. I am currently thinking - stays 3.8.x only. -we add a new junit antlib for junit4 support, design it to work on 1.6.5 and 1.7 -maybe hand off ownership of the antlib to the junit team, if they

Re: Ant 1.7 beta?

2006-04-25 Thread Kev Jackson
Its on my todo list to do full deployment from smartfrog to the various app servers, even though we tend to use jetty in-process for our day to day work. Lightweight, easily configured, self-contained. I'll have to try jetty, it's been on my list of web containers to try for donkey's years.

Re: Additional SourceSafe (VSS) Tasks - Any Comments?

2006-04-25 Thread Kev Jackson
Would it be possible to checkin my antlib to svn? Sure, you are a committer 8-) doh! Not sure as sandbox or normal antlib - all operations tested pass so far. Just start with the sandbox, moving the code to "normal" isn't much more than a simple "svn mv" after all.

Re: [OT] Trails

2006-04-25 Thread Kev Jackson
Jonnalagadda, Sumithra wrote: Has anyone here tried Trails?. Where from to download trails?. Try google before spamming a random java dev list, it's bad manners to ask questions without first trying to answer them yourself. https://trails.dev.java.net/ Is it stable and comprehensive eno

Re: svn commit: r397073 - in /ant/sandbox/antlibs/vss: ./ common/

2006-04-25 Thread Kev Jackson
[EMAIL PROTECTED] wrote: Author: bodewig Date: Tue Apr 25 20:53:57 2006 New Revision: 397073 URL: http://svn.apache.org/viewcvs?rev=397073&view=rev Log: use svn:externals for common dir Removed: ant/sandbox/antlibs/vss/common/ Modified: ant/sandbox/antlibs/vss/ (props changed) Propcha

Re: [OT] Trails

2006-04-25 Thread Kev Jackson
Jonnalagadda, Sumithra wrote: Hi Kev, I tried and even posted a message on dev.java.net I was wondering how could it be so difficult to find the link to download be... Did you download it?. If so from where? Thanks There is a link on the site I sent you to called 'Document and Files' https

Re: svn commit: r397075 [1/3] - in /ant/sandbox/antlibs/vss: ./ docs/ src/etc/testcases/ src/main/org/apache/ant/vss/ test/org/apache/ant/vss/

2006-04-25 Thread Kev Jackson
Modified: ant/sandbox/antlibs/vss/build.xml (contents, props changed) ant/sandbox/antlibs/vss/docs/vss.html (contents, props changed) ant/sandbox/antlibs/vss/src/etc/testcases/msvss.xml (contents, props changed) ant/sandbox/antlibs/vss/src/main/org/apache/ant/vss/MSVSS.java

Re: Additional SourceSafe (VSS) Tasks - Any Comments?

2006-04-25 Thread Kev Jackson
Stefan Bodewig wrote: On Wed, 26 Apr 2006, Kev Jackson <[EMAIL PROTECTED]> wrote: Would it be possible to checkin my antlib to svn? Sure, you are a committer 8-) doh! Please read the section starting with "Committers will need" in <http:/

Re: svn commit: r397075 [1/3] - in /ant/sandbox/antlibs/vss: ./ docs/ src/etc/testcases/ src/main/org/apache/ant/vss/ test/org/apache/ant/vss/

2006-04-25 Thread Kev Jackson
Stefan Bodewig wrote: On Wed, 26 Apr 2006, Kev Jackson <[EMAIL PROTECTED]> wrote: Modified: ant/sandbox/antlibs/vss/build.xml (contents, props changed) Sorry about this too Nothing a quick one-liner in /bin/sh couldn't fix, don't worry. I'm jus

Re: Additional SourceSafe (VSS) Tasks - Any Comments?

2006-04-26 Thread Kev Jackson
subclipse can be configured via: Preferences->Team->SVN->Configuration location: It can use the "default config location", whatever that may be, but I generally do use directory option Thanks, I found it under Documents & Settings. I've uploaded a compiled jar of the ant-vss antlib to pe

Re: [VOTE] suppression of the JProbe and Metamata tasks

2006-04-26 Thread Kev Jackson
Do you agree that we should do it ? [ X ] Yes +1 [ ] No Why is this code change different from the other changes to remove deprecated classes? Is it simply because these tasks are 3pp? If so does that mean that we can break bwc iff it's dependent on a 3pp? Kev -

Re: [VOTE] suppression of the JProbe and Metamata tasks

2006-04-26 Thread Kev Jackson
Antoine Levy-Lambert wrote: Kev Jackson wrote: Why is this code change different from the other changes to remove deprecated classes? Is it simply because these tasks are 3pp? If so does that mean that we can break bwc iff it's dependent on a 3pp? Kev I assume that ther

RFE - provide 'scope' information for targets (includes possible implementation)

2006-04-26 Thread Kev Jackson
Hi, One of the managers here was looking at the way the description attribute is used within ant. He thought that it is used for two purposes: 1 - describe a task so that -projecthelp can provide output for the user of a build file 2 - to provide some kind of 'scope' to the targets ie target

Re: RFE - provide 'scope' information for targets (includes possible implementation)

2006-04-27 Thread Kev Jackson
Steve Loughran wrote: Kev Jackson wrote: Hi, One of the managers here was looking at the way the description attribute is used within ant. He thought that it is used for two purposes: 1 - describe a task so that -projecthelp can provide output for the user of a build file 2 - to

Condition: Exists

2006-05-02 Thread Kev Jackson
Hi, I'm writing a BuildFileTest case and I really need to be able to do something like or more succinctly 'fail unless file ${test} exists' It seems to be trivial to add a condition to the codebase, but I'm beginning to wander if there's a better way to do this. Any advice appr

Re: Condition: Exists

2006-05-02 Thread Kev Jackson
Sorry, I think Available is what I need. kev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Antlib alias?

2006-05-02 Thread Kev Jackson
Hi, I've been messing with some code today, and looking at antlibs, a typical declaration may be something like: ... I was wondering if there would be any usefulness in adding an 'alias' attribute, which could take a list of aliases. This would allow an antlib to have an official name

Re: AW: Antlib alias?

2006-05-03 Thread Kev Jackson
And you would end in an build file like I wouldnt think that this a desired goal... I can see that this may be thought of as a problem, especially if people wrote build files using both aliases and names. IMHO I think it's valuable to allow the users a choice, so long as

Re: VSS Antlib Tests are Good

2006-05-04 Thread Kev Jackson
Stefan Bodewig wrote: Hi, I ran all tests successfully, i.e. they didn't throw exceptions and did what they were supposed to do (verified via eyeballing). I couldn't come up with an easy way to verify computationally - I also had to resort to using the VSS client to check that everything w

Scp is this possible?

2006-05-09 Thread Kev Jackson
Hi all, I'm messing with a hideous integration project and part of the requirements involve aggregating log files from servers via a web interface. I'm using ant's scp task to try and grab the log files (as we are not allowed to install anything on the servers). What I want to do is to use

Re: Scp is this possible?

2006-05-09 Thread Kev Jackson
Atsuhiko Yamanaka wrote: Hi, 2006/5/10, Stefan Bodewig <[EMAIL PROTECTED]>: On Wed, 10 May 2006, Kevin Jackson <[EMAIL PROTECTED]> wrote: > Thanks, I will certainly try it and use it if it works. If you want to apply ymnk's patch, I committed everything except fpr the files starting with al

Re: Scp is this possible?

2006-05-09 Thread Kev Jackson
Kev Jackson wrote: Atsuhiko Yamanaka wrote: Hi, 2006/5/10, Stefan Bodewig <[EMAIL PROTECTED]>: On Wed, 10 May 2006, Kevin Jackson <[EMAIL PROTECTED]> wrote: > Thanks, I will certainly try it and use it if it works. If you want to apply ymnk's patch, I committed every

Re: Scp is this possible?

2006-05-09 Thread Kev Jackson
Atsuhiko Yamanaka wrote: Hi, 2006/5/10, Kev Jackson <[EMAIL PROTECTED]>: Damnit! "selectors are not supported on remote filesets" Basically that's what I need, the ability to select the files based on the last modified - I don't want to pull back files if they

Re: Scp is this possible?

2006-05-09 Thread Kev Jackson
By itself this works fine, the problem is that i need In the SFTP code, there's mention of selectors not supported on remote filesystems. Why is taht? The SFTPDirectoryScanner inherits from the normal DirectoyScanner (which does support selectors), is there a problem with the SFTP pro

Re: Scp is this possible?

2006-05-10 Thread Kev Jackson
Atsuhiko Yamanaka wrote: Hi, 2006/5/10, Kev Jackson <[EMAIL PROTECTED]>: In the SFTP code, there's mention of selectors not supported on remote filesystems. Why is taht? The SFTPDirectoryScanner inherits from the normal DirectoyScanner (which does support selectors), is ther

Re: AW: # character causes problem parsing -lib paths

2006-05-11 Thread Kev Jackson
[EMAIL PROTECTED] wrote: Just a question have I missed a vote dropping JDK 1.2??? I found a discussion about that [1], but - that was not a vote - had some points keeping 1.2 I don't think there was a vote, as you say just a discussion which eventually withered without resolution K

fixCRLF task OSX test

2006-05-22 Thread Kev Jackson
Hi all, Having left FTS, I've lost my bugzilla account, so I can't login to update this bug http://issues.apache.org/bugzilla/show_bug.cgi?id=39585 I've just tested this now against the latest trunk on the latest version of OSX (10.4.6) with Java 1.5.0_06 - everything is fine using the d

Re: ComponentHelper replacement

2006-05-23 Thread Kev Jackson
On 23 May 2006, at 17:26, Wolfgang Häfelinger wrote: Hi, I'm heavily using to override/customize tasks. It annoys me and users of my framework to see messages like Trying to override old definition of task junit ignoring the rest of your message for now - your main problem seem

Re: Added (very basic) antversion condition

2006-05-25 Thread Kev Jackson
Hi all, Taking into consideration the suggestion that there will be no need to differentiate between 1.7 and 1.7alpha, I've switched implementation to use DeweyDecimal as per Stefan's suggestion. I tried to make sure the code will compile on 1.2+ jdks (ie no regular expressions - java < 1

Re: svn commit: r409551 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/AntVersion.java

2006-05-28 Thread Kev Jackson
On 29 May 2006, at 11:05, Stefan Bodewig wrote: suggest you take the meat of DeweyDecimal and move it to org.apache.tools.ant.util so that your (core) condition doesn't depend on an optional jar. Do you mean to basically create a new class in the util package called DeweyDecimal? With the

Re: svn commit: r409551 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition/AntVersion.java

2006-05-28 Thread Kev Jackson
On 29 May 2006, at 11:25, Stefan Bodewig wrote: On Mon, 29 May 2006, Kev Jackson <[EMAIL PROTECTED]> wrote: On 29 May 2006, at 11:05, Stefan Bodewig wrote: suggest you take the meat of DeweyDecimal and move it to org.apache.tools.ant.util so that your (core) condition doesn't d

Re: xml-fop-maintenance stopped working May 26

2006-05-29 Thread Kev Jackson
I suspect it is Ant: http://svn.apache.org/viewvc? view=rev&revision=409378 Can anyone confirm? I think you're correct in your assumption about the Ant change, but quickly scanning through the commit, I cannot see what the problem might be. Perhaps Antoine who committed the code, will k

Re: Ant 1.7 release

2006-05-31 Thread Kev Jackson
On 1 Jun 2006, at 10:02, Antoine Levy-Lambert wrote: Hi, I am having a look at http://wiki.apache.org/ant/Ant17/Planning We are still on the step "finding a release manager" Do we have any candidates ? I'd be happy to help, but before I offer myself as the 'release manager', what would

Re: svn commit: r410022 - in /ant/core/trunk/src/main/org/apache/tools/ant: taskdefs/condition/AntVersion.java taskdefs/optional/extension/DeweyDecimal.java util/DeweyDecimal.java

2006-06-01 Thread Kev Jackson
On 2 Jun 2006, at 04:34, Jesse Glick wrote: [EMAIL PROTECTED] wrote: - Refactor DeweyDecimal to util package, retain bc by keeping a stub in the original location Suggestion: keep same API in old location (@deprecate'd) but for new location delete all of the is* methods and just make it

Re: Ant 1.7 release

2006-06-01 Thread Kev Jackson
Hi all, I'm not confirming yet to be release manager, but I'm preparing a build environment with all libs etc - so I'm edging my hat into the ring you need the libs for all the optional tasks described in the section "installing ant" of the manual. I have all the latest libs as describe

Re: Ant 1.7 release

2006-06-01 Thread Kev Jackson
On 2 Jun 2006, at 11:16, Stefan Bodewig wrote: Object signature alternative. It is impossible to compile code on JDK 1.5 that uses the method and still works on JDK 1.4 - but the opposite is also true This leaves us in a pickle unless we can guarantee that the every line of code will both

Re: Ant 1.7 release

2006-06-01 Thread Kev Jackson
On 2 Jun 2006, at 11:37, Stefan Bodewig wrote: On Fri, 2 Jun 2006, Kev Jackson <[EMAIL PROTECTED]> wrote: On 2 Jun 2006, at 11:16, Stefan Bodewig wrote: Object signature alternative. It is impossible to compile code on JDK 1.5 that uses the method and still works on JDK 1.4 - b

Re: Ant 1.7 release

2006-06-02 Thread Kev Jackson
A quick update regarding my situation trying to build a test release dist. I can now bootstrap everything except starteam and weblogic. I'm also having a strange issue with Echo not compiling in eclipse (but works fine from command line). ie, I can build all the ant-* jars except ant-sta

<    1   2   3   4   >