Re: Apt Task

2005-03-07 Thread Alexey N. Solofnenko
Steve Loughran wrote: But it would be nice for a java-apply, and perhaps a script-apply too. something that bulk executed a bit of inline script against files. I'm not offering to write it though; enough on my todo list. I will write it next time I need it. :-) . Last time I just executed

DO NOT REPLY [Bug 33863] - exec

2005-03-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33863. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

WAS 5.1 ADMIN TASKS from ANT

2005-03-07 Thread Alex Bierhoff
I am trying to install an application to WAS 5.1 app server on linux box through ANT build script.I kept wsanttask.jar in my ant\lib\. Here is the ant task taskdef name=wsInstallApp classname=com.ibm.websphere.ant.tasks.InstallApplication/ wsInstallApp wasHome=${wasInstallationdir} ear=abc.war

cvs commit: ant WHATSNEW CONTRIBUTORS

2005-03-07 Thread peterreilly
peterreilly2005/03/07 01:37:43 Modified:src/main/org/apache/tools/ant/taskdefs SubAnt.java docs/manual/CoreTasks subant.html .WHATSNEW CONTRIBUTORS Log: add verbose attribute to subant task PR: 33787 Obtained from: Craig Ryan, Frank Somers

cvs commit: ant WHATSNEW CONTRIBUTORS

2005-03-07 Thread peterreilly
peterreilly2005/03/07 01:38:01 Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH SubAnt.java docs/manual/CoreTasks Tag: ANT_16_BRANCH subant.html .Tag: ANT_16_BRANCH WHATSNEW CONTRIBUTORS Log: sync

DO NOT REPLY [Bug 33787] - [PATCH] Extension to subant/ to print entering/leaving dir messages

2005-03-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33787. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

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

2005-03-07 Thread peterreilly
peterreilly2005/03/07 01:41:16 Modified:src/main/org/apache/tools/ant/taskdefs SubAnt.java Log: yuck, tabs Revision ChangesPath 1.24 +17 -17ant/src/main/org/apache/tools/ant/taskdefs/SubAnt.java Index: SubAnt.java

[GUMP@brutus]: Project test-ant-no-xerces (in module ant) failed

2005-03-07 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project test-ant-no-xerces has an issue affecting its community integration. This issue

Re: manual with css

2005-03-07 Thread Peter Reilly
Kev Jackson wrote: [snip] h4 { color: #ff; background-color: #828DA6; } td { background-color: ee; color:00; } pre { background-color: efefef; } I would like to add a reference to the css file for the non-generated pages. It probablly should be a different

Re: AW: manual with css

2005-03-07 Thread Peter Reilly
[EMAIL PROTECTED] wrote: What do people think about this? first look is good, some differences, but I have to look deeper into that. One difference is that the lines in the tables are not changed - I did not want to modify the html files much. Another difference is that I put a

Re: a few questions (sorry quite long)

2005-03-07 Thread Stefan Bodewig
On Wed, 02 Mar 2005, Peter Reilly [EMAIL PROTECTED] wrote: The doc does not mention it, but scriptdef inherits attributes from DefBase, We should make the docs mention it ;-) Stefan - To unsubscribe, e-mail: [EMAIL

Re: a few questions (sorry quite long)

2005-03-07 Thread Peter Reilly
Stefan Bodewig wrote: On Wed, 02 Mar 2005, Peter Reilly [EMAIL PROTECTED] wrote: The doc does not mention it, but scriptdef inherits attributes from DefBase, We should make the docs mention it ;-) On my list! Peter -

Re: a few questions (sorry quite long)

2005-03-07 Thread Stefan Bodewig
On Mon, 07 Mar 2005, Peter Reilly [EMAIL PROTECTED] wrote: On my list! Oh, I can do that as well. uri should be supported by scriptdef, typedef, taskdef, macrodef and presetdef, AFAIK. Any other task extending AntlibDefinition I'm missing? Stefan

=?iso-8859-1?q?=5BAnt_Wiki=5D_Updated=3A__Ant17/Planning?=

2005-03-07 Thread ant-cvs
Date: 2005-03-07T04:16:17 Editor: SteveLoughran Wiki: Ant Wiki Page: Ant17/Planning URL: http://wiki.apache.org/ant/Ant17/Planning no comment Change Log: -- @@ -34,6 +34,7 @@ * Fix for key IDE bugs

Re: AW: manual with css

2005-03-07 Thread Kev Jackson
[EMAIL PROTECTED] wrote: What do people think about this? first look is good, some differences, but I have to look deeper into that. (comparing echo-css with subant) Is ee like a soft grey? yep. RGB 00=black FF=white The generated docs are generated from the xdocs

cvs commit: ant/docs/manual/OptionalTasks scriptdef.html

2005-03-07 Thread peterreilly
peterreilly2005/03/07 04:21:43 Modified:docs/manual/OptionalTasks scriptdef.html Log: missing description for uri Revision ChangesPath 1.9 +7 -0 ant/docs/manual/OptionalTasks/scriptdef.html Index: scriptdef.html

Apt

2005-03-07 Thread Steve Loughran
I am about to commit the fix for the latest bugrep regarding apt, and looking at the task in general 1. we clearly need tests for this. Has anyone done any Apt work that we can use as source samples 2. did apt.Main#compile move, or has it always been broken? It may be that a beta-release

cvs commit: ant/docs/manual/OptionalTasks scriptdef.html

2005-03-07 Thread peterreilly
peterreilly2005/03/07 04:21:57 Modified:docs/manual/OptionalTasks Tag: ANT_16_BRANCH scriptdef.html Log: sync: missing description for uri Revision ChangesPath No revision No revision 1.1.2.7 +7 -0

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/compilers AptExternalCompilerAdapter.java AptCompilerAdapter.java

2005-03-07 Thread stevel
stevel 2005/03/07 04:22:52 Modified:src/main/org/apache/tools/ant/taskdefs/compilers AptExternalCompilerAdapter.java AptCompilerAdapter.java Log: Fixing apt with correct method name, some more javadocs.

Re: a few questions (sorry quite long)

2005-03-07 Thread Peter Reilly
Stefan Bodewig wrote: On Mon, 07 Mar 2005, Peter Reilly [EMAIL PROTECTED] wrote: On my list! Oh, I can do that as well. Tis done. uri should be supported by scriptdef, typedef, taskdef, macrodef and presetdef, AFAIK. These all have the manual entry. Any other task extending

DO NOT REPLY [Bug 33853] - Apt task does not call right method to compile

2005-03-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33853. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

cvs commit: ant/docs/manual/OptionalTasks scriptdef.html

2005-03-07 Thread bodewig
bodewig 2005/03/07 04:26:32 Modified:docs/manual/OptionalTasks scriptdef.html Log: 2005 Revision ChangesPath 1.10 +1 -1 ant/docs/manual/OptionalTasks/scriptdef.html Index: scriptdef.html ===

cvs commit: ant/docs/manual/OptionalTasks scriptdef.html

2005-03-07 Thread bodewig
bodewig 2005/03/07 04:35:28 Modified:docs/manual/OptionalTasks Tag: ANT_16_BRANCH scriptdef.html Log: 2005 Revision ChangesPath No revision No revision 1.1.2.8 +1 -1 ant/docs/manual/OptionalTasks/scriptdef.html Index:

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

2005-03-07 Thread peterreilly
peterreilly2005/03/07 04:39:28 Modified:docs/manual/CoreTasks apt.html Log: Apt - apt in example Revision ChangesPath 1.6 +1 -1 ant/docs/manual/CoreTasks/apt.html Index: apt.html === RCS

Re: Ant documentation

2005-03-07 Thread Stefan Bodewig
On Wed, 02 Mar 2005, Kev Jackson [EMAIL PROTECTED] wrote: Thoughts/comments more than welcome Being a LaTeX guy myself, I've grown some bad feelings towards docbook when I had to use it on one project. It's so powerless in comparision, but maybe that's only due to the default stylesheets and

Re: Apt

2005-03-07 Thread Stefan Bodewig
On Mon, 07 Mar 2005, Steve Loughran [EMAIL PROTECTED] wrote: 1. what happens on debian systems where apt is an existing app? We should bind the exe to java-home/bin/apt on forking execution We should be using JavaEnvUtils to get the path to apt, just like we do for javadoc or javac as well.

More apt

2005-03-07 Thread Steve Loughran
1. Apt is built with Make :) http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5012341 2. has some problems with return codes http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6223857 3. I told them to stop moving things on the bugrep where they are planning it, or at least tell us now and

Re: manual with css

2005-03-07 Thread Stefan Bodewig
On Mon, 07 Mar 2005, Peter Reilly [EMAIL PROTECTED] wrote: I have been looking at using a little css to make the hand-made ant manual pages look a bit like the generated ant manual pages. +1 I would like to add a reference to the css file for the non-generated pages. It probablly should be

Re: Ant documentation

2005-03-07 Thread Steve Loughran
Stefan Bodewig wrote: On Wed, 02 Mar 2005, Kev Jackson [EMAIL PROTECTED] wrote: Thoughts/comments more than welcome Being a LaTeX guy myself, I've grown some bad feelings towards docbook when I had to use it on one project. It's so powerless in comparision, but maybe that's only due to the

=?iso-8859-1?q?=5BAnt_Wiki=5D_Updated=3A__Ant17/Planning?=

2005-03-07 Thread ant-cvs
Date: 2005-03-07T04:56:40 Editor: SteveLoughran Wiki: Ant Wiki Page: Ant17/Planning URL: http://wiki.apache.org/ant/Ant17/Planning no comment Change Log: -- @@ -68,6 +68,8 @@ With bugzilla URLs and

DO NOT REPLY [Bug 33862] - rmic always builds with jdk1.5

2005-03-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33862. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

AW: manual with css

2005-03-07 Thread Jan . Materne
I found another style: /* first row */ table tr:first-child td { background-color: cc; color:00; } which uses a pseudo-class selector [1] of CSS 2.1. The table header in subant has this special colors, but the old manual (javac) has only a tabletrtdb so it´s difficult

cvs commit: ant build.xml

2005-03-07 Thread stevel
stevel 2005/03/07 05:42:52 Modified:.build.xml Log: Excluding XSD tests on systems without an adequate parser. Revision ChangesPath 1.459 +21 -0 ant/build.xml Index: build.xml ===

Re: AW: manual with css

2005-03-07 Thread Peter Reilly
[EMAIL PROTECTED] wrote: I found another style: /* first row */ table tr:first-child td { background-color: cc; color:00; } which uses a pseudo-class selector [1] of CSS 2.1. I would rather not use stuff that needs modern versions of browers. The table header in subant has

DO NOT REPLY [Bug 33879] New: - runant script in ruby

2005-03-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33879. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33879] - runant script in ruby

2005-03-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33879. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: manual with css

2005-03-07 Thread Peter Reilly
Stefan Bodewig wrote: On Mon, 07 Mar 2005, Peter Reilly [EMAIL PROTECTED] wrote: I have been looking at using a little css to make the hand-made ant manual pages look a bit like the generated ant manual pages. +1 I would like to add a reference to the css file for the non-generated

AW: AW: manual with css

2005-03-07 Thread Jan . Materne
I agree it would be better not to rely on modern features. But older browser just ignore that so it would be just an extra. And IMO this is only an iterim because of the autogen-stuff. Jan -Ursprüngliche Nachricht- Von: Peter Reilly [mailto:[EMAIL PROTECTED] Gesendet am: Montag, 7.

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

2005-03-07 Thread Dominique Devienne
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] By popular demand: Do not scan directories if their contents are excluded. Changed scannedDirs from a cache to a result and added a gettor method with a warning in the Javadoc that it was a testing method only. Cool! Should be a

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

2005-03-07 Thread stevel
stevel 2005/03/07 07:10:56 Modified:src/main/org/apache/tools/ant/taskdefs Clone.java src/main/org/apache/tools/ant AntClassLoader.java Log: deal with javac1.5 whinings Revision ChangesPath 1.2 +1 -1

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

2005-03-07 Thread stevel
stevel 2005/03/07 07:12:25 Modified:src/etc/testcases/taskdefs/rmic rmic.xml src/main/org/apache/tools/ant/taskdefs/rmic DefaultRmicAdapter.java src/testcases/org/apache/tools/ant/taskdefs

Re: AW: manual with css

2005-03-07 Thread Nicola Ken Barozzi
Kev Jackson wrote: ... Forrest, sorry I thought that was for websites (sort of like velocity), but I haven't studied it properly. ... When I've finished (and it's not as manual as it would first appear, although I could do with a transform html tables into docbook tabels script), the manual

Re: AW: AW: manual with css

2005-03-07 Thread Peter Reilly
[EMAIL PROTECTED] wrote: I agree it would be better not to rely on modern features. But older browser just ignore that so it would be just an extra. And IMO this is only an iterim because of the autogen-stuff. Yes, but I think that the autogen stuff should use css, and in that case the css

cvs commit: ant WHATSNEW

2005-03-07 Thread stevel
stevel 2005/03/07 07:17:48 Modified:docs/manual/CoreTasks rmic.html .WHATSNEW Log: Doc update. bug rmic always compiles on Java1.5 http://issues.apache.org/bugzilla/show_bug.cgi?id=33862 Revision ChangesPath 1.17 +5 -2

DO NOT REPLY [Bug 33862] - rmic always builds with jdk1.5

2005-03-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33862. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

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

2005-03-07 Thread stevel
stevel 2005/03/07 07:23:37 Modified:src/main/org/apache/tools/ant/taskdefs Execute.java Log: javadocs Revision ChangesPath 1.90 +7 -1 ant/src/main/org/apache/tools/ant/taskdefs/Execute.java Index: Execute.java

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

2005-03-07 Thread Stefan Bodewig
On Mon, 7 Mar 2005, Matt Benson [EMAIL PROTECTED] wrote: That's what I thought, but the test got: [junit] java.lang.IllegalAccessError: tried to access method org.apache.tools .ant.DirectoryScanner.getScannedDirs()Ljava/util/Set; from class org.apache.tools.ant.DirectoryScannerTest How do

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

2005-03-07 Thread Stefan Bodewig
On Mon, 7 Mar 2005, Matt Benson [EMAIL PROTECTED] wrote: Do these get run by Gump in any way? Yes, in this case tests and classes under test share the same classloader, since they all get loaded with the system classloader. But I'd still like to know how to run such a test. :) Put

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

2005-03-07 Thread Stefan Bodewig
On Mon, 7 Mar 2005, Dominique Devienne [EMAIL PROTECTED] wrote: Looks like a classloader issue (your test has been loaded from a different classloader than the class to test which means they are not inside the same package). There are other tests that rely on being in the same package, we

JUnit timeout question

2005-03-07 Thread Dominique Devienne
I'm currently having a problem with a test deadlocking, which hangs my cruisecontrol build. The tests are forked, each running in its own VM (fork=true, forkmode=perTest). In this case, does the junit timeout attribute apply to each individual test, or to the cumulative time taken by all the

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

2005-03-07 Thread Dominique Devienne
From: Stefan Bodewig [mailto:[EMAIL PROTECTED] The package a class belongs to really is not just the package name, but the pair of package name and the classloader that has loaded the class. Only when a package is sealed, no? Are you saying that you can't have two classes from the same

Re: JUnit timeout question

2005-03-07 Thread Stefan Bodewig
On Mon, 7 Mar 2005, Dominique Devienne [EMAIL PROTECTED] wrote: In this case, does the junit timeout attribute apply to each individual test, or to the cumulative time taken by all the tests? Each test. Stefan - To

cvs commit: ant build.xml

2005-03-07 Thread mbenson
mbenson 2005/03/07 09:02:46 Modified:.build.xml Log: Move DirectoryScanner.getScannedDirs() to package-private access; add DirectoryScannerTest to tests.and.ant.share.classloader tests. Revision ChangesPath 1.460 +2 -0 ant/build.xml Index:

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

2005-03-07 Thread mbenson
mbenson 2005/03/07 09:02:46 Modified:src/main/org/apache/tools/ant DirectoryScanner.java Log: Move DirectoryScanner.getScannedDirs() to package-private access; add DirectoryScannerTest to tests.and.ant.share.classloader tests. Revision ChangesPath 1.94 +1 -1

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

2005-03-07 Thread Stefan Bodewig
On Mon, 7 Mar 2005, Dominique Devienne [EMAIL PROTECTED] wrote: From: Stefan Bodewig [mailto:[EMAIL PROTECTED] The package a class belongs to really is not just the package name, but the pair of package name and the classloader that has loaded the class. Only when a package is sealed, no?

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

2005-03-07 Thread mbenson
mbenson 2005/03/07 09:13:06 Modified:src/main/org/apache/tools/ant DirectoryScanner.java Log: Reuse boolean[] instances for case-sensitivity iterations when scanning; reverse logic for better clarity of intent with these arrays. Revision ChangesPath 1.95 +10 -6

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

2005-03-07 Thread mbenson
mbenson 2005/03/07 09:16:33 Modified:src/main/org/apache/tools/ant DirectoryScanner.java Log: static final variables: csScanOnly - CS_SCAN_ONLY, csThenNonCs - CS_THEN_NON_CS Revision ChangesPath 1.96 +3 -3

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

2005-03-07 Thread peterreilly
peterreilly2005/03/07 09:49:12 Modified:docs/manual/CoreTypes Tag: ANT_16_BRANCH namespace.html Log: sync Revision ChangesPath No revision No revision 1.1.2.5 +8 -8 ant/docs/manual/CoreTypes/namespace.html Index:

cvs commit: ant/docs/manual/stylesheets style.css

2005-03-07 Thread peterreilly
peterreilly2005/03/07 10:00:03 Added: docs/manual/stylesheets style.css Log: css stylesheet for hand written manual pages Revision ChangesPath 1.1 ant/docs/manual/stylesheets/style.css Index: style.css

cvs commit: ant/docs/manual/CoreTasks ant.html antcall.html antstructure.html apply.html apt.html available.html basename.html buildnumber.html changelog.html checksum.html chmod.html clone.html common.html concat.html condition.html conditions.html copy.html copydir.html copyfile.html cvs.html cvspass.html cvstagdiff.html cvsversion.html defaultexcludes.html delete.html deltree.html dependset.html dirname.html ear.html echo.html exec.html fail.html filter.html fixcrlf.html genkey.html get.html gunzip.html gzip.html import.html input.html jar.html java.html javac.html javadoc.html length.html libraries.html loadfile.html loadproperties.html macrodef.html mail.html manifest.html mkdir.html move.html nice.html pack.html parallel.html patch.html pathconvert.html presetdef.html property.html recorder.html rename.html replace.html rmic.html sequential.html signjar.html sleep.html sql.html style.html sync.html tar.html taskdef.html touch.html tstamp.html typedef.html unpack.html untar.html unzip.html uptodate.html waitfor.html war.html xmlproperty.html zip.html

2005-03-07 Thread peterreilly
peterreilly2005/03/07 10:09:12 Modified:docs/manual/CoreTasks ant.html antcall.html antstructure.html apply.html apt.html available.html basename.html buildnumber.html changelog.html checksum.html chmod.html

cvs commit: ant/docs/manual/OptionalTasks BorlandEJBTasks.html BorlandGenerateClient.html antlr.html attrib.html cab.html ccm.html chgrp.html chown.html clearcase.html depend.html dotnet.html echoproperties.html ejb.html ftp.html icontract.html image.html jarlib-available.html jarlib-display.html jarlib-manifest.html jarlib-resolve.html javacc.html javah.html jdepend.html jjdoc.html jjtree.html jlink.html jpcoverage.html jspc.html junit.html junitreport.html maudit.html mimemail.html mmetrics.html mparse.html native2ascii.html netrexxc.html perforce.html propertyfile.html pvcstask.html renameextensions.html replaceregexp.html rexec.html rpm.html schemavalidate.html scp.html script.html scriptdef.html serverdeploy.html sos.html sound.html splash.html sshexec.html starteam.html stylebook.html symlink.html telnet.html test.html translate.html vss.html wljspc.html xmlvalidate.html

2005-03-07 Thread peterreilly
peterreilly2005/03/07 10:11:16 Modified:docs/manual/OptionalTasks BorlandEJBTasks.html BorlandGenerateClient.html antlr.html attrib.html cab.html ccm.html chgrp.html chown.html clearcase.html depend.html dotnet.html

cvs commit: ant/docs/manual/CoreTypes antlib.html assertions.html custom-programming.html description.html dirset.html filelist.html fileset.html filterchain.html filterset.html mapper.html namespace.html patternset.html permissions.html propertyset.html redirector.html regexp.html selectors-program.html selectors.html xmlcatalog.html zipfileset.html

2005-03-07 Thread peterreilly
peterreilly2005/03/07 10:18:27 Modified:docs/manual/CoreTypes antlib.html assertions.html custom-programming.html description.html dirset.html filelist.html fileset.html filterchain.html filterset.html mapper.html

cvs commit: ant/docs/manual/OptionalTypes classfileset.html extension.html extensionset.html

2005-03-07 Thread peterreilly
peterreilly2005/03/07 10:19:27 Modified:docs/manual/OptionalTypes classfileset.html extension.html extensionset.html Log: add reference to stylesheet for OptionalTypes Revision ChangesPath 1.7 +2 -1

cvs commit: ant/docs/manual/api index.html packages.html

2005-03-07 Thread peterreilly
peterreilly2005/03/07 10:38:27 Modified:docs/manual antexternal.html anttaskslist.html base_task_classes.html clonevm.html conceptstypeslist.html coretasklist.html cover.html develop.html developlist.html

DO NOT REPLY [Bug 33718] - No Authentication possible by a given keyfile

2005-03-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33718. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33882] New: - Apt task with fork=false and factory tag

2005-03-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33882. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33882] - Apt task with fork=false and factory tag

2005-03-07 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33882. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

empty string as pattern

2005-03-07 Thread Matt Benson
When defining a file/dirset, if I want to exclude the basedir itself I have to use includes=*/** or some similar trick. I tried specifying a nested exclude name= / but that didn't work. After digging into PatternSet's code I see that we discard zero-length patterns. Does anyone know the

cvs commit: ant/src/testcases/org/apache/tools/ant/types/optional/depend ClassFileSetTest.java

2005-03-07 Thread mbenson
mbenson 2005/03/07 13:03:29 Modified:src/testcases/org/apache/tools/ant/types/optional/depend ClassFileSetTest.java Log: Typos Revision ChangesPath 1.12 +3 -3

cvs commit: ant/src/testcases/org/apache/tools/ant/types/optional/depend ClassFileSetTest.java

2005-03-07 Thread mbenson
mbenson 2005/03/07 13:05:17 Modified:src/testcases/org/apache/tools/ant/types/optional/depend Tag: ANT_16_BRANCH ClassFileSetTest.java Log: Sync Revision ChangesPath No revision No revision 1.6.2.5 +18 -18

cvs commit: ant/src/main/org/apache/tools/ant/types/optional/depend ClassfileSet.java

2005-03-07 Thread mbenson
mbenson 2005/03/07 13:05:52 Modified:src/main/org/apache/tools/ant/types/optional/depend ClassfileSet.java Log: Javadoc, LOC Revision ChangesPath 1.18 +22 -28 ant/src/main/org/apache/tools/ant/types/optional/depend/ClassfileSet.java

cvs commit: ant/src/main/org/apache/tools/ant/types/optional/depend ClassfileSet.java

2005-03-07 Thread mbenson
mbenson 2005/03/07 13:09:16 Modified:src/main/org/apache/tools/ant/types/optional/depend Tag: ANT_16_BRANCH ClassfileSet.java Log: Sync Revision ChangesPath No revision No revision 1.13.2.5 +22 -28

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

2005-03-07 Thread mbenson
mbenson 2005/03/07 15:25:52 Modified:src/testcases/org/apache/tools/ant DirectoryScannerTest.java Log: Spelling, blank lines Revision ChangesPath 1.34 +7 -3 ant/src/testcases/org/apache/tools/ant/DirectoryScannerTest.java Index: DirectoryScannerTest.java