Re: junit problem

2003-07-15 Thread ½É¿ì°ï
Dear Han, My suggestion is: -- Original Message -- From : Jimmy Han([EMAIL PROTECTED]) To : [EMAIL PROTECTED] Sent : Wednesday, Jul 16, 2003 07:59 AM Subject : junit problem > I know this has been asked for manu times. I have

Re: R: tasks hell

2003-07-15 Thread Daniel Barclay
Jon Madison wrote: ? it *is* simple you use what you need. You're forgetting the complexity of wading through many options to find what you need or choose between different options. Daniel - To unsubscribe, e-mail: [EMA

Re: R: tasks hell

2003-07-15 Thread Daniel Barclay
Matt Benson wrote: > I don't see that Stefan's post warranted such > a rude, smart remark... I was just trying to point of that (what I perceived to be) the tone of the "Hmmm" to the previous poster wasn't warranted, given that the suggestion to look things up alphabetically didn't address the pos

Re: foreach task failed for out of resource error!

2003-07-15 Thread Antoine Levy-Lambert
> 1. Is there limitation on max size it can be set? I guess it depends on the amount of memory available on the computer where you are running your ant build. > > 2. After I set this ANT_OPTS, do I have to set memoryMaximumSize for the > javac task? Previously, if I don't set this memoryMaximumSiz

RE: foreach task failed for out of resource error!

2003-07-15 Thread Lule Chen
Hi, Antoine: After I set it as the following: ANT_OPTS="-ms64m -mx128m"; export ANT_OPTS It's working fine. But I still have questions to ask: 1. Is there limitation on max size it can be set? 2. After I set this ANT_OPTS, do I have to set memoryMaximumSize for the javac task? Previously, if I

RE: Ant file diff question

2003-07-15 Thread Jan . Materne
On http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20474 I wrote a new selector which can help. The selector stores (default values) a MD5 based value for every files content and selects it only if that value differs from one stored in a properties file. So your scenario should be able to realiz

Ant file diff question

2003-07-15 Thread rwg
Hi I'm using WSDL2Java to generate lots of files - before I run it I use to backup all the files - then I would like to remove all those 'BAK files' that are identical to the newly generated files. How can I do this please ? Rich G

RE: Building a manifest

2003-07-15 Thread Tony Thompson
Daniel, Thanks for the information. Yes, I tried that but the "c:\blahblah" is built using a and is missing the trailing "\". I can't add it manually because the script wouldn't run on a Unix box. I also tried: but, Ant doesn't seem to chain the map commands together anymore (I thought

Re: VSS

2003-07-15 Thread Aloizio Pereira da Silva
Hi You can use the following tag: * * Federal University of Minas Gerais* * Department of Computer Science * * Master Degree in Computer Science

Microsoft VSS

2003-07-15 Thread Kumar, Lakshmi (Cognizant)
Title: Microsoft VSS Hi,    Am using ant to get latest version based on date from VSS. Using Ant The command executed is - ss Get $ -GLc:\local -I- -R -Vd07-15-03~07-15-03  -W -Y am getting all files even earlier than this date. I want the files only for this date. Any help in this r