ruleset task idea

2004-08-02 Thread Kendall Shaw
Hi, I have an idea for a task to handle file based build prerequisites in a somewhat make-like way. Does this sound like a good idea? The XML might be like: For example (please forgive any ameturish tagging here):

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/dotnet WsdlToDotnet.java

2004-08-02 Thread stevel
stevel 2004/08/02 16:03:23 Modified:src/main/org/apache/tools/ant/taskdefs/optional/dotnet WsdlToDotnet.java Log: wsdl.exe cant spell parseable. Revision ChangesPath 1.24 +1 -1 ant/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/

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

2004-08-02 Thread stevel
stevel 2004/08/02 15:45:44 Modified:src/main/org/apache/tools/ant/taskdefs/rmic DefaultRmicAdapter.java Log: typo Revision ChangesPath 1.33 +1 -1 ant/src/main/org/apache/tools/ant/taskdefs/rmic/DefaultRmicAdapter.java Index: Defaul

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

2004-08-02 Thread stevel
stevel 2004/08/02 15:44:17 Modified:src/main/org/apache/tools/ant/taskdefs/optional XMLValidateTask.java Log: A couple extra traces in the log for xml validate. I wonder if we should include the full exception text on a parse failure, as it is often usefu

cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs/optional WsdlToDotnetTest.java

2004-08-02 Thread stevel
stevel 2004/08/02 15:42:20 Modified:src/etc/testcases/taskdefs/optional WsdlToDotnet.xml src/main/org/apache/tools/ant/taskdefs/optional/dotnet WsdlToDotnet.java src/testcases/org/apache/tools/ant/taskdefs/optional

DO NOT REPLY [Bug 30438] - Import not working with relative paths and symlinks

2004-08-02 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 30438] - Import not working with relative paths and symlinks

2004-08-02 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 30438] New: - Import not working with relative paths and symlinks

2004-08-02 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: Regexp mapper example

2004-08-02 Thread Stefan Bodewig
On Fri, 30 Jul 2004, Paul Galbraith <[EMAIL PROTECTED]> wrote: > I spent more time than I'm willing to admit trying to use the regexp > mapper to map class files back to java source. Nice work, I feel the pain. Many thanks for sharing, I've committed your example. Cheers Stefan -- ht

cvs commit: ant/docs/manual/CoreTypes mapper.html

2004-08-02 Thread bodewig
bodewig 2004/08/02 07:32:44 Modified:.CONTRIBUTORS docs/manual/CoreTypes mapper.html Log: Add example regexp that maps from Java class files to the corresponding source files. Submitted by: Paul Galbraith Revision ChangesPath 1.29 +1 -0

DO NOT REPLY [Bug 27739] - sql insert statement fails on '--' strings

2004-08-02 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 27739] - sql insert statement fails on '--' strings

2004-08-02 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 27739] - sql insert statement fails on '--' strings

2004-08-02 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 28745] - SQL Task treatment of "--" is incorrect

2004-08-02 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/xdocs resources.xml

2004-08-02 Thread jhm
jhm 2004/08/02 04:43:50 Modified:docs resources.html xdocsresources.xml Log: Article about 'buildfile' written in Java Revision ChangesPath 1.80 +27 -0 ant/docs/resources.html Index: resources.html ===

DO NOT REPLY [Bug 20153] - zip/unzip tasks - last modified dates off by an hour

2004-08-02 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 20153] - zip/unzip tasks - last modified dates off by an hour

2004-08-02 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

Creating multiple builds

2004-08-02 Thread Nitin . Narayan
Hi, I have got to code bases with different source files in each. I need to create a single build.xml file in such a way that I am able to run ant once with this build.xml file and create two ear files for distribution, one of each code base. I tried the separate build.xml files of each into on