I am trying to create a hudson job to perform buil开发者_StackOverflowd of my application.
I like to checking on the following
- equivalent ant command for export as EAR file
- equivalent ant command for deploy / undeploy for weblogic portal EAR file deployment
To create ear, you would want to use ant ear task.
To deploy in weblogic, you should look at wldeploy ant task
精彩评论