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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ant question - overriding default target/artifacts directory

1025781Jul 17 2013

Greetings.

I am looking for property or settings which will over ride the default target/artifacts directory when we issue ant build command.

We have couple of modules and when we issue ant build, each modules creates artifacts under ./target/artifacts directory.

I want to override the output to custom directory. some thing like

./target/small/artifacts

./target/big/artifacts

based on the property which specifies which configuration to build. Either big/small.

Please let me know if there is any property/settings which can achieve this.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 14 2013
Added on Jul 17 2013
0 comments
856 views