Re: Re: Problem choosing XSLT processer with

2006-08-01 Thread Dominique Devienne
Why more people did not notice this I have no idea! Simply because most developers and/or power-user on Windows don't install Java-related stuff in C:\Program Files, precisely to avoid such errors. --DD - To unsubscribe, e-mail

Re: Re: Problem choosing XSLT processer with

2006-08-01 Thread Peter Reilly
Hi, there is a bug in ant 1.6.5 with regard to spaces in JAVA_HOME (in particular "Program Files"). I fould this out recently after been forced to use a windows machine. Why more people did not notice this I have no idea! This is fixed in ant 1.7. So your options are: 1) move java to a different

RE: Re: Problem choosing XSLT processer with

2006-08-01 Thread cknell
-Original Message- > From: Ron Wheeler <[EMAIL PROTECTED]> > Sent: Tue, 01 Aug 2006 08:44:40 -0400 > To: Ant Users List > Subject: Re: Problem choosing XSLT processer with

RE: Re: Problem choosing XSLT processer with

2006-08-01 Thread cknell
OK, I'm back at work and the diagnostics switch worked as expected. I redirected standard out to a file so I could examine it more easily. On my computer (one that does use the XSLT engine I specified) the result showed an XML section that described the XML parser, but there was no mention of XS

RE: Re: Problem choosing XSLT processer with

2006-07-31 Thread cknell
I'm at home now and not at work. I haven't used Ant on this computer before. I opened a Windows command-line, switched to the Ant\bin directory and typed "ant -diagnostics" at the prompt. The result was this: Files\Java\jdk1.5.0_06\bin was unexpected at this time. What have I done wrong here? -