Created
April 12, 2012 21:13
-
-
Save mattwigway/2371029 to your computer and use it in GitHub Desktop.
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
matthewc@ip-10-252-67-208:~/otp/OpenTripPlanner$ mvn install -Dmaven.test.skip=true | |
[INFO] Scanning for projects... | |
[INFO] Reactor build order: | |
[INFO] OpenTripPlanner | |
[INFO] openstreetmap | |
[INFO] opentripplanner-admin-webapp | |
[INFO] opentripplanner-utils | |
[INFO] opentripplanner-routing | |
[INFO] opentripplanner-graph-builder | |
[INFO] opentripplanner-api-extended | |
[INFO] opentripplanner-updater | |
[INFO] opentripplanner-web-utils | |
[INFO] OpenTripPlanner API Common | |
[INFO] opentripplanner-api-webapp | |
[INFO] opentripplanner-geocoder | |
[INFO] opentripplanner-gui | |
[INFO] opentripplanner-webapp | |
[INFO] opentripplanner-integration | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building OpenTripPlanner | |
[INFO] task-segment: [install] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}] | |
[INFO] [install:install {execution: default-install}] | |
[INFO] Installing /home/matthewc/otp/OpenTripPlanner/pom.xml to /home/matthewc/.m2/repository/org/opentripplanner/opentripplanner/0.6.0-SNAPSHOT/opentripplanner-0.6.0-SNAPSHOT.pom | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building openstreetmap | |
[INFO] task-segment: [install] | |
[INFO] ------------------------------------------------------------------------ | |
[debug] execute contextualize | |
[INFO] [resources:resources {execution: default-resources}] | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] skip non existing resourceDirectory /home/matthewc/otp/OpenTripPlanner/openstreetmap/src/main/resources | |
[INFO] [compiler:compile {execution: default-compile}] | |
[INFO] Compiling 23 source files to /home/matthewc/otp/OpenTripPlanner/openstreetmap/target/classes | |
[debug] execute contextualize | |
[INFO] [resources:testResources {execution: default-testResources}] | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] skip non existing resourceDirectory /home/matthewc/otp/OpenTripPlanner/openstreetmap/src/test/resources | |
[INFO] [compiler:testCompile {execution: default-testCompile}] | |
[INFO] Not compiling test sources | |
[INFO] [surefire:test {execution: default-test}] | |
[INFO] Tests are skipped. | |
[INFO] [jar:jar {execution: default-jar}] | |
[INFO] Building jar: /home/matthewc/otp/OpenTripPlanner/openstreetmap/target/openstreetmap-0.6.0-SNAPSHOT.jar | |
[INFO] [install:install {execution: default-install}] | |
[INFO] Installing /home/matthewc/otp/OpenTripPlanner/openstreetmap/target/openstreetmap-0.6.0-SNAPSHOT.jar to /home/matthewc/.m2/repository/org/opentripplanner/openstreetmap/0.6.0-SNAPSHOT/openstreetmap-0.6.0-SNAPSHOT.jar | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building opentripplanner-admin-webapp | |
[INFO] task-segment: [install] | |
[INFO] ------------------------------------------------------------------------ | |
[debug] execute contextualize | |
[INFO] [resources:resources {execution: default-resources}] | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] skip non existing resourceDirectory /home/matthewc/otp/OpenTripPlanner/opentripplanner-admin-webapp/src/main/resources | |
[INFO] [compiler:compile {execution: default-compile}] | |
[INFO] No sources to compile | |
[debug] execute contextualize | |
[INFO] [resources:testResources {execution: default-testResources}] | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] skip non existing resourceDirectory /home/matthewc/otp/OpenTripPlanner/opentripplanner-admin-webapp/src/test/resources | |
[INFO] [compiler:testCompile {execution: default-testCompile}] | |
[INFO] Not compiling test sources | |
[INFO] [surefire:test {execution: default-test}] | |
[INFO] Tests are skipped. | |
[INFO] [wro4j:run {execution: default}] | |
[INFO] Executing the mojo: | |
[INFO] Wro4j Model path: /home/matthewc/otp/OpenTripPlanner/opentripplanner-admin-webapp/src/main/webapp/WEB-INF/wro.xml | |
[INFO] targetGroups: otp-min | |
[INFO] minimize: true | |
[INFO] ignoreMissingResources: true | |
[INFO] destinationFolder: /home/matthewc/otp/OpenTripPlanner/opentripplanner-admin-webapp/src/main/webapp/js | |
[INFO] jsDestinationFolder: null | |
[INFO] cssDestinationFolder: null | |
[INFO] folder: /home/matthewc/otp/OpenTripPlanner/opentripplanner-admin-webapp/src/main/webapp/js | |
[INFO] processing group: otp-min.css | |
[INFO] file size: otp-min.css -> 0 bytes | |
[INFO] No content found for group: otp-min.css | |
[INFO] folder: /home/matthewc/otp/OpenTripPlanner/opentripplanner-admin-webapp/src/main/webapp/js | |
[INFO] processing group: otp-min.js | |
0 WARN DefaultWildcardStreamLocator - Duplicate resource detected: /js/admin.js | |
7 WARN DefaultWildcardStreamLocator - No files found inside the /home/matthewc/otp/OpenTripPlanner/opentripplanner-admin-webapp/src/main/webapp/js for wildcard: admin*.js | |
[INFO] file size: otp-min.js -> 14914 bytes | |
[INFO] /home/matthewc/otp/OpenTripPlanner/opentripplanner-admin-webapp/src/main/webapp/js/otp-min.js (14914bytes) has been created! | |
[INFO] [war:war {execution: default-war}] | |
[INFO] Packaging webapp | |
[INFO] Assembling webapp[opentripplanner-admin-webapp] in [/home/matthewc/otp/OpenTripPlanner/opentripplanner-admin-webapp/target/opentripplanner-admin-webapp] | |
[INFO] Processing war project | |
[INFO] Copying webapp resources[/home/matthewc/otp/OpenTripPlanner/opentripplanner-admin-webapp/src/main/webapp] | |
[INFO] Webapp assembled in [536 msecs] | |
[INFO] Building war: /home/matthewc/otp/OpenTripPlanner/opentripplanner-admin-webapp/target/opentripplanner-admin-webapp.war | |
[INFO] [install:install {execution: default-install}] | |
[INFO] Installing /home/matthewc/otp/OpenTripPlanner/opentripplanner-admin-webapp/target/opentripplanner-admin-webapp.war to /home/matthewc/.m2/repository/org/opentripplanner/opentripplanner-admin-webapp/0.6.0-SNAPSHOT/opentripplanner-admin-webapp-0.6.0-SNAPSHOT.war | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building opentripplanner-utils | |
[INFO] task-segment: [install] | |
[INFO] ------------------------------------------------------------------------ | |
[debug] execute contextualize | |
[INFO] [resources:resources {execution: default-resources}] | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] skip non existing resourceDirectory /home/matthewc/otp/OpenTripPlanner/opentripplanner-utils/src/main/resources | |
[INFO] [compiler:compile {execution: default-compile}] | |
[INFO] Compiling 26 source files to /home/matthewc/otp/OpenTripPlanner/opentripplanner-utils/target/classes | |
[debug] execute contextualize | |
[INFO] [resources:testResources {execution: default-testResources}] | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] skip non existing resourceDirectory /home/matthewc/otp/OpenTripPlanner/opentripplanner-utils/src/test/resources | |
[INFO] [compiler:testCompile {execution: default-testCompile}] | |
[INFO] Not compiling test sources | |
[INFO] [surefire:test {execution: default-test}] | |
[INFO] Tests are skipped. | |
[INFO] [jar:jar {execution: default-jar}] | |
[INFO] Building jar: /home/matthewc/otp/OpenTripPlanner/opentripplanner-utils/target/opentripplanner-utils-0.6.0-SNAPSHOT.jar | |
[INFO] [install:install {execution: default-install}] | |
[INFO] Installing /home/matthewc/otp/OpenTripPlanner/opentripplanner-utils/target/opentripplanner-utils-0.6.0-SNAPSHOT.jar to /home/matthewc/.m2/repository/org/opentripplanner/opentripplanner-utils/0.6.0-SNAPSHOT/opentripplanner-utils-0.6.0-SNAPSHOT.jar | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building opentripplanner-routing | |
[INFO] task-segment: [install] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] [git-commit-id:revision {execution: default}] | |
[INFO] [GitCommitIdMojo] Running on '/home/matthewc/otp/OpenTripPlanner/opentripplanner-routing/../.git' repository... | |
[INFO] [GitCommitIdMojo] Initializing properties... | |
[INFO] [GitCommitIdMojo] Using maven project properties... | |
[INFO] [GitCommitIdMojo] Loading data from git repository... | |
[INFO] [GitCommitIdMojo] Storing: git.build.user.name = mattwigway | |
[INFO] [GitCommitIdMojo] Storing: git.build.user.email = [email protected] | |
[INFO] [GitCommitIdMojo] Storing: git.branch = sptservice | |
[INFO] [GitCommitIdMojo] Storing: git.commit.id = aa3ad7c855d88d9dd7660efbc746c951c59aefc5 | |
[INFO] [GitCommitIdMojo] Storing: git.commit.id.abbrev = aa3ad7c | |
[INFO] [GitCommitIdMojo] Storing: git.commit.user.name = andrewbyrd | |
[INFO] [GitCommitIdMojo] Storing: git.commit.user.email = [email protected] | |
[INFO] [GitCommitIdMojo] Storing: git.commit.message.full = Merge remote-tracking branch 'origin/master' into sptservice | |
[INFO] [GitCommitIdMojo] Storing: git.commit.message.short = Merge remote-tracking branch 'origin/master' into sptservice | |
[INFO] [GitCommitIdMojo] Storing: git.commit.time = 12.04.2012 @ 13:38:38 PDT | |
[INFO] [GitCommitIdMojo] Storing: git.build.time = 12.04.2012 @ 14:11:22 PDT | |
[INFO] [GitCommitIdMojo] ------------------git properties loaded------------------ | |
[INFO] [GitCommitIdMojo] git.build.user.email = [email protected] | |
[INFO] [GitCommitIdMojo] git.commit.user.email = [email protected] | |
[INFO] [GitCommitIdMojo] git.commit.time = 12.04.2012 @ 13:38:38 PDT | |
[INFO] [GitCommitIdMojo] git.commit.message.full = Merge remote-tracking branch 'origin/master' into sptservice | |
[INFO] [GitCommitIdMojo] git.commit.message.short = Merge remote-tracking branch 'origin/master' into sptservice | |
[INFO] [GitCommitIdMojo] git.commit.id.abbrev = aa3ad7c | |
[INFO] [GitCommitIdMojo] git.branch = sptservice | |
[INFO] [GitCommitIdMojo] git.build.user.name = mattwigway | |
[INFO] [GitCommitIdMojo] git.commit.id = aa3ad7c855d88d9dd7660efbc746c951c59aefc5 | |
[INFO] [GitCommitIdMojo] git.build.time = 12.04.2012 @ 14:11:22 PDT | |
[INFO] [GitCommitIdMojo] git.commit.user.name = andrewbyrd | |
[INFO] [GitCommitIdMojo] --------------------------------------------------------- | |
[INFO] [GitCommitIdMojo] Finished running. | |
[debug] execute contextualize | |
[INFO] [resources:resources {execution: default-resources}] | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] Copying 4 resources | |
[INFO] [compiler:compile {execution: default-compile}] | |
[INFO] Compiling 200 source files to /home/matthewc/otp/OpenTripPlanner/opentripplanner-routing/target/classes | |
[INFO] ------------------------------------------------------------- | |
[ERROR] COMPILATION ERROR : | |
[INFO] ------------------------------------------------------------- | |
[ERROR] ContractionRoutingServiceImpl.java:[24,44] cannot find symbol | |
symbol : class AStar | |
location: package org.opentripplanner.routing.algorithm | |
[ERROR] ContractionHierarchy.java:[582,14] cannot find symbol | |
symbol : variable fromVertex | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] ContractionHierarchy.java:[583,14] cannot find symbol | |
symbol : variable toVertex | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] ContractionHierarchy.java:[584,44] reversedClone() in org.opentripplanner.routing.core.TraverseOptions cannot be applied to (long) | |
[ERROR] ContractionHierarchy.java:[604,38] cannot find symbol | |
symbol : constructor BasicShortestPathTree() | |
location: class org.opentripplanner.routing.spt.BasicShortestPathTree | |
[ERROR] ContractionHierarchy.java:[605,40] cannot find symbol | |
symbol : constructor BasicShortestPathTree() | |
location: class org.opentripplanner.routing.spt.BasicShortestPathTree | |
[ERROR] ContractionHierarchy.java:[706,52] cannot find symbol | |
symbol : variable maxWeight | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] ContractionHierarchy.java:[710,66] cannot find symbol | |
symbol : variable worstTime | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] ContractionHierarchy.java:[794,54] cannot find symbol | |
symbol : variable maxWeight | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] ContractionHierarchy.java:[800,67] cannot find symbol | |
symbol : variable worstTime | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] ContractionHierarchy.java:[802,87] cannot find symbol | |
symbol : variable worstTime | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] Dijkstra.java:[60,14] cannot find symbol | |
symbol : constructor BasicShortestPathTree(int) | |
location: class org.opentripplanner.routing.spt.BasicShortestPathTree | |
[ERROR] TableRemainingWeightHeuristic.java:[88,15] cannot find symbol | |
symbol : variable extraEdgesStrategy | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] TableRemainingWeightHeuristic.java:[89,15] cannot find symbol | |
symbol : variable extraEdgesStrategy | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] TableRemainingWeightHeuristic.java:[91,31] cannot find symbol | |
symbol : constructor BasicShortestPathTree(int) | |
location: class org.opentripplanner.routing.spt.BasicShortestPathTree | |
[ERROR] TableRemainingWeightHeuristic.java:[93,61] reversedClone() in org.opentripplanner.routing.core.TraverseOptions cannot be applied to (long) | |
[ERROR] WeightTable.java:[214,31] cannot find symbol | |
symbol : constructor BasicShortestPathTree(int) | |
location: class org.opentripplanner.routing.spt.BasicShortestPathTree | |
[ERROR] WeightTable.java:[243,9] cannot find symbol | |
symbol : constructor BasicShortestPathTree(int) | |
location: class org.opentripplanner.routing.spt.BasicShortestPathTree | |
[ERROR] LBGRemainingWeightHeuristicFactoryImpl.java:[49,28] cannot find symbol | |
symbol : method getTargetVertex() | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] LowerBoundGraph.java:[270,30] cannot find symbol | |
symbol : constructor BasicShortestPathTree() | |
location: class org.opentripplanner.routing.spt.BasicShortestPathTree | |
[ERROR] BidirectionalRemainingWeightHeuristic.java:[91,44] cannot find symbol | |
symbol : variable maxWeight | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] BidirectionalRemainingWeightHeuristic.java:[94,33] cannot find symbol | |
symbol : variable maxWeight | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] MultiObjectivePathServiceImpl.java:[103,94] cannot find symbol | |
symbol : variable graph | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] MultiObjectivePathServiceImpl.java:[104,15] cannot find symbol | |
symbol : variable remainingWeightHeuristic | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] MultiObjectivePathServiceImpl.java:[110,61] cannot find symbol | |
symbol : variable extraEdgesStrategy | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] MultiObjectivePathServiceImpl.java:[112,58] cannot find symbol | |
symbol : method getOriginVertex() | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] MultiObjectivePathServiceImpl.java:[113,58] cannot find symbol | |
symbol : method getTargetVertex() | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] MultiObjectivePathServiceImpl.java:[118,37] cannot find symbol | |
symbol : method getOriginVertex() | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] MultiObjectivePathServiceImpl.java:[119,37] cannot find symbol | |
symbol : method getTargetVertex() | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] MultiObjectivePathServiceImpl.java:[137,19] cannot find symbol | |
symbol : variable maxWeight | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] MultiObjectivePathServiceImpl.java:[139,34] cannot find symbol | |
symbol : method getInitialState() | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] MultiObjectivePathServiceImpl.java:[143,19] cannot find symbol | |
symbol : variable maxWeight | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] GenericDijkstra.java:[135,52] cannot find symbol | |
symbol : variable maxWeight | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] GenericDijkstra.java:[156,43] create(org.opentripplanner.routing.core.TraverseOptions) in org.opentripplanner.routing.spt.ShortestPathTreeFactory cannot be applied to () | |
[ERROR] GenericDijkstra.java:[157,15] cannot find symbol | |
symbol : constructor BasicShortestPathTree() | |
location: class org.opentripplanner.routing.spt.BasicShortestPathTree | |
[ERROR] ContractionRoutingServiceImpl.java:[70,20] cannot find symbol | |
symbol : variable remainingWeightHeuristic | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] ContractionRoutingServiceImpl.java:[71,17] cannot find symbol | |
symbol : variable remainingWeightHeuristic | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[ERROR] ContractionRoutingServiceImpl.java:[81,38] cannot find symbol | |
symbol : method getShortestPathTree(org.opentripplanner.routing.graph.Graph,org.opentripplanner.routing.core.State,org.opentripplanner.routing.graph.Vertex) | |
location: class org.opentripplanner.routing.algorithm.GenericAStar | |
[ERROR] ContractionRoutingServiceImpl.java:[122,53] cannot find symbol | |
symbol : constructor State(int,org.opentripplanner.routing.graph.Vertex,org.opentripplanner.routing.core.TraverseOptions) | |
location: class org.opentripplanner.routing.core.State | |
[ERROR] ContractionRoutingServiceImpl.java:[131,49] cannot find symbol | |
symbol : constructor State(int,org.opentripplanner.routing.graph.Vertex,org.opentripplanner.routing.core.TraverseOptions) | |
location: class org.opentripplanner.routing.core.State | |
[ERROR] ContractionRoutingServiceImpl.java:[149,51] cannot find symbol | |
symbol : constructor State(int,org.opentripplanner.routing.graph.Vertex,org.opentripplanner.routing.core.TraverseOptions) | |
location: class org.opentripplanner.routing.core.State | |
[ERROR] ContractionRoutingServiceImpl.java:[160,42] cannot find symbol | |
symbol : constructor State(int,org.opentripplanner.routing.graph.Vertex,org.opentripplanner.routing.core.TraverseOptions) | |
location: class org.opentripplanner.routing.core.State | |
[ERROR] ContractionRoutingServiceImpl.java:[219,29] cannot find symbol | |
symbol : variable AStar | |
location: class org.opentripplanner.routing.impl.ContractionRoutingServiceImpl | |
[ERROR] ContractionRoutingServiceImpl.java:[220,45] cannot find symbol | |
symbol : variable aStarSearchFactory | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[INFO] 44 errors | |
[INFO] ------------------------------------------------------------- | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Compilation failure | |
ContractionRoutingServiceImpl.java:[24,44] cannot find symbol | |
symbol : class AStar | |
location: package org.opentripplanner.routing.algorithm | |
ContractionHierarchy.java:[582,14] cannot find symbol | |
symbol : variable fromVertex | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
ContractionHierarchy.java:[583,14] cannot find symbol | |
symbol : variable toVertex | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
ContractionHierarchy.java:[584,44] reversedClone() in org.opentripplanner.routing.core.TraverseOptions cannot be applied to (long) | |
ContractionHierarchy.java:[604,38] cannot find symbol | |
symbol : constructor BasicShortestPathTree() | |
location: class org.opentripplanner.routing.spt.BasicShortestPathTree | |
ContractionHierarchy.java:[605,40] cannot find symbol | |
symbol : constructor BasicShortestPathTree() | |
location: class org.opentripplanner.routing.spt.BasicShortestPathTree | |
ContractionHierarchy.java:[706,52] cannot find symbol | |
symbol : variable maxWeight | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
ContractionHierarchy.java:[710,66] cannot find symbol | |
symbol : variable worstTime | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
ContractionHierarchy.java:[794,54] cannot find symbol | |
symbol : variable maxWeight | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
ContractionHierarchy.java:[800,67] cannot find symbol | |
symbol : variable worstTime | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
ContractionHierarchy.java:[802,87] cannot find symbol | |
symbol : variable worstTime | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
Dijkstra.java:[60,14] cannot find symbol | |
symbol : constructor BasicShortestPathTree(int) | |
location: class org.opentripplanner.routing.spt.BasicShortestPathTree | |
TableRemainingWeightHeuristic.java:[88,15] cannot find symbol | |
symbol : variable extraEdgesStrategy | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
TableRemainingWeightHeuristic.java:[89,15] cannot find symbol | |
symbol : variable extraEdgesStrategy | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
TableRemainingWeightHeuristic.java:[91,31] cannot find symbol | |
symbol : constructor BasicShortestPathTree(int) | |
location: class org.opentripplanner.routing.spt.BasicShortestPathTree | |
TableRemainingWeightHeuristic.java:[93,61] reversedClone() in org.opentripplanner.routing.core.TraverseOptions cannot be applied to (long) | |
WeightTable.java:[214,31] cannot find symbol | |
symbol : constructor BasicShortestPathTree(int) | |
location: class org.opentripplanner.routing.spt.BasicShortestPathTree | |
WeightTable.java:[243,9] cannot find symbol | |
symbol : constructor BasicShortestPathTree(int) | |
location: class org.opentripplanner.routing.spt.BasicShortestPathTree | |
LBGRemainingWeightHeuristicFactoryImpl.java:[49,28] cannot find symbol | |
symbol : method getTargetVertex() | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
LowerBoundGraph.java:[270,30] cannot find symbol | |
symbol : constructor BasicShortestPathTree() | |
location: class org.opentripplanner.routing.spt.BasicShortestPathTree | |
BidirectionalRemainingWeightHeuristic.java:[91,44] cannot find symbol | |
symbol : variable maxWeight | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
BidirectionalRemainingWeightHeuristic.java:[94,33] cannot find symbol | |
symbol : variable maxWeight | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
MultiObjectivePathServiceImpl.java:[103,94] cannot find symbol | |
symbol : variable graph | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
MultiObjectivePathServiceImpl.java:[104,15] cannot find symbol | |
symbol : variable remainingWeightHeuristic | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
MultiObjectivePathServiceImpl.java:[110,61] cannot find symbol | |
symbol : variable extraEdgesStrategy | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
MultiObjectivePathServiceImpl.java:[112,58] cannot find symbol | |
symbol : method getOriginVertex() | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
MultiObjectivePathServiceImpl.java:[113,58] cannot find symbol | |
symbol : method getTargetVertex() | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
MultiObjectivePathServiceImpl.java:[118,37] cannot find symbol | |
symbol : method getOriginVertex() | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
MultiObjectivePathServiceImpl.java:[119,37] cannot find symbol | |
symbol : method getTargetVertex() | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
MultiObjectivePathServiceImpl.java:[137,19] cannot find symbol | |
symbol : variable maxWeight | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
MultiObjectivePathServiceImpl.java:[139,34] cannot find symbol | |
symbol : method getInitialState() | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
MultiObjectivePathServiceImpl.java:[143,19] cannot find symbol | |
symbol : variable maxWeight | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
GenericDijkstra.java:[135,52] cannot find symbol | |
symbol : variable maxWeight | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
GenericDijkstra.java:[156,43] create(org.opentripplanner.routing.core.TraverseOptions) in org.opentripplanner.routing.spt.ShortestPathTreeFactory cannot be applied to () | |
GenericDijkstra.java:[157,15] cannot find symbol | |
symbol : constructor BasicShortestPathTree() | |
location: class org.opentripplanner.routing.spt.BasicShortestPathTree | |
ContractionRoutingServiceImpl.java:[70,20] cannot find symbol | |
symbol : variable remainingWeightHeuristic | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
ContractionRoutingServiceImpl.java:[71,17] cannot find symbol | |
symbol : variable remainingWeightHeuristic | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
ContractionRoutingServiceImpl.java:[81,38] cannot find symbol | |
symbol : method getShortestPathTree(org.opentripplanner.routing.graph.Graph,org.opentripplanner.routing.core.State,org.opentripplanner.routing.graph.Vertex) | |
location: class org.opentripplanner.routing.algorithm.GenericAStar | |
ContractionRoutingServiceImpl.java:[122,53] cannot find symbol | |
symbol : constructor State(int,org.opentripplanner.routing.graph.Vertex,org.opentripplanner.routing.core.TraverseOptions) | |
location: class org.opentripplanner.routing.core.State | |
ContractionRoutingServiceImpl.java:[131,49] cannot find symbol | |
symbol : constructor State(int,org.opentripplanner.routing.graph.Vertex,org.opentripplanner.routing.core.TraverseOptions) | |
location: class org.opentripplanner.routing.core.State | |
ContractionRoutingServiceImpl.java:[149,51] cannot find symbol | |
symbol : constructor State(int,org.opentripplanner.routing.graph.Vertex,org.opentripplanner.routing.core.TraverseOptions) | |
location: class org.opentripplanner.routing.core.State | |
ContractionRoutingServiceImpl.java:[160,42] cannot find symbol | |
symbol : constructor State(int,org.opentripplanner.routing.graph.Vertex,org.opentripplanner.routing.core.TraverseOptions) | |
location: class org.opentripplanner.routing.core.State | |
ContractionRoutingServiceImpl.java:[219,29] cannot find symbol | |
symbol : variable AStar | |
location: class org.opentripplanner.routing.impl.ContractionRoutingServiceImpl | |
ContractionRoutingServiceImpl.java:[220,45] cannot find symbol | |
symbol : variable aStarSearchFactory | |
location: class org.opentripplanner.routing.core.TraverseOptions | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] For more information, run Maven with the -e switch | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 2 minutes 9 seconds | |
[INFO] Finished at: Thu Apr 12 14:12:34 PDT 2012 | |
[INFO] Final Memory: 56M/167M | |
[INFO] ------------------------------------------------------------------------ | |
matthewc@ip-10-252-67-208:~/otp/OpenTripPlanner$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment