How about adding this step to the MR PreCommit jenkins job so it's run as part test-patch?
On Tue, Sep 25, 2012 at 7:48 PM, Arun C Murthy <a...@hortonworks.com> wrote: > Committers, > > As most people are aware, the MapReduce 'classic' tests (in > hadoop-mapreduce-project/src/test) still need to built using ant since they > aren't mavenized yet. > > I've seen several commits (and 2 within the last hour i.e. MAPREDUCE-3681 > and MAPREDUCE-3682) which lead me to believe developers/committers aren't > checking for this. > > Henceforth, with all changes, before committing, please do run: > $ mvn install > $ cd hadoop-mapreduce-project > $ ant veryclean all-jars -Dresolvers=internal > > These instructions were already in > http://wiki.apache.org/hadoop/HowToReleasePostMavenization and I've just > updated http://wiki.apache.org/hadoop/HowToContribute. > > thanks, > Arun >