Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aschonfeld/tree-buildingsurvey
Java Applet for building & analyzing phylogenetic trees
https://github.com/aschonfeld/tree-buildingsurvey
applet java swing
Last synced: about 1 month ago
JSON representation
Java Applet for building & analyzing phylogenetic trees
- Host: GitHub
- URL: https://github.com/aschonfeld/tree-buildingsurvey
- Owner: aschonfeld
- License: other
- Created: 2015-03-19T00:50:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-19T00:53:21.000Z (over 9 years ago)
- Last Synced: 2024-10-03T18:31:11.407Z (about 1 month ago)
- Topics: applet, java, swing
- Language: HTML
- Homepage:
- Size: 4.13 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: license.txt
Awesome Lists containing this project
README
Deployment Notes
Prerequisites:
1) You must go to the google code site, http://code.google.com/p/tree-buildingsurvey/, and download the existing
project one of two ways.
A) Download Toroise SVN and use the directions listed on the "Source" tab of the google code page to checkout the current project
B) Go to the "Downloads" tab and download the latest .zip file of the project
2) You must have Java 6(or most recent version) installed on your computer
3) You must have Ant 1.7(or latest version) installed on your computerSteps for Deployment:
1) go to the directory of your local copy of the project in the command line2) run the command "ant jarfile", this creates your jarfile that executes the applet
3) run the command "ant javadoc", this creates the javadoc to be viewed on the web
4) update the file applet.html with the current version notes (new functions, future functions, removed functions, etc.)
-You can do this by adding a some simple text within atag above the tag
5) run the command,
"ant -Dversion=[version number] -Dusername=[server username] -Dpassw=[server password] -Dhostname=[server name] -Dserver_dir= [server directory] deploy",
this will deploy the application on whichever server you would like to house it6) update the wiki links to the updated version on the google code wiki(this step only required for TBS Dev Group members)
-"Test Current Tree-Building Applet" link on home page
-"Test Applets", wiki page (http://code.google.com/p/tree-buildingsurvey/wiki/Applets)
-wiki table of contents (http://code.google.com/p/tree-buildingsurvey/w/edit/TableOfContents)
-any changes to README.TXT should be reflected in the wiki page OneStepBuild