Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] uploading an sdk with a difference

I am uploading a udig-1.3-SNAPSHOT-sdk with a difference … it was produced completely on the command line using Tycho.
I would like to confirm the first couple tutorials work and then use it for GSoC training next week.

The steps to make it were:

1) mvn clean install -Dall -Psdk

2) ./version.sh

I modified this script to
- copy the generated file out of features/net.refractions.udig_sdk-product/target
- grep the zip file to list the correct "qualifier"

3) edit version.sh with the correct qualifier listed above 
(if somebody knows sed they could probably pull the qualifier out of the above grep)

4) ./sdk.sh

unzips the zip file; removes some of the linux specific stuff to make it cross platform; copies in a few license files and wraps it back up

-- 
Jody Garnett


Back to the top