RE: junitreport classpath problem

2002-02-18 Thread Chuck Stern
Hello, I thought you only needed the xalan.jar to get junitreport to work (at least on my system that's all I have and it works fine). Also, I don't have xalan.jar in my %ANT_HOME%/lib dir, just the crimson.jar, optional.jar, and ant.jar. I have a script that sets xalan.jar in my classpath prio

Ant 1.5, JDepend task doesn't support the "format" attribute

2002-02-05 Thread Chuck Stern
Hi, I'm trying to use the jdepend task with the latest build (1.5 alpha) ant the latest optional.jar. I'm getting the following error message: The task doesn't support the "format" attribute. My task looks like this:

RE: Unexpected element "ftp"

2002-01-24 Thread Chuck Stern
Did you verify the FTP classes where in the optional.jar your using? I ran into this problem with FTP and I went through the mailing list trying everything. Turned out the class was missing and had to find a different version that included it. That's the first thing I check when I see this erro