Re: No Apache Ant Support for Subversion? Oh man :(

2005-09-07 Thread Steve Loughran
S I wrote: Hi I wish there was Ant Core Task support for Subversion. I have downloaded bunch of 3rd party utilities, althought they accomplish the job somewhat clumsily, they'll do for now. Is there going to be support for Subversion soon? support for subversion will be via an antlib li

doesn't work as expected

2005-09-07 Thread Rebhan, Gilbert
Hi, antcontrib 1.0b2 / ant 1.6.5 i want to use the antcontrib / assert task in my script to ensure that a for loop is only executed if a property has been set. so i have = ... in my script. Now i tested the worst case, when the property hasn't been set. But

xslt task

2005-09-07 Thread Ana Gaspar Martínez
Hello, I'm using the mtxslt task to generate differents html files from an unique xml file. It runs when i put the in and out attributes of mtxslt. I'd like to generate 3 files for each xml file paced under a determinate folder. I've tryied using basedir attribute but this only generates the f

wanted ideas for managing project build dependancies..

2005-09-07 Thread Mark Lybarger
our build system is growing rapidly. we've gone from using wsad to build each war/ear manually, to having ant scripts for building each item, and wrapping it together with a main "autobuild" project which basically checks out each sub project and calls it's build. now we're looking to integrate

Re: wanted ideas for managing project build dependancies..

2005-09-07 Thread jfuller
Mark Lybarger <[EMAIL PROTECTED]> wrote .. > our build system is growing rapidly. we've gone from using wsad to build > each war/ear manually, to having ant scripts for building each item, and > wrapping it together with a main "autobuild" project which basically checks > out each sub project and c

Re: wanted ideas for managing project build dependancies..

2005-09-07 Thread Yves Martin
Soon to come 'el4ant': http://sourceforge.net/projects/el4ant Regards, -- Yves Martin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: doesn't work as expected

2005-09-07 Thread Burgess, Benjamin
An easier solution would be to pull the for loop into its own target and then add an if="your-property" to the target. Ben -Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 07, 2005 6:11 AM To: user@ant.apache.org Subject: doesn't work as expe

multiple excludes clause ??

2005-09-07 Thread Rambo Mahajan
Hi I would like 2 excludes clause in zipfileset tag: also I want to addexcludes="**/myproj/**/AConstants.class" Can someone tell me how to do this ? Thanks Ram - Click here to donate to the Hurricane Katrina relief effort.

Re: No Apache Ant Support for Subversion? Oh man :(

2005-09-07 Thread Mark Lybarger
On 9/6/05, S I <[EMAIL PROTECTED]> wrote: > > Hi > > I wish there was Ant Core Task support for Subversion. I have downloaded > bunch of 3rd party utilities, althought they accomplish the job somewhat > clumsily, they'll do for now. Is there going to be support for Subversion > soon? I don't li

RE: doesn't work as expected

2005-09-07 Thread Rebhan, Gilbert
Hi, Ben that's not possible cause the for loop i want to decorate with assert is an inner loop of another for loop The property is set in the outer loop. Checking if property isset ain't necessary, cause if an error occurs with loadfile (setting the property) build fails automatically. I just w

Refresh the navigation view from build.xml

2005-09-07 Thread Ana Gaspar Martínez
Is there any mode of refresh the navigation view from the build.xml file?? I create folders and files, and there are not visible under i refresh the navigation view... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Refresh the navigation view from build.xml

2005-09-07 Thread Jeffrey E Care
What navigation view are you talking about? -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Mantis) Ana Gaspar Martínez <[EMAIL PROTECTED]> wrote on 09/07/2005 11:37:02 AM: > Is there any mode of refresh the navigation view from the b

Re: Refresh the navigation view from build.xml

2005-09-07 Thread Nicolas Vervelle
Ana Gaspar Martínez wrote: Is there any mode of refresh the navigation view from the build.xml file?? I create folders and files, and there are not visible under i refresh the navigation view... What navigation view ? Do you mean under Eclipse ? If so, just select "Run / Ant build ..." on

Re: Refresh the navigation view from build.xml

2005-09-07 Thread Ana Gaspar Martínez
Nicolas Vervelle wrote: Ana Gaspar Martínez wrote: Is there any mode of refresh the navigation view from the build.xml file?? I create folders and files, and there are not visible under i refresh the navigation view... What navigation view ? Do you mean under Eclipse ? If so, just sele

Re: multiple excludes clause ??

2005-09-07 Thread Ninju Bohra
What is the context in which you are using the and what have you tried already? By looking through the ANT docs, I can think of two options: 1) Add another sub-element with the second exclude pattern 2) Use the excludesfile attribute and reference a file that contains all your exclude patterns

RE: doesn't work as expected

2005-09-07 Thread Ninju Bohra
Let's start from the beginning... did you set the property ant.enable.asserts when running the target? --- "Rebhan, Gilbert" <[EMAIL PROTECTED]> wrote: > > Hi, Ben > > that's not possible cause the for loop i want > to decorate with assert is an inner loop of another > for loop > The property i

[ANT 1.6.5] performance issue

2005-09-07 Thread BOUSQUET Jeremie
Hello, I had some performance issues using task, and I found following post from a person who had the same problem: http://marc.theaimsgroup.com/?t=11189202101&r=1&w=2 It seems problem is not just , but a strong slowdown of . As no one replied this post, I ask again: why this slowdown betw

Re: Refresh the navigation view from build.xml

2005-09-07 Thread Andrew Goktepe
Click on the parent folder or any folder above that and then press the F5 key to refresh. Any new folders or files should show up after that. -Andrew On 9/7/05, Ana Gaspar Martínez <[EMAIL PROTECTED]> wrote: > > Nicolas Vervelle wrote: > > > > > > > Ana Gaspar Martínez wrote: > > > >> Is ther

RE: wanted ideas for managing project build dependancies..

2005-09-07 Thread Stephen McConnell
This is an anlib that adds support for transitive dependency management and general build automation. It's been validated on sites running over 200 related projects. http://www.dpml.net/magic/latest /Steve. > -Original Message- > From: Mark Lybarger [mailto:[EMAIL PROTECTED] > Sent:

Re: Refresh the navigation view from build.xml

2005-09-07 Thread Darin Swanson
Really should be in an Eclipse forum... Take a look at the Refresh tab for your Ant launch configuration. No need to do manually what you can set up to do automatically :-) HTH Darins Andrew Goktepe <[EMAIL PROTECTED]> 09/07/2005 10:29 AM Please respond to "Ant Users List" To Ant Users Lis

Re: No Apache Ant Support for Subversion? Oh man :(

2005-09-07 Thread Stefan Bodewig
On Wed, 07 Sep 2005, Steve Loughran <[EMAIL PROTECTED]> wrote: > support for subversion will be via an antlib library (in its own > namespace) that wraps the svn executable. The library is already > available in ant's SVN repository, and works with ant 1.6.5, No, I'm afraid it won't compile again

RE: multiple excludes clause ??

2005-09-07 Thread Rainer Noack
Best practise is using nested elements. Cheers Rainer > -Original Message- > From: Rambo Mahajan [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 07, 2005 3:21 PM > To: user@ant.apache.org > Subject: multiple excludes clause ?? > > > Hi > > I would like 2 excludes

Re: Calling Ant from Java program - Help with ProjectHelper class!]

2005-09-07 Thread Frank Harnack
Hi Stephen, I use another way to call ant from within a java program and it seems to be working. I call Launcher.main(args) (ant 1.6.4). I don't know, if this way is recommended. It is only the result of some "experiments". Maybe your problem doesn't appear, if you use this calling mechanism

Re: No Apache Ant Support for Subversion? Oh man :(

2005-09-07 Thread S I
Thank you guys. I guess that made my job easier. I was just about to go to Apache and download it. What version of Ant does it compile against then? Do you know? Original Message Follows From: Stefan Bodewig <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: user@ant.apache.org Subj

Re: No Apache Ant Support for Subversion? Oh man :(

2005-09-07 Thread S I
I'm now looking at not sure how to go about it and I do realize Ant is not a script lanugage however, I'm not sure how to go about my problem either except resorting to a scripting language. I will briefly state my problem and please tell me if parsing could be achieved via any Ant task? I

Re: No Apache Ant Support for Subversion? Oh man :(

2005-09-07 Thread Andrew Goktepe
Something like this should work: This loads the contents of the file into the file.txt.contents property, then parses the revision number out and sets it in the Revision.Numberproperty. is an Ant core task, and is part of ant-contrib. I haven't tested this, so you may have to play arou

Re: No Apache Ant Support for Subversion? Oh man :(

2005-09-07 Thread Stefan Bodewig
On Wed, 07 Sep 2005, S. I. <[EMAIL PROTECTED]> wrote: > What version of Ant does it compile against then? Do you know? Only a version compiled from SVN's trunk (or CVS HEAD). Any main trunk version since about six months I guess. Ant 1.6.5 was created from a branch which doesn't inlcude some of

Re: Refresh the navigation view from build.xml

2005-09-07 Thread Nicolas Vervelle
Ana Gaspar Martínez wrote: Is there any mode of refresh the navigation view from the build.xml file?? I create folders and files, and there are not visible under i refresh the navigation view... Do you mean under Eclipse ? If so, just select "Run / Ant build ..." once (select the one with

RE: doesn't work as expected

2005-09-07 Thread Rebhan, Gilbert
Hi, Oops ... thanks for the pointer ! , i overread that in the manual of antcontrib. The line = ...the Assert task must be 'turned on' using the property ant.enable.asserts should be put between With = and after that at the beginning of my script, assert works like expected now.

RE: Jar task updated a jar without known reason

2005-09-07 Thread Barak Yaish
First of all, thanks for the solution - it works :) By the way, before I implemented what you've suggested, the situation was that only sometimes the jar was touched by ant (in case no class files were updated). Can you explain why only sometimes the jar touched, and not always (or never)? Thank

ant script autodocumentation

2005-09-07 Thread Alexey Kakunin
hello all. Seems our ant -script used ofr building product have started to be more and more complex. Of course we wrote some comments in code, but I want to be able to generate some sort of documentation, described build process and this documentation should be based (ideally) on comments in an