Re: xmlvalidate: check for well-formedness *only*

2006-12-21 Thread paul . arzul
Quoting Jacob Kjome <[EMAIL PROTECTED]>: > > According to the Xerces features doc [1], set validation [2] and > nonvalidating.load-external-dtd [3] features to "false" to turn off > DTD/Schema validation/loading. I haven't tried this myself. so YMMV. thanks jacob. i thought i'd already tried

Re: ant 1.7

2006-12-21 Thread Res Pons
Great, thank you for the explanation and your help. Original Message Follows From: "Antoine Levy-Lambert" <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: "Ant Users List" Subject: Re: ant 1.7 Date: Thu, 21 Dec 2006 23:27:00 +0100 Hello, the pom files are descriptors of the jars in

Re: ant 1.7

2006-12-21 Thread Antoine Levy-Lambert
Hello, the pom files are descriptors of the jars in the maven environment. They give a hint that ant jars will be in the future - not right now but hopefully in a few days - be available for Ant API developers. For instance if you develop ant custom tasks, or maybe a server application which is

ant 1.7

2006-12-21 Thread Res Pons
I downloaded the ant.zip file (didn't see any .exe for windows xp) and unzipped it to my c: drive. could someone please tell me what are all these .pom .md5 and .sha1 files are. Do they serve any purpose in the windown's environment? Can I delete them to save space? They make glancing the jar

Re: please update the next release of Ant 1.7 to Xerces 2.9.0

2006-12-21 Thread Jacob Kjome
At 04:14 AM 12/21/2006, you wrote: >Jacob Kjome wrote: >> Quoting Steve Loughran <[EMAIL PROTECTED]>: > >We've just upgraded in SVN_HEAD, BTW. Excellent! Thanks :-) > > >> >>> Incidentally, does xerces now depend on this serializer.jar? That is, >>> does it need to be included in the distro? Or

Re: xmlvalidate: check for well-formedness *only*

2006-12-21 Thread Peter Reilly
Thanks. (nonvalidating.load-external-dtd) I will try this. Looks like this belongs to a FAQ somethere. Cheers. Peter On 12/21/06, Jacob Kjome <[EMAIL PROTECTED]> wrote: According to the Xerces features doc [1], set validation [2] and nonvalidating.load-external-dtd [3] features to "false" to t

Re: xmlvalidate: check for well-formedness *only*

2006-12-21 Thread Jacob Kjome
According to the Xerces features doc [1], set validation [2] and nonvalidating.load-external-dtd [3] features to "false" to turn off DTD/Schema validation/loading. I haven't tried this myself. so YMMV. [1] http://xerces.apache.org/xerces2-j/features.html [2] http://xerces.apache.org/xerces2-

Re: getting file size?

2006-12-21 Thread David Kavanagh
Thanks! The synonym generator in my head wasn't working! On 12/21/06, Scot P. Floess <[EMAIL PROTECTED]> wrote: David: look at the task... It works for files... David Kavanagh wrote: > If there is a way, I haven't found it... but I'm going to ask anyway. > Is there any way to get the size of

Re: getting file size?

2006-12-21 Thread Scot P. Floess
David: look at the task... It works for files... David Kavanagh wrote: If there is a way, I haven't found it... but I'm going to ask anyway. Is there any way to get the size of a file into a property? I need to update a .jad file and I know there are special tasks for doing it, but I'd rather

getting file size?

2006-12-21 Thread David Kavanagh
If there is a way, I haven't found it... but I'm going to ask anyway. Is there any way to get the size of a file into a property? I need to update a .jad file and I know there are special tasks for doing it, but I'd rather be able to use normal file filtering using a props set. Daivd ---

Re: slow?

2006-12-21 Thread Matt Benson
--- Matt Benson <[EMAIL PROTECTED]> wrote: > Daniel: Unfortunately, I never use forkmode="each" Oops, that's "perTest". Told you I never use it! ;) -Matt > since Stefan added "once" as an option. I see the > slowness when forking once as well as when not > forking. :) Thanks anyway for y

Re: slow?

2006-12-21 Thread Matt Benson
Daniel: Unfortunately, I never use forkmode="each" since Stefan added "once" as an option. I see the slowness when forking once as well as when not forking. :) Thanks anyway for your reply! -Matt --- Daniel Lindner <[EMAIL PROTECTED]> wrote: > Matt Benson wrote: > > Has anyone ever noticed A

[JAR task] adding JARS that are in a folder to another jar to create an executable jar of an application

2006-12-21 Thread Laurent Morissette
Hey everybody, I'm doing a project under eclipse 3.2 and i'm trying to write an ant file that can be used on any other project and i'm having some troubles :) So, to cut short on chit-chat, here my project structure: -src folder with some sub packages -lib folder containing tird party librairies s

Re: FTP "Depends" option for size as well as date?

2006-12-21 Thread Steve Loughran
JWM wrote: I lost you. Are you saying that if I change the timestamp locally, it will re-upload? I don't understand where the hash comes into play. If I change the date, it's going to upload anyway. Does somehow compare MD5 hash of the file on the server to the MD5 hash of the file locally?

Re: please update the next release of Ant 1.7 to Xerces 2.9.0

2006-12-21 Thread Steve Loughran
Jacob Kjome wrote: Quoting Steve Loughran <[EMAIL PROTECTED]>: Jacob Kjome wrote: Since this missed the 1.7.0 release, here's a friendly reminder to put it on the agenda for the 1.7.1 release. I'm a little curious why this didn't make it? It fixed a lot of bugs and finally included a proper

Re: slow?

2006-12-21 Thread Daniel Lindner
Matt Benson wrote: Has anyone ever noticed Ant running junit tests exceedingly slowly, perhaps only in the case of testsuites or nested testsuites? I am looking at a testsuite that has about 600 child tests, which all run in < 2 seconds in Eclipse's JUnit runner, but take 15-20 minutes in Ant.

AW: FTP "Depends" option for size as well as date?

2006-12-21 Thread Jan.Materne
>I lost you. Are you saying that if I change the timestamp >locally, it will re-upload? does a timestamp check. Only newer files are uploaded by default ("depends" or "newer" attribute). If you "touch" a local file will upload it, because it is now newer than the one on the server. >I don'