In response to Iain's and Tibor's issues in compiling 1.0.4 in .NET 2 (which I've just downloaded and wouldn't compile, so i assumed the issues were not addressed yet):
----------
-The command "copy--------
{path-to-files}\Alchemi-1.0.4-src-dot-net-2.0\src\Alchemi.Tester\App.config
{path-to-files}\Alchemi-1.0.4-src-dot-net-2.0\src\Alchemi.Tester\bin\Debug\A
lchemi.Tester.dll.config " exited with code 1.
I created a work around to make it compile by just removing it from the
bost-build event command line in Alchemi.Tester properties
Instead of removing the post-build event command line, surround each argument with double quotes. i.e. copy "$(ProjectDir)App.config" "$(ProjectDir)$(OutDir)Alchemi.Tester.dll.config"
It's the spaces in the directory names that cause the problems.
Also, I found a reference to log4net to be missing on the CrossPlatformManager.
Anastis
_______________________________________________ Alchemi-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/alchemi-developers
