RE: generic build.xml file

2008-09-17 Thread rasmita.panda
The below list shows the xml of nearly 15 columns.Columns are nothing but sub parts of a project.so for the whole application to be functional we are generating ears for each column running separate ant build(ant -f build file) and deploying each ear to Websphere appication server.I have put th

RE: generic build.xml file

2008-09-17 Thread rasmita.panda
This is a good start But my question is I don't want to use all those xml files.Rather I want to use them as targets in ant.As all the columns follow the same procedure. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2008 6:31 PM To: u

RE: generic build.xml file

2008-09-17 Thread rasmita.panda
Means?I want free help -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2008 6:08 PM To: Ant Users List Subject: RE: generic build.xml file compensated help or free help? Martin __ Disclaimer and

generic build.xml file

2008-09-17 Thread rasmita.panda
Just check the list first . rwxr-xr-x 1 buildadm staff 9559 Sep 17 15:14 build_SENDLISTCOLUMN.xml -rwxr-xr-x 1 buildadm staff 4530 Sep 17 15:14 build_SENDLISTCOLUMN.properties -rwxr-xr-x 1 buildadm staff 7601 Sep 17 15:14 build_SEARCHANDHELPCOLUMN.xml -rwxr-xr-x

RE: Need help in writing build.xml

2008-09-09 Thread rasmita.panda
Currently my project uses nearly 15 build.xml/build.properties file for separate subprojects.Each sub-project has build.xml with source codes scattered in 4 folders.As per my knowledge for creating the reports,the java files from test(not from src) folder should be compiled and then junit should

Need help in writing build.xml

2008-09-09 Thread rasmita.panda
Hi , I recently joined ant users list.I dont know if this is the proper way to communicate with others? I want some help in updating build.xml file. I have the build.xml file which generates EAR as output with fortify reports currently. I want to integrate some installables like junit, emma and j