Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [udig-devel] Problem exporting a single plugin

Thanks, that helped. It now works as I hoped

Willem 

-----Original Message-----
From: udig-devel-bounces@xxxxxxxxxxxxxxxxxxxxx
[mailto:udig-devel-bounces@xxxxxxxxxxxxxxxxxxxxx] On Behalf Of Justin
Deoliveira
Sent: Wednesday, August 03, 2005 17:46
To: User-friendly Desktop Internet GIS
Subject: Re: [udig-devel] Problem exporting a single plugin

Hi Willem,

The problem is that a couple of the plugins have incorrect MANIFEST.MF 
files. It is mostly a result of the switch over from the old plugin.xml 
files. The plugins in error were net.refractions.udig.project, and 
net.refractions.udig.core. I have corrected and committed the files. Let

  us know if that works for you.

Justin

Willem Nieuwenhuis wrote:

> I tried to export a newly created plugin. It works from within the
> development environment.
> However during the export process I get what look like compiler errors
> (see below). I did as far as know include all the necessary
> dependencies.
> 
> Because the plugin bears a lot of resemblence with the toolinfo
plugin,
> I tried to export the tool.info project on its own and I was somewhat
> surprised to see a similar problem.
> 
> The result in any case is a plugin that is not complete although it is
> recognized in a release version of uDig.
> 
> Anyone have a any idea what I should be looking at?
> 
> Willem Nieuwenhuis
> 
> The error.log:
> # 3 Aug 2005 14:48:04
> ----------
> 1. ERROR in
>
D:\Data\Projects\UDIG_10\src\trunk\plugins\org.n52.tool.tosm\src\org\n52
> \tool\tosm\internal\DataStoreDescribeLayer.java
>  (at line 6)
> 	import net.refractions.udig.project.ILayer;
> 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> The import net.refractions.udig.project.ILayer cannot be resolved
> ----------
> 2. ERROR in
>
D:\Data\Projects\UDIG_10\src\trunk\plugins\org.n52.tool.tosm\src\org\n52
> \tool\tosm\internal\DataStoreDescribeLayer.java
>  (at line 27)
> 	public static List<LayerPointInfo> info( final ILayer layer,
> ReferencedEnvelope bbox, IProgressMonitor monitor ) throws Exception{
> 	                                               ^^^^^^
> ILayer cannot be resolved to a type
> ----------
> 3. ERROR in
>
D:\Data\Projects\UDIG_10\src\trunk\plugins\org.n52.tool.tosm\src\org\n52
> \tool\tosm\internal\DataStoreDescribeLayer.java
>  (at line 45)
> 	public static List<Feature> info2( ILayer layer,
> ReferencedEnvelope bbox, IProgressMonitor monitor ) throws Exception{
> 	                                   ^^^^^^
> ILayer cannot be resolved to a type
> ----------
> ----------
> 4. ERROR in
>
D:\Data\Projects\UDIG_10\src\trunk\plugins\org.n52.tool.tosm\src\org\n52
> \tool\tosm\internal\InfoMode.java
>  (at line 64)
> 	command = getContext().getDrawFactory()
> 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> The type net.refractions.udig.project.ILayer cannot be resolved. It is
> indirectly referenced from required .class files
> ----------
> 4 problems (4 errors)
> _______________________________________________
> User-friendly Desktop Internet GIS (uDig)
> http://udig.refractions.net
> http://lists.refractions.net/mailman/listinfo/udig-devel


-- 
Justin Deoliveira
Refractions Research Inc.
Email: jdeolive@xxxxxxxxxxxxxxx
Phone: 250.885.4387
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel


Back to the top