PDA

View Full Version : Missing Compiler Args in Spring.Data.build


jnapier
08-03-2006, 12:29 AM
I was attempting to build a strong named version of the nightly build and found out that the compiler arguments were missing from the Spring.Data.build file. This needs to be added after the csc element

<arg line="${compiler.args}"/>

Mark Pollack
08-07-2006, 08:28 PM
Hi,

Thanks for reporting this, I've made the change in CVS.

Cheers,
Mark