[josm-dev] josm plugin integration

Subhodip Biswas subhodipbiswas at gmail.com
Thu Jul 3 10:24:21 BST 2008


hi !

While tweaking the build.xml file as per mentioned in josm.openstreetmap.de .

i added the following
<property name="josm" location="../../core/dist/josm-custom.jar" />
   <path id="classpath">
       <fileset file="${josm}"/>
   </path>
but still having problem with importing classes like plugin and josm.main .
what i am missing out here .

my package location is
/home/subhodip/osm/applications/editors/josm/plugins/gpsbabelgui

<snip>
package org.openstreetmap.josm.plugins.gpsbabelgui;

import java.awt.Component;
import javax.swing.*;


import org.openstreetmap.josm.Main;
import org.openstreetmap.josm.plugins.Plugin;
</snip>

this what i am doing .. it is wrong ?? please help .

-- 
Regards
Subhodip Biswas

Fedora Ambassador
West Bengal , India

GPG key : FAEA34AB
Server : pgp.mit.edu
http://subhodipbiswas.wordpress.com
http:/www.fedoraproject.org/wiki/SubhodipBiswas




More information about the josm-dev mailing list