We are having problems in one of our build scripts allowing jaxb internal classes to be referenced in our source code.
To get this to build, we must be able to set the ignore.symbol.file compiler variable to true.
I have seen this discussed [elsewhere on the forum][1] associated with earlier versions of gradle (1.2 for example).
[1]: How to set -XDignore.symbol.file=true on some compiles in multi-project build
None of the arounds that I have seen (forking the compiler run, running the build script as âantâ, etcâŚ) seem to work for us.
Can anyone confirm:
- Whether this problem has been addressed in late versions for gradle 1 or gradle 2?
- Whether there is a way to make this work?