I'm creating a new ADFLibrary for a custom application and using ojdeploy as build & package tool . During this process, compilation of project was successful but having issues while packaging into ADFLibrary .OJDeploy task throws following exception .
I'm not sure on what the status Result: 4 meant a nd how to overcome this issue . Can someone please throw light on this issue
Jdeveloper Studio Version 12.2.1.2.0
[ora:ojdeploy] [9:37:35 AM] Successful compilation: 0 errors, 0 warnings.
[ora:ojdeploy] [09:37:35 AM] Deploying profile...
[ora:ojdeploy] [09:37:35 AM] Deployment cancelled.
[ora:ojdeploy] [09:37:35 AM] ---- Deployment incomplete ----.
[ora:ojdeploy] [09:37:35 AM] Rule=project-has-adf-faces-techscope on MetaClass[ classLoader=oracle.ide.osgi.extension.internal.ClassLoaderProxy@1037641e, className=oracle.adfdtinternal.view.rich.deploy.AdfLibraryDeployer]
[ora:ojdeploy] [09:37:35 AM] The commonly named resources listed below could cause reusability errors for your consumers.
[ora:ojdeploy] Provide a more unique name for the indicated resources in this project, or start with a different project. You can also use the Validation panel in the profile to ignore the error, and create the jar.
[ora:ojdeploy] fileHandle.jsff
[ora:ojdeploy] (oracle.adfdtinternal.view.rich.deploy.AdfLibraryDeployer)
[ora:ojdeploy] Result: 4
Please suggest