Skip to content

Instantly share code, notes, and snippets.

@elben
Created November 4, 2009 18:51
Show Gist options
  • Save elben/226285 to your computer and use it in GitHub Desktop.
Save elben/226285 to your computer and use it in GitHub Desktop.
Buildfile: build.xml
init:
compile:
[javac] Compiling 15 source files to /Users/shira/code/ooc/build/javac-classes
[javac] /Users/shira/code/ooc/src/org/ooc/frontend/parser/VersionBlockParser.java:124: cannot find symbol
[javac] symbol : method isEmpty()
[javac] location: class java.lang.String
[javac] if(!realName.isEmpty()) {
[javac] ^
[javac] 1 error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment