RE: TelnetTask help needed!

2002-10-01 Thread McHenry, Matt
I had a lot of trouble getting this to work initially, too. I don't telnet to anything other than a win2k box, so I had attributed the flakiness to the telnet task, but I'm more than willing to shift the blame to windoze. ;- What I eventually got to work (under 1.4, works w/o

RE: include jpeg/gifs in a jar

2002-09-27 Thread McHenry, Matt
Sorry for the tardy reply, but in case anyone is interested ... Mel's suggestion will fix the problem. The reason for this is bug #4214785 in Sun's bug parade (Plug-in doesn't load images from JAR files). Matt McHenry Software Developer Carnegie Learning -Original Message-

RE: Automated source config model?

2002-09-03 Thread McHenry, Matt
Thanks for the information. I would be interested in seeing how you implemented what you have if you can give me a high level view without ruffling any feathers. Thanks. Okay, here's an example java properties file that defines a set of deliverables built from several components, each

RE: Automated source config model?

2002-08-30 Thread McHenry, Matt
I'm curious as to how others have faced this challenge using Ant and CVS in a production build environment. One thought I had was to investigate using the Ant-Contrib foreach task to iterate over a 'src.properties' file that would contain the ingredients, so to speak, that are passed to

RE: Tool to find unused methods

2002-04-05 Thread McHenry, Matt
(Sorry if this is a bit out of date ... I'm a bit backlogged in my reading of this list.) I've been using a tool called juliet for a few weeks now, and I like it quite a bit. You can get it at http://www.infotectonica.com/. It's a GUI-based tool for browsing source code. So you can give it

Directory names with spaces in a directory-based task

2001-11-20 Thread McHenry, Matt
I see by looking at the source code that e.g. the includes attribute for a directory-based task is being tokenized not only on commas but also on spaces. This obviously presents a problem when dealing with files directories with spaces in their names. Is there a way to escape the space