Re: Ant Build Performance under Windows XP versus Vista

2008-09-04 Thread Alexey Solofnenko
Please try disabling any antivirus. Also live search (or Google Desktop) can affect performance by looking at new files. Try removing any other junk. I also noticed that sometimes the printing output on a console significantly slows build (it can be related to video drivers). Try redirecting th

Re: Enforcing "depends" order for 3rd-party targets?

2008-08-20 Thread Alexey Solofnenko
ugh to solve it. Another possibility is to use a math to assign each target a value and then minimize some function that depends on order rules to have the rules better satisfied. Or maybe forget about it and support only simple cases and reject all others. - Alexey. Dominique Devienne w

Re: Enforcing "depends" order for 3rd-party targets?

2008-08-19 Thread Alexey Solofnenko
I had to update a lot my build scripts in order for them to run in parallel mode with my own parallel executor. The usual problem was a missing dependency. Out of normal order execution breaks in random places and without careful review of all targets, it is difficult to fix all of them. I was

Re: converting from DOS/Visual Studio to Ant for build

2008-01-18 Thread Alexey Solofnenko
We did the opposite - converted all ANT scripts that build .Net and C++ code into a VisualStudio build (that we execute from ANT script itself). The main reason is to avoid double maintenance. It is useful to have a single "build" solution that builds only necessary (for delivery or for tasting

Re: removing byte order mark

2007-07-27 Thread Alexey Solofnenko
For some reason I have had the same problem on Solaris, but not on Windows even though both JDK version and all jars were the same. At the end I wrote a that would fix all XML files not to have BOM mark. It looks like that: - Alexey. Alex Egg wrote: A 3rd party ant task is

Re: best practices - building on multiple os's

2007-07-23 Thread Alexey Solofnenko
should work. Something else is wrong. - Alexey. Loehr, Ruel wrote: Hoping some others might have some insight, I've googled around for 2 days but haven't yet found an answer that seems right. I have a project which is c++ based and have created an ant wrapper around it to checkout, build,

Re: repost: trooubled with ant from source install

2007-07-23 Thread Alexey Solofnenko
ich names the warning above is referring to? There are a bunch of them after the warning. Thank you. Tena Sakai [EMAIL PROTECTED] -Original Message- From: Alexey Solofnenko [mailto:[EMAIL PROTECTED] Sent: Mon 7/23/2007 11:46 AM To: Ant Users List Subject: Re: repost: trooubled w

Re: repost: trooubled with ant from source install

2007-07-23 Thread Alexey Solofnenko
Users List Subject: Re: repost: trooubled with ant from source install On 7/23/07, Alexey Solofnenko <[EMAIL PROTECTED]> wrote: I do not think you need to download any jars, if you are building ANT for yourself - you have to have all necessary jars already to run AN

Re: repost: trooubled with ant from source install

2007-07-23 Thread Alexey Solofnenko
w I can do so? Thank you. Tena Sakai [EMAIL PROTECTED] -Original Message- From: Peter Reilly [mailto:[EMAIL PROTECTED] Sent: Mon 7/23/2007 10:14 AM To: Ant Users List Subject: Re: repost: trooubled with ant from source install On 7/23/07, Alexey Solofnenko <[EMAIL PROTECTED]> wro

Re: repost: trooubled with ant from source install

2007-07-23 Thread Alexey Solofnenko
I do not think you need to download any jars, if you are building ANT for yourself - you have to have all necessary jars already to run ANT. I have an automated script to build ANT. First, the script empties CLASSPATH, sets JAVA_HOME and PATH. Then copies all necessary jars into $ANT_DIR/lib/

Re: TImestamping in ANT

2007-07-09 Thread Alexey Solofnenko
I parse the build output in real time and note when ":" lines are printed to calculate time spend by each target and groups of targets (targets with the same prefix). You can print some special prefix following with the current timestamp (preferably System.currentTimeMillis() - easier to parse)

Re: set path value permanently

2007-04-29 Thread Alexey Solofnenko
This is not ANT related, but there are few ways to achieve this. If you open login shells (for example in Gnome terminal select Edit->Current Profile...->Title and Command->Run command as login shell) you can put commands into ~/.profile script (create it, if it does not exist). You can also pu

Re: Fileset issue (Ant 1.6, 1.7)

2007-01-29 Thread Alexey Solofnenko
I am surprised it ever worked. Please use instead. - Alexey. [EMAIL PROTECTED] wrote: Hello All, We recently migrated from Ant 1.5 to Ant 1.7 and found an issue related to filesets. Filesets for some reason are not handling indirect references, with ?..? in path. I tried the same case in 1.

RE: select dynamic folder name

2003-03-21 Thread Alexey Solofnenko
You can execute an external script and load its output into a property. - Alexey. -- { http://trelony.cjb.net/ } Alexey N. Solofnenko Pleasant Hill, CA (GMT-8 usually) -Original Message- From: Woo, Chen Ching [mailto:[EMAIL PROTECTED] Sent: Friday, March 21, 2003 9:31 AM To: Ant Users

RE: Removing whitespace in the code

2003-02-26 Thread Alexey Solofnenko
I think you can copy files and use "-pi.bak" option to execute "in-place" update with ".bak" backup prefix. The command can be executed using task. - Alexey. -- { http://trelony.cjb.net/ } Alexey N. Solofnenko Pleasant Hill, CA (GMT-8 usually) -Original Message- From: Lee, Michael.M [