Feed on
Posts
Comments

Archive for the ‘Flex Compiler API’ Category

Yep, that’s right. The title says it all. I promised to have an update available in mid-July. Now it’s August. Where is the update? Well, I have made some progress but it’s not ready yet. Sorry.
If you’re using hfcd, please download and overwrite the original hfcd.jar. Please use the following URL:
http://www.stopcoding.org/downloads/hfcd.jar
The expiration date is now [...]

Read Full Post »

Hi, In my previous post, I talked about a RPC version of the Flex compiler API, i.e. instead of invoking the Flex compiler in the same JVM process as the caller, the RPC version makes network calls to a server dedicated to compiling Flex applications, modules and libraries. After working on the prototype a little [...]

Read Full Post »

I don’t know how many of you had used Flex Builder 1.0… It wasn’t Eclipse-based. It was based on the award-winning Dreamweaver C++ codebase. We all know that the compiler has been Java-based since day one, so it’s somewhat difficult to integrate the compiler with the C++ based FB (what JNI??). Anyhow, if I remember [...]

Read Full Post »