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 StartedNew to DNN Plat...New to DNN Plat...Re: DotNetNuke_Community_04.09.02_Source InstallationRe: DotNetNuke_Community_04.09.02_Source Installation
Previous
 
Next
New Post
4/4/2011 9:50 AM
 
I have been enjoying the highly useful services and friendly user-interface that DotNetDuke provides and I'm more that happy to advise my friends to try it out. I had another post regarding an issue I have been stuck working on.
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 in Visual Studio 2008, 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)

Please, I need a feed back about my build file and any related mistakes that might caused this error meassage to pop up.

Your time and support is highly appreciated.

 
New Post
4/6/2011 1:03 AM
 
Alex,

Please don't post a new thread if you are just clarifying a previous post, this is not very useful. I was "this" close to deleting this question as being duplicate....

The reason your question is not answered is probably that there are not a lot of people using nant these days. Can you explain WHY are you are using nant at all, what are you trying to accomplish? You should not need nant to either install DNN, or to develop modules. In fact, most developers use MSBuild, which is a built in feature of Visual Studio

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

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

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...Re: DotNetNuke_Community_04.09.02_Source InstallationRe: DotNetNuke_Community_04.09.02_Source Installation


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