Hi, > I'm aware of the first problem. I'll take a look at your > solution. Meanwhile > a workaround (which I use) is to set > jde-import-exclude-imports to filter > out the undersirable apache classes.
Yes, but that's a little bit cumbersome. I am presently using the modified code I posted and it appears to be OK, but for one thing: in addition to the check for "java.lang", a check for classes in the same package should be added. The point being that any class in "java.lang" or the current package are to be considered "imported" by default, and that jde-import-all should therefore not try to import those. / Petter
