RE: How to get a list of sub-classes of a class?

2007-03-11 Thread Zsolt Koppany
Thank you Jacob, that is what we do today but this solution (?) is not reliable. Zsolt > -Original Message- > From: Jacob Kjome [mailto:[EMAIL PROTECTED] > Sent: Sunday, March 11, 2007 4:49 PM > To: Ant Users List > Subject: Re: How to get a list of sub-classes of a class? > > > Use co

Re: Escaping double quotes in properties?

2007-03-11 Thread Dale Anson
Keep in mind, though, that in fact it's spelled "potato". bill/wilandra wrote: Try using " -- HTH Bill -Original Message- From: Brown, Carlton [mailto:[EMAIL PROTECTED] Sent: Sunday, March 11, 2007 3:49 PM To: Ant Users List Subject: Escaping double quotes in properties? I'm trying

RE: Escaping double quotes in properties?

2007-03-11 Thread bill/wilandra
Try using " -- HTH Bill -Original Message- From: Brown, Carlton [mailto:[EMAIL PROTECTED] Sent: Sunday, March 11, 2007 3:49 PM To: Ant Users List Subject: Escaping double quotes in properties? I'm trying to store double quotes in a property, to print out a phrase like: It's spelled

Escaping double quotes in properties?

2007-03-11 Thread Brown, Carlton
I'm trying to store double quotes in a property, to print out a phrase like: It's spelled "potatoe" The manual provides only this cute bit of advice: Want unusual characters? Escape them \u0456 or \" style. Problem is, it doesn't seem to work, or I'm misunderstanding it:

Version 1.1b1 of Svn4Ant is available.

2007-03-11 Thread Wascally Wabbit
ANNOUNCEMENT: Version 1.1b1 of JWare/AntXtras Svn4Ant (or just 'Svn4Ant') is available from the main AntXtras site, http://antxtras.sourceforge.net/. This release focuses on the CLIENT Svn4Ant components. See the detailed RELEASE-NOTES.txt for a full overview of all changes since 1.0. - Upg

Re: How to get a list of sub-classes of a class?

2007-03-11 Thread Jacob Kjome
Use consistent naming. If you have a class named "MyClass", then name its testcase MyClassTest. Now included all classes with the pattern *Test. Jake At 08:08 AM 3/11/2007, you wrote: >Hi, > >I have this list of all classes. How can I filter them to get only a list of >classes that extend

How to get a list of sub-classes of a class?

2007-03-11 Thread Zsolt Koppany
Hi, I have this list of all classes. How can I filter them to get only a list of classes that extend junit.framework.TestCase? Zsolt Zsolt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P