Skip to main content

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

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



Back to the top