Mark McKay wrote:
Steve Loughran wrote:
Mark McKay wrote:
Hmm. Looks like it was my fault. The annotation processor I wrote
was making a call to Filer.createTextFile() with null being passed in
as the second argument (which was throwing a NullPointerException ).
When I fixed this, I was
Steve Loughran wrote:
Mark McKay wrote:
Hmm. Looks like it was my fault. The annotation processor I wrote
was making a call to Filer.createTextFile() with null being passed in
as the second argument (which was throwing a NullPointerException ).
When I fixed this, I was able to compile.
Mark McKay wrote:
Hmm. Looks like it was my fault. The annotation processor I wrote was
making a call to Filer.createTextFile() with null being passed in as the
second argument (which was throwing a NullPointerException ). When I
fixed this, I was able to compile. For some reason, when I
Steve Loughran wrote:
Mark McKay wrote:
I seem to be unable to compile my program using the new task.
At first, I simply changed an existing javac tag to apt and tried to
compile, but received an error. I tried playing with the options,
but am still receiving similar errors. I would eventu
Mark McKay wrote:
I seem to be unable to compile my program using the new task. At
first, I simply changed an existing javac tag to apt and tried to
compile, but received an error. I tried playing with the options, but
am still receiving similar errors. I would eventually like to have apt
I seem to be unable to compile my program using the new task. At
first, I simply changed an existing javac tag to apt and tried to
compile, but received an error. I tried playing with the options, but
am still receiving similar errors. I would eventually like to have apt
locate some custom