On Mon, Apr 20, 2009 at 09:00:48AM -0700, Martin Davis wrote:
> Sounds like you need to add the acme.jar to your classpath. It's
> distributed with JTS.
Yup, that was it, thanks.
Attached is a patch for build.xml, where Acme.jar was added
to the classpath, while 'acme.jar' is the name of the file in
repository.
--strk;
>
> strk wrote:
> >Hello,
> >I'm trying to build JTS on an Ubuntu 8.10 GNU/Linux system,
> >failing on use of the Acme stuff:
> >
> >jts-test-jar:
> > [delete] Deleting directory /home/src/jts/jts/build/classes
> > [mkdir] Created dir: /home/src/jts/jts/build/classes
> > [javac] Compiling 175 source files to /home/src/jts/jts/build/classes
> > [javac]
> >
> > /home/src/jts/jts/src/com/vividsolutions/jtstest/testbuilder/model/HtmlWriter.java:54:
> > package Acme.JPM.Encoders does not exist
> > [javac] import Acme.JPM.Encoders.GifEncoder;
> > [javac] ^
> >
> >Is that a strict requirement ?
> >How can I install it ?
> >
> >TIA
> >
> >--strk;
> >
> > Free GIS & Flash consultant/developer () ASCII Ribbon Campaign
> > http://foo.keybit.net/~strk/services.html /\ Keep it simple!
> >_______________________________________________
> >jts-devel mailing list
> >[email protected]
> >http://lists.refractions.net/mailman/listinfo/jts-devel
> >
> >
>
> --
> Martin Davis
> Senior Technical Architect
> Refractions Research, Inc.
> (250) 383-3022
>
> _______________________________________________
> jts-devel mailing list
> [email protected]
> http://lists.refractions.net/mailman/listinfo/jts-devel
--
Free GIS & Flash consultant/developer () ASCII Ribbon Campaign
http://foo.keybit.net/~strk/services.html /\ Keep it simple!
Index: build.xml
===================================================================
RCS file: /home/cvs/jts/jts/build.xml,v
retrieving revision 1.10
diff -r1.10 build.xml
104c104
< <pathelement location="${pre-zip.lib}\Acme.jar"/>
---
> <pathelement location="${pre-zip.lib}\acme.jar"/>
177c177
< <pathelement location="${pre-zip.lib}\Acme.jar"/>
---
> <pathelement location="${pre-zip.lib}\acme.jar"/>
203c203
< <pathelement location="${pre-zip.lib}\Acme.jar"/>
---
> <pathelement location="${pre-zip.lib}\acme.jar"/>
235c235
< </project>
\ No newline at end of file
---
> </project>
_______________________________________________
jts-devel mailing list
[email protected]
http://lists.refractions.net/mailman/listinfo/jts-devel