we should have a copy of the source code in the Jump project repository.
This is the link:
http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/resources/otherjumps/adbtoolbox/.
I think you can download it via Eclipse.
Peppe
--- Gio 16/7/09, Sunburned Surveyor ha scritto:
> Da: Sunburned S
Peppe,
Do you know where we find the source code for the AdbToolbox plug-ins?
I followed the link below, but I could only find the download for a
compiled executable file.
http://www.pcn.minambiente.it/PCN/AdBToolbox/index.html
SS
---
OK Joe. Sorry that I couldn't be more help.
SS
On Wed, Jul 15, 2009 at 8:05 AM, Joe Desbonnet wrote:
> Ya, you might be right -- I may be trying to over-engineer it a bit.
> The key thing I must be able to do is treat numeric properties
> differently to strings: so that 10 > 9 but "10" < "9" in d
Ya, you might be right -- I may be trying to over-engineer it a bit.
The key thing I must be able to do is treat numeric properties
differently to strings: so that 10 > 9 but "10" < "9" in database
queries.
I'm working on something which I'll probably spin off as LGPL or BSD
if it works out.
Joe.
OpenJUMP does something similar for the Task class with Java2XML. I
don't know if this will solve your specific problem however, it deals
mostly with the serialization issue.
Why not use some type of Map subclass with a simple properties file?
The Sunburned Surveyor
On Mon, Jul 6, 2009 at 3:40 A