Sorry replying late. Well this is the error I get when I build
electric from source code. This error is when it tries to build
"antlr_gen" target. Looking in the build.xml file I find this:
<target name="antlr_gen" depends="prepare-output"
unless="antlr.notneeded">
<java classname="org.antlr.Tool" failonerror="true"
fork="true" dir="${jython.base.dir}">
Does building from source code requires additional packages, besides
jython, junit, bsh etc? Thanks
-Nav
On Jan 9, 11:31 pm, pallav <[email protected]> wrote:
> On Jan 9, 12:35 pm, nav <[email protected]> wrote:
>
> > Hi all,
>
> > Has anyone tried compiling electric8.10 source? I get the following
> > error:
>
> > [java] Exception in thread "main" java.lang.NoClassDefFoundError: org/
> > antlr/Tool
> > [java] Caused by: java.lang.ClassNotFoundException: org.antlr.Tool
>
> > I am compiling on Mac OS X with Java 1.6.0_17. Am I missing something
> > here?
>
> > Thanks
> > -Nav
>
> Looks like a execution error rather than a compilation error.
--
You received this message because you are subscribed to the Google Groups
"Electric VLSI Editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/electricvlsi?hl=en.