Re: Help with bug diagnosis: task takes 30+ minutes to complete

2009-09-14 Thread Francis GALIEGUE
On Mon, Sep 14, 2009 at 13:25, Steve Loughran wrote: > Francis GALIEGUE wrote: > ort is fairly quick. >>> >>> How can I diagnose the problem precisely? Can I use another XSL >>> processor that will be faster than xalan-j2? >>> >> >> Well, a simple ant -v showed the problem, as it shows which files

Re: Build Failed on Vista: File Not Found Error

2009-09-14 Thread Ismail
--- On Tue, 9/15/09, Stefan Bodewig wrote: From: Stefan Bodewig Subject: Re: Build Failed on Vista: File Not Found Error To: user@ant.apache.org Date: Tuesday, September 15, 2009, 6:18 AM On 2009-09-14, Ismail Jibrin wrote: > I am trying to build Tolven projects on Eclipse but got the followi

Re: Build Failed on Vista: File Not Found Error

2009-09-14 Thread Stefan Bodewig
On 2009-09-14, Ismail Jibrin wrote: > I am trying to build Tolven projects on Eclipse but got the following > error. > BUILD FAILEDc:\tolvendev\tolven\build.xml:173: Basedir > c:\tolvendev\tolven\${tolven.home}\tolvenClient does not exist > I know the file c:\tolvendev\tolven\${tolven.home}\to

Re: Newbie question: importing properties from XML file via command line

2009-09-14 Thread Joe Schmetzer
2009/9/14 Scott Stark : > Joe wrote: >> That's not correct: ant properties in the file are expanded inline. >> See http://ant.apache.org/manual/CoreTasks/property.html for details >> (I don't know about ${file.separator}, though) > > I see that in the documentation; however it's not working for me.

Build Failed on Vista: File Not Found Error

2009-09-14 Thread Ismail Jibrin
I am trying to build Tolven projects on Eclipse but got the following error. BUILD FAILEDc:\tolvendev\tolven\build.xml:173: Basedir c:\tolvendev\tolven\${tolven.home}\tolvenClient does not exist I know the file c:\tolvendev\tolven\${tolven.home}\tolvenClient exists and there is no free space in t

[ANN] Ant Script Library 1.1.0 Released

2009-09-14 Thread Joe Schmetzer
Version 1.1.0 of the Ant Script Library has just been released. The Ant Script Library (ASL) is a collection of re-usable Ant scripts that can be imported into your own projects. The ASL provides a number of pre-defined targets that simplify setting up build scripts for a new or existing project,

Re: Newbie question: importing properties from XML file via command line

2009-09-14 Thread Scott Stark
Joe wrote: > That's not correct: ant properties in the file are expanded inline. > See http://ant.apache.org/manual/CoreTasks/property.html for details > (I don't know about ${file.separator}, though) I see that in the documentation; however it's not working for me. My properties file: script_dir

Re: DirectoryScanner cache to boost performance

2009-09-14 Thread Stefan Bodewig
On 2009-09-13, Raja Nagendra Kumar wrote: > In this context, is there a way to let the DirectoryScanner read the entire > file list only once in the entire ant session and every instance of > DirectoryScanner and its scans() would use such set to find the files > based on include and exclude pa

Re: Is there a real(!) advantage of Ivy over placing the depends in the VCS

2009-09-14 Thread Tom Widmer
Sebastian Krysmanski wrote: Hi all, thanks for all the answers. To just summarize for me what has been said (correct me, if I'm wrong): * This big(gest) (and only?) disadvantage of storing the dependencies in a VCS is the time needed to checkout a project. This will be a serious problem if y

Re: How add global property with input task?

2009-09-14 Thread don rhummy
I'm using ant 1.7.1 on Fedora 11 (installed Ant from the repositories instead of manually). It does not work. Weird. i wonder if there's some mistake they made in the rpm? --- On Sun, 9/13/09, Joe Schmetzer wrote: > From: Joe Schmetzer > Subject: Re: How add global property with input task?

Re: Help with bug diagnosis: task takes 30+ minutes to complete

2009-09-14 Thread Steve Loughran
Francis GALIEGUE wrote: ort is fairly quick. How can I diagnose the problem precisely? Can I use another XSL processor that will be faster than xalan-j2? Well, a simple ant -v showed the problem, as it shows which files are parsed. The two bigger files are 10 MB and 9 MB respectively! The she

Re: DirectoryScanner cache to boost performance

2009-09-14 Thread Gilles Scokart
FYI, Some months ago there has been some performance enhancements around the directory scanner. I don't think this was already released in 1.7.1. You can try to build the trunk if you want to benefits from those enhancements. You can also search in the mail archive to know what has changed. Gill