See <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Samples/org.cytoscape.sample$sample18/141/changes>
Changes: [mes] fixes #906. This fix clarifies how we create and use LayoutContext and updates the layout api accordingly. It also changes how layout menus are generated and where undo support comes from. ------------------------------------------ [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building sample18 3.0.0-alpha8-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [debug] execute contextualize [WARNING] Using platform encoding (ISO-8859-1 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 2 resources [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ sample18 --- [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ sample18 --- [WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent! [INFO] Compiling 4 source files to <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Samples/org.cytoscape.sample$sample18/ws/target/classes> [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Samples/org.cytoscape.sample$sample18/ws/src/main/java/org/cytoscape/sample/internal/MyLayout.java>:[12,7] org.cytoscape.sample.internal.MyLayout is not abstract and does not override abstract method createLayoutContext() in org.cytoscape.view.layout.CyLayoutAlgorithm [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Samples/org.cytoscape.sample$sample18/ws/src/main/java/org/cytoscape/sample/internal/MyLayout.java>:[26,15] createLayoutContext() in org.cytoscape.sample.internal.MyLayout cannot implement createLayoutContext() in org.cytoscape.view.layout.CyLayoutAlgorithm; attempting to use incompatible return type found : java.lang.Object required: org.cytoscape.view.layout.CyLayoutContext [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Samples/org.cytoscape.sample$sample18/ws/src/main/java/org/cytoscape/sample/internal/MyLayout.java>:[19,2] cannot find symbol symbol : constructor AbstractLayoutAlgorithm(java.lang.String,java.lang.String,org.cytoscape.work.undo.UndoSupport) location: class org.cytoscape.view.layout.AbstractLayoutAlgorithm [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Samples/org.cytoscape.sample$sample18/ws/src/main/java/org/cytoscape/sample/internal/MyLayout.java>:[23,117] cannot find symbol symbol : variable undoSupport location: class org.cytoscape.sample.internal.MyLayout [ERROR] <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Samples/org.cytoscape.sample$sample18/ws/src/main/java/org/cytoscape/sample/internal/MyLayoutTask.java>:[21,2] cannot find symbol symbol : constructor AbstractLayoutTask(java.lang.String,org.cytoscape.view.model.CyNetworkView,java.util.Set<org.cytoscape.view.model.View<org.cytoscape.model.CyNode>>,java.lang.String,org.cytoscape.work.undo.UndoSupport) location: class org.cytoscape.view.layout.AbstractLayoutTask [INFO] 5 errors [INFO] ------------------------------------------------------------- [JENKINS] Archiving <http://code.cytoscape.org/jenkins/job/Cytoscape%203%20Samples/org.cytoscape.sample$sample18/ws/pom.xml> to /opt/tomcat-home/jenkins/jobs/Cytoscape 3 Samples/modules/org.cytoscape.sample$sample18/builds/2012-04-30_13-01-03/archive/org.cytoscape.sample/sample18/3.0.0-alpha8-SNAPSHOT/sample18-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.
