-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moving classes out of src/src/. #1
base: master
Are you sure you want to change the base?
Conversation
I've also added a simple command-line tool for use with automated testing. I'll commit some test scripts in a bit that will help measure speed and hopefully memory consumption. |
…t versions shouldn't really be stored in the repo.
… script should be used for packaging for release.
I've added an Ant build profile that will build both the CLI and GUI versions and place them in the main directory. It's then possible to zip the entire directory and release the ZIP with all source code, libraries, built files, and tests. I'll commit a README file with build instructions shortly. |
See here for build instructions. |
…back in a more organized fashion.
…ap for quick lookup, also scanning if it doesn't exist (like on Mac and possibly Linux).
This should fix all of the issues with the src folder.