Re: [Hibernate] Small fix for build.xml in hibernate dist

2003-12-16 Thread Christian Bauer
On 15 Dec (18:55), Andrew Premdas wrote: > When following Documentation > Getting Started, you have to run the task > 'eg' in the build file to build and run the sample. If your database > properties are not correct the build still says it has suceeded even though > it has failed. > > Fix > > Ad

[Hibernate] Small fix for build.xml in hibernate dist

2003-12-15 Thread Andrew Premdas
When following Documentation > Getting Started, you have to run the task 'eg' in the build file to build and run the sample. If your database properties are not correct the build still says it has suceeded even though it has failed. Fix Add failonerror="true" as an attribute to the java task. L