Problem With SchemaExport And Hibernate 3 In Ant 1.6.4

2005-12-09 Thread Michael Duffy
SchemaExport task isn't working for me. I'm running Ant 1.6.4 under JDK 1.4.2_05 with Hibernate 3.0. I've generated the Hibernate .hbm.xml files using Ant and XDoclet. Those appear to be correct. One of those is named Option.hbm.xml. When I run the SchemaExport as a task, I get the following e

Re: Fix/Workaround Needed For Ant 1.6.x and

2005-02-18 Thread Michael Duffy
Hi Jake, Yes, the JUnit JAR is in ANT_HOME/lib. I should have pointed out that this is a build.xml that I've used successfully with past versions of Ant. I've only started having the problem when I upgraded to 1.6.1. The CNF exception occurs when the class loader tries to find one of my TestCa

Fix/Workaround Needed For Ant 1.6.x and

2005-02-17 Thread Michael Duffy
I must be a dolt. I'm not getting the workaround or fix that makes the task work again in Ant 1.6.x. It used to work magnificently, but since the new class loader design was added I'm getting nothing but ClassNotFoundException when it tries to find my TestCases. (Yes, I set the classpath ins