On Fri, May 17, 2013 at 1:10 AM, Ariel T. Glenn ariel@wikimedia.org wrote:
PS: I've also tried to build mwdumper: git clone https://gerrit.wikimedia.org/r/p/mediawiki/tools/mwdumper.git mwdumper
However I couldn't use make or ant since there was not build.xml or makefile in the git.
You can backtrack a couple revisions in git to get one that's buildable. I'm cc-ing Chad on this since he knows about the build setup.
That would be because we swapped out Ant in favor of Maven a little while back. `mvn package` should work just fine.
-Chad