Click here to Skip to main content
15,915,833 members
Home / Discussions / Web Development
   

Web Development

 
Questionfree lancing Pin
Kartik Rathi11-Oct-07 1:20
Kartik Rathi11-Oct-07 1:20 
AnswerRe: free lancing Pin
Vasudevan Deepak Kumar12-Oct-07 2:44
Vasudevan Deepak Kumar12-Oct-07 2:44 
QuestionIE7 and Firefox appearance conflict Pin
Dave2560011-Oct-07 0:10
Dave2560011-Oct-07 0:10 
AnswerRe: IE7 and Firefox appearance conflict Pin
Guffa13-Oct-07 0:50
Guffa13-Oct-07 0:50 
Questionhow to build asp. net c# application using nant builder Pin
balpanbh10-Oct-07 22:44
balpanbh10-Oct-07 22:44 
AnswerRe: how to build asp. net c# application using nant builder Pin
Scott Dorman11-Oct-07 4:38
professionalScott Dorman11-Oct-07 4:38 
Questionwhile printing the web page , first line of every new page getting missed Pin
AVN.Raju10-Oct-07 2:45
AVN.Raju10-Oct-07 2:45 
Questionhow to build ASP .NET application using nant 0.85 [modified] Pin
balpanbh9-Oct-07 19:14
balpanbh9-Oct-07 19:14 
this is my code:
<project name="abcd" default="rebuild"
="" xmlns="http://nant.sf.net/schemas/nant-0.85.win32.net-1.0.xsd">

<target name="build.solution">


<property name="BuildDir" value="C:\Documents and Settings\kulkaram\My Documents\Visual Studio 2005\Projects\abcd">

<property name="cmddir" value="abcd.build">

<property name="target" value="C:\tk1" overwrite="false">



<property name="SolutionFileName" value="abcd.sln">


<property name="BuildNumberPath"
="" value="C:\Program Files\nant-0.85\bin\build.number.xml">



<property name="dotnet"
="" value="c:/windows/Microsoft.NET/Framework/v2.0.50727" overwrite="false">



<property name="MSBuildPath"
="" value="C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\MSBuild.exe">


<property name="WebDeploymentExePath"
="" value="C:\Program Files\MSBuild\Microsoft\WebDeployment\v8.0">



<property name="WebProjectFolderName" value="E:\bhupi\aaa">



<property name="FinalDeployDllName" value="bhupi">



<property name="newReleaseLabel" value="abcd">

<property name="build.version.major" value="C:\Program Files\nant-0.85\bin\genVer.xsl">

<property name="build.version.minor" value="C:\Program Files\nant-0.85\bin\genVer.xsl">


<property name="build.version.build" value="C:\Program Files\nant-0.85\bin\NAnt">

<property name="build.version.revision" value="C:\Program Files\nant-0.85\bin\IncrBuild.xsl">



<exec program="${MSBuildPath}"><arg value="${BuildDir}\${SolutionFileName}">


<exec program="${dotnet}/aspnet_compiler.exe"
="" commandline=" -v /abcd.sln -p E:\slnabcd c:\tk1">

<exec program="${WebDeploymentExePath}\aspnet_merge.exe"
="" commandline=" -o ${FinalDeployDllName} ${target} -xmldocs">




<target name="build" description="Build all targets.">
<call target="build.solution">


<target name="clean" description="Delete all previously compiled binaries.">
<delete>
<fileset>
<include name="**/bin/**">
<include name="**/obj/**">
<include name="**/*.suo">
<include name="**/*.user">





<target name="rebuild" depends="clean, build">





on compiling it from nant i got an warning:
Cannot find any assemblies that can be merged in the application bin folder.

i think this code is having some problem:
<exec program="${dotnet}/aspnet_compiler.exe"
="" commandline=" -v /abcd.sln -p E:\slnabcd c:\tk1">



but when i m compiling the asp .net solution from VS 2005 it compiles fine and creates the dll at the target location...

how to create dll at the target specified and merge the dlls using NAnt?



-- modified at 1:19 Wednesday 10th October, 2007

aaa

AnswerRe: how to build ASP .NET application using nant 0.85 Pin
Scott Dorman11-Oct-07 4:43
professionalScott Dorman11-Oct-07 4:43 
QuestionJavascript for Percentage Calculation Pin
codingrocks9-Oct-07 18:06
codingrocks9-Oct-07 18:06 
AnswerRe: Javascript for Percentage Calculation Pin
Christian Graus9-Oct-07 18:34
protectorChristian Graus9-Oct-07 18:34 
GeneralRe: Javascript for Percentage Calculation Pin
codingrocks9-Oct-07 18:46
codingrocks9-Oct-07 18:46 
GeneralRe: Javascript for Percentage Calculation Pin
Christian Graus9-Oct-07 19:05
protectorChristian Graus9-Oct-07 19:05 
QuestionReceipts Pin
twsted f89-Oct-07 4:59
twsted f89-Oct-07 4:59 
AnswerRe: Receipts Pin
pmarfleet9-Oct-07 8:38
pmarfleet9-Oct-07 8:38 
QuestionTo create a dynamic usercontrol-grid view in client -side Pin
Josh Sugathan9-Oct-07 1:09
Josh Sugathan9-Oct-07 1:09 
AnswerRe: To create a dynamic usercontrol-grid view in client -side Pin
Christian Graus9-Oct-07 19:26
protectorChristian Graus9-Oct-07 19:26 
QuestionView sourse disabled !!! Pin
devboycpp9-Oct-07 1:02
devboycpp9-Oct-07 1:02 
AnswerRe: View sourse disabled !!! Pin
Vasudevan Deepak Kumar9-Oct-07 5:13
Vasudevan Deepak Kumar9-Oct-07 5:13 
AnswerRe: View sourse disabled !!! Pin
Michael Sync9-Oct-07 20:29
Michael Sync9-Oct-07 20:29 
GeneralRe: View sourse disabled !!! Pin
devboycpp18-Oct-07 6:08
devboycpp18-Oct-07 6:08 
GeneralRe: View sourse disabled !!! Pin
Michael Sync18-Oct-07 6:40
Michael Sync18-Oct-07 6:40 
AnswerRe: View sourse disabled !!! Pin
vanhawk9-Oct-07 21:13
vanhawk9-Oct-07 21:13 
GeneralRe: View sourse disabled !!! Pin
Vasudevan Deepak Kumar10-Oct-07 3:03
Vasudevan Deepak Kumar10-Oct-07 3:03 
QuestionFunction Implementation in javaScript Pin
Niraj018-Oct-07 20:43
Niraj018-Oct-07 20:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.