BigSource Zarkov now supports Joa Eberts Apparat
We are happy to announce that we have implemented a wrapper for Joa Eberts Apparat.
The following tasks are supported:
- bigsource.apparat.reducer: Apparat Reducer
- bigsource.apparat.tdsi: Apparat Turbo Diesel Sport Injection
- bigsource.apparat.coverage: Apparat Coverage
- bigsource.apparat.concrete: Apparat Concrete
- bigsource.apparat.stripper: Apparat Stripper
To start optimizing your swfs you have to download some things:
Apparat: http://code.google.com/p/apparat/
Scala: http://www.scala-lang.org/downloads
(Please check the Apparat website for infos about the needed version. Currently Scala RC3)
BigSource Zarkov: http://zarkov.bigsource.de
(Eclipse Updatesite: http://update.bigsource.de/beta)
After unpacking Apparat and Scala and installing the new version of Zarkov you can create the tasks.
Example
See content of build.properties in previous post.
<project name="Example 1" default="tdsi" basedir=".">
<property file="build.properties" />
<target name="tdsi">
<bigsource.apparat.tdsi basedir="${basedir}" apparatdirectory="PATH TO APPARAT DIRECTORY" scala="PATH TO SCALA EXECUTABLE">
<inputfile path="${swf.application.target }" />
<outputfile path="${swf.application.target }" />
<set7zpath path="PATH TO 7zip IF NOT IN $PATH" />
</bigsource.apparat.tdsi>
</target>
<target name="reducer">
<bigsource.apparat.reducer basedir="${basedir}" apparatdirectory="PATH TO APPARAT DIRECTORY" scala="PATH TO SCALA EXECUTABLE">
<inputfile path="${swf.application.target }" />
<outputfile path="${swf.application.target }" />
<set7zpath path="PATH TO 7zip IF NOT IN $PATH" />
</bigsource.apparat.reducer>
</target>
</project>
As you can see, the new features are currently only available from the beta update. Your feedback would help to make BigSource Zarkov even better. Feel free to contact us.
Thanks to Joa for his great tool!!
![[del.icio.us]](http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png)
![[Facebook]](http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png)
![[Google]](http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png)
![[Mixx]](http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png)
![[MySpace]](http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png)
![[StumbleUpon]](http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png)
![[Twitter]](http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png)

