I'd like to optimize my SDK development workflow. Currently I have a folder
which contains the nightly build, and a separate folder which has the latest
develop branch of flex-asjs. My main FlashBuilder project is configured to
use the nightly build as the SDK.


When I make changes to flex-asjs develop, I clean my project from
FlashBuilder, compile from the command line, and use the following (windows)
commands to copy the compiled files:

----
copy C:\dev\flexjs\flex-asjs\frameworks\js\FlexJS\libs\*.swc
C:\dev\flexjs_builds\nightly_07\frameworks\js\FlexJS\libs

copy C:\dev\flexjs\flex-asjs\frameworks\libs\*.swc
C:\dev\flexjs_builds\nightly_07\frameworks\libs

xcopy /E /Y C:\dev\flexjs\flex-asjs\frameworks\js\FlexJS\generated-sources
C:\dev\flexjs_builds\nightly_07\frameworks\js\FlexJS\generated-sources
-----

Then I can see the SDK changes in my main project.

Is there a better way to do this? Ideally, I'd like to edit a file from the
SDK in FlashBuilder and have my main project recognize the changes
immediately. 




--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Developer-Setup-tp53729.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to