0

"wsInstallApp" ant target has the property named "options". What are the options supported by this target? I can not find ant information on that.

Prerak Tiwari
  • 3,436
  • 4
  • 34
  • 64

1 Answers1

2

This is not a direct answer, but combined from information on the following pages:

This task is a wrapper for the AdminApp.install() command of the wsadmin tool. Refer to the wsadmin documentation for information on the valid options available during application installation.

PS. Unfortunately it lacks edition option you needed in the other post. :)

Community
  • 1
  • 1
Gas
  • 17,601
  • 4
  • 46
  • 93
  • 1
    I passed edition as option in "wsInstallApp" target. e.g options="-edition 1.0". It worked for me. It installed the EAR with application edition 1.0. – Prerak Tiwari Apr 16 '15 at 22:07
  • @PrerakTiwari Yes I've seen, thanks for sharing that. – Gas Apr 16 '15 at 22:34