ant reading deployment descriptor

2008-05-30 Thread Steven Guitar
i have a web app that is contained in a .war that is packaged under an EAR module. i would like to read the EARs deployment descriptor to build the war and all the project utility jars contained in the EAR as well... is this possible? can i read and interpret the application.xml file at t

Re: Replace string in file

2008-05-30 Thread AparnaSDoshi
Use replaceregexp task with replacing < by < and > by > Raja Nagendra Kumar wrote: > > Use replace task > > token="ANT_TOKEN_IMAGES_ROOT_DIR" >value="${IMAGES_ROOT}"/> > > Regards, > Nagendra > -- View this message in c