Bugs item #1550909, was opened at 2006-09-02 16:20
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1550909&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: HWANG YUNSONG (hys545)
Assigned to: Nobody/Anonymous (nobody)
Summary: nant-cvs-2006-9-2 compile error(with mono-svn-64755)

Initial Comment:
[EMAIL PROTECTED] nant]$ make
mkdir -p bootstrap
cp -R lib/ bootstrap/lib
# Mono loads log4net before privatebinpath is set-up,
so we need this in the same directory
# as NAnt.exe
cp lib/log4net.dll bootstrap
cp src/NAnt.Console/App.config bootstrap/NAnt.exe.config
resgen  src/NAnt.DotNet/Resources/Strings.resx
bootstrap/NAnt.DotNet.Resources.Strings.resources
Read in 74 resources from
'src/NAnt.DotNet/Resources/Strings.resx'
Writing resource file...  Done.
mcs -target:library -warn:0 -define:MONO
-out:bootstrap/NAnt.DotNetTasks.dll \
-r:./bootstrap/NAnt.Core.dll
-r:bootstrap/lib/mono/1.0/NDoc.Core.dll \
-recurse:src/NAnt.DotNet/*.cs
-resource:bootstrap/NAnt.DotNet.Resources.Strings.resources
\
        src/CommonAssemblyInfo.cs
src/NAnt.DotNet/Tasks/CompilerBase.cs(1218,9): error
CS1002: Expecting `;'
Compilation failed: 1 error(s), 0 warnings


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

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

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to