Hi Jody, I did some testing myself. The bugs I've reported (https://jira.codehaus.org/browse/UDIG-1947 && https://jira.codehaus.org/browse/UDIG-1948) still apply: If you set the SDK as part of your target environment, the external sources (eclipse & libs) are not displayed.
One difference from the previous SDK's is that now the SDK is produced from tycho as an eclipse repository. That means that all features & plugins are packed. In the sdk.sh script there is some code to uncpack the features and in my patch I've added code to unpack some plugins too. The unpacking is required if you unzip the SDK and set it in a target environment definition as "Directory" part. On the other hand, a plus of the tycho packaging is that you can leave everything unpacked as is and set the SDK zip file directly in a target environment definition as "Software installation" part. This is how I now have it my my company's devel site, so that other developers can use it from a global target definition file. Regards, Panagiotis On Tue, Oct 2, 2012 at 1:43 AM, Jody Garnett <[email protected]> wrote: > First of all thank you! > I was updating the file myself, and you spotted a number of things I had > missed. Additional comments inline below... > > On Saturday, 29 September 2012 at 3:46 AM, thomas dolley wrote: > > I have downloaded the > > http://udig.refractions.net/files/downloads/branches/udig-1.3.3-SNAPSHOT-sdk.zip > > And I've followed the instruction > http://udig.github.com/docs/dev/SDKQuickstart/SDKQuickstart.html > > I have been able to launch udig inside eclipse > > That is great :-) The other important question is if you are able to see > the source code for GeoTools classes such as "FeatureType". > > 1) udig-1.3.3-SNAPSHOT.html > > http://udig.refractions.net/files/downloads/branches/udig-1.3.3-SNAPSHOT.htmlmultiple > reference to 1.3.2 should be 1.3.3-Snapshot > > I have updated the release scripts to do a search and replace when > packaging up that file, looks to be good so far. > > 2) SDK Quickstart > > Navigate to C:javaeclipse and right-click on the eclipse.exe file and select > Send To ? Desktop (create shortcut).Should be Navigate to C:\java\eclipse and > right-click on the eclipse.exe file and select Send To ? Desktop (create > shortcut). > > Darn windows backslash character got me. Fixed, and the :file: references > are showing up nice and distinct. > > Select net.refractions.udig-feature and press Properties button. Remove the > version and press OK. > I didn't have to remove the version > > Cool, removing earlier workarounds is always nice. > > And i had the following screen when i start udig > I don't know if it's normal > > That looks normal, the "Welcome" view hangs out on the side the first time > you start up. > > I am pushing the corrections up to the website now. > > Jody > > > Le 27/09/2012 12:57, Jody Garnett a écrit : > > The SDK build was not working when we made 1.3.2 - as you can see in > this thread I am trying it out now. > > Note that we usually only make an SDK when running a training course > or for a customer. But if this build script works out we will be able > to do so more often. > > When is publish an updated SDK quickstart are you able to help me out > by testing the instructions? > > -- > Jody Garnett > > On 27/09/2012, at 7:56 PM, thomas dolley <[email protected]> > <[email protected]> wrote: > > > Hi Jody, > > I'm not able to find the udig 1.3.2 sdk is it normal ? > > Best regards > Thomas > > > > Le 27/09/2012 09:47, andrea antonello a écrit : > > Hi Jody, > > > Okay so here is what we got for a 1.3.3-SNAPSHOT: > > - DocumentView (with online help etc…) > - Search page added to new layer wizard > - GeoTools 9-SNAPSHOT > - sqllite > - epsg.properties > > There is an SDK (I am updating the SDK Quickstart - to confirm our tycho > build is working): > > Yay! > > > -http://udig.refractions.net/files/downloads/branches/udig-1.3.3-SNAPSHOT-sdk.zip > > So consider these to be an "Early Access" downloads (uploading now - it will > be a while): > > -http://udig.refractions.net/files/downloads/branches/udig-1.3.3-SNAPSHOT.linux.gtk.x86_64.zip > -http://udig.refractions.net/files/downloads/branches/udig-1.3.3-SNAPSHOT.linux.gtk.x86.zip > -http://udig.refractions.net/files/downloads/branches/udig-1.3.3-SNAPSHOT.macosx.cocoa.x86_64.dmg > -http://udig.refractions.net/files/downloads/branches/udig-1.3.3-SNAPSHOT.html > -http://udig.refractions.net/files/downloads/branches/udig-1.3.3-SNAPSHOT.win32.win32.x86_64.exe > > It is great having a command line build :D > > And good to have a Jody :) > > Thanks man! > > Andrea > > > > > -- > Jody Garnett > > > _______________________________________________ > User-friendly Desktop Internet GIS > (uDig)http://udig.refractions.nethttp://lists.refractions.net/mailman/listinfo/udig-devel > > _______________________________________________ > User-friendly Desktop Internet GIS > (uDig)http://udig.refractions.nethttp://lists.refractions.net/mailman/listinfo/udig-devel > > - > > _______________________________________________ > User-friendly Desktop Internet GIS > (uDig)http://udig.refractions.nethttp://lists.refractions.net/mailman/listinfo/udig-devel > > _______________________________________________ > User-friendly Desktop Internet GIS > (uDig)http://udig.refractions.nethttp://lists.refractions.net/mailman/listinfo/udig-devel > > > > -- > 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 > >
_______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
