Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...NANT Build FileNANT Build File
Previous
 
Next
New Post
3/31/2011 10:55 AM
 
Hi
The following is how my NANT Build File looks like:
<?xml version="1.0"?>
    <project name="nant" default="build" basedir=".">
         <description>nant build files.</description>
        <property name="debug" value="true" overwrite="false" />
        <target name="clean" description="remove all generated files">
            <delete file="nant.exe" fail ="false" />
            <delete file="nant.pdb" fail ="false" />
        </target>
        <target name="build" description="compiles the source code">
            <csc target="exe" output="nant.exe" debug="${debug}">
                <sources>
                    <include name="nant.cs" />
                </sources>
     </csc>
        </target>
    </project>

Everytime I try to run it, I get the following error message:

build:

[csc] Compiling 0 files to 'C:\websites\dnn492_9\nant.exe'.

[csc] fatal error CS2008: No inputs specified

BUILD FAILED

C:\websites\dnn492_9\nant.build(10,14):

External Program Failed: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc.exe (return code was 1)

I need a feed back about my build file please.

Thanks so much for your support.

 
New Post
4/5/2011 3:32 AM
 
duplicate from here: http://www.codeproject.com/Questions/176748/NANT0-90-Build-File-csc-fatal-error-CS2008-No-inpu.aspx

Erik van Ballegoij, Former DNN Corp. Employee and DNN Expert

DNN Blog | Twitter: @erikvb | LinkedIn: Erik van Ballegoij on LinkedIn

 
New Post
4/5/2011 9:27 AM
 
Hi Erik,
I posted the same question in on different websites as I need immediate help if possible. I'm is it against DotNetNuke to post the same question that is posted on a different website?

Thanks so much for your support
 
New Post
4/5/2011 10:20 AM
 
Alex, its fine to post on multiple sites, i just added the link for anyone else wanting to answer your question, in order to provide context

Erik van Ballegoij, Former DNN Corp. Employee and DNN Expert

DNN Blog | Twitter: @erikvb | LinkedIn: Erik van Ballegoij on LinkedIn

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...NANT Build FileNANT Build File


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out