Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 957 Bytes

File metadata and controls

21 lines (17 loc) · 957 Bytes

Stock Market Portfolio Tracker

Ant build options

  • init (sets up directories)
  • clean (removes directories, including all class files)
  • wipedb (removes all database files in data directory)
  • compile (compiles all source)
  • debug (compiles code with debug options)
  • jar (creates executable jar file)
  • dist (creates distribution zip file)
  • run (executes jar)
  • javadoc (generates javadoc for all source)
  • junit (runs junit tests)
  • coverage (runs Cobertura instrumentation and creates html reports)

To execute Stock Ticker from the command line use ant run or java -jar stockticker.jar

Stock Ticker API documentation

Stock Ticker Proposal 1.0