My ant build choked on this line in src/webdav/server/org/apache/slide/webdav/util/PropertyHelper.java
import sun.security.krb5.internal.crypto.e; line 100 After researching this a bit, it looks like it's actually not used, and sometimes Eclipse will try to be helpful and import it if you use a variable called e (like Exception e). Anyway, i deleted the line and it looks like it built fine. Can someone patch the source if this is just a little glitch, or is this actually supposed to be in there? Thanks, Jeff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
