Hi,
I tried to compile my codes into .war file so I pressed the usual clean and build button in NetBean IDE 7 version.
Alas, it gives me this error:-
<target depends="do-clean" if="status.clean-failed" name="check-clean">
<echo message="Warning: unable to delete some files in ${build.web.dir}/WEB-INF/lib - they are probably locked by the J2EE server. "/>
<echo level="info" message="To delete all files undeploy the module from Server Registry in Runtime tab and then use Clean again."/>
I hope someone can advise what should I do in order for the IDE to compile my codes into .war file. Many thanks.