ucsb-cs56-projects / cs56-utilities-todo

-
0 stars 6 forks source link

Fix build.xml file #11

Closed bkiefer13 closed 10 years ago

bkiefer13 commented 10 years ago

Currently, when you "ant run" the program, it has you copy and run java -cp build edu/ucsb/cs56/projects/utilties/todo/Todo afterward in order to actually run the program.

Fix the build.xml file so that "ant run" will start the program for you.

Also, add functionality to the build.xml file that allows the user to decide whether or not to delete the saved todo list files (maybe add an "ant clean saved" command?).

~100 points

pconrad commented 10 years ago

@sososohan and @khaliddhanani

erdinckorpeoglu commented 10 years ago

Fixed by #12