Skip to content

Instantly share code, notes, and snippets.

@chuckremes
Created December 22, 2009 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuckremes/261823 to your computer and use it in GitHub Desktop.
Save chuckremes/261823 to your computer and use it in GitHub Desktop.
charles-remess-mac-pro:traveling_salesman cremes$ ant distrecursive
Buildfile: build.xml
osmnavigation:
libosm:
compile:
[mkdir] Created dir: /Users/cremes/Documents/development/java/h2test/libosm/classes
[mkdir] Created dir: /Users/cremes/Documents/development/java/h2test/libosm/classes.tests
[javac] Compiling 110 source files to /Users/cremes/Documents/development/java/h2test/libosm/classes
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/com/bretth/osmosis/core/xml/v0_5/XmlDownloader.java:20: package org.openstreetmap.osmosis.core does not exist
[javac] import org.openstreetmap.osmosis.core.OsmosisRuntimeException;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/com/bretth/osmosis/core/xml/v0_5/XmlDownloader.java:21: package org.openstreetmap.osmosis.core.task.v0_5 does not exist
[javac] import org.openstreetmap.osmosis.core.task.v0_5.RunnableSource;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/com/bretth/osmosis/core/xml/v0_5/XmlDownloader.java:22: package org.openstreetmap.osmosis.core.task.v0_5 does not exist
[javac] import org.openstreetmap.osmosis.core.task.v0_5.Sink;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/com/bretth/osmosis/core/xml/v0_5/XmlDownloader.java:23: package org.openstreetmap.osmosis.core.xml.v0_5.impl does not exist
[javac] import org.openstreetmap.osmosis.core.xml.v0_5.impl.OsmHandler;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/com/bretth/osmosis/core/xml/v0_5/XmlDownloader.java:32: cannot find symbol
[javac] symbol: class RunnableSource
[javac] public class XmlDownloader implements RunnableSource {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/com/bretth/osmosis/core/xml/v0_5/XmlDownloader.java:55: cannot find symbol
[javac] symbol : class Sink
[javac] location: class com.bretth.osmosis.core.xml.v0_5.XmlDownloader
[javac] private Sink mySink;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/com/bretth/osmosis/core/xml/v0_5/XmlDownloader.java:125: cannot find symbol
[javac] symbol : class Sink
[javac] location: class com.bretth.osmosis.core.xml.v0_5.XmlDownloader
[javac] public void setSink(final Sink aSink) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/coordinates/LatLon.java:13: package org.openstreetmap.osmosis.core.domain.v0_6 does not exist
[javac] import org.openstreetmap.osmosis.core.domain.v0_6.Node;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/coordinates/Coordinate.java:4: package org.openstreetmap.osmosis.core.domain.v0_6 does not exist
[javac] import org.openstreetmap.osmosis.core.domain.v0_6.Node;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/coordinates/LatLon.java:229: cannot find symbol
[javac] symbol : class Node
[javac] location: class org.openstreetmap.osm.data.coordinates.LatLon
[javac] public static double distanceInMeters(final Node point1, final Node point2) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/coordinates/LatLon.java:229: cannot find symbol
[javac] symbol : class Node
[javac] location: class org.openstreetmap.osm.data.coordinates.LatLon
[javac] public static double distanceInMeters(final Node point1, final Node point2) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/coordinates/Coordinate.java:103: cannot find symbol
[javac] symbol : class Node
[javac] location: class org.openstreetmap.osm.data.coordinates.Coordinate
[javac] public static double distance(final Node a, final Node b) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/coordinates/Coordinate.java:103: cannot find symbol
[javac] symbol : class Node
[javac] location: class org.openstreetmap.osm.data.coordinates.Coordinate
[javac] public static double distance(final Node a, final Node b) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/coordinates/Coordinate.java:116: cannot find symbol
[javac] symbol : class Node
[javac] location: class org.openstreetmap.osm.data.coordinates.Coordinate
[javac] public static double distance(final Node a, final Coordinate b) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:43: package org.openstreetmap.osmosis.core.domain.v0_6 does not exist
[javac] import org.openstreetmap.osmosis.core.domain.v0_6.Node;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:44: package org.openstreetmap.osmosis.core.domain.v0_6 does not exist
[javac] import org.openstreetmap.osmosis.core.domain.v0_6.Relation;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:45: package org.openstreetmap.osmosis.core.domain.v0_6 does not exist
[javac] import org.openstreetmap.osmosis.core.domain.v0_6.Way;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:46: package org.openstreetmap.osmosis.core.domain.v0_6 does not exist
[javac] import org.openstreetmap.osmosis.core.domain.v0_6.WayNode;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/IDataSet.java:36: package org.openstreetmap.osmosis.core.domain.v0_6 does not exist
[javac] import org.openstreetmap.osmosis.core.domain.v0_6.Node;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/IDataSet.java:37: package org.openstreetmap.osmosis.core.domain.v0_6 does not exist
[javac] import org.openstreetmap.osmosis.core.domain.v0_6.Relation;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/IDataSet.java:38: package org.openstreetmap.osmosis.core.domain.v0_6 does not exist
[javac] import org.openstreetmap.osmosis.core.domain.v0_6.Way;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:78: cannot find symbol
[javac] symbol : class Node
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] private HashMap<Long, SoftReference<Node>> nodesByID = new HashMap<Long, SoftReference<Node>>();
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:87: cannot find symbol
[javac] symbol : class Node
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] private void putLeastRecentlyUsed(final Node n) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:102: cannot find symbol
[javac] symbol : class Way
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] private HashMap<Long, SoftReference<Way>> waysByID = new HashMap<Long, SoftReference<Way>>();
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:113: cannot find symbol
[javac] symbol : class Relation
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] private HashMap<Long, SoftReference<Relation>> relationByID = new HashMap<Long, SoftReference<Relation>>();
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:120: cannot find symbol
[javac] symbol : class Way
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] private HashMap<Long, SoftReference<List<Way>>> waysByNodeID = new HashMap<Long, SoftReference<List<Way>>>();
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/WayHelper.java:47: package org.openstreetmap.osmosis.core.domain.v0_6 does not exist
[javac] import org.openstreetmap.osmosis.core.domain.v0_6.Entity;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/WayHelper.java:48: package org.openstreetmap.osmosis.core.domain.v0_6 does not exist
[javac] import org.openstreetmap.osmosis.core.domain.v0_6.Node;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/WayHelper.java:49: package org.openstreetmap.osmosis.core.domain.v0_6 does not exist
[javac] import org.openstreetmap.osmosis.core.domain.v0_6.Tag;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/WayHelper.java:50: package org.openstreetmap.osmosis.core.domain.v0_6 does not exist
[javac] import org.openstreetmap.osmosis.core.domain.v0_6.Way;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/WayHelper.java:52: package org.openstreetmap.osmosis.core.domain.v0_6 does not exist
[javac] import org.openstreetmap.osmosis.core.domain.v0_6.WayNode;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/NodeHelper.java:33: package org.openstreetmap.osmosis.core.domain.v0_6 does not exist
[javac] import org.openstreetmap.osmosis.core.domain.v0_6.Entity;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/NodeHelper.java:34: package org.openstreetmap.osmosis.core.domain.v0_6 does not exist
[javac] import org.openstreetmap.osmosis.core.domain.v0_6.Tag;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:162: cannot find symbol
[javac] symbol : class Way
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] public void addWay(final Way w) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:174: cannot find symbol
[javac] symbol : class Way
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] private void cacheWay(final Way w) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:204: cannot find symbol
[javac] symbol : class Way
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] public void removeWay(final Way w) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:226: cannot find symbol
[javac] symbol : class Way
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] public boolean containsWay(final Way w) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:236: cannot find symbol
[javac] symbol : class Way
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] public Iterator<Way> getWays(final Bounds boundingBox) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:262: cannot find symbol
[javac] symbol : class Relation
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] public void addRelation(final Relation r) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:275: cannot find symbol
[javac] symbol : class Relation
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] private void cacheRelation(final Relation r) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:285: cannot find symbol
[javac] symbol : class Relation
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] public void removeRelation(final Relation r) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:301: cannot find symbol
[javac] symbol : class Relation
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] public boolean containsRelation(final Relation r) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:311: cannot find symbol
[javac] symbol : class Relation
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] public Iterator<Relation> getRelations(final Bounds boundingBox) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:336: cannot find symbol
[javac] symbol : class Relation
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] public Relation getRelationByID(final long aRelationID) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:355: cannot find symbol
[javac] symbol : class Way
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] public Iterator<Way> getWaysByName(final String lookFor, final Bounds boundingBox) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:364: cannot find symbol
[javac] symbol : class Way
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] public Iterator<Way> getWaysByTag(final String aKey, final String aValue) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:373: cannot find symbol
[javac] symbol : class Node
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] public Iterator<Node> getNodesByTag(final String aKey, final String aValue) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:381: cannot find symbol
[javac] symbol : class Node
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] public Iterator<Node> getNodesByName(final String lookFor) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:397: cannot find symbol
[javac] symbol : class Node
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] public void addNode(final Node w) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:408: cannot find symbol
[javac] symbol : class Node
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] private void cacheNode(final Node w) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:416: cannot find symbol
[javac] symbol : class Node
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] public void removeNode(final Node w) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:425: cannot find symbol
[javac] symbol : class Node
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] public boolean containsNode(final Node w) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:435: cannot find symbol
[javac] symbol : class Node
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] public Iterator<Node> getNodes(final Bounds boundingBox) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:462: cannot find symbol
[javac] symbol : class Way
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] public Iterator<Way> getWaysForNode(final long nodeID) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:472: cannot find symbol
[javac] symbol : class Way
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] protected List<Way> getWaysForNodeInternal(final long nodeID) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:518: cannot find symbol
[javac] symbol : class Way
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] public Way getWaysByID(final long aWayID) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:544: cannot find symbol
[javac] symbol : class Node
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] public Node getNodeByID(final long aNodeID) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/Selector.java:30: package org.openstreetmap.osmosis.core.domain.v0_6 does not exist
[javac] import org.openstreetmap.osmosis.core.domain.v0_6.Node;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/Selector.java:31: package org.openstreetmap.osmosis.core.domain.v0_6 does not exist
[javac] import org.openstreetmap.osmosis.core.domain.v0_6.Way;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/Selector.java:32: package org.openstreetmap.osmosis.core.domain.v0_6 does not exist
[javac] import org.openstreetmap.osmosis.core.domain.v0_6.Relation;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/CachingDataSet.java:606: cannot find symbol
[javac] symbol : class Node
[javac] location: class org.openstreetmap.osm.data.CachingDataSet
[javac] public Node getNearestNode(final LatLon aLastGPSPos, final Selector aSelector) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/visitors/Visitor.java:3: package org.openstreetmap.osmosis.core.domain.v0_6 does not exist
[javac] import org.openstreetmap.osmosis.core.domain.v0_6.Node;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/visitors/Visitor.java:4: package org.openstreetmap.osmosis.core.domain.v0_6 does not exist
[javac] import org.openstreetmap.osmosis.core.domain.v0_6.Relation;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/visitors/Visitor.java:5: package org.openstreetmap.osmosis.core.domain.v0_6 does not exist
[javac] import org.openstreetmap.osmosis.core.domain.v0_6.Way;
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/IDataSet.java:62: cannot find symbol
[javac] symbol : class Way
[javac] location: interface org.openstreetmap.osm.data.IDataSet
[javac] void addWay(final Way w);
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/IDataSet.java:68: cannot find symbol
[javac] symbol : class Way
[javac] location: interface org.openstreetmap.osm.data.IDataSet
[javac] boolean containsWay(final Way w);
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/IDataSet.java:76: cannot find symbol
[javac] symbol : class Way
[javac] location: interface org.openstreetmap.osm.data.IDataSet
[javac] Iterator<Way> getWays(final Bounds boundingBox);
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/IDataSet.java:81: cannot find symbol
[javac] symbol : class Way
[javac] location: interface org.openstreetmap.osm.data.IDataSet
[javac] void removeWay(final Way w);
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/IDataSet.java:92: cannot find symbol
[javac] symbol : class Relation
[javac] location: interface org.openstreetmap.osm.data.IDataSet
[javac] void addRelation(final Relation r);
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/IDataSet.java:98: cannot find symbol
[javac] symbol : class Relation
[javac] location: interface org.openstreetmap.osm.data.IDataSet
[javac] boolean containsRelation(final Relation r);
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/IDataSet.java:106: cannot find symbol
[javac] symbol : class Relation
[javac] location: interface org.openstreetmap.osm.data.IDataSet
[javac] Iterator<Relation> getRelations(final Bounds boundingBox);
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/IDataSet.java:112: cannot find symbol
[javac] symbol : class Relation
[javac] location: interface org.openstreetmap.osm.data.IDataSet
[javac] Relation getRelationByID(final long aRelationID);
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/IDataSet.java:120: cannot find symbol
[javac] symbol : class Relation
[javac] location: interface org.openstreetmap.osm.data.IDataSet
[javac] void removeRelation(final Relation r);
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/IDataSet.java:126: cannot find symbol
[javac] symbol : class Node
[javac] location: interface org.openstreetmap.osm.data.IDataSet
[javac] void addNode(final Node w);
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/IDataSet.java:132: cannot find symbol
[javac] symbol : class Node
[javac] location: interface org.openstreetmap.osm.data.IDataSet
[javac] boolean containsNode(final Node w);
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/IDataSet.java:138: cannot find symbol
[javac] symbol : class Node
[javac] location: interface org.openstreetmap.osm.data.IDataSet
[javac] Iterator<Node> getNodes(final Bounds boundingBox);
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/IDataSet.java:144: cannot find symbol
[javac] symbol : class Way
[javac] location: interface org.openstreetmap.osm.data.IDataSet
[javac] Way getWaysByID(final long aWayID);
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/IDataSet.java:151: cannot find symbol
[javac] symbol : class Way
[javac] location: interface org.openstreetmap.osm.data.IDataSet
[javac] Iterator<Way> getWaysByName(final String lookFor, final Bounds boundingBox);
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/IDataSet.java:158: cannot find symbol
[javac] symbol : class Way
[javac] location: interface org.openstreetmap.osm.data.IDataSet
[javac] Iterator<Way> getWaysByTag(final String aKey, final String aValue);
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/IDataSet.java:165: cannot find symbol
[javac] symbol : class Node
[javac] location: interface org.openstreetmap.osm.data.IDataSet
[javac] Iterator<Node> getNodesByTag(final String aKey, final String aValue);
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/IDataSet.java:171: cannot find symbol
[javac] symbol : class Node
[javac] location: interface org.openstreetmap.osm.data.IDataSet
[javac] Node getNodeByID(final long aNodeID);
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/IDataSet.java:176: cannot find symbol
[javac] symbol : class Node
[javac] location: interface org.openstreetmap.osm.data.IDataSet
[javac] void removeNode(final Node w);
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/IDataSet.java:184: cannot find symbol
[javac] symbol : class Way
[javac] location: interface org.openstreetmap.osm.data.IDataSet
[javac] Iterator<Way> getWaysForNode(final long nodeID);
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/IDataSet.java:190: cannot find symbol
[javac] symbol : class Node
[javac] location: interface org.openstreetmap.osm.data.IDataSet
[javac] Iterator<Node> getNodesByName(final String lookFor);
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/IDataSet.java:197: cannot find symbol
[javac] symbol : class Node
[javac] location: interface org.openstreetmap.osm.data.IDataSet
[javac] Node getNearestNode(final LatLon aLastGPSPos, final Selector aSelector);
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/WayHelper.java:129: cannot find symbol
[javac] symbol : class Tag
[javac] location: class org.openstreetmap.osm.data.WayHelper
[javac] public static String getTag(final Collection<Tag> way, final String key) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/WayHelper.java:146: cannot find symbol
[javac] symbol : class Entity
[javac] location: class org.openstreetmap.osm.data.WayHelper
[javac] public static String getTag(final Entity way, final String key) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/WayHelper.java:165: cannot find symbol
[javac] symbol : class Way
[javac] location: class org.openstreetmap.osm.data.WayHelper
[javac] public List<Node> getNodes(final Way aWay) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/WayHelper.java:165: cannot find symbol
[javac] symbol : class Node
[javac] location: class org.openstreetmap.osm.data.WayHelper
[javac] public List<Node> getNodes(final Way aWay) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/WayHelper.java:173: cannot find symbol
[javac] symbol : class WayNode
[javac] location: class org.openstreetmap.osm.data.WayHelper
[javac] public List<Node> getNodes(final List<WayNode> aWay) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/WayHelper.java:173: cannot find symbol
[javac] symbol : class Node
[javac] location: class org.openstreetmap.osm.data.WayHelper
[javac] public List<Node> getNodes(final List<WayNode> aWay) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/WayHelper.java:215: cannot find symbol
[javac] symbol : class Way
[javac] location: class org.openstreetmap.osm.data.WayHelper
[javac] public Bounds getWayBounds(final Way way) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/WayHelper.java:229: cannot find symbol
[javac] symbol : class Way
[javac] location: class org.openstreetmap.osm.data.WayHelper
[javac] public Bounds getWayBounds(final Collection<Way> ways) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/WayHelper.java:249: cannot find symbol
[javac] symbol : class Way
[javac] location: class org.openstreetmap.osm.data.WayHelper
[javac] public List<WayNode> simplifyWay(final Way w) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/WayHelper.java:249: cannot find symbol
[javac] symbol : class WayNode
[javac] location: class org.openstreetmap.osm.data.WayHelper
[javac] public List<WayNode> simplifyWay(final Way w) {
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/WayHelper.java:266: cannot find symbol
[javac] symbol : class Way
[javac] location: class org.openstreetmap.osm.data.WayHelper
[javac] public List<WayNode> simplifyWay(final Way w, final double threshold,
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/WayHelper.java:266: cannot find symbol
[javac] symbol : class WayNode
[javac] location: class org.openstreetmap.osm.data.WayHelper
[javac] public List<WayNode> simplifyWay(final Way w, final double threshold,
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/WayHelper.java:284: cannot find symbol
[javac] symbol : class WayNode
[javac] location: class org.openstreetmap.osm.data.WayHelper
[javac] public List<WayNode> simplifyWay(final List<WayNode> wnew, final double threshold,
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/WayHelper.java:284: cannot find symbol
[javac] symbol : class WayNode
[javac] location: class org.openstreetmap.osm.data.WayHelper
[javac] public List<WayNode> simplifyWay(final List<WayNode> wnew, final double threshold,
[javac] ^
[javac] /Users/cremes/Documents/development/java/h2test/libosm/src/org/openstreetmap/osm/data/WayHelper.java:331: cannot find symbol
[javac] symbol : class WayNode
[javac] location: class org.openstreetmap.osm.data.WayHelper
[javac] public void simplifyWayRange(final List<WayNode> aWay, final int from,
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 100 errors
BUILD FAILED
/Users/cremes/Documents/development/java/h2test/traveling_salesman/build.xml:162: The following error occurred while executing this line:
/Users/cremes/Documents/development/java/h2test/osmnavigation/build.xml:172: The following error occurred while executing this line:
/Users/cremes/Documents/development/java/h2test/libosm/build.xml:97: Compile failed; see the compiler error output for details.
Total time: 3 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment