Thanks Prasanna, I just tested your changes and everything works great. -----Original Message----- From: Prasanna Santhanam [mailto:prasanna.santha...@citrix.com] Sent: Monday, September 17, 2012 5:06 AM To: cloudstack-dev@incubator.apache.org Subject: Re: ant build-all-with-simulator broken
Thanks for catching this. There were some more fixes that needed to be made. I just pushed in a couple more fixes that needed to be made. All simulator entities will persist to a different db now. On Fri, Sep 14, 2012 at 04:38:37PM -0400, Edison Su wrote: > Fixed in e903f838720d1378062d2c625b56090bd054edcc > > > -----Original Message----- > > From: Jason Bausewein [mailto:jason.bausew...@tier3.com] > > Sent: Friday, September 14, 2012 12:52 PM > > To: cloudstack-dev@incubator.apache.org > > Subject: ant build-all-with-simulator broken > > > > 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 -- Prasanna.,