Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] How to create a uDig mysql plugin

XML file looks okay to me, although there could be something wrong there.

I had a glance at the code too, and nothing look obvious to me. 

I would recommended trying it out in the debugger. Put some break points in the entry points to your wizard page, ServiceImpl, and ServiceExtension classes.

Also, maybe try removing the PostGIS plug-in from the build. If that changes anything, then maybe they are stepping on each other.

Richard

On Wed, 16 May 2007 09:02:23 -0700 (PDT)
Leonardo RamosHernandez <ramosl8029@xxxxxxxxx> wrote:

> Richard,
> 
> I added the geotools because upon examining the libs I
> did not see the mysql datasource.
> 
> I managed to make the plugin compile but it is not
> attaching to the extension point. The actual symptom
> is that no entry is found of the plugin on the import
> wizard.
> 
> I think you need not set up a dev env.  In the code
> there is the source code.  I believe that my issue is
> an XML file.
> 
> Thanks,
> 
> Leonardo
> 
> 
> --- Richard Gould <rgould@xxxxxxxxxxxxxxx> wrote:
> 
> > Hi Leonardo,
> > 
> > What is the issue you are having? I don't have a
> > uDig development environment set up right now, so I
> > can't test your code, so you will have to elaborate.
> > 
> > Also I noticed that you are including some GeoTools
> > code in your plug-in. It's not completely necessary,
> > as you can just add net.refractions.udig.libs as a
> > dependency to your plug-in.
> > 
> > Cheers,
> > 
> > Richard
> > 
> > On Sun, 13 May 2007 08:18:26 -0700 (PDT)
> > Leonardo RamosHernandez <ramosl8029@xxxxxxxxx>
> > wrote:
> > 
> > > Hi guys,
> > > 
> > > I downloaded the SDK. Went thru the distance tool
> > > tutorial, which worked fine.  And am now trying to
> > > make uDig work with MySql.
> > > 
> > > I created a plugin using the mysql datasource from
> > > geotools and the postgis udig source.  It compiles
> > > with warnings.  I used the plugin.xml from postgis
> > as
> > > template for the extension points setup.
> > > 
> > > I am attaching a zip file with the code.
> > > 
> > > Can anyone help?
> > > 
> > > 
> > > Thanks,
> > > 
> > > Leonardo
> > > 
> > > 
> > >        
> > >
> >
> ____________________________________________________________________________________Pinpoint
> > customers who are looking for what you sell. 
> > > http://searchmarketing.yahoo.com/
> > 
> 
> 
> 
>        
> ____________________________________________________________________________________Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games.
> http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow  


Back to the top