Solving this problem would make my life a hundredfold easier, because working in Windows XP blows, and save for this one Adobe POS, I would be working entirely in Linux.
The Flex project I'm trying to build can be built successfully on Flexbuilder 3 Pro (licensed version, 3.2 SDK) in both Windows XP and Mac OS X.
I followed these instructions to get a basic install of Flexbuilder under Fedora 13 (32-bit machine, so I skipped the instructions for 64-bit) - deviating only to install Flexbuilder under /opt/flexbuilder
. I tried several different versions of the SDK to work with this particular project, and had best success with SDK 3.4.0, which is currently in my /opt/flexbuilder/sdks
directory. After a few dead ends, I also skipped the step where the Air SDK overwrites the Flex SDK (it only adds a couple of Air-specific binaries).
I ran into the "An internal build error problem has occured" after attempting a build. I followed these instructions to patch the zornproject.jar
file successfully, and was able to get rid of the error.
And here's where I end up in uncharted territory.
When I build the project, I was unable to locate a reference to a library that was needed by the project. This library is datavisualization.swc
. I took my co-workers version of his Flex SDK frameworks
directory, which contains the licensed libraries. After making a backup and replacing my SDK frameworks
directory with his, I attempted to build again, but it still fails to locate the classes in the datavisualization.swc
library.
If anyone has been successfully with getting the licensed Flexbuilder 3 installed/configured/blessed correctly under Linux, please enlighten me to your wise steps - because working in Windows XP has been nothing but a huge PITA.