Did you followed what Carol said ?
cd develop
ant
cd develop/ide/flashbuilder
ant make-sdk
In FlashBuilder
Add the develop branch as an sdk
File -> Import -> Existing Project into Workspace -> Select
develop/frameworks/projects as the root directory -> Select mx, core,
frameworks and textLayout
In your FlashBuilder project, Properties -> Flex Build Path -> Add Project
and add mx, core, frameworks and textLayout
With IntelliJ, I have to reload the SDK in order to make it take the
modifications.
-Fred
-----Message d'origine-----
From: Harbs
Sent: Wednesday, February 27, 2013 8:45 PM
To: dev@flex.apache.org
Subject: Re: [jira] [Commented] (FLEX-33414) Null textInput in ComboBox
Can anyone give pointers on how to fix issues on my machine?
I fixed the code in ComboBox.as in the Flex source code, but it appears that
it's still running off the compiled libs.
What's the recommended workflow for testing changes in the source?
Thanks,
Harbs