Re: [OT] UML/Diagramming tasks/tools?

2001-08-30 Thread Jon Eaves
Hi all, I've used Objecteerings personal edition and that works pretty well. The latest version is heaps better than the previous one. Cheers, -- jon - Original Message - From: Nico Seessle [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 30, 2001 8:25 PM Subject:

Re: javac and filesets

2001-08-21 Thread Jon Eaves
. Question: How does one pass a fileset or patternset from one file to another? Use of params? Example snippet anyone? My email RFE is thus moot, unless i run into problems. TIA. T Master. -- Jon Eaves [EMAIL PROTECTED] http://www.eaves.org/jon

Multiple JDK's on Windows [ marginally off-topic ]

2001-08-20 Thread Jon Eaves
it all work nicely. Anybody out there actually done this under Windows ? If so, want to drop me a line. I know this is slightly off-topic, but as I'm using Ant for all of the building, I'm sure this is a topic of interest to more than just me. Cheers, -- jon -- Jon Eaves [EMAIL PROTECTED

Re: Help with file-based task

2001-07-17 Thread Jon Eaves
. -- Access is denied. - Original Message - From: Jon Eaves [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, July 14, 2001 8:58 PM Subject: Re: Help with file-based task Hi all, I've had a couple of requests off list, and this one on-list

Re: Help with file-based task

2001-07-14 Thread Jon Eaves
as not to pollute it any further). Cheers, -- jon - Original Message - From: Jon Eaves [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, July 14, 2001 12:50 PM Subject: Re: Help with file-based task Hi Tim (Kev and others) I've got a similar problem. I've got a directory

Re: Help with file-based task

2001-07-13 Thread Jon Eaves
Hi Tim (Kev and others) I've got a similar problem. I've got a directory hierarchy with XML files in it. I've got a selection of XSLT files to process the XML files in the root of the hierarchy (they do different things). So, I've run a quick test with the style task and it very successfully

Re: bootclasspath

2001-07-12 Thread Jon Eaves
No it's not. It's so that you can use a CLASSPATH for the resolution of classes that is not the same as the compiler. ie. If you are compiling MIDP classes, you need to set the bootclasspath to midp.jar so that the JDK1.3 tools.jar doesn't get included (and hence resolved). - From javac

Benchmarking (was Re: Urgent : Error , Exception handling)

2001-06-28 Thread Jon Eaves
Hi all, Also, I just need this in order to start benchmarking my and my teams work. WHat is the standard amount of time you would expect a neophyte to take to finish off a build subystem creation/conversion project for a multi-tiered application of say 2000 class files and a

Re: Another Neophyte Question

2001-06-26 Thread Jon Eaves
Hi Jerry, Diane, In your first example, the problem is you need to have your Hello.java in a test subdir, since you've declared it to be in package test, so the Java compiler will create a test subdir of the directory you've told it to put classfiles into (ie., the dir pointed to with -d)

Re: Another Neophyte Question

2001-06-26 Thread Jon Eaves
Thanks Conor, Strictly, that's not true. The only part of the Java development kit that requires that structure is the javadoc. you may want to read the section SEARCHING FOR TYPES in http://java.sun.com/j2se/1.3/docs/tooldocs/solaris/javac.html When javac does such searching, it

bootclasspath

2001-06-25 Thread Jon Eaves
release ? Cheers, -- jon -- Jon Eaves [EMAIL PROTECTED] http://www.eaves.org/jon/

Re: bootclasspath

2001-06-25 Thread Jon Eaves
Jon Eaves [EMAIL PROTECTED] wrote: I'm using ant to create a j2me/midp project. Take a look at the external tools page, especially http://jakarta.apache.org/ant/external.html#J2ME%20Ant%20Tasks. Maybe you will find this useful. Thanks, I've already identified that somebody has

Re: bootclasspath

2001-06-25 Thread Jon Eaves
Jon Eaves [EMAIL PROTECTED] wrote: I read lots of emails in ant-user and ant-dev about bootclasspath not working quite right. I think it is not always the same, but a bunch of different, possibly related problems. Well, that's why I asked the question . OK 8

*Warning* to all using patternset

2001-06-22 Thread Jon Eaves
that can be 'id' and then 'refid' later on. A 'refid' used where 'id' expected type warning would be really, really nice. Cheers, -- jon -- Jon Eaves [EMAIL PROTECTED] http://www.eaves.org/jon/

Re: *Warning* to all using patternset

2001-06-22 Thread Jon Eaves
: Re: *Warning* to all using patternset Jon Eaves [EMAIL PROTECTED] wrote: A 'refid' used where 'id' expected type warning would be really, really nice. Things are not that easy - as it is perfectly valid to use the id attribute on a patternset that you define within a task. How about

Re: Ant sleep?

2001-06-21 Thread Jon Eaves
With Open Source, _R_ is always for Random ;-) Cheers, -- jon - Original Message - From: Stefan Bodewig [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 21, 2001 8:50 PM Subject: Re: Ant sleep? Lyndon Samson [EMAIL PROTECTED] wrote: Excellent! You gotta love this

Re: Including property files

2001-06-06 Thread Jon Eaves
to this sort of functionality, was this thread concluded with a way to do this? Also: Is there a way to specify a URL as the source of external properties? Thanks Frank V -Original Message- From: Jon Eaves [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 7:13 PM

Re: Including property files

2001-06-05 Thread Jon Eaves
Hi all, Thanks to those that replied. It appears that I should have read the documentation somewhat better. Mind you, the documentation is pretty poor, anybody else noticed that ;-) Cheers, -- jon PS: It's a joke. Don't reply. - Original Message - From: Mark Ashton [EMAIL

Including property files

2001-06-04 Thread Jon Eaves
} / displays ${user.foo} and gives a nice error message in ant -v. Help ! Cheers, -- jon -- Jon Eaves [EMAIL PROTECTED] http://www.eaves.org/jon/