FS#35824 - [josm] Leave possibility to add Jython as classpath

Attached to Project: Community Packages
Opened by Brice (eMerzh) - Sunday, 16 June 2013, 21:21 GMT
Last edited by Jaroslav Lichtblau (Dragonlord) - Monday, 23 December 2013, 22:27 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jaroslav Lichtblau (Dragonlord)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

I was trying to make josm scripts working
i've installed jython and josm wasn't detecting the jython engine.

When changing /usr/bin/josm classpath to :
CLASSPATH="/usr/share/java/josm/josm.jar:/opt/jython/jython.jar"

it's now working.

Is it possible to allow the /etc/conf.d/josm or something else to customize the launching of josm to accept the jython classpath?

Thanks


This task depends upon

Closed by  Jaroslav Lichtblau (Dragonlord)
Monday, 23 December 2013, 22:27 GMT
Reason for closing:  Won't implement
Comment by jozef riha (jose1711) - Tuesday, 03 December 2013, 19:00 GMT
are you suggesting something like
EXTRA_CLASSPATHS=

in conf.d/josm? is this so common it really deserves a place in conf.d?

Loading...