compile-agent-simulator:
    [mkdir] Created dir: 
/home/jason/CloudStack/target/classes/cloud-agent-simulator.jar
     [echo] Compiling /home/jason/CloudStack/agent-simulator/src
    [javac] Compiling 47 source files to 
/home/jason/CloudStack/target/classes/cloud-agent-simulator.jar
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
    [javac] 
/home/jason/CloudStack/agent-simulator/src/com/cloud/agent/manager/SimulatorManagerImpl.java:157:
 error: cannot find symbol
    [javac]         Transaction txn = 
Transaction.open(Transaction.SIMULATOR_DB);
    [javac]                                                       ^
    [javac]   symbol:   variable SIMULATOR_DB
    [javac]   location: class Transaction
    [javac] Note: 
/home/jason/CloudStack/agent-simulator/src/com/cloud/resource/SimulatorDiscoverer.java
 uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 error
    [javac] 1 warning


This commit added Transaction.SIMULATOR_DB, which doesn't exist.

https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;a=commitdiff;h=84caa636cfab8bf02321e1859de968263d5fee5a

Prasanna, I think you might have file that's not committed or pushed.

Jason

Reply via email to