ojdeploy ant task pitfalls
This is on JDeveloper 11.1.1.3. YMMV ojdeploy does not understand “nocompile=false” If you have the nocompile property set, then ojdeploy does not compile your project no matter what the value of the property. ojdeploy does not like relative paths in the properties For e.g., my workspace path was getting constructed as “C:\folder\build\..\MyApp\MyApp.jws”. That didn’t work […]