<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BigSource Blog &#187; FCSH</title>
	<atom:link href="http://www.bigsource.de/index.php/category/fcsh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bigsource.de</link>
	<description>Experiences in AS3</description>
	<lastBuildDate>Mon, 24 Jan 2011 10:04:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>BigSource Zarkov now supports Joa Eberts Apparat</title>
		<link>http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/</link>
		<comments>http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 16:22:09 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[bigsource]]></category>

		<guid isPermaLink="false">http://www.bigsource.de/?p=258</guid>
		<description><![CDATA[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. [...]]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce that we have implemented a wrapper for Joa Eberts Apparat.<br />
The following tasks are supported:</p>
<ul>
<li><strong>bigsource.apparat.reducer:</strong>  Apparat Reducer</li>
<li><strong>bigsource.apparat.tdsi:</strong> Apparat Turbo Diesel Sport Injection</li>
<li><strong>bigsource.apparat.coverage:</strong> Apparat Coverage</li>
<li><strong>bigsource.apparat.concrete:</strong> Apparat Concrete</li>
<li><strong>bigsource.apparat.stripper:</strong> Apparat Stripper</li>
</ul>
<p>To start optimizing your swfs you have to download some things:</p>
<p><strong>Apparat:</strong> <a href="http://code.google.com/p/apparat/" target="_blank">http://code.google.com/p/apparat/</a><br />
<strong>Scala:</strong> <a href="http://www.scala-lang.org/downloads" target="_blank">http://www.scala-lang.org/downloads</a> <br />
(Please check the Apparat website for infos about the needed version. Currently Scala RC3)<br />
<strong>BigSource Zarkov:</strong> <a href="http://zarkov.bigsource.de" target="_blank">http://zarkov.bigsource.de</a><br />
(Eclipse Updatesite: <a href="http://update.bigsource.de/beta" target="_blank">http://update.bigsource.de/beta</a>)</p>
<p>After unpacking Apparat and Scala and installing the new version of Zarkov you can create the tasks.</p>
<h5>Example</h5>
<p>See content of build.properties in previous post.</p>
<pre name="code" class="xml">
&lt;project name="Example 1" default="tdsi" basedir="."&gt;

	&lt;property file="build.properties" /&gt;

	&lt;target name="tdsi"&gt;
		&lt;bigsource.apparat.tdsi basedir="${basedir}" apparatdirectory="PATH TO APPARAT DIRECTORY" scala="PATH TO SCALA EXECUTABLE"&gt;
			&lt;inputfile path="${swf.application.target }" /&gt;
			&lt;outputfile path="${swf.application.target }" /&gt;
			&lt;set7zpath path="PATH TO 7zip IF NOT IN $PATH" /&gt;
		&lt;/bigsource.apparat.tdsi&gt;
	&lt;/target&gt;

        &lt;target name="reducer"&gt;
		&lt;bigsource.apparat.reducer basedir="${basedir}" apparatdirectory="PATH TO APPARAT DIRECTORY" scala="PATH TO SCALA EXECUTABLE"&gt;
			&lt;inputfile path="${swf.application.target }" /&gt;
			&lt;outputfile path="${swf.application.target }" /&gt;
			&lt;set7zpath path="PATH TO 7zip IF NOT IN $PATH" /&gt;
		&lt;/bigsource.apparat.reducer&gt;
	&lt;/target&gt;
&lt;/project&gt;
</pre>
<p>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.</p>
<p>Thanks to <a href="http://blog.joa-ebert.com/" target="_blank">Joa</a> for his great tool!! </p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/&amp;title=BigSource Zarkov now supports Joa Eberts Apparat' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/&amp;title=BigSource Zarkov now supports Joa Eberts Apparat' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/&amp;title=BigSource Zarkov now supports Joa Eberts Apparat' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/&amp;t=BigSource Zarkov now supports Joa Eberts Apparat' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/&amp;title=BigSource Zarkov now supports Joa Eberts Apparat' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=BigSource Zarkov now supports Joa Eberts Apparat+http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2010/06/03/bigsource-zarkov-now-supports-joa-eberts-apparat/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>BigSource Zarkov Air Application released</title>
		<link>http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/</link>
		<comments>http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 14:23:04 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[Air]]></category>
		<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[aasdoc]]></category>
		<category><![CDATA[acompc]]></category>
		<category><![CDATA[amxmlc]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[compc]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[haxe]]></category>
		<category><![CDATA[mtasc]]></category>
		<category><![CDATA[mxmlc]]></category>
		<category><![CDATA[zarkov]]></category>

		<guid isPermaLink="false">http://www.bigsource.de/?p=233</guid>
		<description><![CDATA[After checking out the new abilities of the Air 2 beta 2 Runtime, I decided to port the BigSource Zarkov Plugin to an Air Standalone application. I had to adopt the Ant Runtime, to ensure that your current build files will also work in the Air version. Because Ant has many tasks, I just adopted [...]]]></description>
			<content:encoded><![CDATA[<p>After checking out the new abilities of the Air 2 beta 2 Runtime, I decided to port the BigSource Zarkov Plugin to an Air Standalone application. I had to adopt the Ant Runtime, to ensure that your current build files will also work in the Air version. Because Ant has many tasks, I just adopted the base tasks of Zarkov in the first release. In future releases more tasks like &#8220;exec&#8221;, &#8220;echo&#8221;, &#8220;zip&#8221;, &#8220;copy&#8221;, etc. will be added. Fcsh support for the exec tasks (mxmlc or compc as executable) will also be added in future releases.</p>
<p>The first beta Version is avalibale for download. Feel free to test it.<br />
- <a href="http://update.bigsource.de/air/bigsource_zarkov_base.exe">Windows</a><br />
- <a href="http://update.bigsource.de/air/bigsource_zarkov_base.dmg">OS X</a><br />
- <a href="http://update.bigsource.de/air/bigsource_zarkov_base.deb">Linux (Debian, Ubuntu)</a></p>
<div id="attachment_236" class="wp-caption alignnone" style="width: 460px"><a href="http://www.bigsource.de/wp-content/uploads/2010/03/zarkov_screenshot.jpg"><img src="http://www.bigsource.de/wp-content/uploads/2010/03/zarkov_screenshot.jpg" alt="Screenshot of BigSource Zarkov for Air" title="zarkov_screenshot" width="450" height="324" class="size-full wp-image-236" /></a><p class="wp-caption-text">BigSource Zarkov for Air</p></div>
<p>In order to run the application, you must have installed Adobe Air 2 beta 2 (<a href="http://labs.adobe.com/downloads/air2.html">Download</a>). If you find bugs or have a feature request, please send an email to <a href="mailto:alexander.funke@bigsource.de?BigSource Zarkov">alexander.funke@bigsource.de</a>. The application is currently released as Jobware. No warranty for malfunctions.  I am happy about every feedback.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/&amp;title=BigSource Zarkov Air Application released' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/&amp;title=BigSource Zarkov Air Application released' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/&amp;title=BigSource Zarkov Air Application released' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/&amp;t=BigSource Zarkov Air Application released' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/&amp;title=BigSource Zarkov Air Application released' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=BigSource Zarkov Air Application released+http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2010/03/12/bigsource-zarkov-air-application-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zarkov Speech at Flex User Group Hamburg</title>
		<link>http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/</link>
		<comments>http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 12:44:02 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[bigsource]]></category>

		<guid isPermaLink="false">http://www.bigsource.de/?p=113</guid>
		<description><![CDATA[Yesterday we presented our compiler wrapper PlugIn for Eclipse at the Flex User Group Hamburg in the rooms of pilot 1/0. We got a really good feedback for our product. So this was a great way to get whishes and to fill our FAQ. In the next time we will add some new stuff to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-114" title="Speech at FlexUGHH" src="http://www.bigsource.de/wp-content/uploads/2009/04/flexughh.jpg" alt="Speech at FlexUGHH" width="240" height="240" />Yesterday we presented our compiler wrapper PlugIn for Eclipse at the <a href="http://www.flexughh.de/2009/03/27/flexughh-meeting-06042009-alexander-funke-bigsource-zarkov/" target="_blank">Flex User Group Hamburg</a> in the rooms of pilot 1/0. We got a really good feedback for our product. So this was a great way to get whishes and to fill our FAQ. In the next time we will add some new stuff to our documentation and we are currently working on a rewritten version of <a href="http://zarkov.bigsource.de" target="_blank">Bigsource Zarkov</a> with a lot more support creating compiler taks. Thanks to all who came , to the organisation team of the FlexUGHH and to <a href="http://www.pilot.de/" target="_blank">pilot 1/0</a> for allocating their rooms. It was a great evening. The presentation and the sample project will come soon.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/&amp;title=Zarkov Speech at Flex User Group Hamburg' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/&amp;title=Zarkov Speech at Flex User Group Hamburg' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/&amp;title=Zarkov Speech at Flex User Group Hamburg' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/&amp;t=Zarkov Speech at Flex User Group Hamburg' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/&amp;title=Zarkov Speech at Flex User Group Hamburg' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=Zarkov Speech at Flex User Group Hamburg+http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2009/04/07/zarkov-speech-at-flex-user-group-hamburg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zarkov Compiler Wrapper Update available (0.8.2.4)</title>
		<link>http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/</link>
		<comments>http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 07:37:36 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[aasdoc]]></category>
		<category><![CDATA[acompc]]></category>
		<category><![CDATA[amxmlc]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[asdoc]]></category>
		<category><![CDATA[bigsource]]></category>
		<category><![CDATA[compc]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[flash player]]></category>
		<category><![CDATA[flashplayer]]></category>
		<category><![CDATA[haxe]]></category>
		<category><![CDATA[mtasc]]></category>
		<category><![CDATA[mxmlc]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[zarkov]]></category>

		<guid isPermaLink="false">http://blog.bigsource.de/?p=57</guid>
		<description><![CDATA[Today we released the new version of the Zarkov Eclipse Plugin. There are many improvements we have done. Here are the major ones:

Review of all compiler options.


Some options have changed attributes.


Added all options listed by &#8220;compiler help list advanced&#8221; to mxmlc, compc, asdoc, amxmlc, acompc and aasdoc.


Warnings and Errors are now added to the Problems [...]]]></description>
			<content:encoded><![CDATA[<p>Today we released the new version of the Zarkov Eclipse Plugin. There are many improvements we have done. Here are the major ones:</p>
<ul>
<li>Review of all compiler options.</li>
</ul>
<ul>
<li>Some options have changed attributes.</li>
</ul>
<ul>
<li>Added all options listed by &#8220;compiler help list advanced&#8221; to mxmlc, compc, asdoc, amxmlc, acompc and aasdoc.</li>
</ul>
<ul>
<li>Warnings and Errors are now added to the Problems view of Eclipse.</li>
</ul>
<ul>
<li>a new task &#8220;bigsource.browser&#8221; added. You can now open your browser from within eclipse.</li>
</ul>
<ul>
<li>some general improvements in stability</li>
</ul>
<ul>
<li>documentaiton will be improved in the next days (mxmlc is already updated)</li>
</ul>
<p>You can get the new version over the Eclipse Update feature. If you would like to get the latest beta version you can get it here: <a href="http://update.bigsource.de/beta" target="_blank">http://update.bigsource.de/beta</a>.</p>
<p>For more information about BigSource Zarkov visit the project page at <a href="http://zarkov.bigsource.de" target="_blank">http://zarkov.bigsource.de</a>.</p>
<p>We are happy about every feedback.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/&amp;title=Zarkov Compiler Wrapper Update available (0.8.2.4)' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/&amp;title=Zarkov Compiler Wrapper Update available (0.8.2.4)' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/&amp;title=Zarkov Compiler Wrapper Update available (0.8.2.4)' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/&amp;t=Zarkov Compiler Wrapper Update available (0.8.2.4)' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/&amp;title=Zarkov Compiler Wrapper Update available (0.8.2.4)' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=Zarkov Compiler Wrapper Update available (0.8.2.4)+http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2008/11/05/zarkov-compiler-wrapper-update-available-0824/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>BigSource Zarkov Documentation added</title>
		<link>http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/</link>
		<comments>http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 07:51:44 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>

		<guid isPermaLink="false">http://blog.bigsource.de/?p=46</guid>
		<description><![CDATA[We have rebuild the BigSource Zarkov Project Page and  added a documentation for the supported compilers.
Have a look: http://zarkov.bigsource.de
         More&#160;&#187;]]></description>
			<content:encoded><![CDATA[<p>We have rebuild the BigSource Zarkov Project Page and  added a documentation for the supported compilers.</p>
<p>Have a look: <a href="http://zarkov.bigsource.de" target="_blank">http://zarkov.bigsource.de</a></p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/&amp;title=BigSource Zarkov Documentation added' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/&amp;title=BigSource Zarkov Documentation added' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/&amp;title=BigSource Zarkov Documentation added' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/&amp;t=BigSource Zarkov Documentation added' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/&amp;title=BigSource Zarkov Documentation added' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=BigSource Zarkov Documentation added+http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2008/08/14/bigsource-zarkov-documentation-added/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>BigSource Zarkov Standalone Ant Extension</title>
		<link>http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/</link>
		<comments>http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 08:27:00 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>

		<guid isPermaLink="false">http://blog.bigsource.de/?p=42</guid>
		<description><![CDATA[We are happy to announce that we have made a standalone version of the plugin. Now you can exchange you build.xml with developers not using eclipse. There is an example implementation and the download link on the Zarkov Project Page. Enjoy it.
         More&#160;&#187;]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce that we have made a standalone version of the plugin. Now you can exchange you build.xml with developers not using eclipse. There is an example implementation and the download link on the <a href="http://zarkov.bigsource.de" target="_blank">Zarkov Project Page</a>. Enjoy it.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/&amp;title=BigSource Zarkov Standalone Ant Extension' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/&amp;title=BigSource Zarkov Standalone Ant Extension' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/&amp;title=BigSource Zarkov Standalone Ant Extension' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/&amp;t=BigSource Zarkov Standalone Ant Extension' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/&amp;title=BigSource Zarkov Standalone Ant Extension' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=BigSource Zarkov Standalone Ant Extension+http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2008/08/08/bigsource-zarkov-standalone-ant-extension/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BigSource Zarkov updated</title>
		<link>http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/</link>
		<comments>http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 13:14:31 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[BigSource Zarkov]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>

		<guid isPermaLink="false">http://blog.bigsource.de/?p=37</guid>
		<description><![CDATA[Today we released the updated version of Eclipse Plugin &#8220;BigSource Zarkov&#8221; 0.8.0.9. Now it supports ADL (Air Debug Launcher) and ADT (Air Developer Tool). A second improvement is the simpler Path setup. You just have to specify the Flex SDK Path and all compilers will be called directly. Existing FCSH-Paths will be changed automatically. So [...]]]></description>
			<content:encoded><![CDATA[<p>Today we released the updated version of Eclipse Plugin &#8220;BigSource Zarkov&#8221; 0.8.0.9. Now it supports ADL (Air Debug Launcher) and ADT (Air Developer Tool). A second improvement is the simpler Path setup. You just have to specify the Flex SDK Path and all compilers will be called directly. Existing FCSH-Paths will be changed automatically. So if you have improvements or bugs please feel free to add an issue to <a href="http://bugtracking.bigsource.de/trac/bigsource_zarkov/" target="_blank">http://bugtracking.bigsource.de/trac/bigsource_zarkov/</a>.</p>
<p>Project Page: <a href="http://zarkov.bigsource.de">http://zarkov.bigsource.de</a></p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/&amp;title=BigSource Zarkov updated' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/&amp;title=BigSource Zarkov updated' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/&amp;title=BigSource Zarkov updated' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/&amp;t=BigSource Zarkov updated' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/&amp;title=BigSource Zarkov updated' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=BigSource Zarkov updated+http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2008/08/04/bigsource-zarkov-updated/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>BigSource Zarkov project page now online (formally FCSH Wrapper)</title>
		<link>http://www.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/</link>
		<comments>http://www.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 10:07:18 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>

		<guid isPermaLink="false">http://blog.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/</guid>
		<description><![CDATA[We are happy to announce our project page for the BigSource Zarkov Eclipse Plugin developed by us. Have a look at http://zarkov.bigsource.de.
For bugs and improvements please use http://bugtracking.bigsource.de.
         More&#160;&#187;]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce our project page for the BigSource Zarkov Eclipse Plugin developed by us. Have a look at <a href="http://zarkov.bigsource.de" target="_blank">http://zarkov.bigsource.de</a>.</p>
<p>For bugs and improvements please use <a href="http://bugtracking.bigsource.de" target="_blank">http://bugtracking.bigsource.de</a>.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/&amp;title=BigSource Zarkov project page now online (formally FCSH Wrapper)' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/&amp;title=BigSource Zarkov project page now online (formally FCSH Wrapper)' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/&amp;title=BigSource Zarkov project page now online (formally FCSH Wrapper)' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/&amp;t=BigSource Zarkov project page now online (formally FCSH Wrapper)' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/&amp;title=BigSource Zarkov project page now online (formally FCSH Wrapper)' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=BigSource Zarkov project page now online (formally FCSH Wrapper)+http://www.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2008/07/21/bigsource-zarkov-project-page-now-online-formally-fcsh-wrapper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BigSource Zarkov Beta released</title>
		<link>http://www.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/</link>
		<comments>http://www.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 09:03:12 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[FCSH]]></category>
		<category><![CDATA[Interesting]]></category>

		<guid isPermaLink="false">http://blog.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/</guid>
		<description><![CDATA[Today we released our renamed Eclipse Plugin &#8220;BigSource Zarkov&#8221;. It&#8217;s based on the FCSH-Wrapper and has some new Features. We changed the name because we are planning to add support for more compiler.
Roadmap:

mxmlc (fcsh)
compc (fcsh)
mtasc (AS2)
Flashplayer
haxe
the other compilers of the flex sdk (asdoc, etc.)

Current FCSH Wrapper users:

close the FCSH Monitor
deinstall the old Plugin (Help -&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>Today we released our renamed Eclipse Plugin &#8220;BigSource Zarkov&#8221;. It&#8217;s based on the FCSH-Wrapper and has some new Features. We changed the name because we are planning to add support for more compiler.</p>
<p><strong>Roadmap:</strong></p>
<ul>
<li><strong>mxmlc (fcsh)</strong></li>
<li><strong>compc (fcsh)</strong></li>
<li><strong>mtasc (AS2)</strong></li>
<li><strong>Flashplayer</strong></li>
<li>haxe</li>
<li>the other compilers of the flex sdk (asdoc, etc.)</li>
</ul>
<p><strong>Current FCSH Wrapper users:</strong></p>
<ul>
<li>close the FCSH Monitor</li>
<li>deinstall the old Plugin (Help -&gt; Software Updates -&gt; Manage Configuration)</li>
<li>install BigSource Zarkov from the update url.</li>
</ul>
<p><strong>New users:</strong><br />
Install BigSource Zarkov from this update url: <a href="http://update.bigsource.de/update" target="_blank">http://update.bigsource.de/update</a></p>
<p>Now you will find the Zarkov Monitor under the Views-Category &#8220;Flash&#8221;. Because of the renaming you have to specify the paths for the compiler and the Flashplayer again. We apologize for the trouble caused.</p>
<p>The name is dedicated to the brilliant rocket scientist &#8220;<a href="http://en.wikipedia.org/wiki/Hans_Zarkov" target="_blank">Dr. Hans Zarkov</a>&#8221; from the &#8220;Flash Gordon&#8221; series.</p>
<p><strong>UPDATE:</strong> If you have any BigSource Zarkov related issues, just put it into our new bugtracking system under <a href="http://bugtracking.bigsource.de/trac/bigsource_zarkov" target="_blank">http://bugtracking.bigsource.de/trac/bigsource_zarkov</a>. This will make it easier for us to improve the plugin.</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/&amp;title=BigSource Zarkov Beta released' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/&amp;title=BigSource Zarkov Beta released' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/&amp;title=BigSource Zarkov Beta released' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/&amp;t=BigSource Zarkov Beta released' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/&amp;title=BigSource Zarkov Beta released' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=BigSource Zarkov Beta released+http://www.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2008/07/09/bigsource-zarkov-beta-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Eclipse FCSH Wrapper Plugin</title>
		<link>http://www.bigsource.de/index.php/2008/05/29/eclipse-fcsh-wrapper-plugin/</link>
		<comments>http://www.bigsource.de/index.php/2008/05/29/eclipse-fcsh-wrapper-plugin/#comments</comments>
		<pubDate>Thu, 29 May 2008 14:38:00 +0000</pubDate>
		<dc:creator>Alexander Funke</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[FCSH]]></category>

		<guid isPermaLink="false">http://blog.bigsource.de/index.php/1999/11/30/eclipse-fcsh-wrapper-plugin/</guid>
		<description><![CDATA[Recently we came to the question how to use FCSH with Ant. So we ran into some problems.
1. First Problem: Starting FCSH from the commandline compiles the command and shuts down. So the next time compiling the same command you won&#8217;t have advantage.FCSH just compiles all classes again and not only the changed classes.
2. Second [...]]]></description>
			<content:encoded><![CDATA[<p>Recently we came to the question how to use FCSH with Ant. So we ran into some problems.</p>
<p>1. First Problem: Starting FCSH from the commandline compiles the command and shuts down. So the next time compiling the same command you won&#8217;t have advantage.FCSH just compiles all classes again and not only the changed classes.<br />
2. Second Problem: There are huge amount of compileroptions that you have to know when creating an Ant task with exec for mxmlc or compc.</p>
<p>Therefore we decided to write our own FCSH Wrapper. You ask why? There are already plugins available, such as iFac. But these plugins work with socket connections and on some computers, especially in big enviroments, you need Dadministration-rights to use sockets. So we made a plugin without the need of using sockets and the advantages of the Flex Ant Tasks.</p>
<p>Below you find an example build.xml with the currently available features.</p>
<pre name="code" class="xml">
&lt;project name="FCSH Wrapper" default="example_bigsource_mxmlc" basedir="."&gt;

	&lt;property file="${user.name}.build.properties" /&gt;
	&lt;property file="build.properties" /&gt;

	&lt;target name="example_bigsource_mxmlc" description="compiles a swf"&gt;
	   	&lt;bigsource.mxmlc basedir="${basedir}"&gt;
  			&lt;default_size height="768" width="1024" /&gt;
  			&lt;file_specs path="${swf.main.class}" /&gt;
  			&lt;library_path path="${swc.applicationasset}" /&gt;
  			&lt;source_path path="source/as" /&gt;
  			&lt;output path="${swf.main.target}" /&gt;
  			&lt;verbose_stacktraces value="true" /&gt;
  		&lt;/bigsource.mxmlc&gt;
	&lt;/target&gt;

	&lt;target name="example_bigsource_flashplayer" description="opens swf in flashplayer"&gt;
		&lt;bigsource.flashplayer basedir="${basedir}" swf="${swf.main.target}" /&gt;
	&lt;/target&gt;

	&lt;target name="example_bigsource_compc" description="creates a swc"&gt;
	 	&lt;bigsource.compc basedir="${basedir}" maxexecutiontime="30000"&gt;
	 		&lt;source_path path="src/" /&gt;
			&lt;namespace uri="http://www.mydomain.com/projects/as3framework" manifest="manifest.xml" /&gt;
			&lt;include_namespaces name="http://www.mydomain.com/projects/as3framework" /&gt;
			&lt;output path="swc/your.swc" /&gt;
		&lt;/bigsource.compc&gt;
	&lt;/target&gt;

	&lt;target name="example_bigsource_translate" description="creates a xml file without the pluginspecific tasks"&gt;
		&lt;bigsource.translate basedir="${basedir}" inputfile="build.xml" outputfile="build_wo_fcsh.xml" /&gt;
	&lt;/target&gt;

&lt;/project&gt;</pre>
<p>If you want to use this plugin you can install it with the Install Manager in Eclipse. Here is the update URL: <a href="http://update.bigsource.de/update">http://update.bigsource.de/update</a></p>
<p>After installation you have to specify the paths for FCSH and the Flashplayer you want to use in the preferences section of Eclipse. Now you have code completion for the BigSource tasks in the Ant editor of Eclipse. In order to compile you will also be able to compile for Flashplayer 9 and 10 in the same build.xml. You just need to specify the flashplayer-version in the task. Version 9 and 10 are available.</p>
<p>Starting the tasks first time you will get an taskdef error. This causes the Antscript must run in the same JRE as Eclipse. You can set it in the applicationmenu under &#8220;Run&#8221; -&gt; &#8220;External Tools&#8221; -&gt; &#8220;Open External Tools&#8221; -&gt; &#8220;JRE&#8221;.</p>
<p>Some settings have standard values:</p>
<ul>
<li>version = 9</li>
<li>maxexecutiontime = 20000 (Milliseconds)</li>
</ul>
<p>The plugin needs the attribute basedir for every task. This should be set to ${basedir} because the plugin uses this path to check the files for building internal paths.</p>
<p>We will write a detailed documentation very soon. The plugin is in beta status, so it will be distributed as is with no warranty. If you need some features or want to report bugs feel free to contact us. FCSH, mxmlc, compc and Flash are product or trademarks of Adobe.</p>
<p><strong>UPDATE: Fcsh Wrapper has a new name!!!! It&#8217;s now called BigSource Zarkov and has new Features!!</strong></p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://del.icio.us/post?url=http://www.bigsource.de/index.php/2008/05/29/eclipse-fcsh-wrapper-plugin/&amp;title=Eclipse FCSH Wrapper Plugin' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://www.bigsource.de/index.php/2008/05/29/eclipse-fcsh-wrapper-plugin/&amp;title=Eclipse FCSH Wrapper Plugin' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.facebook.com/share.php?u=http://www.bigsource.de/index.php/2008/05/29/eclipse-fcsh-wrapper-plugin/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.bigsource.de/index.php/2008/05/29/eclipse-fcsh-wrapper-plugin/&amp;title=Eclipse FCSH Wrapper Plugin' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://www.bigsource.de/index.php/2008/05/29/eclipse-fcsh-wrapper-plugin/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.myspace.com/Modules/PostTo/Pages/?c=http://www.bigsource.de/index.php/2008/05/29/eclipse-fcsh-wrapper-plugin/&amp;t=Eclipse FCSH Wrapper Plugin' title='Save to MySpace' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/myspace.png' style='width:16px; height:16px;' alt='[MySpace] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://www.bigsource.de/index.php/2008/05/29/eclipse-fcsh-wrapper-plugin/&amp;title=Eclipse FCSH Wrapper Plugin' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://twitter.com/home/?status=Eclipse FCSH Wrapper Plugin+http://www.bigsource.de/index.php/2008/05/29/eclipse-fcsh-wrapper-plugin/' title='Save to Twitter' onclick='target="_blank";' rel='nofollow'><img src='http://www.bigsource.de/wp-content/plugins/bookmarkify/twitter.png' style='width:16px; height:16px;' alt='[Twitter] ' /></a>  <a title='See more bookmark and sharing options...' href='http://www.bigsource.de/index.php/2008/05/29/eclipse-fcsh-wrapper-plugin/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.bigsource.de/index.php/2008/05/29/eclipse-fcsh-wrapper-plugin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

