"wsInstallApp" ant target has the property named "options". What are the options supported by this target? I can not find ant information on that.
Asked
Active
Viewed 804 times
1 Answers
2
This is not a direct answer, but combined from information on the following pages:
- wsInstallApp javadoc - says:
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.
- AdminApp.install options list
I'm not attaching all the options here as the list is very long.
PS. Unfortunately it lacks edition
option you needed in the other post. :)
-
1I 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