AW: Any Ant Task for Diff?

2007-09-20 Thread Jan.Materne
Dont know, maybe XMLUnit has a diff ... Jan >-Ursprüngliche Nachricht- >Von: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 21. September 2007 08:04 >An: Ant Users List >Betreff: RE: Any Ant Task for Diff? > > >Hi, > >there's also a special zipdiff task, see > >http://zip

RE: Any Ant Task for Diff?

2007-09-20 Thread Rebhan, Gilbert
Hi, there's also a special zipdiff task, see http://zipdiff.sourceforge.net/ Gilbert -Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Friday, September 21, 2007 8:02 AM To: Ant Users List Subject: RE: Any Ant Task for Diff? Hi, javadiff, see = http://java

RE: Any Ant Task for Diff?

2007-09-20 Thread Rebhan, Gilbert
Hi, javadiff, see = http://javadiff.cvs.sourceforge.net/*checkout*/javadiff/jdiff/doc/jdiff. html#installation I never used it, so i have no practical experience with it. Regards, Gilbert - To unsubscribe, e-mail: [EMAIL

Re: AW: Classes directory is having old class file

2007-09-20 Thread Yasothamani
Is clean build means to delete the classes directory, then we are doing that during java compilation. You can see the target clean in the attached build.xml where the directory is deleted. Thanks & Regards YASOTHAMANI R Objectel Development India Comnet International [EMAIL PROTECTED] wrote:

Re: Classes directory is having old class file

2007-09-20 Thread Yasothamani
Yes compiling both projects in the same classes directory. Thanks & Regards YASOTHAMANI R Objectel Development India Comnet International Steve Loughran wrote: Yasothamani wrote: In our project we are having two versions (project 1.x and 2.x) For java compilation we are using Ant 1.6.5. Th

Re: Any Ant Task for Diff?

2007-09-20 Thread Kevin Jackson
Hi, Look at the FilesMatch condition http://ant.apache.org/manual/CoreTasks/conditions.html Kev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Any Ant Task for Diff?

2007-09-20 Thread Venkateswarlu Gajulapalli
Hi ant users, I came across a Requirement, where in I need an Ant task for "Diff" ing 2 xml files. I need to compare 2 xml files and see if they are same. Could anyone pls provide some insight on this? If there is any kind of task already in place? I referred to Ant manual and don't see a

RE: How to use eclipse .classpath file in build process of ear/war to add selective dependent jars/rars.

2007-09-20 Thread Thangudu, Anil
Hi Knuplesch, Thank you very much for the link. I have to start looking in to site. I might take some time.. To read about it.. Thanks anyway... Anil. -Original Message- From: Knuplesch, Jürgen [mailto:[EMAIL PROTECTED] Sent: Thursday, September 20, 2007 9:39 AM To: Ant Users List Subj

Re: AW: What should be downloaded

2007-09-20 Thread Steve Loughran
Bruce Atherton wrote: [EMAIL PROTECTED] wrote: Is that ok? http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/install.html?view=diff&r1=577182&r2=577183&pathrev=577183 Wow, quick work. Thanks, Jan, that looks great. I have a few minor edits and wanted to get the subdirectory info in t

AW: Spell checker task questions

2007-09-20 Thread Jan.Materne
no, sorry But that looks nice - if I read the manual. Jan >-Ursprüngliche Nachricht- >Von: Mario Madunic [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 20. September 2007 16:39 >An: Ant Users List >Betreff: Spell checker task questions > > >I just did a search for a spell checker task

AW: Classes directory is having old class file

2007-09-20 Thread Jan.Materne
After changing between two versions (by the abilities of your source control system - svn...) you should do a clean build. Jan >-Ursprüngliche Nachricht- >Von: Yasothamani [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 20. September 2007 16:21 >An: user@ant.apache.org >Betreff: Classe

Re: Classes directory is having old class file

2007-09-20 Thread Steve Loughran
Yasothamani wrote: In our project we are having two versions (project 1.x and 2.x) For java compilation we are using Ant 1.6.5. The directory structure and java file names are same in both versions of the project. Project 2.x is having some changes which are not available in project 1.x. When w

Re: Editing an XML file using ant

2007-09-20 Thread Dominique Devienne
On 9/20/07, broken connection <[EMAIL PROTECTED]> wrote: > i tried what you suggested but it's not working. I copied the attributes > from web-app and throwed them in the mime-mapping element in the > insert.xmlbut they show the namespace in the target > web.xml in both web-app and mime-mapping ele

Spell checker task questions

2007-09-20 Thread Mario Madunic
I just did a search for a spell checker task that I can use and came across this one Spell Check by Rob Mayhew. Was wondering if anybody has used it and what are your thoughts. Also are there any other spell checkers out there that I might want to look at? Marijan (Mario) Madunic ---

Classes directory is having old class file

2007-09-20 Thread Yasothamani
In our project we are having two versions (project 1.x and 2.x) For java compilation we are using Ant 1.6.5. The directory structure and java file names are same in both versions of the project. Project 2.x is having some changes which are not available in project 1.x. When we are compiling Proj

Re: Editing an XML file using ant

2007-09-20 Thread broken connection
Charles, i tried what you suggested but it's not working. I copied the attributes from web-app and throwed them in the mime-mapping element in the insert.xmlbut they show the namespace in the target web.xml in both web-app and mime-mapping element Will this be an issue??? Like web-app has a differ

Re: Editing an XML file using ant

2007-09-20 Thread Dominique Devienne
On 9/19/07, broken connection <[EMAIL PROTECTED]> wrote: > XMLTask ... understand the namespaces just by adding a "colon" in front: > > That is strange. I wouldn't have thought this to be a valid XPath... Thanks for mentioning it though. --DD -

AW: How to use eclipse .classpath file in build process of ear/war to add selective dependent jars/rars.

2007-09-20 Thread Knuplesch , Jürgen
Hi There is a the ant4eclipse.jar which contains the tast geteclipseclasspath. Look at http://ant4eclipse.sourceforge.net/ant-for-eclipse-download.html Greetings -- Jürgen Knupleschwww.icongmbh.de icon Systemhaus GmbHTel. +49 711 806098-275 Sophienstraße 40

RE: Re: Editing an XML file using ant

2007-09-20 Thread cknell
Have a look at these two revised files from my earlier proposed solution. By adding the namespaces to the root element in both insert.xml and web.xml, you will get the output you want, and the namespace declarations appear only once, in the root element of the output. insert.xml ===

How to use eclipse .classpath file in build process of ear/war to add selective dependent jars/rars.

2007-09-20 Thread Thangudu, Anil
Hi All, How are you all ? Am new to Ant just bare me with my questions... I'm trying to build an ear using ant scripts. We have N number of ears to be created. This goes as and when there is a new requirement comes. So far, all the dependent jars are included in all EARs though every EAR doesn

AW: AW: What should be downloaded

2007-09-20 Thread Jan.Materne
>[EMAIL PROTECTED] wrote: >> Is that ok? >> >http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/install >.html?view=diff&r1=577182&r2=577183&pathrev=577183 >> >Wow, quick work. Thanks, Jan, that looks great. I have a few >minor edits >and wanted to get the subdirectory info in there, but