mausch / QuartzNetWebConsole

Embeddable Quartz.Net web console
Other
160 stars 62 forks source link

Updated ILMerge step in VS project build process #16

Closed dirkdevriendt closed 11 years ago

dirkdevriendt commented 12 years ago

For some reason, the DirRemove and DirMake for the Build directory did not work well on my system, causing subsequent builds to fail. Feel free to disregard.

mausch commented 12 years ago

What's the error you get? How do you build (msbuild or visual studio)?

dirkdevriendt commented 12 years ago

In Visual Studio 2010 I got an error that the build of the SampleApp could not be completed because ..\QuartzNetWebConsole\Build\QuartzNetWebConsole.dll was not available.

This came from a (swallowed?) error that part of the path ..\QuartzNetWebConsole\Build\QuartzNetWebConsole.dll could not be found during the ILMerge process of the QuartzNetWebConsole project (because the Build folder wasn't there)

mausch commented 12 years ago

I can't get it to fail. I tried on two machines and it works... maybe there's something else going on? Any ideas? Can you post here the complete msbuild output?