Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. Buildfile: build.xml
  2.  
  3. set.code.rev:
  4.  
  5. code.rev:
  6.  
  7. init:
  8.  
  9. core.lib:
  10.  
  11. init:
  12.  
  13. compile:
  14.  
  15. build.jar:
  16.  
  17. build:
  18.  
  19. copy.core.lib:
  20.  
  21. database.lib:
  22.  
  23. init:
  24.  
  25. compile:
  26.  
  27. build.jar:
  28.  
  29. jar:
  30.  
  31. generate.entities.quick:
  32.  
  33. init:
  34.  
  35. compile.src.gen:
  36. [javac] Compiling 4 source files to /opt/OpenbravoERP/build/classes
  37. [copy] Copying 70 files to /opt/OpenbravoERP/build/classes
  38.  
  39. generate.entities.quick:
  40.  
  41. export.database:
  42.  
  43. export.database.structure:
  44. Initializing in-memory model...
  45. Building runtime model
  46. Model read in-memory, generating mapping...
  47. Dal layer initialized
  48. Database connection: jdbc:postgresql://localhost:5432/openbravo. User: tad
  49. Reading tables...
  50. Reading views...
  51. Reading sequences...
  52. Reading triggers...
  53. Killed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement