<?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>DigiTechLog Dot Com &#187; HAMTASC</title>
	<atom:link href="http://digitechlog.com/tag/hamtasc/feed" rel="self" type="application/rss+xml" />
	<link>http://digitechlog.com</link>
	<description>Adobe AIR、Flex、Flash、Java</description>
	<lastBuildDate>Tue, 08 Nov 2011 12:46:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>J2AS: JavaのソースコードからActionScriptに変換するEclipseのプラグイン</title>
		<link>http://digitechlog.com/2009/03/11/j2as-use-java-instead-of-actionscript-to-create-flashcontent.html</link>
		<comments>http://digitechlog.com/2009/03/11/j2as-use-java-instead-of-actionscript-to-create-flashcontent.html#comments</comments>
		<pubDate>Wed, 11 Mar 2009 03:38:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash Project]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[HAMTASC]]></category>
		<category><![CDATA[J2AS]]></category>
		<category><![CDATA[オープンソース]]></category>

		<guid isPermaLink="false">http://digitechlog.com/2009/03/11/j2as-use-java-instead-of-actionscript-to-create-flashcontent.html</guid>
		<description><![CDATA[J2ASは、JavaのソースコードからActionScriptに変換するオープンソースの統合開発環境(IDE)であるEclipse環境のプラグインです。このプラグインを使えば、Eclipse がもつ Java コードのエディティング機能（リファクタリング、コードの Static 化、JavaDoc など）が使えるというメリットもあるようです。そのプラグインでJavaからASに完全の変換ではなくて、ActionScriptの基本の知識が必要と思います。GPLのライセンスを基づいて公開されていますので、もちろん一般ユーザは無償で使えます。

・必要の環境
J2ASを使えるため、以下の二つのソフトウェアの事前インストールを必要です。
１）、JDTを含むEclipse 3.1以下のバージョン（Eclipse: オープンソースの統合開発環境(IDE)であるを参照してください）
２）、HAMTASC &#8211; Hacking Mtasc　（関連リンクを参照してください）
・インストール
１）、このリンクをクリックしてj2asの圧縮ファイルをダウンロード
２）、ダウンロードしたzipファイルを展開する
３）、展開したフォルダをEclipseのplugins-directoryにコピー
４）、Eclipseを再起動
・インストール成功かどうかの確認
公式サイトに紹介されて以下の様の手順で確認できます。


Create a new Java project and point it to the j2as folder

Make org.j2as.examples/src a sourcefolder 

Make org.j2as.lib/lib_java a sourcefolder

Rightclick the project folder, select Properties/J2AS Properties and activate creation of ActionScript

Select Project/Clean, select “Clean projects selected below”, select your project and press ok. Now all [...]]]></description>
			<content:encoded><![CDATA[<p>J2ASは、JavaのソースコードからActionScriptに変換する<a href="http://digitechlog.com/2009/03/06/eclipse-an-open-extensible-ide-for-anything-and-nothing-in-particular.html">オープンソースの統合開発環境(IDE)である</a><a href="http://digitechlog.com/2009/03/06/eclipse-an-open-extensible-ide-for-anything-and-nothing-in-particular.html">Eclipse</a>環境のプラグインです。このプラグインを使えば、Eclipse がもつ Java コードのエディティング機能（リファクタリング、コードの Static 化、JavaDoc など）が使えるというメリットもあるようです。そのプラグインでJavaからASに完全の変換ではなくて、ActionScriptの基本の知識が必要と思います。GPLのライセンスを基づいて公開されていますので、もちろん一般ユーザは無償で使えます。</p>
<p><span id="more-375"></span>
<p><strong>・必要の環境</strong></p>
<p>J2ASを使えるため、以下の二つのソフトウェアの事前インストールを必要です。</p>
<p>１）、JDTを含むEclipse 3.1以下のバージョン（<a href="http://digitechlog.com/2009/03/06/eclipse-an-open-extensible-ide-for-anything-and-nothing-in-particular.html">Eclipse: オープンソースの統合開発環境(IDE)である</a>を参照してください）</p>
<p>２）、HAMTASC &#8211; Hacking Mtasc　（関連リンクを参照してください）</p>
<p><strong>・インストール</strong></p>
<p>１）、<a href="http://svn1.cvsdude.com/osflash/j2as/org.j2as.build/deploy/" target="_blank">このリンク</a>をクリックしてj2asの圧縮ファイルをダウンロード</p>
<p>２）、ダウンロードしたzipファイルを展開する</p>
<p>３）、展開したフォルダをEclipseのplugins-directoryにコピー</p>
<p>４）、Eclipseを再起動</p>
<p><strong>・インストール成功かどうかの確認</strong></p>
<p>公式サイトに紹介されて以下の様の手順で確認できます。</p>
<ol>
<li>
<p>Create a new Java project and point it to the j2as folder</p>
<li>
<p>Make org.j2as.examples/src a sourcefolder </p>
<li>
<p>Make org.j2as.lib/lib_java a sourcefolder</p>
<li>
<p>Rightclick the project folder, select Properties/J2AS Properties and activate creation of ActionScript</p>
<li>
<p>Select Project/Clean, select “Clean projects selected below”, select your project and press ok. Now all the as files should have been created ins yourProject/src_as</p>
<li>
<p>Open org.j2as.examples/build.xml and adjust the pathes </p>
<li>
<p>RightClick build.xml and select run As AntBuil to let mtasc compile the swfs. Now the example swfs should have been created inside org.j2as.examples/build</p>
</li>
</ol>
<p><strong>関連リンク</strong></p>
<p>J2AS &#8211; Java to ActionScript Converter<br /><a title="http://svn1.cvsdude.com/osflash/j2as/org.j2as.build/deploy/" href="http://svn1.cvsdude.com/osflash/j2as/org.j2as.build/deploy/"><strong>http://svn1.cvsdude.com/osflash/j2as/org.j2as.build/deploy/</strong></a></p>
<p>HAMTASC &#8211; Hacking Mtasc<br /><a title="http://osflash.org/hamtasc" href="http://osflash.org/hamtasc"><strong>http://osflash.org/hamtasc</strong></a></p>
<p>XDoclet2 Java-driven Actionscript Code Generation<br /><a href="http://www.allurent.com/joeb/xdoclet2/"><strong>http://www.allurent.com/joeb/xdoclet2/</strong></a>
<p>Xdoclet2 plugins &gt; Actionscript plugin<br /><a href="http://xdoclet.codehaus.org/Actionscript+plugin"><strong>http://xdoclet.codehaus.org/Actionscript+plugin</strong></a></p>
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://digitechlog.com/2009/03/09/colorer-take5-supports-syntax-highlighting-and-outlining-for-a-wide-variety-of-formats-in-eclipse-ide-including-actionscript.html" title="Colorer take5: Eclipse IDE環境のオープンソースのテキスト文法解析・ハイライトプラグイン（ActionScriptもサポートされる）">Colorer take5: Eclipse IDE環境のオープンソースのテキスト文法解析・ハイライトプラグイン（ActionScriptもサポートされる）</a></li>
<li><a href="http://digitechlog.com/2010/03/12/7-asynchronous-processing-open-source-actionscript-library.html" title="７+ AS3で非同期処理のオープンソースのライブラリ一覧">７+ AS3で非同期処理のオープンソースのライブラリ一覧</a></li>
<li><a href="http://digitechlog.com/2010/02/13/as3unit-actionscript-3-junit-for-flash.html" title="AS3Unit: ActionScript 3.0上JUnit4の移植、単体テストを行うためのフレームワーク">AS3Unit: ActionScript 3.0上JUnit4の移植、単体テストを行うためのフレームワーク</a></li>
<li><a href="http://digitechlog.com/2010/02/07/foam-as3-2d-rigid-body-physics-engine.html" title="FOAM-AS3: ActionScript 3で開発されたオープンソースの２D物理エンジン">FOAM-AS3: ActionScript 3で開発されたオープンソースの２D物理エンジン</a></li>
<li><a href="http://digitechlog.com/2009/10/15/alcon-a-lightweight-debugging-tool-for-actionscript-developers.html" title="Alcon: オープンソースのActionScript向けの軽量デバッギングツール">Alcon: オープンソースのActionScript向けの軽量デバッギングツール</a></li>
<li><a href="http://digitechlog.com/2009/08/25/phpobject-is-a-flash-remoting-alternative-for-php.html" title="PHPObject: PHPとFlashのActionScript連携パッケージ">PHPObject: PHPとFlashのActionScript連携パッケージ</a></li>
<li><a href="http://digitechlog.com/2009/08/05/jags-open-source-java-actionscript-game-server.html" title="JAGS Game Server: JavaとAS3でオープンソースのゲームサーバ">JAGS Game Server: JavaとAS3でオープンソースのゲームサーバ</a></li>
<li><a href="http://digitechlog.com/2009/06/19/movie-masher-open-source-video-editing-tools.html" title="Movie Masher: ActionScript 3ベースのオンラインビデオエディタ">Movie Masher: ActionScript 3ベースのオンラインビデオエディタ</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://digitechlog.com/2009/03/11/j2as-use-java-instead-of-actionscript-to-create-flashcontent.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

