Created
April 17, 2014 01:37
-
-
Save jimallman/10947236 to your computer and use it in GitHub Desktop.
Output from pushing taxomachine (after pushing waaay back to old version)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WARNING: Missing GitHub client ID! Curation UI will be disabled. | |
WARNING: Missing GitHub client ID! Tree-view feedback will be disabled. | |
host=ec2-54-203-194-13.us-west-2.compute.amazonaws.com, admin=admin, pem=/Users/jima/.ssh/opentree/opentree.pem, controller=jima, command=taxomachine | |
Syncing | |
JAVA_HOME is /usr/lib/jvm/java-7-openjdk-amd64 | |
Using branch master of repo jade | |
Already up-to-date. | |
Repository jade is unchanged since last time | |
Using branch master of repo ot-base | |
Already up-to-date. | |
Repository ot-base is unchanged since last time | |
Using branch master of repo taxomachine | |
Your branch is behind 'origin/master' by 10 commits, and can be fast-forwarded. | |
Updating 227a8ec..9917b43 | |
Fast-forward | |
CONTRIBUTORS | 23 + | |
LICENSE | 691 ++++++++++++++++++++ | |
data/subset_taxonomy.py | 5 +- | |
pom.serverplugins.xml | 20 +- | |
pom.xml | 2 +- | |
setup_taxomachine.sh | 4 +- | |
.../java/org/opentree/taxonomy/BarrierNodes.java | 13 +- | |
.../java/org/opentree/taxonomy/MainRunner.java | 4 +- | |
src/main/java/org/opentree/taxonomy/OTTFlag.java | 12 +- | |
.../org/opentree/taxonomy/TaxonomyLoaderBase.java | 3 + | |
.../org/opentree/taxonomy/TaxonomyLoaderOTT.java | 130 ++-- | |
src/main/java/org/opentree/tnrs/TNRSMatchSet.java | 9 +- | |
12 files changed, 827 insertions(+), 89 deletions(-) | |
create mode 100644 CONTRIBUTORS | |
create mode 100644 LICENSE | |
Repository taxomachine has changed | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building taxomachine 0.0.1-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ taxomachine --- | |
[INFO] Deleting file set: /home/opentree/repo/taxomachine/target (included: [**], excluded: []) | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ taxomachine --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] Copying 1 resource | |
[INFO] | |
[INFO] --- maven-compiler-plugin:2.5:compile (default-compile) @ taxomachine --- | |
[INFO] Compiling 51 source files to /home/opentree/repo/taxomachine/target/classes | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ taxomachine --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] Copying 1 resource | |
[INFO] | |
[INFO] --- maven-compiler-plugin:2.5:compile (default-compile) @ taxomachine --- | |
[INFO] Nothing to compile - all classes are up to date | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ taxomachine --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] skip non existing resourceDirectory /home/opentree/repo/taxomachine/src/test/resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:2.5:testCompile (default-testCompile) @ taxomachine --- | |
[INFO] No sources to compile | |
[INFO] | |
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ taxomachine --- | |
[INFO] No tests to run. | |
[INFO] Surefire report directory: /home/opentree/repo/taxomachine/target/surefire-reports | |
------------------------------------------------------- | |
T E S T S | |
------------------------------------------------------- | |
Results : | |
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 | |
[INFO] | |
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ taxomachine --- | |
[INFO] Building jar: /home/opentree/repo/taxomachine/target/taxomachine-0.0.1-SNAPSHOT.jar | |
[INFO] | |
[INFO] --- maven-install-plugin:2.5:install (default-install) @ taxomachine --- | |
[INFO] Installing /home/opentree/repo/taxomachine/target/taxomachine-0.0.1-SNAPSHOT.jar to /home/opentree/.m2/repository/org/opentree/taxomachine/0.0.1-SNAPSHOT/taxomachine-0.0.1-SNAPSHOT.jar | |
[INFO] Installing /home/opentree/repo/taxomachine/pom.xml to /home/opentree/.m2/repository/org/opentree/taxomachine/0.0.1-SNAPSHOT/taxomachine-0.0.1-SNAPSHOT.pom | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD SUCCESS | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 9.971s | |
[INFO] Finished at: Thu Apr 17 01:35:03 UTC 2014 | |
[INFO] Final Memory: 22M/321M | |
[INFO] ------------------------------------------------------------------------ | |
installing plugin for taxomachine | |
Using branch master of repo taxomachine | |
Already up-to-date. | |
Repository taxomachine is unchanged since last time | |
Neo4j Server is running at pid 32247 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ls -alF /home/opentree/repo/taxomachine/target/taxomachine-0.0.1-SNAPSHOT.jar | |
-rw-r--r-- 1 opentree opentree 162163 Apr 17 01:35 /home/opentree/repo/taxomachine/target/taxomachine-0.0.1-SNAPSHOT.jar | |
$ ls -alF /home/opentree/.m2/repository/org/opentree/taxomachine/0.0.1-SNAPSHOT/taxomachine-0.0.1-SNAPSHOT.jar | |
-rw-r--r-- 1 opentree opentree 162163 Apr 17 01:35 /home/opentree/.m2/repository/org/opentree/taxomachine/0.0.1-SNAPSHOT/taxomachine-0.0.1-SNAPSHOT.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment