ant « eclipse « Java Enterprise Q&A





1. Automating build process for a web application created in Eclipse    stackoverflow.com

I have an eclipse Tomcat project that has several dependencies on other eclipse projects. For example imagine the main project is called server and has several dependencies:

  • server
(depends on):
  • data-lib
  • server-utils
  • messaging-utils
Currently every time I change ...

2. How to Write Ant Scripts?    stackoverflow.com

Can anyone tell me how to write Ant script (if i want to create my own) mean is there any kind of tutorial available? Eclipse/Netbeans provide Ant script automatically but can ...

3. Generating jax-ws client using eclipse plugin    stackoverflow.com

I'm using eclipse (eclipse-jee-galileo-win32). I generated ws clients by using eclipse build in plug-in (right click on wsdl -> web services -> generate client) and they working fine. For a automatic builds I ...

4. Automation of EAR packing    stackoverflow.com

I need to automate packing of Java EE projects into EAR archive in Eclipse. The most easy way, I think, is using Ant script. But writing of Ant from start is ...

5. wsdlc Ant task ignores constraints    stackoverflow.com

I'm attempting to create a web services project using eclipse with the Oracle Enterprise Pack. When generating the web services from a WSDL document using the wsdlc Ant task, all ...

6. Generating ANT build.xml automagically    stackoverflow.com

I have an existing j2ee project which is very big and old. Therefore, my current building process is to open eclipse, file/export, and clic on War archive. While our company turn over ...

7. How to use Hot Code Replacement for custom builds (Ant Driven Builds) in Eclipse    stackoverflow.com

We are maintaining a legacy application. There is one Java Project which makes up this complete application. All the JSP's , VO , Delegate , EJB , BO and DAO ...

8. Build script arguments in Eclipse    stackoverflow.com

so I have this build script that basically compiles and generates an EAR file. This script is executed within Eclipse using the "External Tools Configuration" wizard (play button with a suitcase ...