Hi Experts,
I have a ADF project. I have wrote a build script to create a jar for the projects.Below is the ojdeply script I am using :
<ora:deploy>
<ora:parameter name="workspace"
value="${oracle.jdeveloper.workspace.path}"/>
<ora:parameter name="project"
value="adf-viewer-lib"/>
<ora:parameter name="profile"
value="ViewerLib"/>
<ora:parameter name="outputfile"
value="../ViewController/lib/viewer/ViewerLib"/>
</ora:deploy>
But while building the project adf-viewer-lib , ojdeloy is creating .jsps directory as well which gets added to the jar. But I want to exclude that director ".jsps" from the jar. I would be great help if you could tell me how to add a directory to exclude list in ojdeploy.