From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Anastis S
Sent: Friday, June 09, 2006 11:21
AM
To:
[email protected]
Subject: [Alchemi-developers]
1.0.4 compilation issues
I've just joined the mailing list, so I don't know whether you have
already addressed this issues.
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