instert or append a new line using replace task

2005-05-25 Thread Raja Nagendra Kumar
Hi All, I am looking for a solution on how to add a new line to existing file as a fall back approach I want to use replace as below to add the new line Enable-Cheat-Codes: true But \n in the new replaced string is not interpreted as new line. Any help please.. or

Re: [VOTE] Ant 1.6.5 release

2005-05-25 Thread Dominique Devienne
+1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] Shut down the 1.6 branch after 1.6.5

2005-05-25 Thread Dominique Devienne
+1. Double commits is work and easy to forget. I like Steve's idea of a quarterly drop and I agree with Jesse that we should be stricter about what goes into a dot-dot release. I don't have much else to add. --DD - To unsubscribe,

Re: cvs commit: ant/src/etc/testcases/taskdefs/optional/net ftp.xml

2005-05-25 Thread Steve Cohen
Antoine: OK, I've taken a look. Here is the problem, or maybe I don't understand EnumeratedAttribute fully. In response to a suggestion of Steve Loughran the other day, I've implemented all of my new attributes with the convention that a value of "" means "Don't set the attribute - leave the

Re: cvs commit: ant/src/etc/testcases/taskdefs/optional/net ftp.xml

2005-05-25 Thread Steve Cohen
Antoine Levy-Lambert wrote: Hello Steve, what about using a class derived from EnumeratedAttribute as type for timestampGranularity ? Cheers, Antoine [EMAIL PROTECTED] wrote: scohen 2005/05/22 11:48:42 Modified:src/main/org/apache/tools/ant/taskdefs/optional/net FTP.java

installation instructions for ant under jpackage

2005-05-25 Thread Steve Cohen
There have been some comments on the jpackage.org mailing list to the effect that our manual doesn't really have correct installation instructions for that environment, although elsewhere on our site we do link to them. I have rewritten the install manual page to add this content, but rather

[Ant Wiki] Update of "Ant17/Planning" by JesseGlick

2005-05-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification. The following page has been changed by JesseGlick: http://wiki.apache.org/ant/Ant17/Planning The comment on the change is: Updating NB info. --

DO NOT REPLY [Bug 21856] - Request standardized way of finding ant.jar

2005-05-25 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: Online Bookstore

2005-05-25 Thread Ted Husted
Looks good, Jan. So, aside from the retailers, some of the publishers, like O'Reilly and Manning, have affiliates programs too. Would the approach you're using let you add publisher links for just certain books. For example, the Manning link would apply to Java Development with Ant, but not the o

How to include an xml file in path

2005-05-25 Thread sma3har
I tried I would like to include xml file in path while executing java. But doesn't work. Somebody please help. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 34411] - Task.init() gets called twice

2005-05-25 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 35073] - JUnit test runner outputs to stdout on failures, instead of relying on formatter

2005-05-25 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 Ant.java

2005-05-25 Thread mbenson
mbenson 2005/05/25 15:25:43 Modified:src/main/org/apache/tools/ant/taskdefs Ant.java Log: Avoid multiple instantiations of equal File objects, and multiple resolveFile calls. Revision ChangesPath 1.121 +2 -3 ant/src/main/org/apache/tools/ant/taskdefs/Ant.java

DO NOT REPLY [Bug 35073] New: - JUnit test runner outputs to stdout on failures, instead of relying on formatter

2005-05-25 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 34411] - Task.init() gets called twice

2005-05-25 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/docs/manual using.html

2005-05-25 Thread mbenson
mbenson 2005/05/25 15:14:51 Modified:docs/manual using.html Log: Document ResourceCollections in paths. Revision ChangesPath 1.42 +13 -10ant/docs/manual/using.html Index: using.html === RCS

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

2005-05-25 Thread mbenson
mbenson 2005/05/25 14:58:19 Modified:docs/manual/CoreTasks typedef.html Log: various inconsequentials/cleanup Revision ChangesPath 1.20 +34 -37ant/docs/manual/CoreTasks/typedef.html Index: typedef.html ==

DO NOT REPLY [Bug 16970] - taskdef should offer help when class not found

2005-05-25 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/docs/manual/CoreTasks conditions.html

2005-05-25 Thread mbenson
mbenson 2005/05/25 14:50:15 Modified:docs/manual/CoreTasks conditions.html Log: Add resourcecount + a little cleanup Revision ChangesPath 1.41 +18 -6 ant/docs/manual/CoreTasks/conditions.html Index: conditions.html =

DO NOT REPLY [Bug 16890] - Available accepting nested FileSets

2005-05-25 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 28882] - Add if and unless attributes to ProjectComponent.

2005-05-25 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: DO NOT REPLY [Bug 27814] - javadoc task does not encode baskslashes when generating file list by useexternalfile

2005-05-25 Thread Matt Benson
--- Jesse Glick <[EMAIL PROTECTED]> wrote: > Martijn Kruithof wrote: > >> Since this is at least a quasi-bug (not ours but > we can fix it) Actually it was I who made the above incorrect statement, realizing it was such after having already hit "send". Of course you deduced my error was based on

DO NOT REPLY [Bug 15955] - Add if and unless attributes to the echo task

2005-05-25 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 34411] - Task.init() gets called twice

2005-05-25 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: DO NOT REPLY [Bug 27814] - javadoc task does not encode baskslashes when generating file list by useexternalfile

2005-05-25 Thread Jesse Glick
Martijn Kruithof wrote: Since this is at least a quasi-bug (not ours but we can fix it) Assuming that the javadoc command's behavior is in fact correct and it is just the JDK documentation which is incomplete or misleading (which is my guess), then it is really an Ant bug. and has been con

DO NOT REPLY [Bug 16273] - CoreTask: Sorting a file and comparing property resource files

2005-05-25 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/docs/manual/CoreTasks echoxml.html

2005-05-25 Thread Jesse Glick
Matt Benson wrote: [...] AFAIK a non-well-formed fragment should forego the declaration. I believe you can actually put an XML declaration in a doc with multiple top-level fragments, if you are using it as a parsed external entity. (Only useful to declare the encoding.) But I guess that few p

DO NOT REPLY [Bug 16273] - CoreTask: Sorting a file and comparing property resource files

2005-05-25 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: AW: [Fwd: Some Thoughts on Ant 1.3 and 2.0]

2005-05-25 Thread Jesse Glick
The Schema file is there to support GUI tools for example. They could prompt for required attributes, This would be nice! let you select enumerated attributes from a list, FWIW, NetBeans would not need this - currently loads the EnumeratedAttribute subclass on the fly and uses it for code c

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

2005-05-25 Thread Stefan Bodewig
On Wed, 25 May 2005, Matt Benson <[EMAIL PROTECTED]> wrote: > If we plan to release 1.7 from SVN, and wait to move this class > until we have migrated, we get to preserve the changelog, correct? Good point, let's wait. Stefan -

Online Bookstore

2005-05-25 Thread jhm
Ok, I uploaded the example to http://www.apache.org/~jhm/bookstore/ cheers Jan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: ant/docs/manual/CoreTasks echoxml.html

2005-05-25 Thread Matt Benson
--- Matt Benson <[EMAIL PROTECTED]> wrote: > --- Steve Loughran <[EMAIL PROTECTED]> wrote: > > > > Nice. I like it! If we ever get round to finishing > > the httpPost task in > > the sandbox, we have a Rest client system :) > > > > So what, exactly, do these need? Other than spaces around ope

Re: cvs commit: ant/docs/manual/CoreTasks echoxml.html

2005-05-25 Thread Matt Benson
--- Steve Loughran <[EMAIL PROTECTED]> wrote: > > Nice. I like it! If we ever get round to finishing > the httpPost task in > the sandbox, we have a Rest client system :) > So what, exactly, do these need? -Matt > - > To unsub

RE: cvs commit: ant/docs/manual/CoreTasks echoxml.html

2005-05-25 Thread Phil Weighill-Smith
It might be nice if you went for option 3 *and* 4 (but not cumbersome!). More than one "root" element forces no XML declaration and an option to allow the encoding to be specified for the output of the XML document/fragment when the encoding is different from the one of the enclosing Ant script.

DO NOT REPLY [Bug 15552] - delete read-only files only

2005-05-25 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 21856] - Request standardized way of finding ant.jar

2005-05-25 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: [VOTE] Shut down the 1.6 branch after 1.6.5

2005-05-25 Thread Jesse Glick
Stefan Bodewig wrote: Sometimes I merge changes into the 1.6 branch without merging the unit tests as well. Sometimes I don't merge changes at all. Sometimes I forget to pull a change from the branch when it has been pulled from HEAD ... I bet, other committers have similar experiences. I'm

DO NOT REPLY [Bug 15747] - change tasks (e.g. Ant) to take urls as well as files

2005-05-25 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: [VOTE] Ant 1.6.5 release

2005-05-25 Thread Jesse Glick
Antoine Levy-Lambert wrote: I propose to release Ant 1.6.5 on Thursday, June 2nd. This will be a pure bug fix release. Fine, +1. -J. -- [EMAIL PROTECTED] x22801 netbeans.org ant.apache.org if I had known it was harmless I would have killed it myself --

Re: Can Ant know ANT_HOME?

2005-05-25 Thread Jesse Glick
Stefan Bodewig wrote re. ${ant.home}: Keep in mind that it is our wrapper script that sets the property. If you launch ant any other way (IDE, script of your own, embedded), there is no guarantee that it will be defined. As an example, the NetBeans IDE does define it as of version 3.6 (previo

Re: cvs commit: ant/docs/manual/CoreTasks echoxml.html

2005-05-25 Thread Matt Benson
--- Matt Benson <[EMAIL PROTECTED]> wrote: > --- Phil Weighill Smith > <[EMAIL PROTECTED]> wrote: > > More along the lines of will it work with > something > > like: > > > > > > > > > > > > > > > > > > > > ha, no, but it should, and will... Hmm. Currentl

Re: DO NOT REPLY [Bug 27814] - javadoc task does not encode baskslashes when generating file list by useexternalfile

2005-05-25 Thread Martijn Kruithof
Matt Benson wrote: Since this is at least a quasi-bug (not ours but we can fix it) and has been confirmed fixed in HEAD, do we want to merge for 1.6.5? -Matt Please no, it doesn't seem to be a total showstopper, and when we continue to put improvements into 1.6.5 chances are we will never b

Re: DO NOT REPLY [Bug 27814] - javadoc task does not encode baskslashes when generating file list by useexternalfile

2005-05-25 Thread Peter Reilly
I think that we can safely *not* merge it into 1.6.5. Peter Matt Benson wrote: Since this is at least a quasi-bug (not ours but we can fix it) and has been confirmed fixed in HEAD, do we want to merge for 1.6.5? -Matt __ Do you Yahoo!? Yah

Re: DO NOT REPLY [Bug 27814] - javadoc task does not encode baskslashes when generating file list by useexternalfile

2005-05-25 Thread Matt Benson
Since this is at least a quasi-bug (not ours but we can fix it) and has been confirmed fixed in HEAD, do we want to merge for 1.6.5? -Matt __ Do you Yahoo!? Yahoo! Small Business - Try our new Resources site http://smallbusiness.yahoo.com/resou

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

2005-05-25 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Wed, 25 May 2005, Matt Benson > <[EMAIL PROTECTED]> wrote: > > >> > +public class XMLFragment extends > ProjectComponent implements > > > >> with this it would make sense to move it to the > types package > >> (insetad of util). I vaguely recal

DO NOT REPLY [Bug 35044] - ccmcheckintask requires a file to work

2005-05-25 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] for #35044, ccmcheckintask no more requires a file or fileset to be specified

2005-05-25 Thread briberyjoust
Hi there, here is the patch for bug #35044. The reason for that patch is: Currently, the ccmcheckintask task requires a file or fileset to be specified. Otherwise it won't run and gives an error. But: that task is supposed to check in a given (might be the default) Continuus/CM Synergy task.

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/jsp/compilers JspCompilerAdapterFactory.java JspCompilerAdapter.java JasperC.java DefaultJspCompilerAdapter.java

2005-05-25 Thread peterreilly
peterreilly2005/05/25 07:28:16 Modified:src/main/org/apache/tools/ant/taskdefs/optional/jsp/compilers JspCompilerAdapterFactory.java JspCompilerAdapter.java JasperC.java DefaultJspCompilerAdapter.java Log: checks

Re: Online Bookstore

2005-05-25 Thread Ted Husted
>From what I can tell, it looks OK. If the generated links match what we have here (for example), then it should be fine. * http://opensource.atlassian.com/confluence/oss/pages/viewpage.action?pageId=231 Hey, thanks for pitching in! -Ted. > -Ursprüngliche Nachricht- > Von: [EMAIL PRO

Re: cvs commit: ant/docs/manual/CoreTasks echoxml.html

2005-05-25 Thread Matt Benson
--- Phil Weighill Smith <[EMAIL PROTECTED]> wrote: > More along the lines of will it work with something > like: > > > > > > > > > ha, no, but it should, and will... Thanks, Matt > > On Wed, 2005-05-25 at 05:04 -0700, Matt Benson > wrote: > > --- Phil We

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

2005-05-25 Thread Stefan Bodewig
On Wed, 25 May 2005, Matt Benson <[EMAIL PROTECTED]> wrote: >> > +public class XMLFragment extends ProjectComponent implements > >> with this it would make sense to move it to the types package >> (insetad of util). I vaguely recall Steve wanted to do so some >> months ago. > > If that's the c

AW: Online Bookstore

2005-05-25 Thread Jan . Materne
mmh - doesnt come through. I´ll upload that later today Jan -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet am: Mittwoch, 25. Mai 2005 14:42 An: dev@ant.apache.org Cc: [EMAIL PROTECTED] Betreff: AW: Online Bookstore I tried a little bit ... What do

DO NOT REPLY [Bug 27814] - javadoc task does not encode baskslashes when generating file list by useexternalfile

2005-05-25 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

AW: Online Bookstore

2005-05-25 Thread Jan . Materne
Title: AW: Online Bookstore I tried a little bit ... What do you think? Ted, are that links ok? Jan docs/resources.html - generated (test) page xdocs/resources.xml (testversion, only two books) - added "isbn" attribute to   xdocs/stylesheets/site.vsl - add´s marked with "##

DO NOT REPLY [Bug 35060] New: - ant 1.6.4 does not seem to use ~/.ant/lib anymore

2005-05-25 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/docs/manual/CoreTasks echoxml.html

2005-05-25 Thread Phil Weighill Smith
More along the lines of will it work with something like: On Wed, 2005-05-25 at 05:04 -0700, Matt Benson wrote: > --- Phil Weighill Smith > <[EMAIL PROTECTED]> wrote: > > Does it support document fragments? > > > Do you mean programmatically? No. > > -Mat

Re: cvs commit: ant/docs/manual/CoreTasks echoxml.html

2005-05-25 Thread Matt Benson
--- Phil Weighill Smith <[EMAIL PROTECTED]> wrote: > Does it support document fragments? > Do you mean programmatically? No. -Matt > Phil :n. > > On Wed, 2005-05-25 at 11:38 +0100, Steve Loughran > wrote: > > Matt Benson wrote: > > > --- Alexey Solofnenko <[EMAIL PROTECTED]> wrote: > > > > >

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

2005-05-25 Thread Matt Benson
--- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On 24 May 2005, <[EMAIL PROTECTED]> wrote: > > > Oops need this for echoxml task. > > > > -public class XMLFragment implements > DynamicElementNS { > > +public class XMLFragment extends > ProjectComponent implements > > +DynamicElementNS { >

Re: cvs commit: ant/docs/manual/CoreTasks echoxml.html

2005-05-25 Thread Phil Weighill Smith
Does it support document fragments? Phil :n. On Wed, 2005-05-25 at 11:38 +0100, Steve Loughran wrote: > Matt Benson wrote: > > --- Alexey Solofnenko <[EMAIL PROTECTED]> wrote: > > > >>Why not to add this functionality into normal > >>? > > > > > > I suppose if you wanted to use entities, > >

Re: cvs commit: ant/docs/manual/CoreTasks echoxml.html

2005-05-25 Thread Steve Loughran
Matt Benson wrote: --- Alexey Solofnenko <[EMAIL PROTECTED]> wrote: Why not to add this functionality into normal ? I suppose if you wanted to use entities, already can do this (clumsily). This task (OUCH actually doesn't compile b/c I forgot a file) was exceedingly easy and enforces well-f

Re: libraries

2005-05-25 Thread Steve Loughran
Matt Benson wrote: Just curious... are we going to remove this from CVS? (no rush) yes. First I want to get to a stage with my revised (uncommitted) where the tests pass, then commit it, tag it and pull everything. I cant do it this week as my laptop is on loan, and that is where the code is.