[Swap-stcm] Nightly build results for swap-stcm
Maven User
maven@epic52.dep.state.fl.us
Thu, 16 Jun 2005 21:10:20 -0400
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2
build:start:
nightly-build:
[mkdir] Created dir: /3psw/home/maven-1.0.2/projects/swap-stcm/target
Now attaining goal number 0, which is clean
clean:clean:
[delete] Deleting directory /3psw/home/maven-1.0.2/projects/swap-stcm/target
clean:
Now attaining goal number 1, which is java:compile
java:prepare-filesystem:
[mkdir] Created dir: /3psw/home/maven-1.0.2/projects/swap-stcm/target/classes
java:compile:
[echo] Compiling to /3psw/home/maven-1.0.2/projects/swap-stcm/target/classes
[echo]
==========================================================
NOTE: Targetting JVM 1.4, classes
will not run on earlier JVMs
==========================================================
[javac] Compiling 31 source files to /3psw/home/maven-1.0.2/projects/swap-stcm/target/classes
/3psw/home/maven-1.0.2/projects/swap-stcm/src/fdep/bis/gis/util/ProjectPoint.java:15: package com.esri.mo2.cs.geod does not exist
import com.esri.mo2.cs.geod.*;
^
/3psw/home/maven-1.0.2/projects/swap-stcm/src/fdep/bis/gis/util/ProjectPoint.java:77: cannot resolve symbol
symbol : class Point3D
location: class fdep.bis.gis.util.ProjectPoint
private Point3D createPoint(String xCoord, String yCoord){
^
/3psw/home/maven-1.0.2/projects/swap-stcm/src/fdep/bis/gis/util/ProjectPoint.java:96: cannot resolve symbol
symbol : class Point3D
location: class fdep.bis.gis.util.ProjectPoint
private void applyCoordSys(Point3D pt, String currentProjId, String targetProjId){
^
/3psw/home/maven-1.0.2/projects/swap-stcm/src/fdep/bis/gis/util/ProjectPoint.java:59: cannot resolve symbol
symbol : class Point3D
location: class fdep.bis.gis.util.ProjectPoint
Point3D myPoint = createPoint(xCoordinate,yCoordinate);
^
/3psw/home/maven-1.0.2/projects/swap-stcm/src/fdep/bis/gis/util/ProjectPoint.java:78: cannot resolve symbol
symbol : class Point3D
location: class fdep.bis.gis.util.ProjectPoint
Point3D point = null;
^
/3psw/home/maven-1.0.2/projects/swap-stcm/src/fdep/bis/gis/util/ProjectPoint.java:84: cannot resolve symbol
symbol : class Point3D
location: class fdep.bis.gis.util.ProjectPoint
point = new Point3D(x, y, 0.0);
^
/3psw/home/maven-1.0.2/projects/swap-stcm/src/fdep/bis/gis/util/ProjectPoint.java:98: cannot resolve symbol
symbol : class Point3D
location: class fdep.bis.gis.util.ProjectPoint
Point3D point = pt;
^
/3psw/home/maven-1.0.2/projects/swap-stcm/src/fdep/bis/gis/util/ProjectPoint.java:99: cannot resolve symbol
symbol : class ReferencedCoordinateSystem
location: class fdep.bis.gis.util.ProjectPoint
ReferencedCoordinateSystem cs = PEFactory.createCoordSys(targetProjId);
^
/3psw/home/maven-1.0.2/projects/swap-stcm/src/fdep/bis/gis/util/ProjectPoint.java:99: cannot resolve symbol
symbol : variable PEFactory
location: class fdep.bis.gis.util.ProjectPoint
ReferencedCoordinateSystem cs = PEFactory.createCoordSys(targetProjId);
^
/3psw/home/maven-1.0.2/projects/swap-stcm/src/fdep/bis/gis/util/ProjectPoint.java:100: cannot resolve symbol
symbol : class ReferencedCoordinateSystem
location: class fdep.bis.gis.util.ProjectPoint
ReferencedCoordinateSystem currentCS = PEFactory.createCoordSys(currentProjId);
^
/3psw/home/maven-1.0.2/projects/swap-stcm/src/fdep/bis/gis/util/ProjectPoint.java:100: cannot resolve symbol
symbol : variable PEFactory
location: class fdep.bis.gis.util.ProjectPoint
ReferencedCoordinateSystem currentCS = PEFactory.createCoordSys(currentProjId);
^
11 errors
BUILD FAILED
File...... /3psw/home/maven-1.0.2/.maven/cache/maven-java-plugin-1.5/plugin.jelly
Element... ant:javac
Line...... 63
Column.... 48
Compile failed; see the compiler error output for details.
Total time: 5 seconds
Finished at: Thu Jun 16 21:10:20 EDT 2005