I just started using the nightly build for VS2005 support.  I have a
problem compiling though.  When my solution includes solution items,
nant says something like "Cannot determine if Solution Items is an
enterprise template project" and that it cannot find the path, "Solution
Items."  I removed the solution items from my solution and everything
went ok until I added some post-build events to my project.  My post
build event looks like this, "copy /Y $(TargetPath) $(SolutionDir)\bin"
I get an error saying something like, "MSB3073: The command copy /y
d:\code\myproject\src\xerox.myproject\bin\Debug\xerox.myproject.dll
*undefined*\bin exited with code 1"

I'm not sure why *undefined* is there.  My post-build event succeeds if
I compile from Visual Studio or using devenv on the command line.  

Does anyone know if these are known bugs?

thanx =)

<adrian /> 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to