[Copied to the appropriate list as many there could answer this question] Brett,
you need to build GeoServer with -PallExtensions to get extensions, and -Prelease to get bundled release artifacts with the same names as a release (they will be in src/target/release): http://docs.geoserver.org/latest/en/developer/release-guide/index.html#build-release-artifacts You should also use -Papp-schema if you want to launch GeoServer with apps-schema from Eclipse with the embedded Jetty servlet container. See here for app-schema development instructions: https://www.seegrid.csiro.au/wiki/Infosrvices/GeoserverDevelopmentSetup If also building GeoTools from source, use -Dall to build all modules. It is a bit complicated keeping GeoServer and GeoTools build scripts separate, so I don't. http://en.wikipedia.org/wiki/Larry_Wall#Virtues_of_a_programmer http://en.wikipedia.org/wiki/Laziness#Laziness_as_a_virtue I use a script that looks something like this: mvn -Djava.awt.headless=true -Dtest.maxHeapSize=256m -Dall -PallExtensions -Poracle -Psqlserver -Papp-schema -Pwebservice -Prelease [your list of phases goes here] Kind regards, Ben. On 16/04/12 11:29, Brett Walker wrote: > Hi Ben, > > I have just built the latest GeoServer on Windows from trunk successfully but > I don’t find the App-Schema extensions. > > How do I built the App-Schema extension? > If they are built automatically, where are the App-Schema extensions located? > > Need some guidance here. > > Thanks for your help, > Brett > > Brett Walker<[email protected]<mailto:[email protected]>> > Software Developer / Analyst > Geometry Pty Ltd > > Telephone 03 6223 1999 > Mobile 0458 498 386 > Fax 03 6223 1988 > Web www.geometryit.com<http://www.geometryit.com/> > Address 31 Salamanca Square, Battery Point, TAS 7004, > Australia > > -- Ben Caradoc-Davies <[email protected]> Software Engineer CSIRO Earth Science and Resource Engineering Australian Resources Research Centre ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
