Hello Malte,

Malte Weller schrieb:

> I got the plug-in running with the Pirol Edition of OpenJump.
> With the last stable release of OpenJump (1.0.1) I get the same error as
> Geoffrey.

To test it I downloaded OpenJump 1.0.1.
(the plain openjump-1.0.1.zip from SF). Then I removed the lib\batik
directory and placed all extra jar files

- batik-all.jar
- js.jar
- pdf-transcoder.jar
- xml-apis-ext.jar
- xml-apis.jar          (overwrites an existing one!)

into the lib directory.

After modifying the CLASSPATH bin\openjump.bat [1] to include
all these jars the plugin works fine for me.

(Platform WinXP Pro/SP2 JRE 1.5.0_10-b03)

> 
> Back to the running plug-in under Pirol Edition.
> By loading the plug-in the main window still has the focus and the
> plug-in window disappears to the taskbar.
> This happens every time the cursor moves over the main OpenJump window.

I can confirm this for the OpenJump 1.0.1 as well. We'll have
a look at that.

 > If I draw a rectangle over the map (as a border for the map) I'm not
> able to select the map anymore.
> So some menu items under 'Insert' ("Einfügen") are disabled
> ("Massstabsbalken hinzufügen"  + "Massstabstext hinzufügen").

This is because the rectangle is actually a box with fill "none"
which makes it solid. We'll fix this as soon as we get the
property dialog for the rectangle.

- Sascha

[1] I try to include openjump.bat ... if the mail filter let it through

set LIB=../lib
set 
CLASSPATH=%LIB%/bsh-2.0b4.jar;%LIB%/Buoy.jar;%LIB%/Jama-1.0.1.jar;%LIB%/jdom.jar;%LIB%/jts-1.7.jar;%LIB%/jump-workbench-1.0.1.jar;%LIB%/jump-api-1.0.1.jar;%LIB%/xercesImpl.jar;%LIB%/xml-apis.jar;%LIB%/log4j-1.2.8.jar;%LIB%/batik-all.jar;%LIB%/js.jar;%LIB%/xml-apis-ext.jar;%LIB%/pdf-transcoder.jar
REM Add extension directory to path, so extensions can put DLL's there [Jon 
Aquino 2005-03-18]
set PATH=%PATH%;%LIB%/ext
start javaw -Dlog4j.configuration=file:./log4j.xml -Xms256M -Xmx256M -cp 
%CLASSPATH% com.vividsolutions.jump.workbench.JUMPWorkbench -properties 
workbench-properties.xml -plug-in-directory %LIB%/ext
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to