Hi Jody. I simply used: > 7za x -otarget udig-1.2.0-sdk.zip
7za.exe: the command line version for windows x: the option to extract the files with full path -o<output_folder>: the folder to which extract AFAIU the problems is due to Explorer. Bypassing it (through the command line) solves all the problems. The same to remove the extracted folder: > rm /s to remove all the files and sub-folders from command line. giovanni 2010/8/27 Jody Garnett <[email protected]>: > What was the command you used? I would like to add it to the SDK quickstart > for others. > > Jody > > On 27/08/2010, at 1:54 AM, G. Allegri wrote: > >> Solved using 7zip CLI. >> >> 2010/8/26 G. Allegri <[email protected]>: >>> Hi. >>> I'm moving my very first steps both in Eclipse RCP and uDig. I'm >>> trying to setup the uDig dev env following the Quickstart guide, but >>> I'm stuck with the 'too long path' problem of Windows. It happens when >>> I unzip (through 7zip) the udig sdk to my target platform folder. >>> I've seen that this problem has been discussed in previous posts, but >>> there it seemed it was due to old versions of the sdk, and not using >>> 7zip. >>> >>> Do you have adivces to solve it? >>> thanks, >>> giovanni >>> >> _______________________________________________ >> 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 > _______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
