Advertisement
Guest User

Untitled

a guest
May 26th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. usage:
  2. [echo]
  3. [echo] Convio Web Services - com.ajws.client.AjwsDataSyncClient
  4. [echo] -------------------------------------------------------
  5. [echo]
  6. [echo] Available Targets:
  7. [echo]
  8. [echo] Compiling:
  9. [echo] compile - Compiles just the client source code
  10. [echo]
  11. [echo] Cleaning up:
  12. [echo] clean - Delete class files and WSDL2Java generated files
  13. [echo]
  14. [echo] WSDL:
  15. [echo] wsdl2java - Generate source from WSDL
  16. [echo]
  17. [echo] Executing:
  18. [echo] run - Export all tables
  19. [echo]
  20. [echo] Options:
  21. [echo] -Dtable=all - Export all tables (same as run)
  22. [echo]
  23. [echo] -Dtable=table-name - Export a single table
  24. [echo] example: run -Dtable=ActionAlertResponse
  25. [echo]
  26. [echo] -Dtable=table-name -Dfield=field -Ddate=date' - Export a single table ActionAlertResponse
  27. [echo] example: run -Dtable=ActionAlertResponse -Dfield=SubmitDate -Ddate=2010-06-25T04:09:17Z
  28. [echo]
  29. [echo] -Dlogging=verbose - Turn on verbose logging
  30. [echo]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement