Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] trouble exporting product

Hi Mr Jasinski:

I have not tried this tutorial on linux; it is possible that something you need was left out of the uDig 1.1.1 SDK :-(  Making sure an SDK has everything to make a custom application is the hardest test; you may be the first linux user to try it. Usually it is the RCP delta pack that is a trouble.

The error message says that udig.libs cannot be found; which is odd since you kind of need that to run; and I assume you tried running your custom application from within eclipse before hand.

One thing to try is the steps about going off to the filesystem and deleting the configuration directory (not sure if it will matter for you).

Can I confirm you are using Eclipse 3.3.2 / europe as outlined on this page? http://udig.refractions.net/confluence/display/DEV/1+SDK+Quickstart

If you have used a newer version of eclipse we may be in trouble; or you may need to try the non stable release which works for Eclipse 3.4.

Jody

On Mon, Feb 16, 2009 at 4:07 AM, Pawel Jasinski <pawel.jasinski@xxxxxxxxx> wrote:
hi,

i followed the tutorial from
http://udig.refractions.net/files/tutorials/CustomApplication.pdf
Everything work except the final step: product export.
I am consistently getting the following error:

Problems during export
 /home/rejap/udig-dev-1.1.1/workspace/.metadata/.plugins/org.eclipse.pde.core/temp/org.eclipse.pde.container.feature/assemble.org.eclipse.pde.container.feature.linux.gtk.x86.xml:81:
The following error occurred while executing this line:
/home/rejap/udig-dev-1.1.1/workspace/.metadata/.plugins/org.eclipse.pde.core/temp/org.eclipse.pde.container.feature/assemble.org.eclipse.pde.container.feature.linux.gtk.x86.xml:22:
The following error occurred while executing this line:
/home/rejap/udig-dev-1.1.1/udig-sdk/plugins/net.refractions.udig.libs_1.1.1/build.xml:214:
/home/rejap/udig-dev-1.1.1/workspace/.metadata/.plugins/org.eclipse.pde.core/temp/destination/plugins/net.refractions.udig.libs_1.1.1
not found.
 The following error occurred while executing this line:
/home/rejap/udig-dev-1.1.1/workspace/.metadata/.plugins/org.eclipse.pde.core/temp/org.eclipse.pde.container.feature/assemble.org.eclipse.pde.container.feature.linux.gtk.x86.xml:22:
The following error occurred while executing this line:
/home/rejap/udig-dev-1.1.1/udig-sdk/plugins/net.refractions.udig.libs_1.1.1/build.xml:214:
/home/rejap/udig-dev-1.1.1/workspace/.metadata/.plugins/org.eclipse.pde.core/temp/destination/plugins/net.refractions.udig.libs_1.1.1
not found.
 /home/rejap/udig-dev-1.1.1/workspace/.metadata/.plugins/org.eclipse.pde.core/temp/org.eclipse.pde.container.feature/assemble.org.eclipse.pde.container.feature.linux.gtk.x86.xml:81:
The following error occurred while executing this line:
/home/rejap/udig-dev-1.1.1/workspace/.metadata/.plugins/org.eclipse.pde.core/temp/org.eclipse.pde.container.feature/assemble.org.eclipse.pde.container.feature.linux.gtk.x86.xml:22:
The following error occurred while executing this line:
/home/rejap/udig-dev-1.1.1/udig-sdk/plugins/net.refractions.udig.libs_1.1.1/build.xml:214:
/home/rejap/udig-dev-1.1.1/workspace/.metadata/.plugins/org.eclipse.pde.core/temp/destination/plugins/net.refractions.udig.libs_1.1.1
not found.
 The following error occurred while executing this line:
/home/rejap/udig-dev-1.1.1/workspace/.metadata/.plugins/org.eclipse.pde.core/temp/org.eclipse.pde.container.feature/assemble.org.eclipse.pde.container.feature.linux.gtk.x86.xml:22:
The following error occurred while executing this line:
/home/rejap/udig-dev-1.1.1/udig-sdk/plugins/net.refractions.udig.libs_1.1.1/build.xml:214:
/home/rejap/udig-dev-1.1.1/workspace/.metadata/.plugins/org.eclipse.pde.core/temp/destination/plugins/net.refractions.udig.libs_1.1.1
not found.

Is something wrong with my environment?
Do I need to download something extra or perhaps check out something out of svn?


--
pawel

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


Back to the top