Anonymous - 2012-12-08

Hi,

When building the gc101 tracker I'm getting the following error, am i missing something or can i ignore this message?
Thanks in advance!

Maarten

/usr/local/OpenGTS_2.4.5$ ant gc101
Buildfile: build.xml

tomcat.home:
      'CATALINA_HOME' is defined - /usr/local/apache-tomcat/apache-tomcat-7.0.32/

tomcat.env:

prepare:
      OS = Linux
      JavaHome = /usr/local/javasdk/jdk1.6.0_37/jre
      java version "1.6.0_37"
      Java(TM) SE Runtime Environment (build 1.6.0_37-b06)
      Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01, mixed mode)
      (Ignore copy 'not found' warnings)

gtsutils.compile:
      Compiling gtsutils.jar source …
      Compiling SendMailArgs.java (optional if 'mail.jar' not available) …
      Compiling dbtools …

gtsutils.exceltools:

gtsutils.sigHandler:

gtsutils.optional:

gtsutils.jar:
      Creating gtsutils.jar …

gtsutils:

CompileTime.java:
      Creating CompileTime module …

gtsdb:
      Creating gtsdb.jar …
     Compiling 1 source file to /usr/local/OpenGTS_2.4.5/build
       Building jar: /usr/local/OpenGTS_2.4.5/build/lib/gtsdb.jar

wartools:
      Creating 'wartools.jar' …

gc101.compile:
      Compiling 'gc101.war' servlet …
    Deleting: /usr/local/OpenGTS_2.4.5/build/gc101.war
      Warning: /usr/local/OpenGTS_2.4.5/clients/gts/private not found.

gc101.war:
      Creating 'gc101.war' archive …
       Building war: /usr/local/OpenGTS_2.4.5/build/gc101.war

gc101:
      'gc101.war' created.

BUILD SUCCESSFUL
Total time: 11 seconds