Try to build jar target:
ant jar

The result  will be in
dist/electric-netbeans.jar

Run it by
java -jar electric-netbeans.jar

If you need beans-schell scripting or other plugin, download it and run:
java   -classpath electric-netbeams.jar:bsh-2.0b4.jar
com.sun.electric.Launcher



Yes, current Electric build scripts are not user-friendly.
We consider using maven or ant/ivy to handle external dependencies in
Electric build.

  -Dima

On Tue, Sep 14, 2010 at 11:33 PM, nav <[email protected]> wrote:

> Hi all,
>
> I downloaded the latest source code from the subversion repository and
> tried compiling, but I got the following error:
>
>
> compileTests:
>    [javac] Compiling 58 source files to /Users/navaja/trunk/srcj
>    [javac] /Users/navaja/trunk/tests/com/sun/electric/database/
> ImmutableNodeInstTest.java:616: cannot find symbol
>    [javac] symbol  : method
>
> assertArrayEquals(com.sun.electric.database.geometry.EPoint[],com.sun.electric.database.geometry.EPoint[])
>    [javac] location: class
> com.sun.electric.database.ImmutableNodeInstTest
>    [javac]         assertArrayEquals(expResult, result);
>    [javac]         ^
>    [javac] 1 error
>
> I used "ant" to build Electric and I believe I have all the necessary
> packages. I would appreciate any help. Thanks.
>
> -Nav
>
> --
> 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]<electricvlsi%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/electricvlsi?hl=en.
>
>

-- 
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.

Reply via email to