Hi did you set a path for iis, eg c:\inetpub\wwwroot\somepath?
if so, check in that folder for the new files with kind regards Ruben Willems On Mon, Mar 16, 2009 at 9:47 AM, Hem <[email protected]> wrote: > > Hi , > > From last one month Am using ccnet to build the projects but first > time am facing below problem . > If i run the ccnet its showing status as success but in > PrecompiledWebFolder am getting below files only. > For all other projects its working fine . > > 1.PrecompiledApp.config file. > 2. bin folder with no dlls. > > My ccnet.config file task: > -------------------------------- > <msbuild> > > <executable>C:\WINDOWS\Microsoft.NET\Framework > \v2.0.50727\MSBuild.exe</executable> > <workingDirectory>C:\Main</workingDirectory> > <projectFile>Main.sln</projectFile> > <timeout>900</timeout> > </msbuild> > > I tried with Nant their also same problem.. > > Error: > ----------------------------------------------------------- > > <?xml version="1.0" encoding="utf-8" standalone="yes"?> > <msbuild startTime="03/16/2009 12:01:16" elapsedTime="00:00:02" > success="true"> > <project file="C:\Main.sln" success="true"> > <target name="ValidateSolutionConfiguration" success="true"> > <message level="normal"><![CDATA[Building solution configuration > "Debug|Mixed Platforms".]]></message> > </target> > <target name="Build" success="true"> > <target name="Main_CoreLibrary" success="true"> > <project file="C:\Main\Main.CoreLibrary > \Main.CoreLibrary.vbproj" success="true"> > <target name="CoreResGen" success="true"> > <message level="normal"><![CDATA[No resources are out of > date with respect to their source files. Skipping resource > generation.]]></message> > </target> > <target name="CoreCompile" success="true"> > <message level="normal"><![CDATA[Skipping target > "CoreCompile" because all output files are up-to-date with respect to > the input files.]]></message> > </target> > <target name="CopyFilesToOutputDirectory" success="true"> > <message level="high"><![CDATA[PIER.CoreLibrary -> C:\Main > \Main.CoreLibrary\bin\Debug\Main.CoreLibrary.dll]]></message> > </target> > </project> > </target> > <target name="D:\Main\MainWeb\" success="true"> > <message level="normal"><![CDATA[Copying file from "C:\Main > \Main.CoreLibrary\bin\Debug\Main.CoreLibrary.dll" to "D:\Main\Source > \Main\MainWeb\\Bin\Main.CoreLibrary.dll".]]></message> > <message level="normal"><![CDATA[Copying file from "C:\Main > \Main.CoreLibrary\bin\Debug\Main.CoreLibrary.pdb" to "D:\Main\Source > \Main\MainWeb\\Bin\Main.CoreLibrary.pdb".]]></message> > <message level="normal"><![CDATA[Copying file from "C:\Main > \Main.CoreLibrary\bin\Debug\Main.CoreLibrary.xml" to "D:\Main\Source > \Main\MainWeb\\Bin\Main.CoreLibrary.xml".]]></message> > <custom level="normal" /> > <message level="high"><![CDATA[c:\WINDOWS\Microsoft.NET > \Framework\v2.0.50727\aspnet_compiler.exe -v /MainWeb -p D:\Main\Source > \Main\MainWeb\ -u -f -d PrecompiledWeb\PIERWeb\ ]]></message> > <custom level="normal" /> > </target> > </target> > </project> > </msbuild> > > > ------------------------------- > > where am doing wrong may be i need to change any project configuration > settings??? > Please give me your valuable suggestions... > > Thanks .
