Bugs item #1000658, was opened at 2004-07-30 14:56
Message generated for change (Settings changed) made by molyakov
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1000658&group_id=31650

Category: Tasks
Group: 0.8.4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Valeriy Molyakov (molyakov)
Assigned to: Nobody/Anonymous (nobody)
>Summary: csc task is failure if path contains symbol #

Initial Comment:
Csc task is failured when my progect base path contains 
sybol #.

Path: D:\Dev\.NET\C#\Tutorials\StateMachineBuild file (xmlfsm.build):

<?xml version="1.0"?>
<project name="XML State Machine" default="build" 
basedir=".">  

    <target name="build" description="compiles the 
source code">
        <csc target="exe" output="xmlfsm.exe" 
debug="true" doc="XMLStateMachine.xml">
            <sources>
                <includes name="XMLStateMachine.cs"/>
                <includes name="VendingMachine.cs"/>
            </sources>
            <references>
                <includes name="System.Diagnostics.dll"/>
                <includes name="System.Xml.dll"/>
            </references>
        </csc>
    </target>

</project>

Errors:

D:\Dev\.NET\C#\Tutorials\StateMachine>nant
NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 
2003/12/26)
Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net

Buildfile: 
file:///D:/Dev/.NET/C#/Tutorials/StateMachine/xmlfsm.bu
ild
Target(s) specified: build

build:

      [csc] Compiling 0 files to D:\Dev\.NET\xmlfsm.exe.
            fatal error CS2008: No inputs specified

BUILD FAILED

D:\Dev\.NET\C(5,10):
External Program Failed: 
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
\csc.exe (r
eturn code was 1)

Total time: 0.1 seconds.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1000658&group_id=31650


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to