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
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