questions on ivy usage/setup

2011-06-07 Thread Garner, Shawn
I am doing a sample evaluation of Ivy and seeing how we can incorporate it into both our continuous integration build which uses ANT scripts today and also we'll need it to work for developer's IDE (RAD) on their workstations. We have some custom ant tasks which do quite a bit of work of dependen

How to express a dependency on something like Gdata?

2011-06-07 Thread James Apfel
Hey, I have a project that depends on Google's gdata-1.45.0 which is a bunch of 43 different JARs and each JAR has its own version number. I guess what I'm looking for is a way to say that my project depends on gdata-1.45.0 and Ivy retrieves the 43 JARs for me without me having to define each one

Re: verifying encoding value using xmlvalidate task

2011-06-07 Thread Vimil Saju
If the only requirement is to check if the first line of the file is  then I don't think you need to use xmltask. You can do something as follows Theabove task will load the first line of a file into the property src.file.head. You can then check if it matches with '' _

Re: verifying encoding value using xmlvalidate task

2011-06-07 Thread Grüner Heinrich
Hi Dominic, maybe you should check out the xmltask. http://www.oopsconsultancy.com/software/xmltask/ I don't know exactly, but somehow it should be possible to extract the header and even manipulate it. Regards, Stefan. Am 07.06.2011 15:04, schrieb dominic Tippabattuni: Hi Parag, My intent

Re: verifying encoding value using xmlvalidate task

2011-06-07 Thread dominic Tippabattuni
Hi Parag, My intent is to check the presence of encoding value in xml files. Thanks Dominic On Tue, Jun 7, 2011 at 12:07 AM, Parag Doke wrote: > Hi Dominic. > I'm no ant expert, but just trying to understand the requirement. > If you intent to check presence of encoding value in XML files ? >