On 2010-07-29, Stefan Bodewig wrote:
> this now looks a lot like the Cargo build problem where some sort of
> interaction between doxia, checkstyle and velocity is causing problems.
> I'll try to add doxia to Gump to see whether the problem has been fixed
> in later versions.
I think I see where the problem is and it is more likely a regression in
Velocity. Velocity trunk doesn't parse a line like this
#set ( $documentHeader = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" )
because it doesn't recognize \" as an escape sequence and thinks the
string literal ends right in front of the 1. The version of velocity
used by the mvn site plugin works differently. I'll follow up with the
velocity list during the next week since I'm mostly offline for the
remainder of this week.
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]