Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] uDig export problem

Thank you! That will help with releasing 1.2.1 this week I expect. Perhaps when I have an SDK up you would like to try your app again (thus far you are the only person who has made a release with Eclipse 3.6.1 so we can all ask you questions!)

Jody

On 14/12/2010, at 6:14 PM, Łukasz Stawicki wrote:


Hi,

I've added build.properties to the following projects:

net.refractions.udig.ui
net.refractions.udig.tools.edit
net.refractions.udig.render.feature.basic
net.refractions.udig.project.ui
net.refractions.udig.project
net.refractions.udig.catalog.oracle

but I guess other may be affected as well

regards

Lukasz


ohh cool; so we may have a couple more checkboxes so that build.properites is included in the source code? 

Could you help and let us know what plugins need to be fixed that way; or prepair a patch/git submission.

And thanks for sorting this out; I would not of guessed :-)

Jody

On 09/12/2010, at 8:39 PM, ?ukasz Stawicki wrote:

It runs fine. As we have made some changes to basic uDig classes (necessary for our development) so I tried to export 'featured' uDig, i.e. net.refractions.* with our changes - and was not surprised observing that it crashes. We did not remove any class, and not broke any dependency chain insine net.refractions.udig.* packages - just added one or two and changed some methods. The only difference between original uDig and our version is that I have 5 projects imported inside my Eclipse. Can the produced jars be somehow different?
So when you export out your take on net.refractions.* it must have different version number; and that is preventing or confusing net.refractions.udig.sld when it goes looking for net.refractions.udig.project plugin.

You will not believe ... not version numbers :)
I digged into .jar files from official release and produced by Eclipse. There were totally different inside - Eclipse put .class files into bin/net/refractions ... directory, and original ones were in net/refractions without bin/ .
To produce a correct .jar, I had to add build.properties file into each project I changed. And now everything works perfectly - I managed to het my app working.

regards

Lukasz

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


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


Back to the top