Cameron, Gemma (UK) schrieb: > Hi all, > > I've written a simple build script which has a target to build a list of > projects using the solution task like so: > > [...] > Then if I try the above with project1 only i.e. > > <solution configuration="${configuration}" verbose="true" > outputdir="${build.basedir}/bin" > > <projects> > <include name="$build.basedir}/project1.vcproj" > /> > "$build.basedir}/project1.vcproj" ^^ Is just a typo in the email? Otherwise, there's a bug ;)
> Can anyone help? An explanation and solution would be very much > appreciated!!!!!!! > > I haven't used the 'solution' task yet, but your first attempt seems to fail because it tries to load the .vcproj as an msbuild project (.vcproj format has not been upgraded to msbuild yet. Hopefully it will be in VC++ 2008). Things to check: - Can you open the .vcproj files in Visual C++ 2005 without trouble? - Do they build ok when you invoke vcbuild.exe from the command line? > Thanks in advance, > > Regards, > Gemma Cameron > -Markus- ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users