java - Resolving dependencies in Eclipse for Fitnesse -
java - Resolving dependencies in Eclipse for Fitnesse -
my goal run unit tests in fitnesse.responders.run.slimresponder testing dataflex slimrunner implementation. downloaded fitnesse source code, , made new java project in eclipse. able compile selecting run ant build (2) on build.xml file. in order resolve include errors in problems view in eclipse, ended manually adding dozens of external jars hand. found maven/ivy had apparently downloaded jars part of ant build. somehow these not added java build path.
it seems reasonable me assume there should easier way set java build path add together jar files manually, since build.xml apparently contains info already. missing?
the fitnesse readme.md mentions using apache ivy dependency management. download ivyde eclipse marketplace, , set (use ivy.xml part of fitnesse source code).
java eclipse maven ivy fitnesse
Comments
Post a Comment