mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-08-27 22:34:39 +00:00
add installer/resources to the classpath for eclipse and junit task
do not use hardcoded filesystem path in junit test (test still fails for different reason)
This commit is contained in:
@@ -213,6 +213,7 @@
|
||||
<junit printsummary="withOutAndErr" fork="yes" maxmemory="384m" showoutput="yes" >
|
||||
<sysproperty key="net.sourceforge.cobertura.datafile" file="./cobertura.ser" />
|
||||
<classpath>
|
||||
<pathelement location="../../installer/resources/" />
|
||||
<pathelement path="${classpath}" />
|
||||
<pathelement location="${hamcrest.home}/hamcrest-core.jar" />
|
||||
<pathelement location="${hamcrest.home}/hamcrest-library.jar" />
|
||||
|
||||
Reference in New Issue
Block a user