Re: 1.5.3?

2003-03-07 Thread Jesse Stockall
On Friday, March 7, 2003, at 09:32 AM, Steve Cohen wrote: I don't understand why there is a problem with verifying the fix. WinZIP is near-ubiquitous (although I don't use it myself). I suppose it will be fully tested with WinZIP before release, right? Not everyone uses Windows :) Jess

Re: ssh exec task...

2003-03-19 Thread Jesse Stockall
want to have to install cygwin. I just need a URL of an up to date port/build of the core Gnu unix command toolchain. Patch is included as part of MSYS (Minimal SYStem) http://www.mingw.org/msys.shtml Jesse Stockall - [EMAIL PROTECTED] CRYPTOCard Corp.

Re: How to create the diff-file

2003-03-27 Thread Jesse Stockall
MSYS http://mingw.org/msys.shtml (Minimal system) or as part of Cygwin http://www.cygwin.com/ Then you run 'diff old-file.java new-file.java > changes.patch' Jesse Stockall - [EMAIL PROTECTED] CRYPTOCard Corp.

Re: How to create the diff-file

2003-03-27 Thread Jesse Stockall
On Thursday, March 27, 2003, at 09:42 AM, Jesse Stockall wrote: Then you run 'diff old-file.java new-file.java > changes.patch' Oops, make that: diff -u old-file.java new-file.java > changes.patch Jesse Stockall - [EMAIL PROTECTED] CRYPTOCard Corp.

Re: VOTE: new committer: Jesse Stockall

2003-04-07 Thread Jesse Stockall
On Sunday, April 6, 2003, at 01:13 AM, Steve Loughran wrote: I nominate Jesse Stockall as a committer Cool, so what happens now? Jesse Stockall - [EMAIL PROTECTED] CRYPTOCard Corp.

Re: cvs commit: ant/xdocs/stylesheets site.vsl

2003-04-09 Thread Jesse Stockall
On Tuesday, April 8, 2003, at 09:44 PM, [EMAIL PROTECTED] wrote: + http://ant.apache.org/beta/";>download. Is this the intended download link? Jesse Stockall - [EMAIL PROTECTED] CRYPTOCard Corp.

Re: [VOTE] Antoine Levy-Lambert as committer

2003-04-14 Thread Jesse Stockall
On Monday, April 14, 2003, at 07:31 AM, Stefan Bodewig wrote: I feel it is time to make him a committer and ask you to vote on this. +1 Jesse Stockall - [EMAIL PROTECTED] CRYPTOCard Corp.

Re: cvs commit: ant/src/testcases/org/apache/tools/ant/filters HeadTailTest.java

2003-04-15 Thread Jesse Stockall
h 'testTailSkip' and 'testTailLinesSkip' cut off 1 too many letters. The last line of the result file is 'Line 5' instead of 'Line 58' Jesse Stockall - [EMAIL PROTECTED] CRYPTOCard Corp.

FileUtils.createTempFile() - should we delete on exit?

2003-04-15 Thread Jesse Stockall
ch task that creates temp files, or should it be put in FileUtils.createTempFile(). Since 1.6 will require JDK 1.2+ we can avoid the ugly reflection in the patch (attached to the bug report). Thoughts? Jesse Stockall - [EMAIL PROTECTED] CRYPTOCard Corp.

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

2003-04-15 Thread Jesse Stockall
On Tuesday, April 15, 2003, at 02:09 AM, Stefan Bodewig wrote: On 15 Apr 2003, <[EMAIL PROTECTED]> wrote: jesse 2003/04/14 21:26:52 Modified: src/main/org/apache/tools/ant/taskdefs/optional/vss MSVSS.java This makes the VSS tasks JDK 1.4 dependent. Oops, It's fixed now. Jes

Re: junit.jar in Ant 1.5.3 distro?!?!?

2003-04-16 Thread Jesse Stockall
it is OK, I'd appreciate it. > The zips and tar.gzs off the website look good, no junit and valid signatures. -- Jesse Stockall <[EMAIL PROTECTED]>

Re: cvs commit: ant/proposal/xdocs/dvsl task.dvsl

2003-04-25 Thread Jesse Stockall
nvolved in moving the module to Ant's CVS tree? > Nice work (having not run it yet myself, just browsing the commit > messages)! > Have a look here for a sample http://www.magma.ca/~stockall/property.html -- Jesse Stockall <[EMAIL PROTECTED]>

Re: [Xdoclet-devel] CVS: xjavadoc build.xml,1.49,1.50

2003-04-26 Thread Jesse Stockall
4:12 - 1.50 > *** > *** 3,9 > > > ! > ! > ! > This has broken the Gump runs for anything that depends on XJavadoc All the other projects are still looking in xjavadoc/build/lib instead of xjavadoc/target -- Jesse Stockall <[EMAIL PROTECTED]>

Re: cvs commit: ant/proposal/xdocs/src/org/apache/tools/ant/xdoclet AntXDocletTask.java DatatypeSubTask.java DatatypeTagsHandler.java IndexGen.java

2003-04-29 Thread Jesse Stockall
I go to much further. I'll get them together in an email soon. -- Jesse Stockall <[EMAIL PROTECTED]>

Re: cvs commit: ant/proposal/xdocs/src/org/apache/tools/ant/xdoclet AntXDocletTask.java DatatypeSubTask.java DatatypeTagsHandler.java IndexGen.java

2003-04-29 Thread Jesse Stockall
t break our stuff until we refactor it - > at least it is likely to break Gump, and then we should upgrade. > I'll get rid the the deprecated XCollections and see if other changes are required. -- Jesse Stockall <[EMAIL PROTECTED]>

Re: list a content of a directory

2003-05-05 Thread Jesse Stockall
er a built in shell command. You must specify the shell as the executable (cmd on WinNT, command on Win9x). You might also be able to use 'vmlauncher=false' with your current setup, but as I have no Windows machines about, I cannot verify this. -- Jesse Stockall <[EMAIL PROTECTED]>

Re: modify classpath for a following compile ..

2003-05-06 Thread Jesse Stockall
an build a org.apache.tools.ant.types.Path object and then add it to the project with Project.addReference(). Then your target can use the reference. -- Jesse Stockall <[EMAIL PROTECTED]>

Re: New SQLJ Task

2003-05-06 Thread Jesse Stockall
On Tue, 2003-05-06 at 17:45, Schultz, David (US - Chicago) wrote: > > Please let me know if there is any additional work needed to get this > included. > Create a bugzilla enhancement request and attach the files to it. Documentation is a must, and test cases are nice. -- Je