> > I tried to debug an instance and build either a FlexJS or Flex project inside but it actually doesn't compile the project but only copy the sources into the output directory. > > > > Any clue ? > > Pushed the fix. GitHub repo is synched with our main repo once an hour > so you'll see the fix with some delay.
Great, it made the trick. Now, what is the best setup to be able to debug the BuiltInFlexCompiler or any other tool ? Also, before you mentioned CTRL+T on Windows to update the project, I just would like to mentioned that given I intent at some point to create pull requests, I cloned first the intellij-plugins repository as described in the readme, therefore updating the project only pull your cloned repository, not the changes pushed in the upstream, to be able in IntelliJ to pull the upstream, you need to run "git remote add upstream https://github.com/JetBrains/intellij-plugins.git" on the command line, then "git pull upstream/master" or CVS/git/pull... and select the upstream/master. Does it worth to mention it in the readme ? Thanks, Frédéric THOMAS > Subject: Re: [IDEA-FlexPlugin] Setup Instructions > To: dev@flex.apache.org > From: alexander.doros...@jetbrains.com > Date: Wed, 9 Sep 2015 20:25:02 +0300 > > On 09.09.2015 17:28, Frédéric THOMAS wrote: > > I tried to debug an instance and build either a FlexJS or Flex project > > inside but it actually doesn't compile the project but only copy the > > sources into the output directory. > > > > Any clue ? > > Pushed the fix. GitHub repo is synched with our main repo once an hour > so you'll see the fix with some delay.