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/
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
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
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
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
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/
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&
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
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