From: Bill H. <bi...@lo...> - 2003-04-10 22:08:59
|
Hi all, Sorry it's been so quiet. I've been a bit busy. But Proxool has never strayed far from my mind. I have discovered a small bug in 0.7.1-RC1 to do with the ConfigurationListenerIF getting its definitionUpdated event getting called everytime you pass a Properties object to the Driver (whether it represents a change or not). Thanks to Gard Skauge for spotting that one. So I'm going to fix that in the next few days. And, for a little light relief, I'm starting to add support for the DataSource interface. Either I have massively underestimated the task or it should be fairly easy. I think I'm about to find out. DataSource will probably find its way into the "sandbox" for the 0.7.1 release. I hope you are all thriving out there and haven't forgotten about Proxool, despite the fact it's all been a bit quiet recently. Cheers, -- Bill Horsman Proxool http://proxool.sourceforge.net ICQ: 119577180 |
From: <chr...@em...> - 2003-04-10 22:26:11
|
Yeah! Great to see some activity on the list again. I've also been busy with other stuff for a while. I've started on the website stylesheets. Hope to check in some stuff for 0.8 during the next week. proxool-doc does currently not build on my computer. I get a NPE from the i10n module of the DocBook stylesheets. Probably something to do with my computers locale being Norwegian. I'll try to figure it out... I'm also planning to finish the tests for the JMXConfigurator (currently in the sandbox) so that we have JMX support in 0.8. CHR > -----Original Message----- > From: pro...@li... > [mailto:pro...@li...]On Behalf Of Bill > Horsman > Sent: 11 April 2003 00:13 > To: Proxool Developer List > Subject: [Proxool-developer] 0.7.1 Plan > > > Hi all, > > Sorry it's been so quiet. I've been a bit busy. But Proxool has never > strayed far from my mind. > > I have discovered a small bug in 0.7.1-RC1 to do with the > ConfigurationListenerIF getting its definitionUpdated event getting > called everytime you pass a Properties object to the Driver (whether it > represents a change or not). Thanks to Gard Skauge for spotting that > one. So I'm going to fix that in the next few days. > > And, for a little light relief, I'm starting to add support for the > DataSource interface. Either I have massively underestimated the task or > it should be fairly easy. I think I'm about to find out. DataSource will > probably find its way into the "sandbox" for the 0.7.1 release. > > I hope you are all thriving out there and haven't forgotten about > Proxool, despite the fact it's all been a bit quiet recently. > > Cheers, > -- > Bill Horsman > Proxool > http://proxool.sourceforge.net > ICQ: 119577180 > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, > The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on > major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Proxool-developer mailing list > Pro...@li... > https://lists.sourceforge.net/lists/listinfo/proxool-developer |
From: Martin C. <mus...@us...> - 2003-04-14 20:51:43
|
> Great to see some activity on the list again. Yeah, I too had disappeared into obscurity! > I've started on the website stylesheets. Hope to check in some stuff for 0.8 > during the next week. proxool-doc does currently not build on my computer. I > get a NPE from the i10n module of the DocBook stylesheets. Probably > something to do with my computers locale being Norwegian. I'll try to figure > it out... Before you pull your hair out on this one I have attached a few links. Basically you need to upgrade your version of Xalan, but because Sun release Xalan as part of their JRE 1.4.x (and a beta/buggy version at that) you have to jump through some hoops to make it work. And unfortunatley with each incremental release of 1.4.x they have not updated the Xalan version. Ssome of the bugs for the Xalan version released with the JRE 1.4.x are just downright nasty and I would bet localisation issues could be included. http://lists.oasis-open.org/archives/docbook-apps/200212/msg00078.html http://java.sun.com/j2se/1.4.1/docs/guide/standards/ Perhaps we look at Saxon instead, which we can distribute with the source code and probably little headache. BTW I still owe the development document to convert.... Martin |