PDA

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


jnapier
08-02-2006, 11:29 PM
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, 07:28 PM
Hi,

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

Cheers,
Mark