You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(5) |
2011 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Tom B. <tom...@gm...> - 2013-08-08 14:14:31
|
Using the master branch I get this warning: const std::string& xml::tree_parser::get_error_message() const' is deprecated i am using the deprecated funciton this way: cout << parser.get_error_message() << endl; I tried this: cout << parser.messages() << endl; but get an ostream error. So what is the correct way? Thanks, -Tom |
From: Peter J. <ml...@pm...> - 2012-03-22 20:50:43
|
Tom, Would you please take a few minutes to publicly post your reasons for removing myself and others as admins of the SF.net xmlwrapp project. Specifically Václav, who has been keeping the project alive for the last few years without our help. Thank you. -- Peter Jones - pmade inc. 303-219-0226 http://pmade.com |
From: Vaclav S. <vs...@gm...> - 2012-03-21 08:12:05
|
[resending this with proper word-wrap, as my mail was all but unreadable in SF archive; sorry for that] Hi, On 18 Mar 2012, at 20:02, Browder Jr, Thomas M wrote: > Glad to see the original xmlwrapp project back up and running. > > -Tom May I ask why felt the need to do this? And what are your plans with xmlwrapp now? "This" above refers, of course, to what you silently did two days ago with sf.net/projects/xmlwrapp, still xmlwrapp's home: removing me (the maintainer of xmlwrapp for the last 3.3 years) not only from the admins list, but completely from the project — along with, apparently, everybody else [1]. And changing the description to say that the official xmlwrapp source repository, https://github.com/vslavik/xmlwrapp, is just "a fork". I'm really baffled by this, to be honest. For the benefit of the public record, here's a brief summary of xmlwrapp's recent history: Back in 2008, xmlwrapp stagnated: no new commits were made (the last ones were from 2005 [2]), patches were rotting in the tracker unapplied and without any acknowledgment. Relying on such a library didn't look safe, so I, together with Vadim Zeitlin, approached Peter Jones, the original author, Eric Beyeler and Tom Browder (then-admins of sf.net/projects/xmlwrapp) with the proposal that we'll take over maintainership of the project to keep it alive. The driving motivation was that we wanted to avoid a fork, be it private or public, because forks are bad (I'm an old school Open Source guy that way). The response was unconditionally positive (Eric: "If you want to, it's all yours. I simply haven't had time to do anything with it"; Tom Browder: "Concur--please feel free to take it over." and "Vaclav, you have the whole ball of wax! Thanks, and good luck." a bit later; even Peter stepped in to thank everybody for keeping xmlwrapp alive). And so I did. Over the three+ years and 100+ changesets since then, I did much more than what I needed personally: from the general cleanup and modernization, to fixing various problems, making several releases, improving performance and adding new APIs. I honestly don't think I neglected anything in maintaining the library and I more than earned my place in xmlwrapp history. Seeing all that dismissed as just some fork offends me deeply. Tom, what makes this even more puzzling is that you didn't show much interest in xmlwrapp in that 3+ years. You mentioned Debian packages in late 2010, to which I offered passive support, but that wasn't exactly a contribution: not only is distro-packaging an affair external to the library itself, it apparently didn't work out, as packages.debian.org still doesn't list xmlwrapp. Then you complained about the move to github in September 2011 (https://groups.google.com/d/topic/xmlwrapp/8JPNmQ4vUfI/discussion), despite being off active xmlwrapp development for 5 years. But you seemed to accept the explanation [3] and didn't pursue it further. So why do you now, out of the blue, fork off xmlwrapp, take advantage of the official home (it's kind of hard to be the maintainer when I don't control the home and can't even upload release tarballs...) and do all that under the radar? Instead of working in the normal Open Source way of cooperating on shared codebase? Thanks, Vaclav [1] I can no longer view the members list, but I can see that Peter the founder and Eric, both of them admins of the projects, no longer have xmlwrapp on their respective SF user pages. [2] Specifically the two months period in Sep-Nov when Tom Browder committed into the SVN repository; the last commit from pre-Tom era was another 1.5 years older. [3] https://groups.google.com/d/topic/xmlwrapp/aoFZ7FKGWPk/discussion -- and really, meritocracy in Open Source is sacred to me, I would never do anything substantial without discussion among _active developers_. |
From: Václav S. <vs...@gm...> - 2012-03-20 15:34:35
|
Hi, On 18 Mar 2012, at 20:02, Browder Jr, Thomas M wrote: > Glad to see the original xmlwrapp project back up and running. > > -Tom May I ask why felt the need to do this? And what are your plans with xmlwrapp now? "This" above refers, of course, to what you silently did two days ago with sf.net/projects/xmlwrapp, still xmlwrapp's home: removing me (the maintainer of xmlwrapp for the last 3.3 years) not only from the admins list, but completely from the project — along with, apparently, everybody else [1]. And changing the description to say that the official xmlwrapp source repository, https://github.com/vslavik/xmlwrapp, is just "a fork". I'm really baffled by this, to be honest. For the benefit of the public record, here's a brief summary of xmlwrapp's recent history: Back in 2008, xmlwrapp stagnated: no new commits were made (the last ones were from 2005 [2]), patches were rotting in the tracker unapplied and without any acknowledgment. Relying on such a library didn't look safe, so I, together with Vadim Zeitlin, approached Peter Jones, the original author, Eric Beyeler and Tom Browder (then-admins of sf.net/projects/xmlwrapp) with the proposal that we'll take over maintainership of the project to keep it alive. The driving motivation was that we wanted to avoid a fork, be it private or public, because forks are bad (I'm an old school Open Source guy that way). The response was unconditionally positive (Eric: "If you want to, it's all yours. I simply haven't had time to do anything with it"; Tom Browder: "Concur--please feel free to take it over." and "Vaclav, you have the whole ball of wax! Thanks, and good luck." a bit later; even Peter stepped in to thank everybody for keeping xmlwrapp alive). And so I did. Over the three+ years and 100+ changesets since then, I did much more than what I needed personally: from the general cleanup and modernization, to fixing various problems, making several releases, improving performance and adding new APIs. I honestly don't think I neglected anything in maintaining the library and I more than earned my place in xmlwrapp history. Seeing all that dismissed as just some fork offends me deeply. Tom, what makes this even more puzzling is that you didn't show much interest in xmlwrapp in that 3+ years. You mentioned Debian packages in late 2010, to which I offered passive support, but that wasn't exactly a contribution: not only is distro-packaging an affair external to the library itself, it apparently didn't work out, as packages.debian.org still doesn't list xmlwrapp. Then you complained about the move to github in September 2011 (https://groups.google.com/d/topic/xmlwrapp/8JPNmQ4vUfI/discussion), despite being off active xmlwrapp development for 5 years. But you seemed to accept the explanation [3] and didn't pursue it further. So why do you now, out of the blue, fork off xmlwrapp, take advantage of the official home (it's kind of hard to be the maintainer when I don't control the home and can't even upload release tarballs...) and do all that under the radar? Instead of working in the normal Open Source way of cooperating on shared codebase? Thanks, Vaclav [1] I can no longer view the members list, but I can see that Peter the founder and Eric, both of them admins of the projects, no longer have xmlwrapp on their respective SF user pages. [2] Specifically the two months period in Sep-Nov when Tom Browder committed into the SVN repository; the last commit from pre-Tom era was another 1.5 years older. [3] https://groups.google.com/d/topic/xmlwrapp/aoFZ7FKGWPk/discussion -- and really, meritocracy in Open Source is sacred to me, I would never do anything substantial without discussion among _active developers_. |
From: Browder J. T. M <Tom...@Ma...> - 2012-03-18 19:02:54
|
Glad to see the original xmlwrapp project back up and running. -Tom This e-mail and any attachments are intended only for the use of the addressee(s) named herein and may contain proprietary information. If you are not the intended recipient of this e-mail or believe that you received this email in error, please take immediate action to notify the sender of the apparent error by reply e-mail; permanently delete the e-mail and any attachments from your computer; and do not disseminate, distribute, use, or copy this message and any attachments. |
From: Browder J. T. M <Tom...@Ma...> - 2012-03-18 18:54:15
|
Glad to see the original xmlwrapp site is up and running again. -Tom This e-mail and any attachments are intended only for the use of the addressee(s) named herein and may contain proprietary information. If you are not the intended recipient of this e-mail or believe that you received this email in error, please take immediate action to notify the sender of the apparent error by reply e-mail; permanently delete the e-mail and any attachments from your computer; and do not disseminate, distribute, use, or copy this message and any attachments. |
From: Václav S. <vs...@gm...> - 2011-08-31 19:03:07
|
Hi, I moved source code repository from SVN hosted on SourceForge to git, hosted on GitHub. I also moved the bug tracker over to much simpler and faster GitHub Issues. The new home page is at https://github.com/vslavik/xmlwrapp I also moved the mailing list off SourceForge, because dealing with spam is as cumbersome as the rest of SF.net experience over there (although xmlwrapp-users manages to escape the attention for now, it's only getting worse with other SF.net mailing lists I administer). The new mailing list is at http://groups.google.com/group/xmlwrapp I already notified subscribers about the transition; if you didn't get the message for some reason, please subscribe to the new list as the old ones will be closed. Thanks, Vaclav |
From: Tom B. <tom...@gm...> - 2011-01-30 21:04:42
|
This is a test message to see if it needs moderator approval. -Tom Thomas M. Browder, Jr. Niceville, Florida USA |
From: SourceForge.net <no...@so...> - 2011-01-27 17:12:52
|
Feature Requests item #3166630, was opened at 2011-01-27 11:12 Message generated for change (Tracker Item Submitted) made by tbrowder2 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=752242&aid=3166630&group_id=142403 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Tom Browder (tbrowder2) Assigned to: Nobody/Anonymous (nobody) Summary: add sha256sums for all released files Initial Comment: summary says it all--should be able to make it automatic ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=752242&aid=3166630&group_id=142403 |
From: Tom B. <tom...@gm...> - 2010-12-16 13:18:18
|
2010/12/16 Václav Slavík <vs...@gm...>: > > On Dec 15, 2010, at 15:05, Tom Browder wrote: >> But will you provide moral support and stand as a > > I don't know what this "moral support" thing is here. Well I guess I meant as an advocate of xmlwrapp which of course you are. Aren't you using it professionally? That would be a plus of course. > if you have technical questions, just ask. Thanks. > FWIW, I have no desire to get involved in Debian politics in any way, I've seen enough of that. Hm, are you suggesting I might not want to jump in there? So far I've not seen any unusual rancor (as opposed to the Ubuntu lists). Regards, -Tom |
From: Václav S. <vs...@gm...> - 2010-12-16 09:02:31
|
On Dec 15, 2010, at 15:05, Tom Browder wrote: > But will you provide moral support and stand as a I don't know what this "moral support" thing is here. I'll apply a (good) patch if such is submitted, of course, and if you have technical questions, just ask. > technical advisor if I campaign to get xmlwrapp as a Debian package? Again, no idea what you mean here. FWIW, I have no desire to get involved in Debian politics in any way, I've seen enough of that. Regards, Vaclav |
From: Tom B. <tom...@gm...> - 2010-12-15 14:06:19
|
2010/12/15 Václav Slavík <vs...@gm...>: > > On Dec 15, 2010, at 13:25, Tom Browder wrote: >> I would like to see xmlwrapp as a Debian package. >> Comments? > > Only "patches welcome", I'm afraid, I don't use Debian. I understand. But will you provide moral support and stand as a technical advisor if I campaign to get xmlwrapp as a Debian package? BTW, what system do you use, Vaclav? Regards, -Tom |
From: Václav S. <vs...@gm...> - 2010-12-15 12:41:02
|
On Dec 15, 2010, at 13:25, Tom Browder wrote: > I would like to see xmlwrapp as a Debian package. > Comments? Only "patches welcome", I'm afraid, I don't use Debian. Vaclav |
From: Tom B. <tom...@gm...> - 2010-12-15 12:26:26
|
I would like to see xmlwrapp as a Debian package. Comments? Regards, -Tom Thomas M. Browder, Jr. Niceville, Florida USA |
From: Vaclav S. <vs...@fa...> - 2010-03-17 10:58:59
|
Hi, On Mon, 2010-03-15 at 11:43 -0500, Jon Shuler wrote: > Any plans to support xpath with xmlwrapp? Not any time soon I'm afraid -- at the moment, I can't afford to do more maintainership than applying patches and adding things that I need myself (or that I'm hired to implement). It's on the wish list and I would gladly accept a patch adding it, though. Regards, Vaclav |
From: Tom B. <tom...@gm...> - 2010-03-17 10:56:35
|
On Mon, Mar 15, 2010 at 11:43, Jon Shuler <JS...@ts...> wrote: > Any plans to support xpath with xmlwrapp? ... > Jon Jon, I can't speak for Vaclav, but I'm not active on this project any more. Vaclav is the one with an active itch--he'll have to answer. Regards, -Tom Thomas M. Browder, Jr. Niceville, Florida USA |
From: Jon S. <JS...@ts...> - 2010-03-15 17:03:48
|
Any plans to support xpath with xmlwrapp? Jon This e-mail message and any attachment(s) transmitted with it are intended only for the use of the recipient(s) named above.This message may be privileged and/or confidential. If you are not an intended recipient, you may not review, copy or distribute this message. If you have received this communication in error, please notify us immediately by e-mail and delete the original message. |
From: SourceForge.net <no...@so...> - 2009-05-06 12:54:16
|
Patches item #2787842, was opened at 2009-05-06 14:54 Message generated for change (Tracker Item Submitted) made by mgrundberg You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=752241&aid=2787842&group_id=142403 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Michael Grundberg (mgrundberg) Assigned to: Nobody/Anonymous (nobody) Summary: Allow the user to set the xml namespace Initial Comment: Added functions to allow the user to set the namespace of a node and its prefix ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=752241&aid=2787842&group_id=142403 |
From: SourceForge.net <no...@so...> - 2009-05-06 12:52:06
|
Patches item #2787840, was opened at 2009-05-06 14:52 Message generated for change (Tracker Item Submitted) made by mgrundberg You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=752241&aid=2787840&group_id=142403 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Michael Grundberg (mgrundberg) Assigned to: Nobody/Anonymous (nobody) Summary: Error message enhancements Initial Comment: The line number is appended to the error message AND If an error message is set by the user when parsing with the SAX parser, do not overwrite it with the general error message from libxml2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=752241&aid=2787840&group_id=142403 |
From: SourceForge.net <no...@so...> - 2009-05-06 12:49:14
|
Patches item #2787838, was opened at 2009-05-06 14:49 Message generated for change (Tracker Item Submitted) made by mgrundberg You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=752241&aid=2787838&group_id=142403 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Michael Grundberg (mgrundberg) Assigned to: Nobody/Anonymous (nobody) Summary: Add a get_line_number function Initial Comment: Add a function that allows the user to know which line in the xml document that had a parsing error ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=752241&aid=2787838&group_id=142403 |
From: SourceForge.net <no...@so...> - 2009-05-06 12:47:07
|
Patches item #2787836, was opened at 2009-05-06 14:47 Message generated for change (Tracker Item Submitted) made by mgrundberg You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=752241&aid=2787836&group_id=142403 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Michael Grundberg (mgrundberg) Assigned to: Nobody/Anonymous (nobody) Summary: Parsing empty stream bug Initial Comment: The parse_stream function returned true when passed an invalid stream or a stream at eof ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=752241&aid=2787836&group_id=142403 |
From: Dries V. <dr...@ul...> - 2005-11-27 19:25:14
|
Hello, At the files page of the sourceforge project, there is a link to download the 0.5.0 source, but the tgz file contains a compiled version. Where can i download the real source? kind regards, Dries -- Rpm packages for Red Hat Enterprise Linux, Fedora Core and Aurora at http://dries.ulyssis.org/rpm/ |