kritivasas / minibuilder

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

No Flex SDK seems to be at this path. Path not saved. #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It is not accepting a valid SDK path, and therefore unusable.

When I run /opt/AirMiniBuilder/share/MBCompiler/start I get this:
Start MiniBuilder and set Flex SDK path

uname -a ; java -version; ls /home/konsumer/bin/flex_sdk_3.4.1.10084_mpl/

Linux tak 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 
i686 GNU/Linux
java version "1.6.0_15"
Java(TM) SE Runtime Environment (build 1.6.0_15-b03)
Java HotSpot(TM) Server VM (build 14.1-b02, mixed mode)
ant    build.properties  lib              samples
asdoc  build.xml         license-mpl.htm  templates
bin    frameworks        readme-open.htm

Original issue reported on code.google.com by david.ko...@gmail.com on 1 Dec 2009 at 4:50

GoogleCodeExporter commented 9 years ago
So you pasted this exact path (/home/konsumer/bin/flex_sdk_3.4.1.10084_mpl/) in 
the
settings panel? it should work
can we google talk?

Original comment by victor.dramba on 1 Dec 2009 at 6:33

GoogleCodeExporter commented 9 years ago
Yeh, pasted exact text. We can google talk.

Original comment by david.ko...@gmail.com on 2 Dec 2009 at 12:47

GoogleCodeExporter commented 9 years ago
Hmm, now this is odd. Now, I can set it to the same value, and hit save, with 
no error, 
but when I run /opt/AirMiniBuilder/share/MBCompiler/start it says "Start 
MiniBuilder and 
set Flex SDK path"

Also, looking at the start script, I made a version which worked fine, getting 
rid of 
misuse of $HOME, and putting things in a (imho) simpler form. This solved the 
problem. 
My solution is attached.

Original comment by david.ko...@gmail.com on 2 Dec 2009 at 6:16

Attachments:

GoogleCodeExporter commented 9 years ago
A smarter script is attached that auto-starts the server, then runs the GUI. I 
set the 
icon to run this, instead, and now it runs more like a regular IDE.

Original comment by david.ko...@gmail.com on 2 Dec 2009 at 8:50

Attachments:

GoogleCodeExporter commented 9 years ago
so it's working for you, right? cool.

i'll focus on AIR 2.0 version which can start and pipe system processes right 
in the 
as3 app. we can completely replace mbcompiler, or do something smarter

also, we target remote compilation service, so there's a bit of architecture to 
do

Original comment by victor.dramba on 2 Dec 2009 at 1:54

GoogleCodeExporter commented 9 years ago
Yep it's working fine.

air 2.0 version sounds very cool.

Original comment by david.ko...@gmail.com on 2 Dec 2009 at 2:05

GoogleCodeExporter commented 9 years ago
In the new version 1.1.0 Flex SDK (mpl) is included in the compiler server.
No more setup hassle ;)

Original comment by victor.dramba on 31 Mar 2010 at 9:07