cvs commit: ant/src/main/org/apache/tools/ant/types defaults.properties

2003-09-29 Thread stevel
stevel 2003/09/29 14:49:51 Modified:src/main/org/apache/tools/ant/types Tag: ANT_16_BRANCH defaults.properties Log: who didnt get the assertion type into this branch properly. I didnt, that's who Revision ChangesPath No revision

tests of ant.1.6beta

2003-09-29 Thread Antoine Lévy-Lambert
I have made a build on my PC with jdk 1.4. The following tests are failing for me : org.apache.tools.ant.taskdefs.optional.XalanLiaisonTest org.apache.tools.ant.taskdefs.optional.XslpLiaisonTest because they cannot find org/apache/xerces/framework/XMLParser and org.apache.tools.ant.types.Asser

AW: All those jars...!

2003-09-29 Thread Antoine Lévy-Lambert
Hi Dale, you might want to download the sources from cvs and do a build, there have been some changes in the start up scripts which are going to apply to ant1.6. (I do not know if this is going to solve your problems though) Cheers, Antoine -Ursprüngliche Nachricht- Von: Dale Anson [ma

Re: All those jars...!

2003-09-29 Thread Dale Anson
I don't claim to understand the details of what ant-launcher is supposed to do, but if I do: cd ${ant.home}/lib jar xf ant.jar jar xf ant-launcher.jar rm ant.jar ant-launcher.jar jar cfm ant.jar META-INF/MANIFEST.MF META-INF/LICENSE.txt images/ org/ rm -rf META-INF/ images/ org/ java -jar ant.jar

DO NOT REPLY [Bug 23496] - Not picking up environment variables?

2003-09-29 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: [PATCH] JUnit task - forking only once for a batch

2003-09-29 Thread Philip Aston
> -Original Message- > From: Jim Dixon [mailto:[EMAIL PROTECTED] > Sent: 28 September 2003 19:46 > To: Philip Aston > Cc: [EMAIL PROTECTED] > Subject: RE: [PATCH] JUnit task - forking only once for a batch > > > On Sun, 28 Sep 2003, Philip Aston wrote: > > > > > > > On Tue

[PATCH] JUnit task - forking only once for a batch - RESEND

2003-09-29 Thread Philip Aston
> -Original Message- > From: Philip Aston > Sent: 28 September 2003 15:49 > To: '[EMAIL PROTECTED]' > Subject: [PATCH] JUnit task - forking only once for a batch > > Patch and new file attached for consideration. Example usage: > > > > > > >

DO NOT REPLY [Bug 23496] New: - Not picking up environment variables?

2003-09-29 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: password for proxy, etc

2003-09-29 Thread Nick Chalko
see http://jakarta.apache.org/site/source.html#Patches smime.p7s Description: S/MIME Cryptographic Signature

password for proxy, etc

2003-09-29 Thread Marc Donovan
I have developed an ant task that I would like to donate to the project. It allows ant to tunnel through a proxy server that requires a password. I've pasted the code below, and I can send an attachment if it gets mangled. Enjoy /* * The Apache Software License, Version 1.1 * * Copyright (c) 2

Re: All those jars...!

2003-09-29 Thread Steve Loughran
Dale Anson wrote: It looks like either optional.jar or ant-launcher.jar are required in addition to ant.jar, see below. It might be nice to put the classes from ant-launcher.jar into ant.jar. not possible, because the role of ant-launcher is to set up the classpath to load ant.jar and the other

Re: cvs commit: ant welcome.html

2003-09-29 Thread Steve Loughran
Stefan Bodewig wrote: On 27 Sep 2003, <[EMAIL PROTECTED]> wrote: If the Apache organization had a tea room, those Ant awards would be forcing all the other (excellent) Apache products to fight hard for their cabinet space. Uhm, HTTPD? 8-) exactly --

Re: Antidote Reopener changes

2003-09-29 Thread Jack Woehr
Christoph Wilhelms wrote: > Most interesting thing would be to set Ant-properties via a dialog or an > editor and persist those parameters in the properties-file to have them > persistent for future runs! Right, yes, that is the most important thing for the working user. -- Jack J. Woehr

over SSH

2003-09-29 Thread jan
> I have to do the section about creating the patch file. I tried the > patch.xml at home. But Ant stops. Maybe because I have to use the SSH > tunnel. How to setup Ant-cvs? Are there any special settings? Should > the > "cvsRsh" attribute set to "ssh" or is the environment variable > evaluated?

Re: All those jars...!

2003-09-29 Thread Dale Anson
It looks like either optional.jar or ant-launcher.jar are required in addition to ant.jar, see below. It might be nice to put the classes from ant-launcher.jar into ant.jar. cd ${ant.home}/lib java -classpath ant.jar org.apache.tools.ant.Main Exception in thread "main" java.lang.NoClassDefFoundE

Next tutorial and Task (2)

2003-09-29 Thread jan
I have committed the second working draft of the tutorial. Before committing the task and porting the whole stuff to 1.6-branch I want to hear some more comments. Especially: are there any comments on the tutorial? Because I´m not a native (English) speaker my English isn´t as good as it should -

cvs commit: ant/docs/manual tutorial-tasks-filesets-properties.zip

2003-09-29 Thread jhm
jhm 2003/09/29 07:32:05 Added: docs/manual tutorial-tasks-filesets-properties.zip Log: Second working draft. Ready for discussion. ZIP containing sources and buildfiles. Revision ChangesPath 1.1 ant/docs/manual/tutorial-tasks-filesets-properties.z

cvs commit: ant/docs/manual tutorial-tasks-filesets-properties.html

2003-09-29 Thread jhm
jhm 2003/09/29 07:30:17 Modified:docs/manual tutorial-tasks-filesets-properties.html Log: Second working draft. Ready for discussion. Revision ChangesPath 1.2 +278 -51 ant/docs/manual/tutorial-tasks-filesets-properties.html Index: tutorial-tasks-filesets-

cvs commit: ant/docs/manual coretasklist.html

2003-09-29 Thread jhm
jhm 2003/09/29 07:28:05 Modified:docs/manual coretasklist.html Log: Add link to whichresource task Revision ChangesPath 1.51 +2 -1 ant/docs/manual/coretasklist.html Index: coretasklist.html =

cvs commit: ant welcome.html

2003-09-29 Thread bodewig
bodewig 2003/09/29 02:02:56 Modified:.Tag: ANT_16_BRANCH welcome.html Log: fix Revision ChangesPath No revision No revision 1.2.2.4 +1 -1 ant/welcome.html Index: welcome.html ==

cvs commit: ant welcome.html

2003-09-29 Thread bodewig
bodewig 2003/09/29 01:57:05 Modified:.Tag: ANT_16_BRANCH welcome.html Log: BSF dependency has changed, too Revision ChangesPath No revision No revision 1.2.2.3 +2 -1 ant/welcome.html Index: welcome.html ===

Re: cvs commit: ant welcome.html

2003-09-29 Thread Stefan Bodewig
On 27 Sep 2003, <[EMAIL PROTECTED]> wrote: > If the Apache organization had a tea room, those Ant awards would > be forcing all the other (excellent) Apache products to fight > hard for their cabinet space. Uhm, HTTPD? 8-) Stefan ---

DO NOT REPLY [Bug 15836] - build not found on mounted Windows XP folder

2003-09-29 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/docs/manual credits.html ide.html

2003-09-29 Thread bodewig
bodewig 2003/09/29 01:42:08 Modified:docs/manual Tag: ANT_15_BRANCH credits.html ide.html Log: Merge from HEAD Revision ChangesPath No revision No revision 1.15.2.9 +2 -2 ant/docs/manual/credits.html Index: credits.html

cvs commit: ant/docs/manual credits.html ide.html

2003-09-29 Thread bodewig
bodewig 2003/09/29 01:40:57 Modified:.Tag: ANT_16_BRANCH ReleaseInstructions docs/manual Tag: ANT_16_BRANCH credits.html ide.html Log: Merge from HEAD Revision ChangesPath No revision No revision 1.17.2.1 +2

cvs commit: ant/docs/manual credits.html

2003-09-29 Thread bodewig
bodewig 2003/09/29 01:37:32 Modified:.ReleaseInstructions docs/manual credits.html Log: There's another mention of Ant's version in credits.html, submitted by Jens Skripczynski Revision ChangesPath 1.18 +2 -0 ant/ReleaseInstructions

cvs commit: ant/docs/manual ide.html

2003-09-29 Thread bodewig
bodewig 2003/09/29 01:36:56 Modified:docs/manual ide.html Log: JDE is now JDEE, submitted by Jens Skripczynski Revision ChangesPath 1.12 +3 -3 ant/docs/manual/ide.html Index: ide.html === R

RE: Antidote Reopener changes

2003-09-29 Thread Christoph Wilhelms
> Oops, I forgot the -c , as in > > cvs diff -c > > Resending. Applied! Works! Thanx! IMO there are certain things we can use that properties for. One of the most easy things is to make the coloring of the console configurable. Later on - if the xml-output/editor becomes syntax-highlighted

cvs commit: ant-antidote/src/java/org/apache/tools/ant/gui/modules Reopener.java

2003-09-29 Thread chrisw
chrisw 2003/09/28 23:40:00 Modified:src/java/org/apache/tools/ant/gui/modules Reopener.java Log: Make reopen use PropertiesManager Submitted by: Jack Woehr Reviewed by: Christoph Wilhelms CVS: -- CVS: PR

Re: Antidote Reopener changes

2003-09-29 Thread Jack J. Woehr
Christoph Wilhelms wrote: > > Antidote Reopener changed to use global PropertiesManager > > (instead of writing its own Properties file). > > Hi Jack! > > I just wanted to apply your patch, but other then the first one I had > problems with this one! CVS simply said, that the file contains no vali

RE: Antidote Reopener changes

2003-09-29 Thread Christoph Wilhelms
> Antidote Reopener changed to use global PropertiesManager > (instead of writing its own Properties file). Hi Jack! I just wanted to apply your patch, but other then the first one I had problems with this one! CVS simply said, that the file contains no valid patch! Can you re-send it please! Or

Antidote Reopener changes

2003-09-29 Thread Jack J. Woehr
Antidote Reopener changed to use global PropertiesManager (instead of writing its own Properties file). -- Jack J. Woehr # You measure democracy by the freedom it Senior Consultant # gives its dissidents, not the freedom Purematrix, Inc. # it gives its assimilated conformists. www.purematr

Re: All those jars...!

2003-09-29 Thread Conor MacNeill
On Mon, 29 Sep 2003 10:27 am, Dale Anson wrote: > Woops -- never mind. If I get ant.jar and optional.jar from the same > distribution in the path, the rest are optional, as they should be. > optional.jar is going away IIRC. Conor -

Re: All those jars...!

2003-09-29 Thread Dale Anson
Woops -- never mind. If I get ant.jar and optional.jar from the same distribution in the path, the rest are optional, as they should be. Dale Anson wrote: > I downloaded the binary Ant 1.6 alpha, from the 9/9/2003 nightly build. > The 'lib' directory has 30+ jars. I regularly use Ant from within