Unidata / ncWMS

Snapshots of ncWMS used by TDS
8 stars 7 forks source link

Fix build for ncWMS stand alone #2

Closed danfruehauf closed 11 years ago

danfruehauf commented 11 years ago

When including all the ncwms modules (for standalone installation) these had to be addressed.

danfruehauf commented 11 years ago

Perhaps better to look at: https://github.com/mhermida/ncWMS

Things are being done much better on his repository in terms of ncWMS standalone...

mhermida commented 11 years ago

Hi Dan,

just pushed your changes and updated the ncWMS code in the standalone branch. However, that's a experimental branch and I haven't really tested if it works. Also, the main goal of the Unidata/ncWMS repository is to keep synchronized the version of the ncWMS code in thredds with the ncWMS version developed in Reading but we only take care of the ncWMS - THREDDS integration issues and several classes from the original ncWMS code are not used into thredds and are excluded from the building process.

Cheers, Marcos

On 06/05/2013 10:42 PM, Dan Fruehauf wrote:

Perhaps better to look at: https://github.com/mhermida/ncWMS

Things are being done much better on his repository in terms of ncWMS standalone...

— Reply to this email directly or view it on GitHub https://github.com/Unidata/ncWMS/pull/2#issuecomment-19024609.

danfruehauf commented 11 years ago

Hi Marcos,

Actually I'm not sure my changes are that good and relevant. Saw you have a ncwms_standalone branch on: https://github.com/mhermida/ncWMS/tree/ncWMS_standalone And that actually compiles quite well. We started using that instead.