ThunderChunky_SF
ThunderChunky_SF

Reputation: 423

Is it possible to nest folders in the Flash Builder bin-debug

I'm trying to setup my bin-debug folder so that the structure looks like this:

I've tried setting the project's output folder to: bin-debug/assets/swf which does get my main.swf where I want it, but then my other source folders get dumped into that swf folder as well. What I would really like is to tell Flash Builder to put my swf into a nested folder and to be able to specify where my build folders' output goes as well. Is this at all possible without resorting to ANT scripts?

Upvotes: 3

Views: 427

Answers (3)

ThunderChunky_SF
ThunderChunky_SF

Reputation: 423

I ended up setting up an Ant script to pull this off and completely removing the html-template folder. Doesn't seem like there's any decent alternative. The upshot is that the Ant script gives me a lot more flexibility.

Upvotes: 1

Marcus Stade
Marcus Stade

Reputation: 4984

Just modify the html-template folder to look like the structure of your desired output. The variables in the index.template.html file is pretty well documented as well.

Upvotes: 0

Mattias
Mattias

Reputation: 3907

I don't think this is possible in Flash Builder. I have been looking for this feature myself but with no luck. I know it is possible in FDT though.

Upvotes: 0

Related Questions