suggestion refactor SCM

2005-09-26 Thread Kev Jackson
Hi I've been playing with darcs recently and I've almost finished an antlib for it (though I keep being distracted, first Haskell, now Lisp). 'darcs get' is roughly similar to 'cvs checkout' or 'svn co' I was wondering if it would make sense to refactor the SCM tasks into an interface (s

DO NOT REPLY [Bug 36821] New: - VSS tasks not built

2005-09-26 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

where does ServiceContext.serviceConfig come from

2005-09-26 Thread Steve Loughran
I'm failing some tests this am with an NPE when things try and deref this. Where should a serviceConfig get set up? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 36817] - tagdiff.xsl : Removed files not getting listed

2005-09-26 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 36817] New: - tagdiff.xsl : Removed files not getting listed

2005-09-26 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

[patch] Get Last X elements from resource collection

2005-09-26 Thread Kev Jackson
If you need to get the first X elements, presumably there will be occasions where you'll need to get the last X elements. Anyway, I've been playing with Haskell recently and it's affected my thinking :) Kev Index: D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/types/resources/L