Hi,
I’d like to add an Ant Task for generating hibernate schemas with SchemaExport. To do so I tried to first add the hibernate3.jar to the Ant classpath. This jar has the class SchemaExportTask. To do so I did Windows -> Preferences -> Ant -> Runtime, clicked the Classpath tab, and either Add Jar or Add External Jar (tried both ways). The jar is added to the list but “Apply” seems to do nothing, and if the window is closed, the jar is not there next time I open it. Adding the jar is not “sticking”. Further, if I try to add the task, the jar is not found among the “Location”s listed.
One note: The ant build.xml file was created before I started using Eclipse on this project, and was somehow imported by Eclipse when I defined my project. Thought I don’t expect this has anything to do with it.
Eclipse is not happy about something, but there is no feedback or indication what isn’t in order. Just silent failure.
Thanks,
TC