Hi,

> > - The python script should use correct line ending, too - it always uses
\n, also
> on windows.
> 
> Looks like you fixed?  Thanks.

I fixed it by manually converting all files to windows line endings (with
unix2dos). Otherwise SVN complains on committing.

> I'll add the ant target too.

Thanks. Don't forget to use <fixcrlf/> ant task - and when you use <exec/>,
don't use <arg line=".."/> this breaks with spaces in path - use <arg
value=..."/> for every single parameter. See e.g. some QueryParser, Moman,
or JFlex tasks - not sure which has it.

I can review patch!

Uwe


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to