Hello everyone.  I searched the list archive for eclipse related info, but found none.  I suppose this might be more a question for the eclipse list, but I figure some middlegen users must also be eclipse users. here's my problem.
 
I've gone into "windows -> preferences -> external tools -> ant" and added the middlegen.jar file that comes the binary 1.0 .zip download.  Then I click on the "tasks" tab and define middlegen tasks as:
name: middlegen
class: middlegen.MiddlegenTask
Library: F:/dev/java/middlgen/samples/lib/middlegen.jar
 
I define my middlegen target as:

<target name="middlegen" depends="prepare">

    <middlegen appname="myproject" gui="yes" destination="${java.src.dir}" databaseurl="jdbc:mysql://localhost/mydatabase" driver="com.mysql.jdbc.Driver" username="myuser" password="mypassword" package="mypackage">

    </middlegen>

</target>

and then when i go to run ant inside of eclipse, i get NoClassDefFoundError on middlegen.MiddlegenTask.  I'm hoping that there have got to be some eclipse users on this list that could possibly point me in the right direction.  Thanks in advance, I can't wait to get it all working so I can try this promising tool.
 
Regards,
Johnny
 
Also, the "getting started" section on the middlegen site needs to be updated.

Reply via email to