ssacher-tgm / mockito

Automatically exported from code.google.com/p/mockito
0 stars 0 forks source link

Mockito fails to build on Ubuntu 10.04 LTS, Ant 1.7.1 #195

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Mockito (version in trunk as of 2010.04.06) fails to build on Ubuntu 10.04 
LTS with Ant 1.7.1. It works well with 1.8.1, though.

Which probably means that Ant >= 1.8 is implicitly required by the build 
process. There should be a check placed in the build script or at least the 
fact that 1.8 is required should be noted somewhere.

The failure message:
BUILD FAILED
/home/lvizard/Development/external/mockito/build.xml:99: The following
error occurred while executing this line:
/home/lvizard/Development/external/mockito/build.xml:106: Errors while
applying transformations: java.lang.ClassNotFoundException:
org.apache.tools.ant.taskdefs.optional.TraXLiaison

Original issue reported on code.google.com by maciej.b...@gmail.com on 4 Jun 2010 at 10:08

GoogleCodeExporter commented 8 years ago
ant file simply calls <junitreport> - if this is not working then Mockito can 
do very
little to help.

Maybe we should put a note that the build might not work on ubuntu / ant 1.7.1, 
or
simply check-in ant with mockito.

Original comment by szcze...@gmail.com on 4 Jun 2010 at 10:15

GoogleCodeExporter commented 8 years ago
Added a text readme to the root :)

Original comment by szcze...@gmail.com on 16 Jun 2010 at 11:29

GoogleCodeExporter commented 8 years ago

Original comment by szcze...@gmail.com on 3 Jul 2011 at 12:43