Hi, Am 29.07.2018 um 11:14 schrieb sebb: >> Modified: creadur/rat/trunk/apache-rat-tasks/run-antunit.xml >> URL: >> http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-tasks/run-antunit.xml?rev=1836958&r1=1836957&r2=1836958&view=diff >> ============================================================================== >> --- creadur/rat/trunk/apache-rat-tasks/run-antunit.xml (original) >> +++ creadur/rat/trunk/apache-rat-tasks/run-antunit.xml Sun Jul 29 08:57:11 >> 2018 >> @@ -28,8 +28,9 @@ >> <path id="test-classpath"> >> <pathelement location="${jar.name}"/> >> <pathelement location="../apache-rat-core/target/classes"/> >> + <pathelement location="../apache-rat-api/target/classes"/> >> <pathelement location="target/test-classes"/> >> - <pathelement >> location="${user.home}/.m2/repository/org/apache/ant/ant-antunit/1.1/ant-antunit-1.1.jar"/> >> + <pathelement >> location="${user.home}/.m2/repository/org/apache/ant/ant-antunit/1.4/ant-antunit-1.4.jar"/> > > The above changes are not referenced in the commit message. > Are they intentional?
Above changes were merely an act of despair to sync the versions used from within Maven with the versions used on the ANT side. The problems remains, but the versions are in sync. fyi: RAT-245 is the ticket with the version sync, I just stumbled upon it while trying to get a clue what's wrong in RAT-228 Thanks for spotting the detail, Phil
