SubAnt BaseDir Woes With Java Task

2008-08-17 Thread Francisco Tolmasky
I am having issues with the basedir not being correct in SubAnt again. This time it's because it seems that the java task does not seem to respect the basedir. I have the following structure: My-Project/ build.xml Tools/ Tool1/ build.xml Tool2/

Re: xml validation woes

2006-09-01 Thread Dominique Devienne
On 9/1/06, EJ Ciramella <[EMAIL PROTECTED]> wrote: Triple slash works. Cool. Yes, I believe that's the official syntax to use, and the single-slash was a bug in a previous JDK. I was using single-slash, and it broke when I changed JDK (or maybe it's when I switched from Xalan to Saxon, I don't

RE: xml validation woes

2006-09-01 Thread EJ Ciramella
Triple slash works. -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Friday, September 01, 2006 12:32 PM To: Ant Users List Subject: Re: xml validation woes > xsi:noNamespaceSchemaLocation="file://e:/work/docs/... Try with file:/e:/work/docs and f

Re: xml validation woes

2006-09-01 Thread Steve Loughran
EJ Ciramella wrote: I'm having a bit of trouble validating a very simple xml file (for testing purposes). Can anyone shed some light on this for me please? Here is my build script: file="test.xml" classname="org.apache.xerces.parsers.SAXParser"> http://xml.org/sax/features/valida

Re: xml validation woes

2006-09-01 Thread Dominique Devienne
xsi:noNamespaceSchemaLocation="file://e:/work/docs/... Try with file:/e:/work/docs and file:///e:/work/docs. Depends on the JDK which one works I think ;-) --DD - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

xml validation woes

2006-09-01 Thread EJ Ciramella
I'm having a bit of trouble validating a very simple xml file (for testing purposes). Can anyone shed some light on this for me please? Here is my build script: http://xml.org/sax/features/validation"; value="true"/> http://apache.org/xml/features/validation/

RE: woes!

2005-03-01 Thread RADEMAKERS Tanguy
Hello Cyril, have you looked at using a combination of the and selectors? /t >-Original Message- >From: Cyril Sagan [mailto:[EMAIL PROTECTED] >Sent: Tuesday, March 01, 2005 2:28 AM >To: user@ant.apache.org >Cc: [EMAIL PROTECTED] >Subject: woes! > > >I&

woes!

2005-02-28 Thread Cyril Sagan
I'm loosing my mind trying to get Ant to delete a directory! I thought this was easy, until I was sent a path property that included multiple directory components. The obvious was working: ...until I was given a path in the form "dirX/dirY". The result was to remove "dirY" and all its con

RE: Java task - jar woes but classname goes

2004-07-16 Thread Keith Hatton
its manifest. Hope this helps Keith -Original Message- From: Geoff Capper [mailto:[EMAIL PROTECTED] Sent: 16 July 2004 04:11 To: Ant Users List Subject: Java task - jar woes but classname goes Hi, I'm not sure if I'm having a problem with my understanding of java or of ant