DO NOT REPLY [Bug 21665] - should stop the build even with "keep-going"

2003-07-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://nagoya.apache.org/bugzilla/show_bu

Re: CVS Commit with ANT

2003-07-16 Thread Gus Heck
I'm doing CVS commit from ant via the apply task currently. I needed to sudo out of root for this particular situation, so cvs wouldn't have worked and I havn't tried the cvs command directly for commits. Apply works great for me though. This sort of question (How do I...?) is best asked on the

DO NOT REPLY [Bug 21665] - should stop the build even with "keep-going"

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21665] - should stop the build even with "keep-going"

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21665] New: - should stop the build even with "keep-going"

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 1484] - Request additional flexibility in AntOn task for Ant2

2003-07-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://nagoya.apache.org/bugzilla/show_bug

DO NOT REPLY [Bug 21627] - junitreport xml formatter uses obsolete redirect from xalan 1

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21594] - Result Sets and Errors are getting lost in SQL task with multiple statements

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21642] - TSTAMP is not working

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21594] - Result Sets and Errors are getting lost in SQL task with multiple statements

2003-07-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://nagoya.apache.org/bugzilla/show_bu

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

2003-07-16 Thread antoine
antoine 2003/07/16 10:29:36 Modified:.WHATSNEW src/main/org/apache/tools/ant/taskdefs SQLExec.java Log: Allow Result Sets and Errors to be processed properly in SQL task with multiple statements PR: 21594 Submitted by: Jeff Bohanek (jeff dot bohanek at msi

RE: problems with import task

2003-07-16 Thread peter reilly
On Wed, 2003-07-16 at 18:12, Dominique Devienne wrote: > > -Original Message- > > From: peter reilly [mailto:[EMAIL PROTECTED] > > (and does not succeed due to a bug - the import stack > > does not currently have a pop in the code). > > Then it's just the matter of fixing it ;-) Or at leas

DO NOT REPLY [Bug 21662] New: - import task does not handle serial import relative files

2003-07-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://nagoya.apache.org/bugzilla/show_bu

RE: problems with import task

2003-07-16 Thread Dominique Devienne
> -Original Message- > From: peter reilly [mailto:[EMAIL PROTECTED] > > The problem is what the file should > be relative to. > > The code tries to make the file relative > to the current imported file or the build file Which is the behavior I'd expect. Similar to #include "toto" in C/C+

CVS Commit with ANT

2003-07-16 Thread Vikas Phonsa
Hi Does any one know if there is an Ant task to do CVS commit. I have seen the CVS task being used of checkouts and updates but he arguments don't seem to be working for a Commit. Any one has attempted CVS commit with Ant. Vik -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PR

RE: problems with import task

2003-07-16 Thread peter reilly
The problem is what the file should be relative to. The code tries to make the file relative to the current imported file or the build file (and does not succeed due to a bug - the import stack does not currently have a pop in the code). As always with these questions there is a history ;-). see

RE: problems with import task

2003-07-16 Thread Dominique Devienne
You're kidding, right? How can that be? Isn't import a Task, with a setFile(File) method? Don't the usual Ant rules apply? --DD > -Original Message- > From: peter reilly [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 16, 2003 10:51 AM > To: Ant Developers List > Subject: Re: problems wi

Re: problems with import task

2003-07-16 Thread peter reilly
On Wed, 2003-07-16 at 16:32, Erik Hatcher wrote: > > > > Sorry, but I don't understand. Can you please post a buildfile with > > the problem? We can then fix it and add it to the testcases. > > I did this: > > > There is an issue with relative files and import: The javadoc for th

DO NOT REPLY [Bug 21594] - Result Sets and Errors are getting lost in SQL task with multiple statements

2003-07-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://nagoya.apache.org/bugzilla/show_bu

Re: problems with import task

2003-07-16 Thread Erik Hatcher
On Wednesday, July 16, 2003, at 10:19 AM, Nicola Ken Barozzi wrote: I'm finally getting around to trying the latest features of CVS Ant in a production environment. The task will help tremendously, no question, but I've run into a couple of issues: - I tried doing to 's in the same build file,

DO NOT REPLY [Bug 21658] New: - replace task doc. doesn't say whether it works incrementally

2003-07-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://nagoya.apache.org/bugzilla/show_bu

Re: problems with import task

2003-07-16 Thread peter reilly
On Wed, 2003-07-16 at 15:19, Nicola Ken Barozzi wrote: > Erik Hatcher wrote, On 15/07/2003 18.30: > > - Having the stuff imported *after* all the top-level items really is > > making things tough. I've had to move some top-level stuff specific to > > my concrete project into an init target sinc

DO NOT REPLY [Bug 21594] - Result Sets and Errors are getting lost in SQL task with multiple statements

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21638] - Get Import task to place top-level tasks/types in-line

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21657] New: - CVS Task - Not working with passfile

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21636] - Java task wraps output by default

2003-07-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://nagoya.apache.org/bugzilla/show_bu

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

2003-07-16 Thread peterreilly
peterreilly2003/07/16 07:39:47 Modified:src/main/org/apache/tools/ant Target.java src/main/org/apache/tools/ant/helper ProjectHelper2.java src/testcases/org/apache/tools/ant/taskdefs ImportTest.java .build.xml docs/manua

Re: problems with import task

2003-07-16 Thread Nicola Ken Barozzi
Erik Hatcher wrote, On 15/07/2003 18.30: I'm finally getting around to trying the latest features of CVS Ant in a production environment. The task will help tremendously, no question, but I've run into a couple of issues: - I tried doing to 's in the same build file, and the second import fai

DO NOT REPLY [Bug 21144] - Please add make's keep-going feature into ANT.

2003-07-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://nagoya.apache.org/bugzilla/show_bu

cvs commit: ant WHATSNEW

2003-07-16 Thread peterreilly
peterreilly2003/07/16 07:17:35 Modified:.WHATSNEW Log: add keep-going feature Revision ChangesPath 1.458 +2 -0 ant/WHATSNEW Index: WHATSNEW === RCS file: /home/cvs/ant/WHATSNEW,v r

cvs commit: ant/docs/manual running.html

2003-07-16 Thread peterreilly
peterreilly2003/07/16 07:14:48 Modified:src/main/org/apache/tools/ant Project.java Main.java src/main/org/apache/tools/ant/taskdefs SubAnt.java docs/manual running.html Log: Add make's keep-going feature into ANT. PR: 21144 Obtained from: Alexey Solo

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

2003-07-16 Thread bodewig
bodewig 2003/07/16 06:57:10 Modified:src/main/org/apache/tools/ant DirectoryScanner.java Log: Fix symlink check Revision ChangesPath 1.47 +39 -0 ant/src/main/org/apache/tools/ant/DirectoryScanner.java Index: DirectoryScanner.java ==

Re: problems with import task

2003-07-16 Thread Erik Hatcher
+1 :)) On Wednesday, July 16, 2003, at 04:32 AM, peter reilly wrote: On Tue, 2003-07-15 at 17:30, Erik Hatcher wrote: I'm finally getting around to trying the latest features of CVS Ant in a production environment. The task will help tremendously, no question, but I've run into a couple of iss

cvs commit: ant/src/testcases/org/apache/tools/ant DirectoryScannerTest.java

2003-07-16 Thread bodewig
bodewig 2003/07/16 06:34:14 Modified:src/etc/testcases/core directoryscanner.xml src/testcases/org/apache/tools/ant DirectoryScannerTest.java Log: Demonstrate symlink problem. With includes="alpha/beta/gamma", gamma must not be scanned if beta is a symlink.

Re: DO NOT REPLY [Bug 21144] - Please add make's keep-going feature into ANT.

2003-07-16 Thread Stefan Bodewig
> update patch - subant, exception handling, doc +1 Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 21650] - Sort order of EJB descriptors in META-INF catalog are significant when parsing the xmls

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21653] - Sort order of EJB descriptors in META-INF catalog are significant when parsing the xmls

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21650] - Sort order of EJB descriptors in META-INF catalog are significant when parsing the xmls

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21651] - Sort order of EJB descriptors in META-INF catalog are significant when parsing the xmls

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21594] - Result Sets and Errors are getting lost in SQL task with multiple statements

2003-07-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://nagoya.apache.org/bugzilla/show_bu

how to call javabean from jsp in tomcat 4.1

2003-07-16 Thread Sourav Datta
when i am calling the simple bean.. class B { private String name; public B() { } public String getName() { return name; } public void setName(String name) { this.name = name; } } from A.jsp.. A <%= "H

DO NOT REPLY [Bug 21653] New: - Sort order of EJB descriptors in META-INF catalog are significant when parsing the xmls

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21594] - Result Sets and Errors are getting lost in SQL task with multiple statements

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21651] New: - Sort order of EJB descriptors in META-INF catalog are significant when parsing the xmls

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21650] New: - Sort order of EJB descriptors in META-INF catalog are significant when parsing the xmls

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6687] - suppress console output for input task (e.g. to protect passwords)

2003-07-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://nagoya.apache.org/bugzilla/show_bug

DO NOT REPLY [Bug 6687] - suppress console output for input task (e.g. to protect passwords)

2003-07-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://nagoya.apache.org/bugzilla/show_bug

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

2003-07-16 Thread bodewig
bodewig 2003/07/16 04:47:53 Modified:src/main/org/apache/tools/ant DirectoryScanner.java Log: Fix case-insensitive DirectiryScanner - I hope Revision ChangesPath 1.46 +66 -4 ant/src/main/org/apache/tools/ant/DirectoryScanner.java Index: DirectoryScanner.java

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

2003-07-16 Thread Stefan Bodewig
On Wed, 16 Jul 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > - The other possibility is to write (for instance in FileUtils) a > routine of the type public static File findFileCaseInsensitive(File > basedir, String child) which internally would try all > uppercase/lowercase combinations

DO NOT REPLY [Bug 21594] - Result Sets and Errors are getting lost in SQL task with multiple statements

2003-07-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://nagoya.apache.org/bugzilla/show_bu

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

2003-07-16 Thread Antoine Levy-Lambert
Concerning the case insensitive scanning : - As a very short term fix, one can bypass the checkIncludePatterns routine and call scandir(basedir, "", true) in the case of case insensitive scanning. - The other possibility is to write (for instance in FileUtils) a routine of the type public static

cvs commit: ant/src/testcases/org/apache/tools/ant DirectoryScannerTest.java

2003-07-16 Thread bodewig
bodewig 2003/07/16 04:09:22 Modified:src/testcases/org/apache/tools/ant DirectoryScannerTest.java Log: Add tests for case insensitive matching. Both tests with CaseInsensitive in their name fail on Linux, I expect test2ButCaseInsesitive to pass on case insensitive file systems

Re: More NetWare changes(to fix AvailableTest failure)

2003-07-16 Thread Stefan Bodewig
On Tue, 15 Jul 2003, Jeff Tulley <[EMAIL PROTECTED]> wrote: > I do not currently have Unix/Linux access (working on it...), so I > just made a guess that the Unix case should be handled the same, but > with forward slashes. I think your guess is right (and the testcase passes 8-). Thanks

cvs commit: ant/src/testcases/org/apache/tools/ant/types PathTest.java

2003-07-16 Thread bodewig
bodewig 2003/07/16 04:00:36 Modified:src/main/org/apache/tools/ant PathTokenizer.java src/testcases/org/apache/tools/ant/types PathTest.java Log: PathTokenizer didn't deal correctly with ../ style relative paths following a colon in Unix style PATH structures on Netw

cvs commit: ant/src/testcases/org/apache/tools/ant DirectoryScannerTest.java

2003-07-16 Thread bodewig
bodewig 2003/07/16 03:57:56 Modified:src/testcases/org/apache/tools/ant DirectoryScannerTest.java Log: some whitespace changes plus assertTrue -> assertEquals in a couple of cases Revision ChangesPath 1.13 +60 -40 ant/src/testcases/org/apache/tools/ant/DirectoryS

cvs commit: ant/src/testcases/org/apache/tools/ant/util FileUtilsTest.java

2003-07-16 Thread bodewig
bodewig 2003/07/16 03:43:15 Modified:src/main/org/apache/tools/ant/launch Locator.java src/main/org/apache/tools/ant/util FileUtils.java src/testcases/org/apache/tools/ant/util FileUtilsTest.java Log: Make toURI and fromURI work correctly on Netware.

DO NOT REPLY [Bug 21642] - TSTAMP is not working

2003-07-16 Thread bugzilla
country : DE sun.os.patch.level : Service Pack 2 user.dir : C:\ZipDrive\04\apache-ant-1.5.3-1 os.arch : x86 os.name : Windows 2000 apache-ant-1.5.3-1>.\bin\ant.bat Buildfile: build.xml main: tstampTest-1: [echo] [echo] DSTAMP = 20030716 [echo] TSTAMP = 1215 [echo] TODAY = July 16

DO NOT REPLY [Bug 21594] - Result Sets and Errors are getting lost in SQL task with multiple statements

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21642] - TSTAMP is not working

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21642] New: - TSTAMP is not working

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 10413] - enhancement: JUnit task only creates one forked VM per batch

2003-07-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://nagoya.apache.org/bugzilla/show_bu

Re: New Laucher

2003-07-16 Thread Stefan Bodewig
On Tue, 15 Jul 2003, Jeff Tulley <[EMAIL PROTECTED]> wrote: > Shouldn't the last if statement instead be the following?: > >if (!path.startsWith(File.separator)) { > sb.append("/"); >} Yes, I think so. > I would also add some tests to FileUtilsTest.java Thanks a lot. > in fromUR

Re: cvs commit: ant/src/main/org/apache/tools/ant/types/selectors SelectorUtils.java

2003-07-16 Thread Stefan Bodewig
On Tue, 15 Jul 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > Please do the unit tests. Will do so shortly. I'm rather sure that some border cases of case-insensitive matching and of followsymlinks=false will be problematic. It's hard to provide a unit test for the later, it will by de

Re: problems with import task

2003-07-16 Thread peter reilly
On Wed, 2003-07-16 at 09:32, peter reilly wrote: > I have make a bugzilla report/patch: > http://issues.apache.org/bugzilla/show_bug.cgi?id=21180 > that should fix this particular problem. Opps that should be: http://issues.apache.org/bugzilla/show_bug.cgi?id=21638 Peter. -

Re: problems with import task

2003-07-16 Thread peter reilly
On Tue, 2003-07-15 at 17:30, Erik Hatcher wrote: > I'm finally getting around to trying the latest features of CVS Ant in > a production environment. The task will help tremendously, no > question, but I've run into a couple of issues: > > - I tried doing to 's in the same build file, and the

DO NOT REPLY [Bug 21638] - Get Import task to place top-level tasks/types in-line

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21638] New: - Get Import task to place top-level tasks/types in-line

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21542] - Updated MANIFEST.MF doesn't get updated in JAR

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21542] - Updated MANIFEST.MF doesn't get updated in JAR

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21636] New: - Java task wraps output by default

2003-07-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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21635] New: - AntClassLoader Constructor fails to initialize parent classloader

2003-07-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://nagoya.apache.org/bugzilla/show_bu

Re: problems with import task

2003-07-16 Thread Erik Hatcher
I would *love* to see the code and some samples of its usage! I gave up on the task that is in CVS earlier today it just didn't scale the way I needed it to - nesting was problematic, and multiple 's in one build file had issues. Others are using it though so I feel maybe I'm missing so