Hi all,
Brian has released a new version of Aardvark which includes some API changes. As a result, most Ronin apps won't work with this version. I don't want to put out a new release right away which would require upgrading to the new Aardvark, so until the next Ronin release, you have two options:
- Continue using Aardvark 0.3.2. If you don't have any custom build targets which need to use third-party Ant libraries, and don't need the performance boost that 0.3.3 provides, this is the easiest option.
- Replace the contents of [your app]/support/vark/RoninVarkTargets.gsx with the latest from
here. If you've made your own changes to this file, you'll need to merge them in manually.
(In general I wouldn't recommend changing RoninVarkTargets.gsx yourself if you can help it; you can add additional vark targets directly to your build.vark.)
-Gus