you should probably try to pinpoint an interface/method you want to use to get 
the data in a specific format and use only that. as soon as you start fiddling 
with "their" code you will probably end up with some copied and changed code 
which cannot profit from further development from their side.
ideally you pinpoint packages you need and package only them and use them in 
their original state, so you can exchange them when there are update to JOSM.

..ede

On 08.07.2013 18:45, Stefan Steiniger wrote:
> Hi Ede,
> 
> I wish - and that was the original plan and I started with that.
> But then I needed to copy more and more classes... as there was always 
> some progam/user variable or method used from elsewehere (e.g. 
> projections, string formatting from main). So, now I am kind of copying 
> only the important parts over; so far 4 classes - but I kept a reference 
> to the source classes from where I copied.
> 
> stefan
> 
> Am 08.07.13 04:43, schrieb edgar.sol...@web.de:
>> On 08.07.2013 01:43, Stefan Steiniger wrote:
>>> PS: for those who are interested: I started with this taking the file
>>> loader/importer from JOSM.  For that I first create the 3 OSM primary
>>> data types [1]  - and from there, start converting into OJ Feature form.
>>> Hence, I am generating the OSM data model first.
>>
>> are you using the unmodified JOSM sources or did you change them?
>>
>> would make sense to keep them untouched, so you can upgrade the JOSM classes 
>> in case the need arises.
>>
>> ..ede
>>
>> ------------------------------------------------------------------------------
>> This SF.net email is sponsored by Windows:
>>
>> Build for Windows Store.
>>
>> http://p.sf.net/sfu/windows-dev2dev
>> _______________________________________________
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
> 
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
> 
> Build for Windows Store.
> 
> http://p.sf.net/sfu/windows-dev2dev
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to