planetfederal / Geoserver.app

The easiest way to get started with Geoserver on the Mac
Other
3 stars 1 forks source link

Add status bar to first launch window #1

Open mweisman opened 10 years ago

mweisman commented 10 years ago

Given how long it takes for GeoServer to start the first time, there should be a status bar. This can pretty easily be accurate for the initial "copy the WARs" to the sandbox but needs to be fudged for the start jetty part as we have no way of determining % done.

mweisman commented 10 years ago

00f852e78009d3ca692c810723ba9125855b9919 gives us a basic status bar with some text that updates to give an indication that something is happening.

Ideally the initial file copy should update this bar (before switching to the current mode for the jetty start), but this takes a bit too much time to implement for the FOSS4G beta. Will re-investigate for next beta.