Kenneth Litwak wrote:

>
>                 <java fork="true" dir="${build.dir}"/test/classes

/test/classes cannnot dangle outside the quotation marks. Correct is:

<java fork="true" dir="${build.dir}/test/classes"

... etc. ... the quotes are not concatenation operators, they're marks
of XML syntax.


--
Jack J. Woehr      # We have gone from the horse and buggy
Senior Consultant  # to the moon rocket in one lifetime, but
Purematrix, Inc.   # there has not been a corresponding moral
www.purematrix.com # growth in mankind. - Dwight D. Eisenhower




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to