GeoKnow / TripleGeo

TripleGeo utility for converting geospatial data into triples
GNU General Public License v3.0
32 stars 9 forks source link

Ant compile returns error #2

Closed gerbsen closed 10 years ago

gerbsen commented 10 years ago

Warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

This can be fixed with includeantruntime="false" appended to javac command see: http://stackoverflow.com/questions/5103384/ant-warning-includeantruntime-was-not-set

Mac OS X 10.9 / Ant 1.9.3

drmalex07 commented 10 years ago

This is certainly not an error. To avoid these javac warnings we added the "includeantruntime" attribute into build.xml