I make the same mistake all the time. It is frameworks-rsls (s on framework)
Carol On 7/10/12 6 :31PM, "Om" <bigosma...@gmail.com> wrote: >> >> >> >> 3. If you are using a source kit, you can build the sources with 'ant >> main framework-rsls' and then cd to ide/flashbuilder and run 'ant >>make-sdk' >> which puts the Flash Builder pieces into place. >> >> 4. If you are doing development and don't mind polluting your svn tree, >> you also do #3. The advantage is that it is easy to write/debug your >>code >> and use svn to see what you changed. The disadvantage is you have to be >> careful not to commit flex-config.xml, air-config.xml and >> airmobile-config.xml which are modified to work with Flash Builder. >> >> >I tried it now with a freshly updated svn and the build failed with this >message: > >> ant main framework-rsls >> >> {Lot of activity} >> . >> . >> . >> >> create-config-files: >> [copy] Copying 3 files to >> c:\p\flex_os\workspace\ApacheFlex\ide\flashbuilder\config >> >> expand-config-tokens: >> [echo] expanding {airHome} and {playerglobalHome} tokens >> >> main: >> >> post-build: >> >> main: >> [echo] ant main target completed on 07/10/2012 03:23:02 PM >> >> BUILD FAILED >> Target "framework-rsls" does not exist in the project "sdk". >> >> Total time: 4 minutes 8 seconds >>