Try this:
<arg
value="-C-sourcepath="${source.dir}${path.separator}${sqlj.dir}""/>
Instead of this:
<arg value="-C-sourcepath=${source.dir}${path.separator}${sqlj.dir}"/>
The """ will be translated into quotation marks, and thus keep
the entire argument together.
On 8/15/07, Gilbert Rebhan <[EMAIL PROTECTED]> wrote:
> Hi,
>
> [EMAIL PROTECTED] wrote:
> > I'm having trouble build a project that has a space in its path.
>
> without looking for the details =
>
> try the good old "'your/dir with spaces/in it'"
> pattern.
>
> Regards, Gilbert
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
--
David Weintraub
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]