On 3/20/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > On 3/20/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: > > > > > Sorry for the late response and the bad news ... -1 on this because > the > > > sql-browser sample is not included in the shale-framework-1.0.1artifact, > > > and running "ant download-dependencies release" therefore fails to > execute > > > correctly :-(. > > > > Ah RATS! To make things even worse, it's *my* fault :-( ... the > "release" > > target doesn't copy the SQL Browser demo app sources like it > should. I'll > > fix that in a second. > > > > Sorry for the time you wasted on this Wendy. > > Not at all... most of the work carries forward. And I should have > caught that. :(
I'm running a pretty full suite of tests on the output of a trunk build right now, to make sure there are no other hidden ghosts. I went ahead and posted the 1.0.2 release plan so that the clock can > start ticking, though I didn't add myself as release manager in case > someone else wants to jump in. If you're willing, I'm certainly glad to support and test. A few other things: > - I noticed (too late for 1.0.1) that there's a broken link on the > release notes page. It points to a 'webapps' directory that doesn't > exist in the distribution. Should I go ahead and fix that now? - 38560 can be closed; Ryan noted that he's not having the issue any longer. Will take care of that. - There are a couple of 'xdocs/navigation.xml' files that could be > excluded from the distribution. I'll look for those too if you want these fixed before rolling 1.0.2. - Is the sql-browser app supposed to display columns of data? I only > see the column headings. It is supposed to display data -- we're seeing an artifact of a bug in MyFaces 1.1.1 (it works with the RI) when the DataModel you are using returns -1 for a getRowCount() call. This is theoretically fixed in the trunk ... after we roll this out, 1.1.2 should be available with the fix and we can upgrade if it's actually fixed. It's also amusing to execute "SELECT * FROM ZIP_CODES" and then "SELECT CITY, STATE FROM ZIP_CODES" and watch the table columns get drawn dynamically based on the returned metadata from the query. Not particularly easy to do with Struts tags :-). -- > Wendy Craig