Hey Jon,
Thanks for the interest, I'm glad it's working for you!
I'm trying to keep questions on the
discussion group so that other folks can find the answers as they come up, so please join the list (even though there are only a handful of us on there right now!).
I'm not exactly sure what you mean by "linked resources"... We have exposed all of the features of MTASC via the mtasc rake task. We also provided a simple starting .project file that should allow you to simply import it to FDT, but we don't have round-trip support going.
Meaning, if you edit your project configuration in FDT, you'll need to make comparable edits in the rakefile.
I've been struggling with this issue (keeping DRY) for months now and actually started out generating the rakefile from .project files. I've since moved away from this because many people don't use Eclipse, and rake is much, much more expressive, not to mention, pleasant to edit. For another approach, I was considering going the other way and generating .project files from rake files, but this actually turns out to be pretty difficult and starts up a battle with running instances of Eclipse.
At this point, I've settled on stashing hand-created .project files in the templates that get copied, but not really relying on them after that. There is probably some code in asclass that still loads and reads the .project file in order to get a project name or something, but that will likely be moved. I think we also look for the existence of .project file (as one way) to determine where your project is.
I hope that helps, please let me know if you have more questions!
Thanks,
Luke Bayes
AsProject
Hey, I'm very interested in your project, I love fdt
and your project will certainly speed up my workflow. I'm wondering does
asproject support linkedResources. I did see the place for them in the ".project"
file but it doesn't appear to compile in. I get this error:
C:\SVN\TLBflash\as2\projects\FooBar\project>rake
(in C:/SVN/TLBflash/as2/projects/FooBar/project)
mtasc.exe -cp src -frame 2 -main -version 8 -swf
bin/FooBarSkin.swf -out bin/FooBar.swf FooBar
src/FooBar.as:9: characters 15-24 : type error class not
found : tlb.geom.Polar
SAFlashPlayer.exe ./bin/FooBar.swf
[trace] Warning: Reference to undeclared variable, 'FooBar'
[trace] FooBar Instantiated