Re: [JPP-Devel] PrintLayout Plugin 0.8.1

2007-01-31 Thread Stefan Steiniger

> 
> Greetings from Institute of Environmental Planing in Hannover (The 
> sponsor for this plug-in ;-) ),
> Malte Weller

oha.. thank you guys :)


> Jan-Oliver Wagner schrieb:
>> On Tuesday 30 January 2007 12:29, Jan-Oliver Wagner wrote:
>>   
>>> Changes since 0.8.0:
>>>
>>>   Maintenance and feature release.
>>>
>>>   * I18N: englisch was broken -- fixed.
>>>   * New: Paper Size selection.
>>>   * New: Status line with paper coordinates.
>>>   * New: Scalebar.
>>>   * Changed: Sizing of objects now keeps
>>> the opposite corner fixed instead of
>>> scaling around the center.
>>> 
>>
>> I missed this important one:
>>
>>   * New: Storing/Loading of sessions.
>>   
>>   
> 
> 
> 
> 
> -
> 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

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] PrintLayout Plugin 0.8.1

2007-01-30 Thread Jan-Oliver Wagner
Hello Malte,

first of all, I am asking for a favour: it would be helpful
for me if yould reconfigure your
email program to not send HTML formatted text.

On Tuesday 30 January 2007 17:34, Malte Weller wrote:
> 
> 
> 
>   
> 
> 
> Hello Jan-Oliver,
> 
> good work so far.

thanks. Please note that I didn't implement
this Plugin myself. It is Sascha Teichmann and Ludwig
Reiter who do the coding.

> 
> But I have to mention  a few problems.
> 
> I got the plug-in running with the Pirol Edition of OpenJump.

good! Linux? Windows? A particular version of Pirol?

> With the last stable release of OpenJump (1.0.1) I get the same error
> as Geoffrey.

On Windows?
Have you tried 0.8.2?
Have you checked the CLASSPATH?

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

Linux/Windows? If Linux, which window manager, which desktop?

> This happens every time the cursor moves over the main OpenJump window.
> 
> If I draw a rectangle over the map (as a border for the map) I'm not
> able to select the map anymore.

Strange. Is the select tool active?

> So some menu items under 'Insert' ("Einfügen") are disabled
> ("Massstabsbalken hinzufügen"  + "Massstabstext
> hinzufügen"). 

The scalebar is only active when you selected a map. Otherwise
the plugin won't know for which map the scalebar should be
added.

> Keep on the good work !

sure. Release 0.9.0 will add some more features.
Then stabilizing phase comes towards 1.0.

Of course one could easily name a dozen missing interesting features.
I'd be very interested in other developers adding such features -
testing how well the internal interfaces are designed and documented.

All the best

Jan
-- 
Jan-Oliver Wagner: www.intevation.de/~jan  | GISpatcher: www.gispatcher.de
Kolab Konsortium : www.kolab-konsortium.de | Thuban: thuban.intevation.org
Intevation GmbH  : www.intevation.de   | Kolab : www.kolab.org
FreeGIS  : www.freegis.org | GAV   : www.grass-verein.de

-
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


Re: [JPP-Devel] PrintLayout Plugin 0.8.1

2007-01-30 Thread Sascha L. Teichmann
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


Re: [JPP-Devel] PrintLayout Plugin 0.8.1

2007-01-30 Thread Malte Weller




Hello Jan-Oliver,

good work so far.

But I have to mention  a few problems.

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.

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.

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

Keep on the good work !

Greetings from Institute of Environmental Planing in Hannover (The
sponsor for this plug-in  ;-) ),
Malte Weller

Jan-Oliver Wagner schrieb:

  On Tuesday 30 January 2007 12:29, Jan-Oliver Wagner wrote:
  
  
Changes since 0.8.0:

  Maintenance and feature release.

  * I18N: englisch was broken -- fixed.
  * New: Paper Size selection.
  * New: Status line with paper coordinates.
  * New: Scalebar.
  * Changed: Sizing of objects now keeps
the opposite corner fixed instead of
scaling around the center.

  
  
I missed this important one:

  * New: Storing/Loading of sessions.
  
  





-
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


Re: [JPP-Devel] PrintLayout Plugin 0.8.1

2007-01-30 Thread [EMAIL PROTECTED]
Hello Ugo,

you're right. The 'ant dist' packed an old LayoutFrame.class into the
0.8.1 jar. (The one before the i18n fix -> your crash).
Maybe its a problem due to network time stamps.
We'll release 0.8.2 within the next two hours.
Jan will be very happy to announce it .. again. ;-)

Thanx, Sascha

Ugo Taddei schrieb:
> Hello,
> 
> I had a go and got some problem with some JSVGCanvas. Then I removed the 
> old batik libs and updated with newer one (including the one from the 
> site) and I got:
> 
> java.lang.NullPointerException
> at 
> de.intevation.printlayout.LayoutFrame.createMenu(LayoutFrame.java:253)
> at 
> de.intevation.printlayout.LayoutFrame.createComponents(LayoutFrame.java:187)
> at de.intevation.printlayout.LayoutFrame.(LayoutFrame.java:128)
> at 
> de.intevation.printlayout.PrintLayoutPlugin.run(PrintLayoutPlugin.java:61)
> at 
> com.vividsolutions.jump.workbench.ui.task.TaskMonitorManager$TaskWrapper.run(TaskMonitorManager.java:149)
> at java.lang.Thread.run(Thread.java:595)
> 
> Although this was with deejump, the error must be caused by something 
> else (as under the hood deejump = openjump).
> 
> Cheers,
> 
> Ugo
> 
> Jan-Oliver Wagner wrote:
>> Hi OJ developers,
>>
>> I just uploaded the update 0.8.1 of the new PrintLayout plugin:
>>
>>  
>> http://sourceforge.net/project/showfiles.php?group_id=118054&package_id=219772&release_id=482520
>>
>> Changes since 0.8.0:
>>
>>   Maintenance and feature release.
>>
>>   * I18N: englisch was broken -- fixed.
>>   * New: Paper Size selection.
>>   * New: Status line with paper coordinates.
>>   * New: Scalebar.
>>   * Changed: Sizing of objects now keeps
>> the opposite corner fixed instead of
>> scaling around the center.
>>
>> Installing:
>>
>> 1. Copy the the printlayout.jar
>>into the the lib/ext directory of
>>your OpenJump installation.
>>
>> ATTENTION: The next steps replace existing jar files. Be sure
>> you don't get into trouble when you loose these files. Backups
>> or a separate installation of OpenJump could help here.
>>
>> 2. Remove the batik libraries coming with
>>OpenJump and replace them:
>>
>>rm -rf /lib/batik
>>
>> 3. Download these jar files and place them into
>>/lib
>>
>>
>> http://jump-pilot.cvs.sourceforge.net/*checkout*/jump-pilot/PrintLayoutPlugin/lib/batik-all.jar
>>
>> http://jump-pilot.cvs.sourceforge.net/*checkout*/jump-pilot/PrintLayoutPlugin/lib/js.jar
>>
>> http://jump-pilot.cvs.sourceforge.net/*checkout*/jump-pilot/PrintLayoutPlugin/lib/pdf-transcoder.jar
>>
>> http://jump-pilot.cvs.sourceforge.net/*checkout*/jump-pilot/PrintLayoutPlugin/lib/xml-apis-ext.jar
>>
>>   
> 
> 

-
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


Re: [JPP-Devel] PrintLayout Plugin 0.8.1

2007-01-30 Thread Ugo Taddei
Hello,

I had a go and got some problem with some JSVGCanvas. Then I removed the 
old batik libs and updated with newer one (including the one from the 
site) and I got:

java.lang.NullPointerException
at 
de.intevation.printlayout.LayoutFrame.createMenu(LayoutFrame.java:253)
at 
de.intevation.printlayout.LayoutFrame.createComponents(LayoutFrame.java:187)
at de.intevation.printlayout.LayoutFrame.(LayoutFrame.java:128)
at 
de.intevation.printlayout.PrintLayoutPlugin.run(PrintLayoutPlugin.java:61)
at 
com.vividsolutions.jump.workbench.ui.task.TaskMonitorManager$TaskWrapper.run(TaskMonitorManager.java:149)
at java.lang.Thread.run(Thread.java:595)

Although this was with deejump, the error must be caused by something 
else (as under the hood deejump = openjump).

Cheers,

Ugo

Jan-Oliver Wagner wrote:
> Hi OJ developers,
>
> I just uploaded the update 0.8.1 of the new PrintLayout plugin:
>
>  
> http://sourceforge.net/project/showfiles.php?group_id=118054&package_id=219772&release_id=482520
>
> Changes since 0.8.0:
>
>   Maintenance and feature release.
>
>   * I18N: englisch was broken -- fixed.
>   * New: Paper Size selection.
>   * New: Status line with paper coordinates.
>   * New: Scalebar.
>   * Changed: Sizing of objects now keeps
> the opposite corner fixed instead of
> scaling around the center.
>
> Installing:
>
> 1. Copy the the printlayout.jar
>into the the lib/ext directory of
>your OpenJump installation.
>
> ATTENTION: The next steps replace existing jar files. Be sure
> you don't get into trouble when you loose these files. Backups
> or a separate installation of OpenJump could help here.
>
> 2. Remove the batik libraries coming with
>OpenJump and replace them:
>
>rm -rf /lib/batik
>
> 3. Download these jar files and place them into
>/lib
>
>
> http://jump-pilot.cvs.sourceforge.net/*checkout*/jump-pilot/PrintLayoutPlugin/lib/batik-all.jar
>
> http://jump-pilot.cvs.sourceforge.net/*checkout*/jump-pilot/PrintLayoutPlugin/lib/js.jar
>
> http://jump-pilot.cvs.sourceforge.net/*checkout*/jump-pilot/PrintLayoutPlugin/lib/pdf-transcoder.jar
>
> http://jump-pilot.cvs.sourceforge.net/*checkout*/jump-pilot/PrintLayoutPlugin/lib/xml-apis-ext.jar
>
>   


-- 
l a t / l o n  GmbH
Aennchenstrasse 19   53177 Bonn, Germany
phone ++49 +228 184960   fax ++49 +228 1849629
http://www.lat-lon.dehttp://www.deegree.org


-
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


Re: [JPP-Devel] PrintLayout Plugin 0.8.1

2007-01-30 Thread Jan-Oliver Wagner
On Tuesday 30 January 2007 12:29, Jan-Oliver Wagner wrote:
> Changes since 0.8.0:
> 
>   Maintenance and feature release.
> 
>   * I18N: englisch was broken -- fixed.
>   * New: Paper Size selection.
>   * New: Status line with paper coordinates.
>   * New: Scalebar.
>   * Changed: Sizing of objects now keeps
> the opposite corner fixed instead of
> scaling around the center.

I missed this important one:

  * New: Storing/Loading of sessions.
  
-- 
Jan-Oliver Wagner: www.intevation.de/~jan  | GISpatcher: www.gispatcher.de
Kolab Konsortium : www.kolab-konsortium.de | Thuban: thuban.intevation.org
Intevation GmbH  : www.intevation.de   | Kolab : www.kolab.org
FreeGIS  : www.freegis.org | GAV   : www.grass-verein.de

-
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


[JPP-Devel] PrintLayout Plugin 0.8.1

2007-01-30 Thread Jan-Oliver Wagner
Hi OJ developers,

I just uploaded the update 0.8.1 of the new PrintLayout plugin:

 
http://sourceforge.net/project/showfiles.php?group_id=118054&package_id=219772&release_id=482520

Changes since 0.8.0:

  Maintenance and feature release.

  * I18N: englisch was broken -- fixed.
  * New: Paper Size selection.
  * New: Status line with paper coordinates.
  * New: Scalebar.
  * Changed: Sizing of objects now keeps
the opposite corner fixed instead of
scaling around the center.

Installing:

1. Copy the the printlayout.jar
   into the the lib/ext directory of
   your OpenJump installation.

ATTENTION: The next steps replace existing jar files. Be sure
you don't get into trouble when you loose these files. Backups
or a separate installation of OpenJump could help here.

2. Remove the batik libraries coming with
   OpenJump and replace them:

   rm -rf /lib/batik

3. Download these jar files and place them into
   /lib

   
http://jump-pilot.cvs.sourceforge.net/*checkout*/jump-pilot/PrintLayoutPlugin/lib/batik-all.jar
   
http://jump-pilot.cvs.sourceforge.net/*checkout*/jump-pilot/PrintLayoutPlugin/lib/js.jar
   
http://jump-pilot.cvs.sourceforge.net/*checkout*/jump-pilot/PrintLayoutPlugin/lib/pdf-transcoder.jar
   
http://jump-pilot.cvs.sourceforge.net/*checkout*/jump-pilot/PrintLayoutPlugin/lib/xml-apis-ext.jar

-- 
Jan-Oliver Wagner: www.intevation.de/~jan  | GISpatcher: www.gispatcher.de
Kolab Konsortium : www.kolab-konsortium.de | Thuban: thuban.intevation.org
Intevation GmbH  : www.intevation.de   | Kolab : www.kolab.org
FreeGIS  : www.freegis.org | GAV   : www.grass-verein.de

-
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