开发者

What is the equivalent ant command for export as EAR file and welogic deploy and undeploy command?

开发者 https://www.devze.com 2023-02-04 12:04 出处:网络
I am trying to create a hudson job to perform buil开发者_StackOverflowd of my application. I like to checking on the following

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

0

精彩评论

暂无评论...
验证码 换一张
取 消