When you plug in old hard drives from the XP-era, I've found that Windows 7 tends to freak out just a bit. The solution is to fix the permissions. The best command for this I have found so far is:
icacls * /grant <WinUserName>:F /T /C /L /Q
Tags: win7, windows 7, permissions, migration, painfulness
Instructions for setting up and configuring ASDoc in Flash Builder, where the project is contained in 3 modules inside C:\httpdocs\XX_project_XX:
Run -> External Tools configurations
Right click in left pane and select "New"
Location: C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\sdks\4.0.0\bin\asdoc.exe Working Directory: C:\httpdocs\XX_project_XX
-source-path MYAPI/src -source-path MyGameAPI/src -source-path MyGame/src -doc-sources MYAPI/src -doc-sources MyGameAPI/src -doc-sources MyGame/src -external-library-path "C:\httpdocs\XX_project_XX\libs\as3corelib-.92.1" -external-library-path "C:\httpdocs\XX_project_XX\libs\as3isolib-.303" -external-library-path "C:\httpdocs\XX_project_XX\libs\bulkoader-rev-282" -external-library-path "C:\httpdocs\XX_project_XX\libs\parsley-2.2.2-lib" -external-library-path "C:\httpdocs\XX_project_XX\libs\parsley-2.2.2-release" -compiler.strict=false -main-title "MyGame Flash Client Documentation" -window-title "MyGame Flash Client Documentation" -footer "This is the footer" -output docs
Figuring out how to generate documention for ActionScript 3/Flex 4 code using Adobe's ASDoc tool from within Flash Builder has been quite a journey.
Helpful information:
Things that didn't work:
I have many fond memories of hours spent with my younger sister and brother playing The Legend of Kyrandia. pics