You're right. I did a full checkout, ran successfully ant from the top level directory and then ran mini_run.sh After more investigation, I found out that compile-mustella target need adt.jar, that is missing from the top level lib directory.
If you copy that file from an official SDK 4.6 lib folder in the lib folder of your checkout, you'll see it fixes the issue. I haven't investigate yet why adt.jar is missing from the lib folder 2012/5/9 Justin Mclean <jus...@classsoftware.com> > Hi, > > Just to be sure I created an new project, did a full check out from SVN, > set up the 3 required environment variables (in env.properties) , ran ant > in the top level directory to build the SDK (which was successful) and then > run mini_run again from the command line. > > Exactly the same issue occurred, so either there's an issue with my > environment (quite possible) or what checked into SVN is broken. > > Can someone else give this a try and see if it works for them. > > Thanks, > Justin