Hi,
my AAX path is relative to the plugin location ("…\sdk\aax"). My Projucer Visual Studio 2015 Target Project Folder is “.”
This generates a compilable plugin project. But its Post-Build steps contains invalid folder hierarchy:
"…\sdk\aax\Utilities\CreatePackage.bat" “(OutDir)(TargetName).aaxplugin\Contents\Win32” “…\sdk\aax\Utilities\PlugIn.ico”
where it should generate:
"…\sdk\aax\Utilities\CreatePackage.bat" “(OutDir)(TargetName).aaxplugin\Contents\Win32” “…\sdk\aax\Utilities\PlugIn.ico”
so it seems to assume that the Visual Studio 2015 Target Project Folder is still two folder hierarchy levels lower/upper (however you look at it.)
oh gosh, this stupid web interface removed the backslashes.
so it should read:
This generates a compilable plugin project. But its Post-Build steps contains invalid folder hierarchy:
"…/…/…/…/…/sdk\aax\Utilities\CreatePackage.bat" “(OutDir)(TargetName).aaxplugin\Contents\Win32” “…/…/…/…/…/sdk\aax\Utilities\PlugIn.ico”
where it should generate:
"…/…/…/sdk\aax\Utilities\CreatePackage.bat" “(OutDir)(TargetName).aaxplugin\Contents\Win32” “…/…/…/sdk\aax\Utilities\PlugIn.ico”
Thanks for the opportunity to soliloquy so far, but this is actually a bug report.
We are now trying to use the Projucer during our development project. There are still enough of conceptual oddities with that approach. At least it would be good if easy but annoying bugs could just disappear.
Thanks. BTW, what is the best forum to post non-critical errors such as comments for file names not including updated filenames when renaming? Doesn’t crash anything but just input for quality of JUCE Projucer.