kritivasas / minibuilder

Automatically exported from code.google.com/p/minibuilder
0 stars 0 forks source link

JetMBCompiler + shell #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.I try to use JetMBCompiler without AirMiniBuilder
2.Becouse I like to use the console.

What is the expected output? What do you see instead?
 I don't how to compile with JetMBCompiler without AirMiniBuilder.

What version of the product are you using? On what operating system?
JetMBCompiler-1.1.0-alpha.zip and PuppyLinux 4.2

Please provide any additional information below.

Original issue reported on code.google.com by alex.qu...@gmail.com on 21 Aug 2010 at 4:34

GoogleCodeExporter commented 9 years ago
To compile ActionScript 3 you need Adobe Flex SDK. JetMBCompiler is only a 
communication layer between MiniBuilder and Java (Flex SDK is a Java 
application)

Download latest version from 
http://opensource.adobe.com/wiki/display/flexsdk/Flex+SDK
mxmlc is the compiler

Original comment by victor.dramba on 21 Aug 2010 at 11:43

GoogleCodeExporter commented 9 years ago

Original comment by victor.dramba on 21 Aug 2010 at 11:44

GoogleCodeExporter commented 9 years ago
Thanks for your faster help. Yes I know how do this with the sdk flex only. But 
I'liked so of your JetMBCompiler that I would to use this instead the sdk flex 
compiler for in the future I will put he in intrante and compile the projects 
of my class from any machine.  

Original comment by alex.qu...@gmail.com on 23 Aug 2010 at 2:01

GoogleCodeExporter commented 9 years ago
you can extend the jetmbcompiler thing to do that, but currently, there's no 
security layer. you need to do a bit of java programming, but it's not hard. 
you have the source code here

Original comment by victor.dramba on 23 Aug 2010 at 3:13