Skip to content

Instantly share code, notes, and snippets.

@stephenh
Created January 1, 2009 15:17
Show Gist options
  • Save stephenh/42294 to your computer and use it in GitHub Desktop.
Save stephenh/42294 to your computer and use it in GitHub Desktop.
[stephen@sh7 bindgen]$ ant jar compile-example
Buildfile: build.xml
compile:
jar:
[jar] Building jar: c:\svn\exigence\bindgen\bin\bindgen.jar
[copy] Copying 1 file to C:\Users\stephen\.bd
compile-example:
[delete] Deleting directory c:\svn\exigence\bindgen\bin\example
[mkdir] Created dir: c:\svn\exigence\bindgen\bin\example
[javac] Compiling 7 source files to c:\svn\exigence\bindgen\bin\example
[javac] c:\svn\exigence\bindgen\src\example\org\exigencecorp\bindgen\example\Employee.java:11: cannot find symbol
[javac] symbol : class Blah
[javac] location: class org.exigencecorp.bindgen.example.Employee
[javac] public Blah blah;
[javac] ^
[javac] HERE
[javac] Getting Blah: worked
[javac] WROTE BLAH
[javac] root=org.exigencecorp.bindgen.example2.EmployeeOther
[javac] root=org.exigencecorp.bindgen.example.Employee
[javac] root=org.exigencecorp.bindgen.example.EmployeeBinding
[javac] root=org.exigencecorp.bindgen.example.Employer
[javac] root=org.exigencecorp.bindgen.example.EmployerBinding
[javac] root=org.exigencecorp.bindgen.example.StringBinding
[javac] root=org.exigencecorp.bindgen.example
[javac] annotations=org.exigencecorp.bindgen.Bindable
[javac] annotated=org.exigencecorp.bindgen.example.Employee
[javac] annotated=org.exigencecorp.bindgen.example
[javac] inpackage=org.exigencecorp.bindgen.example.Employee
[javac] inpackage=org.exigencecorp.bindgen.example.EmployeeBinding
[javac] inpackage=org.exigencecorp.bindgen.example.Employer
[javac] inpackage=org.exigencecorp.bindgen.example.EmployerBinding
[javac] inpackage=org.exigencecorp.bindgen.example.StringBinding
[javac] c:\svn\exigence\bindgen\src\example\org\exigencecorp\bindgen\example\Employee.java:11: cannot find symbol
[javac] symbol : class Blah
[javac] location: class org.exigencecorp.bindgen.example.Employee
[javac] public Blah blah;
[javac] ^
[javac] HERE
[javac] Getting Blah: worked
[javac] HERE
[javac] Getting Blah: worked
[javac] c:\svn\exigence\bindgen\src\example\org\exigencecorp\bindgen\example\Employee.java:11: cannot find symbol
[javac] symbol : class Blah
[javac] location: class org.exigencecorp.bindgen.example.Employee
[javac] public Blah blah;
[javac] ^
[javac] 1 error
BUILD FAILED
c:\svn\exigence\bindgen\build.xml:17: Compile failed; see the compiler error output for details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment