-
Hi, extracted 4.3.0 zip archive and launched ANT BUILD. Then got the following errors.
At the moment i successfully run version 4.2.0.
Any suggestion?
Thanks!!
[nb-javac] warning: No proce…
-
Hi,
Thanks. I got the latest release. However, I cannot build this project. I got the following error
```
Buildfile: /home/yuan2/gnuprologjava-0.3.1/build.xml
init:
compile:
[javac] Co…
-
```
What steps will reproduce the problem?
1.playing with the javac tag.
2.
3.
What is the expected output? What do you see instead?
the project compile successfully. Gets lots of errors.
What versi…
-
```
This code:
{{{
@ToString
final class Foo {
private transient String format;
private transient List arguments;
}
}}}
Leads to (with OpenJDK 7):
{{{
java.lang.ClassCastException: com.sun…
-
```
Add java 8 language support to javac
```
Original issue reported on code.google.com by `r.spilker` on 22 Oct 2013 at 4:12
-
```
Map m = Collections.emptyMap();
val foo = randomBoolean ? m : Collections.emptyMap();
The above works in ecj, but not in javac.
```
Original issue reported on code.google.com by `reini...@gmai…
-
```
Apply the eminent wisdom by yours truly in the comments on this commit:
https://github.com/rzwitserloot/lombok/commit/0b100f22071236907142e4c0fb85ffa501
02818d
```
Original issue reported on co…
-
```
What steps will reproduce the problem?
1. checkout revision 606
2. ./autogen.sh
3. ./configure
What is the expected output? What do you see instead?
configure stops on a fatal error,
'no javac b…
-
Hi,
Running `ant` results in following errors:
```
compile:
[mkdir] Created dir: /home/mani/workspace/sigmanlp/build/classes
[javac] /home/mani/workspace/sigmanlp/build.xml:49: warning: '…
-
After I have already encountered the error, the output from `gmake` is as follows:
```
etchasketch$ gmake …