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.

BUG? 11g unable to deploy application-level profiles from ANT

John StegemanJan 17 2009 — edited Dec 22 2009
Hi all,

I am trying to use the ANT ojdeploy task to deploy an application-level (i.e, EAR file specified as a deployment profile for the JWS), but am not able to get it to work. When I use the ojdeploy command-line, I am able to successfully specify -workspace and -profile options to have it work. In my ANT script, if I specify just the workspace and profile options in an ANT script, I get:
build.xml:13: Missing <workspace>, <project> or <profile> parameter in <deploy> element.
The documentation in JDeveloper help is certainly sketchy in this regard - it does say that -project is optional when using ojdeploy command line, but there is no corresponding documentation for the ojdeploy ANT task.

Can anyone from Oracle comment on this behaviour?

Best,

John

<bump count="2"/>

Comments

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

Post Details

Locked on Jan 19 2010
Added on Jan 17 2009
6 comments
3,319 views