RE: Looking for an XMLDiff task

2004-04-06 Thread Jan . Materne
Sourceforge is usually a search worth http://sourceforge.net/projects/diffxml/ Jan > -Original Message- > From: Sullivan, Sean C - MWT [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 07, 2004 1:46 AM > To: [EMAIL PROTECTED] > Subject: Re: Looking for an XMLDiff task > > > > DeltaXML

RE: FTP problem in Ant 1.5.3

2004-04-06 Thread Jan . Materne
> Okay, I've run it again with the -debug flag on. Here's what > I get (userid > and password obscured): > > [iftp] Error while connecting or logging into FTP Server. no more infos ... > BUILD FAILED: Target `none' does not exist in this project. ??? > I'm not sure how to do that. I started

Re: FTP problem in Ant 1.5.3

2004-04-06 Thread Steve Cohen
No, this is wrong. Ant < 1.6 requires NetComponents.jar, what commons-net used to be called. Ant >= 1.6 requires commons-net On Tuesday 06 April 2004 11:21 am, [EMAIL PROTECTED] wrote: > It seems that you need the Commons-Net library [1]. > I don´t know how to update Eclipse from Ant 1.5 to 1.6,

Re: JDD's views on Ant after n years

2004-04-06 Thread Erik Hatcher
Wow... no more replies on this thread? Or is my inbox broken?! :) On Apr 5, 2004, at 6:01 AM, Erik Hatcher wrote: And also two active Ant committers views here (follow link to Stefan's blog): http://www.iseran.com/Steve/blog/archives/000103.html My take, which includes many in-person conver

Re: Looking for an XMLDiff task

2004-04-06 Thread Sullivan, Sean C - MWT
DeltaXML provides a Java API for diffing two XML documents: http://www.deltaxml.com/use-cases/compare-xml.html http://www.deltaxml.com/core/current/docs/api.html http://www.deltaxml.com/core/ -Sean --- I want to be able to produce a report that shows the differences between two XML d

RE: xmlvalidate task and external catalogs

2004-04-06 Thread Jeremy Aston
Hi, This is my build.xml: http://apache.org/xml/features/validation/schema"; value="true"/> I beleive the declarations to be correct but I could quite easily be wrong!

RE: FTP problem in Ant 1.5.3

2004-04-06 Thread Anderson, Kajsa
>I don´t know how to update Eclipse from Ant 1.5 to 1.6 ..." In Eclipse, go to Window menu -> Preferences -> Ant -> Runtime. There will be a spot where you can enter Ant Home instead of using the version supplied with Eclipse. The exact location & format of this option is different in different