https://bugzilla.wikimedia.org/show_bug.cgi?id=18328
Srinivasan Ramaswamy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Srinivasan Ramaswamy <[email protected]> 2009-06-20 17:12:19 UTC --- can you post the jar somewhere so that people who want to use a working version of mwdumper can use it ? i made the code changes but i dont have the reqd libs to compile the package. (In reply to comment #3) > I fixed the bug for myself. > its probably not the nicest code, but it'll work. > UserIP is set to 127.0.0.1 > Hope it will help. > > > > in XMLDumpReader.java > (I attached my version) > > line 152: else if (qName == "contributor") openContributor(attributes); > and about line 333 > > void openContributor(Attributes attribs) { > String deleted = attribs.getValue("deleted"); > if( deleted !=null && deleted.equals("deleted")){ > contrib = new Contributor("127.0.0.1"); > }else{ > contrib = null; > } > } > -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
