problem solved - bad schema name
Last night I set up an ANT script to do the rev-eng & I eventually got that working. Problem was in the cfg - default_schema had to be uppercase (BWHTST, not bwhtst). When I saw your post I went back & tried it in eclipse, & it works there, too, now. So when the schema name doesn't match, it gets the ClassNotFoundException. Running in the ANT script, there's no error, you just don't get any tables processed.
It would be nice in either situation to get a warning/error message instead of (a) Exception or (b) no output.
|