Guest User

Untitled

a guest
Feb 21st, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. [stephen@sh7 bindgen]$ ant jar compile-example
  2. Buildfile: build.xml
  3.  
  4. compile:
  5.  
  6. jar:
  7. [jar] Building jar: c:\svn\exigence\bindgen\bin\bindgen.jar
  8. [copy] Copying 1 file to C:\Users\stephen\.bd
  9.  
  10. compile-example:
  11. [delete] Deleting directory c:\svn\exigence\bindgen\bin\example
  12. [mkdir] Created dir: c:\svn\exigence\bindgen\bin\example
  13. [javac] Compiling 7 source files to c:\svn\exigence\bindgen\bin\example
  14. [javac] c:\svn\exigence\bindgen\src\example\org\exigencecorp\bindgen\example\Employee.java:11: cannot find symbol
  15. [javac] symbol : class Blah
  16. [javac] location: class org.exigencecorp.bindgen.example.Employee
  17. [javac] public Blah blah;
  18. [javac] ^
  19. [javac] HERE
  20. [javac] Getting Blah: worked
  21. [javac] WROTE BLAH
  22. [javac] root=org.exigencecorp.bindgen.example2.EmployeeOther
  23. [javac] root=org.exigencecorp.bindgen.example.Employee
  24. [javac] root=org.exigencecorp.bindgen.example.EmployeeBinding
  25. [javac] root=org.exigencecorp.bindgen.example.Employer
  26. [javac] root=org.exigencecorp.bindgen.example.EmployerBinding
  27. [javac] root=org.exigencecorp.bindgen.example.StringBinding
  28. [javac] root=org.exigencecorp.bindgen.example
  29. [javac] annotations=org.exigencecorp.bindgen.Bindable
  30. [javac] annotated=org.exigencecorp.bindgen.example.Employee
  31. [javac] annotated=org.exigencecorp.bindgen.example
  32. [javac] inpackage=org.exigencecorp.bindgen.example.Employee
  33. [javac] inpackage=org.exigencecorp.bindgen.example.EmployeeBinding
  34. [javac] inpackage=org.exigencecorp.bindgen.example.Employer
  35. [javac] inpackage=org.exigencecorp.bindgen.example.EmployerBinding
  36. [javac] inpackage=org.exigencecorp.bindgen.example.StringBinding
  37. [javac] c:\svn\exigence\bindgen\src\example\org\exigencecorp\bindgen\example\Employee.java:11: cannot find symbol
  38. [javac] symbol : class Blah
  39. [javac] location: class org.exigencecorp.bindgen.example.Employee
  40. [javac] public Blah blah;
  41. [javac] ^
  42. [javac] HERE
  43. [javac] Getting Blah: worked
  44. [javac] HERE
  45. [javac] Getting Blah: worked
  46. [javac] c:\svn\exigence\bindgen\src\example\org\exigencecorp\bindgen\example\Employee.java:11: cannot find symbol
  47. [javac] symbol : class Blah
  48. [javac] location: class org.exigencecorp.bindgen.example.Employee
  49. [javac] public Blah blah;
  50. [javac] ^
  51. [javac] 1 error
  52.  
  53. BUILD FAILED
  54. c:\svn\exigence\bindgen\build.xml:17: Compile failed; see the compiler error output for details.
Add Comment
Please, Sign In to add comment