Re: AW: Ant and Norton Antivirus 2004 on XP

2003-12-08 Thread joseph . millar
Thanks, Antoine. I'n running ant 1.5.4 on XP with Service Pack 1. I sent an email to Symantec, but they have no user fourm that I can find, so I guess I have to wait til they wish to get back to me. I'm a not a very happy camper at the moment, but I have no hard evidence to point an accusa

AW: Ant and Norton Antivirus 2004 on XP

2003-12-08 Thread Antoine Levy-Lambert
Hi Joseph, I am using ant and Norton Professional 2003 on Windows 2000 and I have no special problems. However, ant 1.6 has been modified to do retries when deleting files or creating directories, largely with antivirus software in mind. Before the fixes, ant would not hang, but would throw excepti

Ant and Norton Antivirus 2004 on XP

2003-12-08 Thread joseph . millar
Hi, folks, I'm new to the list. Been using ant for several weeks now and started having a problem this morning that maybe someone recognizes. The archive listing on the website is a broken link, and Google is yeilding nothing useful. I hope this isn't I work for a startup and we are using a

Re: AW: XSLT with entities and therefore DOCTYPE

2003-12-08 Thread Will Lopez
A very good XSL list is [EMAIL PROTECTED] I don't understand what you're trying to accomplish...can you supply the result you expect (and the input)...real code...this example only has a template to match the root node and it will depend on the built in templates to process the remaining nodes.

Re: MetaInf usage

2003-12-08 Thread Erik Hatcher
is simply a fileset, so it's usage is identical to all you will find documented about filesets. for example. Erik On Monday, December 8, 2003, at 04:19 PM, Kavitha Ranga wrote: Hello, I am trying to use the metainf tag within a jar tag. i am looking for examples and usage of this tag.

MetaInf usage

2003-12-08 Thread Kavitha Ranga
Hello, I am trying to use the metainf tag within a jar tag. i am looking for examples and usage of this tag. I want to add a couple of xml files to the META-INF directory inside the jar file. Any help is appreciated. Thanks in advance. Kavitha ---

Re: AW: XSLT with entities and therefore DOCTYPE

2003-12-08 Thread Robert Koberg
-Ursprüngliche Nachricht- Von: Mike Castle [mailto:[EMAIL PROTECTED] Gesendet: Montag, 8. Dezember 2003 21:23 An: [EMAIL PROTECTED] Betreff: XSLT with entities and therefore DOCTYPE There is the mulberrytech xsl-list that is a very good resource. I will try to answer inline. Also, get a

Re: XSLT with entities and therefore DOCTYPE

2003-12-08 Thread J.Pietschmann
Mike Castle wrote: So, is there anyway I can get ant to convince XSLT not to validate the stylesheet, even though it has a DOCTYPE (I really don't want to have to write a DTD for this thing)? The noise comes from the parser, not from the XSLT processor. Actually it's not really validating, otherwis

AW: XSLT with entities and therefore DOCTYPE

2003-12-08 Thread Antoine Lévy-Lambert
Hi Mike, I am no great XSL expert. Did you try the element instead of entities ? Maybe you are having problems with the xml-apis.jar or the xercesImpl.jar which is bundled with ant 1.5.3 ? I am not sure, I hope someone else gives you better ideas. Otherwise, there are certainly some xml lists wh