Posted By:
drorBanin
Posted On:
Monday, July 9, 2012 01:46 AM
I'm trying to change java compiler warning to error and error to warning. For example: fallthroughCase=error nullReference=error enumIdentifier=error ×nusedObjectAllocation=warning redundantNullCheck=warning` It is easily done on the Eclipse environment, but I haven't found a way to do the same on our build server ANT build. Any help would be mostly appreciated! Thanks, Dror
More>>
I'm trying to change java compiler warning to error and error to warning. For example:
fallthroughCase=error
nullReference=error
enumIdentifier=error
×nusedObjectAllocation=warning
redundantNullCheck=warning`
It is easily done on the Eclipse environment, but I haven't found a way to do the same on our build server ANT build.
Any help would be mostly appreciated!
Thanks, Dror
<<Less