See <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/575/changes>
Changes: [scooter] Oops -- bad Scooter! Forgot to add GroupDataCollapseHandler.java to my check-in. Also have some Tunable fixes. Still trying to figure out how to do Tunables right.... ------------------------------------------ [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cytoscape.group-data-impl [org.cytoscape.group.data.internal] 3.0.0-alpha8-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://code.cytoscape.org/nexus/content/repositories/snapshots/org/cytoscape/group-data-api/3.0.0-alpha8-SNAPSHOT/maven-metadata.xml Downloading: http://code.cytoscape.org/nexus/content/repositories/spring-osgi/org/cytoscape/group-data-api/3.0.0-alpha8-SNAPSHOT/maven-metadata.xml Downloading: http://code.cytoscape.org/nexus/content/repositories/biopax-snapshot/org/cytoscape/group-data-api/3.0.0-alpha8-SNAPSHOT/maven-metadata.xml Downloading: http://code.cytoscape.org/nexus/content/repositories/spring-osgi-external/org/cytoscape/group-data-api/3.0.0-alpha8-SNAPSHOT/maven-metadata.xml Downloading: http://maven.itextpdf.com/org/cytoscape/group-data-api/3.0.0-alpha8-SNAPSHOT/maven-metadata.xml Downloading: http://code.cytoscape.org/nexus/content/repositories/zodiac-release/org/cytoscape/group-data-api/3.0.0-alpha8-SNAPSHOT/maven-metadata.xml Downloading: http://code.cytoscape.org/nexus/content/repositories/zodiac-milestone/org/cytoscape/group-data-api/3.0.0-alpha8-SNAPSHOT/maven-metadata.xml Downloading: http://www.ebi.ac.uk/~maven/m2repo_snapshots/org/cytoscape/group-data-api/3.0.0-alpha8-SNAPSHOT/maven-metadata.xml Downloaded: http://code.cytoscape.org/nexus/content/repositories/snapshots/org/cytoscape/group-data-api/3.0.0-alpha8-SNAPSHOT/maven-metadata.xml (2 KB at 10.3 KB/sec) [INFO] [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/src/main/resources> [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ group-data-impl --- [INFO] [INFO] Compiling 4 source files to <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/target/classes> [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ group-data-impl --- [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/src/main/java/org/cytoscape/group/data/internal/CyGroupSettingsImpl.java>:[17,0] package org.cytoscape.group.data.internal.aggregators does not exist [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/src/main/java/org/cytoscape/group/data/internal/CyGroupSettingsImpl.java>:[184,44] cannot find symbol symbol : class BooleanAggregator location: class org.cytoscape.group.data.internal.CyGroupSettingsImpl [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/src/main/java/org/cytoscape/group/data/internal/CyGroupSettingsImpl.java>:[185,44] cannot find symbol symbol : class IntegerAggregator location: class org.cytoscape.group.data.internal.CyGroupSettingsImpl [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/src/main/java/org/cytoscape/group/data/internal/CyGroupSettingsImpl.java>:[186,42] cannot find symbol symbol : class FloatAggregator location: class org.cytoscape.group.data.internal.CyGroupSettingsImpl [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/src/main/java/org/cytoscape/group/data/internal/CyGroupSettingsImpl.java>:[187,41] cannot find symbol symbol : class LongAggregator location: class org.cytoscape.group.data.internal.CyGroupSettingsImpl [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/src/main/java/org/cytoscape/group/data/internal/CyGroupSettingsImpl.java>:[188,43] cannot find symbol symbol : class DoubleAggregator location: class org.cytoscape.group.data.internal.CyGroupSettingsImpl [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/src/main/java/org/cytoscape/group/data/internal/CyGroupSettingsImpl.java>:[189,41] cannot find symbol symbol : class ListAggregator location: class org.cytoscape.group.data.internal.CyGroupSettingsImpl [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/src/main/java/org/cytoscape/group/data/internal/CyGroupSettingsImpl.java>:[190,43] cannot find symbol symbol : class StringAggregator location: class org.cytoscape.group.data.internal.CyGroupSettingsImpl [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/src/main/java/org/cytoscape/group/data/internal/CyGroupSettingsImpl.java>:[196,64] cannot find symbol symbol : variable IntegerAggregator location: class org.cytoscape.group.data.internal.CyGroupSettingsImpl [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/src/main/java/org/cytoscape/group/data/internal/CyGroupSettingsImpl.java>:[198,64] cannot find symbol symbol : variable LongAggregator location: class org.cytoscape.group.data.internal.CyGroupSettingsImpl [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/src/main/java/org/cytoscape/group/data/internal/CyGroupSettingsImpl.java>:[200,64] cannot find symbol symbol : variable FloatAggregator location: class org.cytoscape.group.data.internal.CyGroupSettingsImpl [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/src/main/java/org/cytoscape/group/data/internal/CyGroupSettingsImpl.java>:[202,64] cannot find symbol symbol : variable DoubleAggregator location: class org.cytoscape.group.data.internal.CyGroupSettingsImpl [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/src/main/java/org/cytoscape/group/data/internal/CyGroupSettingsImpl.java>:[204,64] cannot find symbol symbol : variable StringAggregator location: class org.cytoscape.group.data.internal.CyGroupSettingsImpl [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/src/main/java/org/cytoscape/group/data/internal/CyGroupSettingsImpl.java>:[206,64] cannot find symbol symbol : variable ListAggregator location: class org.cytoscape.group.data.internal.CyGroupSettingsImpl [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/src/main/java/org/cytoscape/group/data/internal/CyGroupSettingsImpl.java>:[208,64] cannot find symbol symbol : variable BooleanAggregator location: class org.cytoscape.group.data.internal.CyGroupSettingsImpl [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/src/main/java/org/cytoscape/group/data/internal/CyGroupSettingsImpl.java>:[219,44] cannot find symbol symbol : class IntegerAggregator location: class org.cytoscape.group.data.internal.CyGroupSettingsImpl [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/src/main/java/org/cytoscape/group/data/internal/CyGroupSettingsImpl.java>:[220,41] cannot find symbol symbol : class LongAggregator location: class org.cytoscape.group.data.internal.CyGroupSettingsImpl [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/src/main/java/org/cytoscape/group/data/internal/CyGroupSettingsImpl.java>:[221,42] cannot find symbol symbol : class FloatAggregator location: class org.cytoscape.group.data.internal.CyGroupSettingsImpl [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/src/main/java/org/cytoscape/group/data/internal/CyGroupSettingsImpl.java>:[222,43] cannot find symbol symbol : class DoubleAggregator location: class org.cytoscape.group.data.internal.CyGroupSettingsImpl [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/src/main/java/org/cytoscape/group/data/internal/CyGroupSettingsImpl.java>:[223,43] cannot find symbol symbol : class StringAggregator location: class org.cytoscape.group.data.internal.CyGroupSettingsImpl [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/src/main/java/org/cytoscape/group/data/internal/CyGroupSettingsImpl.java>:[224,41] cannot find symbol symbol : class ListAggregator location: class org.cytoscape.group.data.internal.CyGroupSettingsImpl [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/src/main/java/org/cytoscape/group/data/internal/CyGroupSettingsImpl.java>:[225,44] cannot find symbol symbol : class BooleanAggregator location: class org.cytoscape.group.data.internal.CyGroupSettingsImpl [INFO] 22 errors [INFO] ------------------------------------------------------------- [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Implementation/org.cytoscape$group-data-impl/ws/pom.xml> to /opt/tomcat-home/jenkins/jobs/Cytoscape 3 Implementation/modules/org.cytoscape$group-data-impl/builds/2012-03-16_08-04-50/archive/org.cytoscape/group-data-impl/3.0.0-alpha8-SNAPSHOT/group-data-impl-3.0.0-alpha8-SNAPSHOT.pom -- You received this message because you are subscribed to the Google Groups "cytoscape-cvs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.
