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

2003-06-20 Thread stevel
stevel 2003/06/20 15:59:22 Modified:src/main/org/apache/tools/ant/taskdefs ImportTask.java Log: Doc fixup. I have just started to use this: I like it, but still need to understand all that it does. Revision ChangesPath 1.11 +16 -3 ant/src/main/org/apache/tools

DO NOT REPLY [Bug 20977] New: - JunitReport 's XSLT produces unterminated string if string is long

2003-06-20 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 20969] New: - does not match anything

2003-06-20 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 20867] - The possibility of getting properties from ant scripts

2003-06-20 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/optional/dotnet ImportTypelib.java JSharp.java

2003-06-20 Thread stevel
stevel 2003/06/20 12:33:51 Modified:src/main/org/apache/tools/ant/taskdefs/optional/dotnet ImportTypelib.java JSharp.java Log: xdocs fixup Revision ChangesPath 1.2 +2 -1 ant/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/Import

DO NOT REPLY [Bug 20966] - [PATCH] Better diagnostics for missing resolver.jar

2003-06-20 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 20966] New: - [PATCH] Better diagnostics for missing resolver.jar

2003-06-20 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 20965] - does not work - ignores nested items

2003-06-20 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 20965] New: - does not work - ignores nested items

2003-06-20 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: Using classloader for Junit

2003-06-20 Thread peter reilly
On Fri, 2003-06-20 at 06:23, Costin Manolache wrote: > Nick Chalko wrote: > > > After I slept on it, I thought of how I could extend the antclassloader > > to handle the situations I need. > > I am considering a > > That will explicitly allow the optional ant task to be loaded in the > > child c

Re: patch to ant 1.5.3: add option to prevent ant from reloading classes for each test

2003-06-20 Thread Antoine Levy-Lambert
Patch committed, thanks. Antoine - Original Message - From: "Michael Beauregard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 06, 2003 11:51 PM Subject: patch to ant 1.5.3: add option to prevent ant from reloading classes for each test > Our project currently requires th

cvs commit: ant WHATSNEW

2003-06-20 Thread antoine
antoine 2003/06/20 09:29:54 Modified:src/main/org/apache/tools/ant/taskdefs/optional/junit JUnitTask.java docs/manual/OptionalTasks junit.html .WHATSNEW Log: Allow JUnit to reuse the same classloader when fork is set to fa

cvs commit: ant/docs contributors.html

2003-06-20 Thread antoine
antoine 2003/06/20 09:13:15 Modified:xdocscontributors.xml docs contributors.html Log: Add some details about my activities and a link to my private website. Revision ChangesPath 1.12 +7 -1 ant/xdocs/contributors.xml Index: contributo

DO NOT REPLY [Bug 20956] New: - java debugging and profiling

2003-06-20 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: Ant scripting with Jython (Phase 2)

2003-06-20 Thread Jonathan Simon
Sorry... forgot to send a complete script! Here is one I ran from my machine... ant = Ant() ant.echo(message="hello world") ant.delete(quiet="1", dir="D:\\java\\jython_ant\\temp") ant.mkdir(dir="D:\\java\\jython_ant\\temp") ant.touch(file="D:\\java\\jython_ant\\src\\HelloJython.java") ant.copy(fil

Re: Ant scripting with Jython (Phase 2)

2003-06-20 Thread Jonathan Simon
Sorry... forgot to send a complete script! Here is one I ran from my machine... ant = Ant() ant.echo(message="hello world") ant.delete(quiet="1", dir="D:\\java\\jython_ant\\temp") ant.mkdir(dir="D:\\java\\jython_ant\\temp") ant.touch(file="D:\\java\\jython_ant\\src\\HelloJython.java") ant.copy(fil

Ant scripting with Jython (Phase 2)

2003-06-20 Thread Jonathan Simon
All- First off, Special thanks to Peter Reilly for his last post. Im still relatively new to Jython (and Ant dev for that matter!) so his last code snippet got me thinking in the right direction about the extreme reflection in Jython! Allright. So I took Peter's code and tried to mimic the Ant Ma

AW: project dependency task

2003-06-20 Thread Jan . Materne
First I recommend reading the http://ant.apache.org/ant_task_guidelines.html . If I contribute code, I create cvs patch files (source, docs, test), zip them and create a new bug in bugzilla with a description of the new/added functions. Jan > -Ursprüngliche Nachricht- > Von: Matt Avery

project dependency task

2003-06-20 Thread Matt Avery
I have a project dependency task that I would like to contribute so I joined this list. I am a long time user of Ant but have never contributed before. Can someone give me a clue of who to send the code to and what requirements need to be met to contribute this task? Thanks, -- Matthew Avery

Re: FileUtils#createTempFile : what about using java.io.tmpdir as a default there ?

2003-06-20 Thread peter reilly
I think java.io.tmpdir is not used because it is not in java 1.1. As Ant does not support 1.1 (except to generated 1.1 classes), use should probably be made of java.io.File#createTempFile(). Peter. On Thu, 2003-06-19 at 23:32, Antoine Levy-Lambert wrote: > One user complained that FixCrLf change

New Ant PVCS task for PVCS V7.5

2003-06-20 Thread Don Stewart
Hi, I have started to develop a new Ant PVCS task that uses a lot more of PVCS functionality than the current task. The current code and example XML is on sourceforge at https://sourceforge.net/projects/ant-pvcs-75/ All comment and feedback welcome. Don mailto:[EMAIL PROTECTED] --

DO NOT REPLY [Bug 17123] - Build Process failed on OS/390, Default Manifes is invalid

2003-06-20 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 12951] - Unable to use ejbc with ejb2.0 and local interfaces(getting out of memory error with no stack trace)

2003-06-20 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 20947] - treatment of special characters by ant (escaping * -> \*)

2003-06-20 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 20947] New: - treatment of special characters by ant (escaping * -> \*)

2003-06-20 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 19385] - BorlandEJBTask: Java2iiop may block the command.

2003-06-20 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/optional/ejb BorlandDeploymentTool.java

2003-06-20 Thread antoine
antoine 2003/06/20 04:09:36 Modified:.WHATSNEW docs/manual/OptionalTasks BorlandEJBTasks.html src/main/org/apache/tools/ant/taskdefs/optional/ejb BorlandDeploymentTool.java Log: Prevent Borland implementation from being

DO NOT REPLY [Bug 18089] - bogus stripping of quotes

2003-06-20 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 2137] - VAJAntToolGUI properties are evaluated the first run but not thereafter

2003-06-20 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 20939] New: - BuildExcpetion being logged when a path does not exist.

2003-06-20 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: Using classloader for Junit

2003-06-20 Thread Nick Chalko
Costin Manolache wrote: The part that loads junit.jar to the main loader is complete. There are other possible enhancements to create arbitrary loaders or support reloading which are not yet implemented. That still failed for me. I tried this Fails with $ ant Build

Re: Using classloader for Junit

2003-06-20 Thread Costin Manolache
Nick Chalko wrote: > After I slept on it, I thought of how I could extend the antclassloader > to handle the situations I need. > I am considering a > That will explicitly allow the optional ant task to be loaded in the > child classloader. > I may even go so far as automatically adding this fi

Re: Using classloader for Junit

2003-06-20 Thread Costin Manolache
Conor MacNeill wrote: >> >BTW, I don;t really agree with the task being used to >> >modify >> > the effective classpath of running ClassLoaders. I'm sure this will >> > cause trouble too. >> >> Seems to break some of the "properties are immutable" philosophy of ant. > > No - not really an Ant

Re: Using classloader for Junit

2003-06-20 Thread Nick Chalko
It might appear to work but can fail in subtle ways. I have had instances where the second invocation of a task would cause an error because it would bring classes into the VM which were there already leading to two different class instances with the same classname being reachable (loader const

Re: Using classloader for Junit

2003-06-20 Thread Conor MacNeill
On Fri, 20 Jun 2003 01:40 am, Nick Chalko wrote: > > The > if (resourceName.startsWith("org.apache.tools.ant.taskdefs.optional.")) > {return useParentFirst;} > HACK worked last night. > > I will try something a little cleaner tonight. It might appear to work but can fail in subtle ways. I have had

Re: FileSet reference in Javac ..

2003-06-20 Thread Conor MacNeill
On Fri, 20 Jun 2003 02:59 am, Harsha Kalidindi wrote: > Hi: > > I looked through the mail archives to see if anyone had the same > issue with not being able to reference FileSets in Javac. I saw a query but > no responses. > > > >... > > >

FileSet reference in Javac ..

2003-06-20 Thread Harsha Kalidindi
Hi: I looked through the mail archives to see if anyone had the same issue with not being able to reference FileSets in Javac. I saw a query but no responses. ... Why is that above not allowed? Do I have to extend javac if I want th