Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to exclude directory while creating jar in ojdeploy

Vinitku-OracleJul 9 2014 — edited Jul 11 2014

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.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 8 2014
Added on Jul 9 2014
3 comments
695 views