BigSource Zarkov now supports Joa Eberts Apparat

Alexander Funke @ Jun 03 2010 6:22 pm

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!!

3 comments zu “BigSource Zarkov now supports Joa Eberts Apparat”

  1. erixtekila says:

    Hi,
    Great dd-on.
    BTW, do you know any documentation reference to use coverage and concrete (for ex)
    Thanks.

  2. Alex says:

    We will add this in the next time. Currently it’s beta, so it would be confusing for release user to find it documentation.
    Kind regards
    Alex

  3. Konrad says:

    Great, why did it take me over one year to discover this post?

    Thank you! Greets from e7

    Konrad

Your comment