Hi
I come across some problems building
AirMiniBuilder.
First, I tried building AirMiniBuilder using AirMiniBuilder on Linux. Compilation seems ok, but on running, the application just a blank window appears.
Since I'm not familiar with using AirMiniBuilder, I tried to first build AirMiniBuilder using Flex Builder 3 which I'm familiar with.
Here is what I did to building AirMiniBuilder using Flex Builder 3:
- Set directory minibuilder-read-only (from cvs) as the flex workspace.
- Created new Flex project (Adobe Air) with project name - AirMiniBuilder. After this step, all the sources and libraries appear correctly under the project AirMiniBuilder.
- Set the default application to AirMiniBuilder.as instead of AirMiniBuilder.mxml. (Is this correct ?)
- Now, flex gives compile error saying: Type was not found or was not a compile-time constant: ScriptAreaEvents.
- So, I created ScriptAreaEvents as a Library project and included this library project in AirMiniBuilder project.
- At this step, an error occured while compiling this library project: The rrror got solved by removing the line "import com.victordramba.debug.debug;" from file Util.as.
After this, there are no compile errors, but after running application (AirMiniBuilder.as is the default) just a blank window occurs. (This was the same problem (blank window) that occured when building AirMiniBuilder using AirMiniBuilder.
Any suggestions how to proceed to build ?
Kayo.