简体   繁体   English

使用ANT如何在Hudson上构建和部署非maven项目

[英]Using ANT how to build and deploy a non maven project on Hudson

I have a hudson server, want to build and deploy my Non Maven project to Webshpere Application server on periodic basis using ANT Script. 我有一个哈德森服务器,想要使用ANT脚本定期构建和部署我的非Maven项目到Webshpere应用程序服务器。

Can any body please help. 任何人都可以帮忙。 Though found some similar questions but none of them were talking about ANT script so posting the question. 虽然发现了一些类似的问题,但他们都没有谈论ANT脚本所以发布问题。

Hudson knows how to run ant to build your script. Hudson知道如何运行ant来构建脚本。

Install Hudson, and install the plugins you need and then create a new job. 安装Hudson,安装所需的插件,然后创建一个新作业。 Take your time and read all the options 花点时间阅读所有选项

http://www.javaworld.com/jw-10-2000/jw-1020-ant.html A very helpful tutorial. http://www.javaworld.com/jw-10-2000/jw-1020-ant.html一个非常有用的教程。 Followed and was able to deploy the application. 接下来,并能够部署该应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM