Build failure passing Flex project between developers
Status: Alpha
Brought to you by:
arnaud_vincent
If you have two machines, each with NetBeans and Flexbean installed, but have given the Flex SDK a different name under "Tools->Flex Platforms" on each machine, only the machine that created the project will be able to build it.
This is because there is a reference to the Flex SDK in the ./nbproject/project.properties file called "flex.sdk.refname". If this doesn't match, the build process fails.
All the best,
Dan
kanedk@jmu.edu
Yes, I know.
So I think to do like Netbeans : if you open a project with a flex sdk not defined in the Flexbean, it will launch "Flex Sdk wizard" to install the missing sdk.