Hi ,

We are using udig to build a tool for our research center.
I have written my own plugin and now i want to export this plugin.
But I'm having a lot of trouble to do this. I can export bu when I execute the product outside eclipse I 've got errors

Here is my install

    Eclipse 3.7.1
    Udig Sdk 1.3.1
    The product configuration is based on plug ins
    The product Launching>execution environement is set to none
My plug in poject propertie for compiler is "Use compliance from execution environment 'JAVASE-1.6'"


I have 2 problems

*First *:

When I launch my product outisde Eclipse I have the following error :

java.lang.Error: Unresolved compilation problem: The method createInitialLayout(IPageLayout) of type TestPerspectiveFactory must override a superclass method

When i delete the tag @overide which is above createInitialLayout in TestPerspectiveFactory.java I don't have this error any more. I guess it is one of this java 1.5/1.6 problem but I don't know what do ? Do I have to change.
my product definition ?  My plugin code ? My eclipse project properties ?

*Second *

When I launch my product outisde Eclipse I have an other error

org.eclipse.ui.PartInitException: Could not create view: net.refractions.udig.project.ui.layerManager at org.eclipse.ui.internal.ViewFactory.createView(ViewFactory.java:158)

I think it is a dependency problem but i do not know how to find it and to solve it. Could you give some ideas ?


Thanks
Best regards
Thomas




--
Thomas DOLLEY
Projet GUYASIM
UMR ECOFOG
Bâtiment D
TA C-105 / D Campus international de Baillarguet 34398 Montpellier Cedex 5
France
Tél : +33 4 67 59 38 85

_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

Reply via email to