raydac / java-comment-preprocessor

preprocessor for computer languages with C-like comment format (C/C++/Java/Go)
Apache License 2.0
172 stars 27 forks source link

can't use absolute paths in #include and evalfile(str) #8

Closed raydac closed 8 years ago

raydac commented 8 years ago

relative paths as arguments work well, but evalfile(mvn.project.build.sourcedirectory+"/somefile.txt") throws exception and can't find the file