On 8/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I'm having trouble build a project that has a space in its path.

You may be able to work around the problem by combining the 'dir' and
'relative' attributes of <apply>, since it appears the relative path
starting at ${sqlj.dir} is space-free.

That said, it looks (from the debug output you provided) that the
filename with spaces is properly provided as a single arg, so it's
possible that the culprit sqlj itself. Try it from the command line
independently of Ant, to confirm:

sqlj -compile=false ... "C:\path with spaces\FooMapper.sqlj"

--DD

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

Reply via email to