[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-2232) NoClassDefFoundError: org/apache/tools/ant/BuildException when using Schema Export

Vitali Yemialyanchyk (JIRA) jira-events at lists.jboss.org
Mon May 19 11:11:02 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBIDE-2232?page=all ]

Vitali Yemialyanchyk updated JBIDE-2232:
----------------------------------------

    Attachment: JBIDE-2232_20080519.zip

I find the reason - this is 
import org.apache.tools.ant.BuildException;
it is necessary remove this import and replace 
BuildException to ExporterException.

Max, please apply my patch or can I commit the changes directly into branches/Branch_3_2/HibernateExt/tools?

> NoClassDefFoundError: org/apache/tools/ant/BuildException when using Schema Export
> ----------------------------------------------------------------------------------
>
>                 Key: JBIDE-2232
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-2232
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>    Affects Versions: 2.1.0.GA
>         Environment: Windows XP
>            Reporter: Naresh Bhatia
>         Assigned To: Vitali Yemialyanchyk
>             Fix For: 2.1.0.GA
>
>         Attachments: JBIDE-2232_20080519.zip
>
>
> I am using JBoss Tools 3.2.2.CR1. When I try to use Schema Export via the Hibernate Code Generation window, I get the following exception:
> org.hibernate.console.HibernateConsoleRuntimeException: Received a NoClassDefFoundError, probably the console configuration classpath is incomplete or contains conflicting versions of the same class 
> Received a NoClassDefFoundError, probably the console configuration classpath is incomplete or contains conflicting versions of the same class 
>   java.lang.NoClassDefFoundError: org/apache/tools/ant/BuildException 
>   org/apache/tools/ant/BuildException 
>     java.lang.NoClassDefFoundError: org/apache/tools/ant/BuildException 
>     org/apache/tools/ant/BuildException 
> According to Max "that looks like a big regression bug". See forum reference below.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list