Re: [nant-dev] Bug Report

2005-12-05 Thread Brass Tilde
Bug Report> My last NAnt failure asked to send a bug report to this 
address.  The
error happened when compiling a VB6 object with the vb6 task.  Let me 
know

if more details are needed.  The following is the stack trace:



INTERNAL ERROR
System.FormatException: Input string was not in a correct format.


I recently received a similar error when trying to compile a VB6 
application.  I corrected the problem by opening up the project file in 
the VB6 IDE and compiling it there.


In my instance, my best guess was that it was either a version number or 
some other number associated with one of the references (in my case, 
Word 8.0).  Once I'd opened up the project, compiled it from within the 
IDE, and saved the project file, I was able to build using NAnt again.





---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] Bug Report

2005-12-05 Thread Gert Driesen
Brian,

Can you send me a small repro for this issue ?

Thanks !

Gert
>-Original Message-
>From: Rassier, Brian [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, November 29, 2005 10:53 PM
>To: nant-developers@lists.sourceforge.net
>Subject: [nant-dev] Bug Report
>
>My last NAnt failure asked to send a bug report to this address.  The
>error happened when compiling a VB6 object with the vb6 task.  Let me
>know if more details are needed.  The following is the stack trace:
>
>INTERNAL ERROR
>
>System.FormatException: Input string was not in a correct format.
>   at System.Number.ParseDouble(String s, NumberStyles style,
>NumberFormatInfo info)
>   at System.Double.Parse(String s, NumberStyles style, IFormatProvider
>provider)
>   at NAnt.Contrib.Tasks.Vb6Task.VB6GetTypeLibFile(Guid guid, UInt16
>major, UInt16 minor16, UInt32 lcid)
>   at NAnt.Contrib.Tasks.Vb6Task.ParseProjectFile(String projectFile,
>FileSet sources, FileSet references)
>   at NAnt.Contrib.Tasks.Vb6Task.ProjectNeedsCompiling(String
>projectFile)
>   at NAnt.Contrib.Tasks.Vb6Task.NeedsCompiling()
>   at NAnt.Contrib.Tasks.Vb6Task.ExecuteTask()
>   at NAnt.Core.Task.Execute()
>   at NAnt.Core.Target.Execute()
>   at NAnt.Core.Project.Execute(String targetName, Boolean
>forceDependencies)
>   at NAnt.Core.Project.Execute()
>   at NAnt.Core.Project.Run()
>
>--
>NOTICE: The information contained in this electronic mail message is 
>confidential and intended only for certain recipients.  If you are not an 
>intended recipient, you are hereby notified that any disclosure, reproduction, 
>distribution or other use of this communication and any attachments is 
>strictly prohibited.  If you have received this communication in error, please 
>notify the sender by reply transmission and delete the message without copying 
>or disclosing it.
>==
>




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Bug Report

2005-12-05 Thread Rassier, Brian
Title: Bug Report






My last NAnt failure asked to send a bug report to this address.  The error happened when compiling a VB6 object with the vb6 task.  Let me know if more details are needed.  The following is the stack trace:

INTERNAL ERROR


System.FormatException: Input string was not in a correct format.

   at System.Number.ParseDouble(String s, NumberStyles style, NumberFormatInfo info)

   at System.Double.Parse(String s, NumberStyles style, IFormatProvider provider)

   at NAnt.Contrib.Tasks.Vb6Task.VB6GetTypeLibFile(Guid guid, UInt16 major, UInt16 minor16, UInt32 lcid)

   at NAnt.Contrib.Tasks.Vb6Task.ParseProjectFile(String projectFile, FileSet sources, FileSet references)

   at NAnt.Contrib.Tasks.Vb6Task.ProjectNeedsCompiling(String projectFile)

   at NAnt.Contrib.Tasks.Vb6Task.NeedsCompiling()

   at NAnt.Contrib.Tasks.Vb6Task.ExecuteTask()

   at NAnt.Core.Task.Execute()

   at NAnt.Core.Target.Execute()

   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)

   at NAnt.Core.Project.Execute()

   at NAnt.Core.Project.Run()




--
NOTICE: The information contained in this electronic mail message is confidential and intended only for certain recipients.  If you are not an intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication and any attachments is strictly prohibited.  If you have received this communication in error, please notify the sender by reply transmission and delete the message without copying or disclosing it.
==


Re: [nant-dev] BUG Report

2005-11-15 Thread Gert Driesen
Aditya,

Please upgrade to a recent nightly build of NAnt
(http://nant.sourceforge.net/nightly/latest). Loads of issues with the
 task were fixed after NAnt 0.84.

Thanks !

Gert
- Original Message - 
From: "Aditya Patil" <[EMAIL PROTECTED]>
To: 
Sent: Monday, October 31, 2005 9:23 PM
Subject: [nant-dev] BUG Report


Hi!

I am trying to build a web-based project and I am getting this particular
error.
 build-debug:

 [solution] Starting solution build.

[solution] Only C#, VB.NET <http://VB.NET> and C++ projects are
supported. Skipping
project 'flowViewPort

lSetup\flowViewPortalSetup.vdproj'.

[solution] Loading projects...

[solution] Loading project '
http://localhost/flowviewportal/FlowViewPortal.csproj'.

 onFailure:

 [echo] Error(s) occured in FlowViewPortal.csproj.

 BUILD FAILED

 INTERNAL ERROR

System.NullReferenceException: Object reference not set to an instance of an
object.

at NAnt.VSNet.Project.Load(Solution sln, String projectPath) in
c:\development\vssroot\development\framework1019

\resources\build\nant\nant-0.84\src\nant.vsnet\project.cs:line 221

at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask slnTask,
TempFileCollection tfc, String outp

utDir, String path) in
c:\development\vssroot\development\framework1019\resources\build\nant\nant-
0.84\src\nant.vsn

et\projectfactory.cs:line 70

at NAnt.VSNet.Solution.LoadProjects() in
c:\development\vssroot\development\framework1019\resources\build\nant\n

ant-0.84\src\nant.vsnet\solution.cs:line 407

at NAnt.VSNet.Solution..ctor(String solutionFileName, ArrayList
additionalProjects, ArrayList referenceProjects,

TempFileCollection tfc, SolutionTask solutionTask, WebMapCollection
webMappings, FileSet excludesProjects, String

outputDir) in
c:\development\vssroot\development\framework1019\resources\build\nant\nant-
0.84\src\nant.vsnet\soluti

on.cs:line 114

at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask() in
C:\Development\VSSROOT\Development\FRAMEWORK1019\Resources\Bui

ld\NAnt\nant-0.84\src\NAnt.VSNet\Tasks\SolutionTask.cs:line 317

at NAnt.Core.Task.Execute()

at NAnt.Core.Target.Execute()

at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)

at NAnt.Core.Tasks.CallTask.ExecuteTask()

at NAnt.Core.Task.Execute()

at NAnt.Core.Target.Execute()

at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)

at NAnt.Core.Project.Execute()

at NAnt.Core.Project.Run()

 Please send bug report to [EMAIL PROTECTED]


---
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Bug Report

2005-11-15 Thread Aditya Patil








 

    INTERNAL ERROR

 

   
System.IO.FileLoadException: Assembly ads.business.content.dll already loaded w

ithout additional security evidence.

File name: "ads.business.content.dll"

 

Server stack trace:

   at System.Reflection.Assembly.nLoad(AssemblyName
fileName, String codeBase, Boolean isStringized, Evidence assem

blySecurity, Boolean throwOnFileNotFound, Assembly
locationHint, StackCrawlMark& stackMark)

   at System.Reflection.Assembly.InternalLoad(AssemblyName
assemblyRef, Boolean stringized, Evidence assemblySecuri

ty, StackCrawlMark& stackMark)

   at System.Reflection.Assembly.LoadFrom(String
assemblyFile, Evidence securityEvidence, Byte[] hashValue, Assembl

yHashAlgorithm hashAlgorithm)

   at System.Reflection.Assembly.LoadFrom(String
assemblyFile, Evidence securityEvidence)

   at
NAnt.DotNet.Tasks.LicenseGatherer.CreateLicenseFile(LicenseTask licenseTask,
String licenseFile) in C:\Develo

pment\VSSROOT\Development\FRAMEWORK\Resources\Build\NAnt\nant-0.84\src\NAnt.DotNet\Tasks\LicenseTask.cs:line
245

   at
System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(MethodBase
mb, Object[] args, Object

 server, Int32 methodPtr, Boolean fExecuteInContext,
Object[]& outArgs)

   at
System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage
msg, Int32 methodPtr, Boolean

fExecuteInContext)

 

Exception rethrown at [0]:

   at
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg,
IMessage retMsg)

   at
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
msgData, Int32 type)

   at
NAnt.DotNet.Tasks.LicenseGatherer.CreateLicenseFile(LicenseTask licenseTask,
String licenseFile) in C:\Develo

pment\VSSROOT\Development\FRAMEWORK\Resources\Build\NAnt\nant-0.84\src\NAnt.DotNet\Tasks\LicenseTask.cs:line
204

   at NAnt.DotNet.Tasks.LicenseTask.ExecuteTask() in
C:\Development\VSSROOT\Development\FRAMEWORK\Resources\Build\N

Ant\nant-0.84\src\NAnt.DotNet\Tasks\LicenseTask.cs:line 185

   at NAnt.Core.Task.Execute() in
C:\Development\VSSROOT\Development\FRAMEWORK\Resources\Build\NAnt\nant-0.84\src\N

Ant.Core\Task.cs:line 151

   at NAnt.VSNet.Resource.CompileLicx() in
C:\Development\VSSROOT\Development\FRAMEWORK\Resources\Build\NAnt\nant-0

.84\src\NAnt.VSNet\Resource.cs:line 166

   at NAnt.VSNet.Resource.Compile(ConfigurationSettings
configurationSettings, Boolean showCommands) in C:\Developm

ent\VSSROOT\Development\FRAMEWORK\Resources\Build\NAnt\nant-0.84\src\NAnt.VSNet\Resource.cs:line
75

   at NAnt.VSNet.Project.Compile(String configuration,
ArrayList alCSCArguments, String strLogFile, Boolean bVerbos

e, Boolean bShowCommands) in
C:\Development\VSSROOT\Development\FRAMEWORK\Resources\Build\NAnt\nant-0.84\src\NAnt.V

SNet\Project.cs:line 355

   at NAnt.VSNet.Solution.Compile(String configuration,
ArrayList compilerArguments, String logFile, Boolean verbos

e, Boolean showCommands) in
C:\Development\VSSROOT\Development\FRAMEWORK\Resources\Build\NAnt\nant-0.84\src\NAnt.VS

Net\Solution.cs:line 271

   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask() in
C:\Development\VSSROOT\Development\FRAMEWORK\Resources\Build\N

Ant\nant-0.84\src\NAnt.VSNet\Tasks\SolutionTask.cs:line 321

   at NAnt.Core.Task.Execute() in C:\Development\VSSROOT\Development\FRAMEWORK\Resources\Build\NAnt\nant-0.84\src\N

Ant.Core\Task.cs:line 151

   at NAnt.Core.Target.Execute() in
C:\Development\VSSROOT\Development\FRAMEWORK\Resources\Build\NAnt\nant-0.84\src

\NAnt.Core\Target.cs:line 217

   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies) in C:\Development\VSSROOT\Development

\FRAMEWORK\Resources\Build\NAnt\nant-0.84\src\NAnt.Core\Project.cs:line
772

   at NAnt.Core.Project.Execute(String targetName) in
C:\Development\VSSROOT\Development\FRAMEWORK\Resources\Build\

NAnt\nant-0.84\src\NAnt.Core\Project.cs:line 747

   at NAnt.Core.Tasks.CallTask.ExecuteTask() in
C:\Development\VSSROOT\Development\FRAMEWORK\Resources\Build\NAnt\n

ant-0.84\src\NAnt.Core\Tasks\CallTask.cs:line 110

   at NAnt.Core.Task.Execute() in
C:\Development\VSSROOT\Development\FRAMEWORK\Resources\Build\NAnt\nant-0.84\src\N

Ant.Core\Task.cs:line 151

   at NAnt.Core.Target.Execute() in
C:\Development\VSSROOT\Development\FRAMEWORK\Resources\Build\NAnt\nant-0.84\src

\NAnt.Core\Target.cs:line 217

   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies) in C:\Development\VSSROOT\Development

\FRAMEWORK\Resources\Build\NAnt\nant-0.84\src\NAnt.Core\Project.cs:line
772

   at NAnt.Core.Project.Execute() in
C:\Development\VSSROOT\Development\FRAMEWORK\Resources\Build\NAnt\nant-0.84\sr

c\NAnt.Core\Project.cs:line 734

   at NAnt.Core.Project.Run() in
C:\Development\VSSROOT\Development\FRAMEWORK\Resources\Build\NAnt\nant-0.84\src\NA

nt.Core\Project.cs:line 797

 

    Please send bug report
to [EMAIL PROTECTED]








[nant-dev] BUG Report

2005-11-15 Thread Aditya Patil
Hi!
I am trying to build a web-based project and I am getting this particular error.
 
build-debug:
 
[solution] Starting solution build.
[solution] Only C#, VB.NET and C++ projects are supported.  
Skipping project 'flowViewPort
lSetup\flowViewPortalSetup.vdproj'.
[solution] Loading projects...
[solution] Loading project 'http://localhost/flowviewportal/FlowViewPortal.csproj
'.
 
onFailure:
 
[echo] Error(s) occured in FlowViewPortal.csproj.
 
BUILD FAILED
 
INTERNAL ERROR
System.NullReferenceException: Object reference not set to an instance of an object.
   at NAnt.VSNet.Project.Load(Solution sln, String projectPath) in c:\development\vssroot\development\framework1019

\resources\build\nant\nant-0.84\src\nant.vsnet\project.cs:line 221
   at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask slnTask, TempFileCollection tfc, String outp

utDir, String path) in c:\development\vssroot\development\framework1019\resources\build\nant\nant-0.84\src\nant.vsn

et\projectfactory.cs:line 70
   at NAnt.VSNet.Solution.LoadProjects() in c:\development\vssroot\development\framework1019\resources\build\nant\n

ant-0.84\src\nant.vsnet\solution.cs:line 407
   at NAnt.VSNet.Solution..ctor(String solutionFileName, ArrayList additionalProjects, ArrayList referenceProjects,

 TempFileCollection tfc, SolutionTask solutionTask, WebMapCollection webMappings, FileSet excludesProjects, String

outputDir) in c:\development\vssroot\development\framework1019\resources\build\nant\nant-0.84\src\nant.vsnet\soluti

on.cs:line 114
   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask() in C:\Development\VSSROOT\Development\FRAMEWORK1019\Resources\Bui

ld\NAnt\nant-0.84\src\NAnt.VSNet\Tasks\SolutionTask.cs:line 317
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)

   at NAnt.Core.Tasks.CallTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)

   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()
 
Please send bug report to nant-developers@lists.sourceforge.net
.


RE: [nant-dev] Bug report - Authorization failed Exception

2005-10-03 Thread Bevan Arps
Hi Adrian.

> When I attempt to perform a build operation on my 
> folder I get this error. In response to the request 
> in the error, I am sending this to you. 

Well, you've provided next to no information that we here on the list
can use to diagnose your problem, so it's kinda difficult to help.

However, based only on reading the stack trace you posted:

> at NSvn.Core.Client.Status(Int32& youngest, String path, Revision
revision, StatusCallback statusCallback, Boolean descend, Boolean
getAll, Boolean update, Boolean noIgnore)

> at NAnt.Svn.Tasks.RemoveUnversioned.ExecuteTask()

> at NAnt.Core.Task.Execute()

> at NAnt.Core.Target.Execute()

It seems to me that something is going wrong with one of your subversion
tasks - specifically that the action that is being performed is not
authorised.

Try doing the same operation by hand from the commandline to see if svn
gives you better diagnostics when not wrapped by NAnt.

My pic is either you don't have permissions for some parts of your own
repository, or you don't have write/delete permission to one of the
working folders.

Hope this helps,
Bevan.


**
"This message (and any files transmitted with it) are confidential and 
may be legally privileged. If you are not the intended recipient please
notify the sender immediately and delete this message from your system.

This message does not necessarily reflect the views of the
Reserve Bank of New Zealand. If the recipient has any concerns
about the content of this message they should seek alternative
confirmation from the Reserve Bank of New Zealand."
**





---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] Bug report

2005-10-02 Thread Gert Driesen
Bertrand,

This should be fixed in cvs.

Can you try using a recent nightly build :

http://nant.sourceforge.net/nightly/latest

Gert

>-Original Message-
>From: Bertrand LEGA [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, September 21, 2005 09:21 AM
>To: nant-developers@lists.sourceforge.net
>Subject: [nant-dev] Bug report
>
>This message contains information that may be privileged or confidential and 
>is the property of the Capgemini Group. It is intended only for the person to 
>whom it is addressed. If you are not the intended recipient,  you are not 
>authorized to read, print, retain, copy, disseminate,  distribute, or use this 
>message or any part thereof. If you receive this  message in error, please 
>notify the sender immediately and delete all  copies of this message.
>




---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Bug report - Authorization failed Exception

2005-10-02 Thread Adrian Dams
Title: Bug report - Authorization failed Exception






Please help me out with this. I have performed subversion and tortoise cleanup commands and I have completely removed my nant binary folder and restored it from the repository.

When I attempt to perform a build operation on my folder I get this error. In response to the request in the error, I am sending this to you. Please reply if there is any additional information you need to help me out


Regards
Adrian

BUILD FAILED

INTERNAL ERROR

NSvn.Core.AuthorizationFailedException: Authorization failed ---> NSvn.Core.AuthorizationFailedException: Authorization faile

d

   --- End of inner exception stack trace ---

   at NSvn.Core.Client.Status(Int32& youngest, String path, Revision revision, StatusCallback statusCallback, Boolean descend

, Boolean getAll, Boolean update, Boolean noIgnore)

   at NAnt.Svn.Tasks.RemoveUnversioned.ExecuteTask()

   at NAnt.Core.Task.Execute()

   at NAnt.Core.Target.Execute()

   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)

   at NAnt.Core.Project.Execute()

   at NAnt.Core.Project.Run()

Please send bug report to [EMAIL PROTECTED]

Total time: 166.9 seconds.




[nant-dev] Bug report

2005-10-02 Thread Bertrand LEGA






Hello,

I have the following message  : 

NAnt 0.85 (Build
0.85.1932.0; rc3; 16/04/2005)
Copyright (C) 2001-2005 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///D:/Tma/Tma.Dev/sc.build
Target framework: Microsoft .NET Framework 1.1
Target(s) specified: test.scc


init.log:

   [delete] Deleting file D:\Tma\Tma.Dev\measures.txt.

test.scc:


depends:


cvs.init:


cvs.checkout:


operation.begin:

   [tstamp] mercredi 21 septembre 2005 09:05:15.

BUILD FAILED

INTERNAL ERROR

System.IO.FileLoadException: La définition trouvée du manifeste de
l'assembly qu
i porte le nom 'log4net' ne correspond pas à la référence de l'assembly.
Nom du fichier : "log4net"
   at ICSharpCode.SharpCvsLib.FileSystem.Manager..ctor(DirectoryInfo
workingDir)

   at NAnt.SourceControl.Tasks.CvsPass.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies)
   at NAnt.Core.Tasks.CallTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

=== Pre-bind state information ===
LOG: DisplayName = log4net, Version=1.2.9.0, Culture=neutral,
PublicKeyToken=b32
731d11ce58905
 (Fully-specified)
LOG: Appbase = D:\Program files\Nant\0.85-rc3\bin\
LOG: Initial PrivatePath = lib;lib\net\1.1;lib\net
Calling assembly : ICSharpCode.SharpCvsLib, Version=0.36.4902.7334,
Culture=neut
ral, PublicKeyToken=null.
===

LOG: Private path hint found in configuration file: lib.
LOG: Publisher policy file is not found.
LOG: Host configuration file not found.
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v1
.1.4322\config\machine.config.
LOG: Post-policy reference: log4net, Version=1.2.9.0, Culture=neutral,
PublicKey
Token=b32731d11ce58905
LOG: Attempting download of new URL file:///D:/Program
files/Nant/0.85-rc3/bin/l
og4net.DLL.
WRN: Comparing the assembly name resulted in the mismatch: Revision
Number


Please send bug report to nant-developers@lists.sourceforge.net.

Total time: 0.4 seconds.


I use Nant 0.85 rc3. 

It seems that the sharplibcvs libraries require log4net 1.2.9 and Nant
1.2.1. 
So for now, I reverted to Nant rc1.

I attach the nant script. 
In case you're interested...

Cheers,
Keep up the good work !

Bertrand.







description


	
	
	
	
	
	
	

	
	
	
	
	





	


	
	




	
	


	







	
	

	

	








	
	


	
	
	
	







	


	



	


		
	





This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


[nant-dev] bug report

2005-08-17 Thread Rob Park
C:\work\rapidlog\trunk\src>nantNAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005)Copyright (C) 2001-2005 Gerry Shawhttp://nant.sourceforge.net
Buildfile: file:///C:/work/rapidlog/trunk/src/PersonalEdition.buildTarget framework: Microsoft .NET Framework 1.1Target(s) specified: compile

compile:
  [csc] Compiling 1 files to 'C:\work\rapidlog\trunk\src\TestConsole.exe'."  [csc] c:\work\rapidlog\trunk\src\TestConsole\HelloWorldConsole.cs(2,26): error CS0234: The type or namespace name 'Generic' does not exist in the class or
 namespace 'System.Collections' (are you missing an assembly reference?)
BUILD FAILED
INTERNAL ERROR
System.IO.IOException: The process cannot access the file "C:\DOCUME~1\DEVELO~1.THE\LOCALS~1\Temp\tmp75.tmp" because it is being used by another process.   at System.IO.__Error.WinIOError(Int32 errorCode, String str)
   at System.IO.File.Delete(String path)   at NAnt.DotNet.Tasks.CompilerBase.ExecuteTask()   at NAnt.Core.Task.Execute()   at NAnt.Core.Target.Execute()   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
   at NAnt.Core.Project.Execute()   at NAnt.Core.Project.Run()
Please send bug report to nant-developers@lists.sourceforge.net.
Total time: 1.2 seconds.


RE: [nant-dev] bug report

2005-08-06 Thread Gert Driesen
Hi Rick,

This is due to a packaging issue in RC3.

I advise you to use a recent nightly build, until RC4 is available:

http://nant.sourceforge.net/nightly/latest 

Gert

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Rick Gordon
> Sent: dinsdag 2 augustus 2005 19:21
> To: nant-developers@lists.sourceforge.net
> Subject: [nant-dev] bug report
> 
> Well, I pulled down this build, as I'd like to use something 
> like this tool to 
> better automate my build process. I thought that building 
> itself would be a good
> first step, alas it failed to do that, not inspiring confidence.
> 
> Here are the complete results from my build attempt:
> 
> 
> F:\incoming\installers\nant\nant-0.85-rc3-src\nant-0.85-rc3>nm
ake -f Makefile.nm
> ake install prefix="e:\Program Files"
> 
> Microsoft (R) Program Maintenance Utility Version 7.10.3077
> Copyright (C) Microsoft Corporation.  All rights reserved.
> 
>  if not exist bootstrap md bootstrap
>  if not exist bootstrap\lib md bootstrap\lib
>  xcopy lib bootstrap\lib /S /Y /Q
> 36 File(s) copied
>  copy lib\log4net.dll bootstrap
>  1 file(s) copied.
>  copy src\NAnt.Console\App.config bootstrap\NAnt.exe.config
>  1 file(s) copied.
>  csc -target:exe -define:NET -out:bootstrap\NAnt.exe 
> -r:bootstrap\log4net
> .dll -recurse:src\NAnt.Console\*.cs src\CommonAssemblyInfo.cs
> Microsoft (R) Visual C# .NET Compiler version 7.10.6310.4
> for Microsoft (R) .NET Framework version 1.1.4322
> Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.
> 
>  resgen  src\NAnt.Core\Resources\Strings.resx 
> bootstrap\Strings.resources
> 
> Read in 181 resources from 'src\NAnt.Core\Resources\Strings.resx'
> Writing resource file...  Done.
>  csc -target:library -warn:0 -define:NET 
> -out:bootstrap\NAnt.Core.dll -r:
> bootstrap\log4net.dll -r:System.Web.dll 
> -resource:bootstrap\Strings.resources -r
> ecurse:src\NAnt.Core\*.cs src\CommonAssemblyInfo.cs
> Microsoft (R) Visual C# .NET Compiler version 7.10.6310.4
> for Microsoft (R) .NET Framework version 1.1.4322
> Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.
> 
>  csc -target:library -warn:0 -define:NET 
> -out:bootstrap\NAnt.DotNetTasks.
> dll -r:bootstrap\NAnt.Core.dll 
> -r:bootstrap\lib\net\1.0\NDoc.Core.dll -recurse:s
> rc\NAnt.DotNet\*.cs src\CommonAssemblyInfo.cs
> Microsoft (R) Visual C# .NET Compiler version 7.10.6310.4
> for Microsoft (R) .NET Framework version 1.1.4322
> Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.
> 
>  csc -target:library -warn:0 -define:NET 
> -out:bootstrap\NAnt.CompressionT
> asks.dll -r:bootstrap\NAnt.Core.dll  
> -r:bootstrap\lib\ICSharpCode.SharpZipLib.dl
> l -recurse:src\NAnt.Compression\*.cs  src\CommonAssemblyInfo.cs
> Microsoft (R) Visual C# .NET Compiler version 7.10.6310.4
> for Microsoft (R) .NET Framework version 1.1.4322
> Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.
> 
>  csc -target:library -warn:0 -define:NET 
> -out:bootstrap\NAnt.Win32Tasks.d
> ll  -r:bootstrap\NAnt.Core.dll 
> -r:bootstrap\NAnt.DotNetTasks.dll -r:System.Servi
> ceProcess.dll  -r:Microsoft.JScript.dll 
> -recurse:src\NAnt.Win32\*.cs  src\Common
> AssemblyInfo.cs
> Microsoft (R) Visual C# .NET Compiler version 7.10.6310.4
> for Microsoft (R) .NET Framework version 1.1.4322
> Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.
> 
>   bootstrap\NAnt.exe -f:NAnt.build install 
> -D:install.prefix="e:\Program
> Files"
> NAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005)
> Copyright (C) 2001-2005 Gerry Shaw
> http://nant.sourceforge.net
> 
> Buildfile: 
> file:///F:/incoming/installers/nant/nant-0.85-rc3-src/nant-0.85-rc3/N
> Ant.build
> Target framework: Microsoft .NET Framework 1.1
> Target(s) specified: install
> 
> [tstamp] Tuesday, August 02, 2005 10:14:01 AM.
> 
> init:
> 
> 
> debug:
> 
> 
> set-framework-configuration:
> 
> 
> set-net-1.1-framework-configuration:
> 
> 
> build:
> 
>   [echo] Build Directory is 
> F:\incoming\installers\nant\nant-0.85-rc3-src\nan
> t-0.85-rc3/build/net-1.1.win32/nant-0.85-debug
>  [mkdir] Creating directory 
> 'F:\incoming\installers\nant\nant-0.85-rc3-src\na
> nt-0.85-rc3\build\net-1.1.win32\nant-0.85-debug\bin'.
>  [mkdir] Creating directory 
> 'F:\incoming\installers\nant\nant-0.85-rc3-src\na
> nt-0.85-rc3\build\net-1.1.win32\nant-0.85-debug\bin\lib'.
>   [copy] Copying 2 files to 
> 'F:\

[nant-dev] bug report

2005-08-06 Thread Rick Gordon
Well, I pulled down this build, as I'd like to use something like this tool to 
better automate my build process. I thought that building itself would be a good

first step, alas it failed to do that, not inspiring confidence.

Here are the complete results from my build attempt:


F:\incoming\installers\nant\nant-0.85-rc3-src\nant-0.85-rc3>nmake -f Makefile.nm
ake install prefix="e:\Program Files"

Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation.  All rights reserved.

if not exist bootstrap md bootstrap
if not exist bootstrap\lib md bootstrap\lib
xcopy lib bootstrap\lib /S /Y /Q
36 File(s) copied
copy lib\log4net.dll bootstrap
1 file(s) copied.
copy src\NAnt.Console\App.config bootstrap\NAnt.exe.config
1 file(s) copied.
csc -target:exe -define:NET -out:bootstrap\NAnt.exe -r:bootstrap\log4net
.dll -recurse:src\NAnt.Console\*.cs src\CommonAssemblyInfo.cs
Microsoft (R) Visual C# .NET Compiler version 7.10.6310.4
for Microsoft (R) .NET Framework version 1.1.4322
Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.

resgen  src\NAnt.Core\Resources\Strings.resx bootstrap\Strings.resources

Read in 181 resources from 'src\NAnt.Core\Resources\Strings.resx'
Writing resource file...  Done.
csc -target:library -warn:0 -define:NET -out:bootstrap\NAnt.Core.dll -r:
bootstrap\log4net.dll -r:System.Web.dll -resource:bootstrap\Strings.resources -r
ecurse:src\NAnt.Core\*.cs src\CommonAssemblyInfo.cs
Microsoft (R) Visual C# .NET Compiler version 7.10.6310.4
for Microsoft (R) .NET Framework version 1.1.4322
Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.

csc -target:library -warn:0 -define:NET -out:bootstrap\NAnt.DotNetTasks.
dll -r:bootstrap\NAnt.Core.dll -r:bootstrap\lib\net\1.0\NDoc.Core.dll -recurse:s
rc\NAnt.DotNet\*.cs src\CommonAssemblyInfo.cs
Microsoft (R) Visual C# .NET Compiler version 7.10.6310.4
for Microsoft (R) .NET Framework version 1.1.4322
Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.

csc -target:library -warn:0 -define:NET -out:bootstrap\NAnt.CompressionT
asks.dll -r:bootstrap\NAnt.Core.dll  -r:bootstrap\lib\ICSharpCode.SharpZipLib.dl
l -recurse:src\NAnt.Compression\*.cs  src\CommonAssemblyInfo.cs
Microsoft (R) Visual C# .NET Compiler version 7.10.6310.4
for Microsoft (R) .NET Framework version 1.1.4322
Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.

csc -target:library -warn:0 -define:NET -out:bootstrap\NAnt.Win32Tasks.d
ll  -r:bootstrap\NAnt.Core.dll -r:bootstrap\NAnt.DotNetTasks.dll -r:System.Servi
ceProcess.dll  -r:Microsoft.JScript.dll -recurse:src\NAnt.Win32\*.cs  src\Common
AssemblyInfo.cs
Microsoft (R) Visual C# .NET Compiler version 7.10.6310.4
for Microsoft (R) .NET Framework version 1.1.4322
Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.

 bootstrap\NAnt.exe -f:NAnt.build install -D:install.prefix="e:\Program
Files"
NAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005)
Copyright (C) 2001-2005 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///F:/incoming/installers/nant/nant-0.85-rc3-src/nant-0.85-rc3/N
Ant.build
Target framework: Microsoft .NET Framework 1.1
Target(s) specified: install

   [tstamp] Tuesday, August 02, 2005 10:14:01 AM.

init:


debug:


set-framework-configuration:


set-net-1.1-framework-configuration:


build:

 [echo] Build Directory is F:\incoming\installers\nant\nant-0.85-rc3-src\nan
t-0.85-rc3/build/net-1.1.win32/nant-0.85-debug
[mkdir] Creating directory 'F:\incoming\installers\nant\nant-0.85-rc3-src\na
nt-0.85-rc3\build\net-1.1.win32\nant-0.85-debug\bin'.
[mkdir] Creating directory 'F:\incoming\installers\nant\nant-0.85-rc3-src\na
nt-0.85-rc3\build\net-1.1.win32\nant-0.85-debug\bin\lib'.
 [copy] Copying 2 files to 'F:\incoming\installers\nant\nant-0.85-rc3-src\na
nt-0.85-rc3\build\net-1.1.win32\nant-0.85-debug\bin'.
 [copy] Copying 34 files to 'F:\incoming\installers\nant\nant-0.85-rc3-src\n
ant-0.85-rc3\build\net-1.1.win32\nant-0.85-debug\bin\lib'.
 [nant] F:\incoming\installers\nant\nant-0.85-rc3-src\nant-0.85-rc3\src\NAnt
.Core\NAnt.Core.build build
Buildfile: file:///F:/incoming/installers/nant/nant-0.85-rc3-src/nan
t-0.85-rc3/src/NAnt.Core/NAnt.Core.build
Target framework: Microsoft .NET Framework 1.1
Target(s) specified: build


build:


BUILD FAILED

INTERNAL ERROR

System.Resources.MissingManifestResourceException: Could not find an
y resources appropriate for the specified culture (or the neutral culture) in th
e given assembly.  Make sure "Strings.resources" was correctly embedded or linke
d into assembly "NAnt.DotNetTasks".
baseName: Strings  locationInfo:   resource file name: Strings
.resources  assembly: NAnt.DotNetTasks, Version=0.85.1932.0, Culture=neutral, Pu
blicKeyToken=nu

[nant-dev] Bug Report - System.IO.PathTooLongException

2005-06-30 Thread stiko

Hello,

I am receiving the following error while running a Nant build script:
 
    BUILD FAILED
 
    INTERNAL ERROR
 
    System.IO.PathTooLongException: The path is too long after being fully qualified.  Make sure path is less than 260 characters.

   at System.IO.Path.nGetFullPathHelper(String path, Char[] invalidPathChars, Char[] whitespaceChars, Char directorySeparator, Char altD

irectorySeparator, Char volumeSeparator, Boolean fullCheck, String& newPath)

   at System.IO.Path.GetFullPathInternal(String path)
   at System.IO.Path.GetFullPath(String path)
   at NAnt.Core.Project.GetFullPath(String path) in C:\Program Files\NAnt\nant-
0.85-rc2\src\NAnt.Core\Project.cs:line 1067
   at NAnt.Core.Tasks.ExecTask.get_ProgramFileName() in C:\Program Files\NAnt\nant-
0.85-rc2\src\NAnt.Core\Tasks\ExecTask.cs:line 200
   at NAnt.Core.Tasks.ExternalProgramBase.ExecuteTask() in C:\Program Files\NAnt\nant-
0.85-rc2\src\NAnt.Core\Tasks\ExternalProgramBase.c
s:line 322
   at NAnt.Core.Tasks.ExecTask.ExecuteTask() in C:\Program Files\NAnt\nant-
0.85-rc2\src\NAnt.Core\Tasks\ExecTask.cs:line 298
   at NAnt.Core.Task.Execute() in C:\Program Files\NAnt\nant-0.85-rc2\src\NAnt.Core\Task.cs:line
 177
   at NAnt.Core.Target.Execute() in C:\Program Files\NAnt\nant-0.85-rc2\src\NAnt.Core\Target.cs:line
 249
   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies) in C:\Program Files\NAnt\nant-
0.85-rc2\src\NAnt.Core\Proje
ct.cs:line 887
   at NAnt.Core.Project.Execute() in C:\Program Files\NAnt\nant-0.85-rc2\src\NAnt.Core\Project.cs:line
 839
   at NAnt.Core.Project.Run() in C:\Program Files\NAnt\nant-0.85-rc2\src\NAnt.Core\Project.cs:line
 924
 
    Please send bug report to 
nant-developers@lists.sourceforge.net.
 
    Total time: 0.6 seconds.
 
I have done some searching online to see if this was a common problem but could only find a few articles:


http://www.mail-archive.com/nant-developers@lists.sourceforge.net/msg05980.html

http://article.gmane.org/gmane.comp.windows.dotnet.nant.devel/3017

The article at gmane.org describes my problem fairly accurately. We are using very long path and filenames that can not be changed.


The command I'm having Nant execute works fine when I type it, fully resolved, in to the DOS prompt. However, if Nant tries to execute the same fully resolved command it crashes.


Please advise me as to how I could work around this issue.
 
 
Best regards,
John Youngblood



RE: [nant-dev] bug report

2005-06-22 Thread Gert Driesen
Tiziano,

You should report this error to the Ncover developers:

http://www.ncover.org/Community/

Gert 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Tiziano Devescovi
> Sent: woensdag 22 juni 2005 19:40
> To: nant-developers@lists.sourceforge.net
> Subject: [nant-dev] bug report
> 
> To whom it may concern,
> while attempting to integrated ncover into my automated builds, I
> received the following error:
> 
> System.InvalidOperationException: There was an error 
> generating the XML document
> . ---> System.InvalidCastException: Specified cast is not valid.
>at 
> Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerialization
> Writer1.Writ
> e5_Coverage(Object o)
>--- End of inner exception stack trace ---
>at 
> System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter 
> xmlWriter, Obje
> ct o, XmlSerializerNamespaces namespaces, String encodingStyle)
>at 
> System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter 
> xmlWriter, Obje
> ct o)
>at NCover.Coverage.SaveCoverage(Stream expected, Coverage coverage)
>at NCover.NCoverTaskImpl..ctor(NCoverAction ncoverAction)
>at NCover.Actions.NCoverAction.Execute()
>at NCoverTask.ExecuteTask()
>at NAnt.Core.Task.Execute()
>at NAnt.Core.Target.Execute()
>at NAnt.Core.Project.Execute(String targetName, Boolean 
> forceDependencies)
>at NAnt.Core.Project.Execute()
>at NAnt.Core.Project.Run()
> 
> Please send bug report to [EMAIL PROTECTED]
> 
> Since it requested to have the bug report sent to this email address,
> I was wondering if you could possibly provide any insight for the
> problem.
> 
> 
> ---
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=ick
> ___
> nant-developers mailing list
> nant-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nant-developers
> 



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] bug report

2005-06-22 Thread Tiziano Devescovi
To whom it may concern,
while attempting to integrated ncover into my automated builds, I
received the following error:

System.InvalidOperationException: There was an error generating the XML document
. ---> System.InvalidCastException: Specified cast is not valid.
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriter1.Writ
e5_Coverage(Object o)
   --- End of inner exception stack trace ---
   at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Obje
ct o, XmlSerializerNamespaces namespaces, String encodingStyle)
   at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Obje
ct o)
   at NCover.Coverage.SaveCoverage(Stream expected, Coverage coverage)
   at NCover.NCoverTaskImpl..ctor(NCoverAction ncoverAction)
   at NCover.Actions.NCoverAction.Execute()
   at NCoverTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

Please send bug report to [EMAIL PROTECTED]

Since it requested to have the bug report sent to this email address,
I was wondering if you could possibly provide any insight for the
problem.


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] bug report

2005-05-13 Thread Que, Grace








Hi,

I got this error when I’m trying to do my build.

 

INTERNAL ERROR

 

System.IO.IOException: The process cannot access the file
"D:\DailyBuild\TestLog.log" because it is being used by another
process.

   at System.IO.__Error.WinIOError(Int32 errorCode, String
str)

   at System.IO.FileStream..ctor(String path, FileMode mode,
FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String
msgPath, Boolean bFromProxy)

   at System.IO.FileStream..ctor(String path, FileMode mode,
FileAccess access, FileShare share)

   at NAnt.Contrib.Util.FileLogListener.Start()

   at NAnt.Contrib.Tasks.RecordTask.ExecuteTask()

   at NAnt.Core.Task.Execute()

   at NAnt.Core.Target.Execute()

   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies)

   at NAnt.Core.Project.Execute()

   at NAnt.Core.Project.Run()

 

Here’s the code where it’s erroring out:



    

 

    

    

  

  

if="${directory::exists(build.dir)}" />

    

 

I hope you can help me solve this problem.

 

Thanks!

Grace






Attention:The information contained in this message and or 
attachments is intended only for the person or entity to which it is addressed 
and may contain confidential and/or privileged material.  Any review, 
retransmission, dissemination or other use of, or taking of any action in 
reliance upon, this information by persons or entities other than the intended 
recipient is prohibited. If you received this in error, please contact the 
sender and delete the material from any system and destroy any 
copies. 

This email message has been scanned for Viruses and Content and cleared by 
NetIQ MailMarshal 







RE: [nant-dev] Bug Report NAnt 0.85 RC2

2005-03-12 Thread Gert Driesen
Hi Thomas,

The NAnt.Core.Attributes.FileSetAttribute class was removed after the 0.84
release. 

Task developers should now use a NAnt.Core.Attributes.BuildElementAttribute
instead.

For example, change this:

[FileSet("fileset")]  
  public FileSet CopyFileSet {
 get { return _fileset; }
 set { _fileset = value; } 
}

To this:

[BuildElement("fileset")]  
  public FileSet CopyFileSet {
 get { return _fileset; }
 set { _fileset = value; } 
}

Are you using any third party task library ?

Gert


> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Thomas Weingartner
> Sent: dinsdag 8 maart 2005 19:00
> To: nant-developers@lists.sourceforge.net
> Subject: [nant-dev] Bug Report NAnt 0.85 RC2
> 
> BUILD FAILED
> 
> INTERNAL ERROR
> 
> System.TypeLoadException: Could not load type 
> 'NAnt.Core.Attributes.FileSetAttribute' from assembly 
> 'NAnt.Core, Version=
> 0.85.1869.0, Culture=neutral, PublicKeyToken=null'.
> at System.Reflection.CustomAttribute.GetCustomAttributeList(Int32 
> token, IntPtr module, Void* caTypeHandle, CustomAtt
> ribute caItem, Int32 level)
> at 
> System.Reflection.CustomAttribute.GetCustomAttributeList(MemberInfo 
> member, RuntimeType caType, CustomAttribute ca
> Item, Int32 level)
> at 
> System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeP
> ropertyInfo 
> property, RuntimeType caType)
> at System.Reflection.RuntimePropertyInfo.GetCustomAttributes(Type 
> attributeType, Boolean inherit)
> at System.Attribute.InternalGetCustomAttributes(PropertyInfo 
> element, Type type, Boolean inherit)
> at System.Attribute.GetCustomAttributes(MemberInfo element, Type 
> type, Boolean inherit)
> at System.Attribute.GetCustomAttribute(MemberInfo element, Type 
> attributeType, Boolean inherit)
> at 
> NAnt.Core.AttributeConfigurator.InitializeAttribute(PropertyInfo 
> propertyInfo)
> at NAnt.Core.AttributeConfigurator.Initialize()
> at NAnt.Core.Element.InitializeXml(XmlNode elementNode, 
> PropertyDictionary properties, FrameworkInfo framework)
> at NAnt.Core.Element.Initialize(XmlNode elementNode, 
> PropertyDictionary properties, FrameworkInfo framework)
> at NAnt.Core.Project.CreateTask(XmlNode taskNode, Target target)
> at NAnt.Core.Target.Execute()
> at NAnt.Core.Project.Execute(String targetName, Boolean 
> forceDependencies)
> at NAnt.Core.Tasks.CallTask.ExecuteTask()
> at NAnt.Core.Task.Execute()
> at NAnt.Core.Target.Execute()
> at NAnt.Core.Project.Execute(String targetName, Boolean 
> forceDependencies)
> at NAnt.Core.Project.Execute()
> at NAnt.Core.Project.Run()
> 
> Please send bug report to [EMAIL PROTECTED]
> 
> Total time: 9.9 seconds.
> 
> 
> -- 
> Thomas Weingartner
> Software Engineer, Dipl. Ing. FH, MCP .NET
> _
> 
> bbv Software Services AG
> Baarerstrasse 113
> Postfach
> CH-6302 Zug
> Schweiz
> 
> Tel: ++41 41 766 19 22
> Fax: ++41 41 766 19 19
> Web: www.bbv.ch
> eMail: mailto:[EMAIL PROTECTED]
> 
> 
> ---
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from 
> real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> ___
> nant-developers mailing list
> nant-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nant-developers
> 



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Bug Report NAnt 0.85 RC2

2005-03-12 Thread Thomas Weingartner
BUILD FAILED
INTERNAL ERROR
System.TypeLoadException: Could not load type 
'NAnt.Core.Attributes.FileSetAttribute' from assembly 'NAnt.Core, Version=
0.85.1869.0, Culture=neutral, PublicKeyToken=null'.
   at System.Reflection.CustomAttribute.GetCustomAttributeList(Int32 
token, IntPtr module, Void* caTypeHandle, CustomAtt
ribute caItem, Int32 level)
   at 
System.Reflection.CustomAttribute.GetCustomAttributeList(MemberInfo 
member, RuntimeType caType, CustomAttribute ca
Item, Int32 level)
   at 
System.Reflection.CustomAttribute.GetCustomAttributes(RuntimePropertyInfo 
property, RuntimeType caType)
   at System.Reflection.RuntimePropertyInfo.GetCustomAttributes(Type 
attributeType, Boolean inherit)
   at System.Attribute.InternalGetCustomAttributes(PropertyInfo 
element, Type type, Boolean inherit)
   at System.Attribute.GetCustomAttributes(MemberInfo element, Type 
type, Boolean inherit)
   at System.Attribute.GetCustomAttribute(MemberInfo element, Type 
attributeType, Boolean inherit)
   at NAnt.Core.AttributeConfigurator.InitializeAttribute(PropertyInfo 
propertyInfo)
   at NAnt.Core.AttributeConfigurator.Initialize()
   at NAnt.Core.Element.InitializeXml(XmlNode elementNode, 
PropertyDictionary properties, FrameworkInfo framework)
   at NAnt.Core.Element.Initialize(XmlNode elementNode, 
PropertyDictionary properties, FrameworkInfo framework)
   at NAnt.Core.Project.CreateTask(XmlNode taskNode, Target target)
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean 
forceDependencies)
   at NAnt.Core.Tasks.CallTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean 
forceDependencies)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

Please send bug report to [EMAIL PROTECTED]
Total time: 9.9 seconds.
--
Thomas Weingartner
Software Engineer, Dipl. Ing. FH, MCP .NET
_
bbv Software Services AG
Baarerstrasse 113
Postfach
CH-6302 Zug
Schweiz
Tel: ++41 41 766 19 22
Fax: ++41 41 766 19 19
Web: www.bbv.ch
eMail: mailto:[EMAIL PROTECTED]
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Bug Report: "Could not enlist orchestration..."

2005-03-05 Thread Chen, Charles
NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003)

Copyright (C) 2001-2003 Gerry Shaw

http://nant.sourceforge.net

Buildfile: file:///E:/Sample/Northwind/Northwind.sln.deploy.build

Target(s) specified: debugDeploy 

[sysinfo] Setting system information properties under sys.*

winVer:

 

setWinVer.5.2:

 

debugDeploy:

 

unenlistOrchestrations:

 

controlorchestrations:

Stopping/Unenlisting/Terminating Existing Instances...

Northwind.Orchestrations.BurstProductInfoRecords

(Committing changes to the catalog)...

 

undeployOrchestrations:

 

btsUndeploySet:

 

selectPath:

[exec] btsdeploy.exe Remove 
Assembly="Northwind.Orchestrations\bin\debug\Northwind.Orchestrations.dll" 
Uninstall=true Log=DeployResults\Undeploy_Northwind.Orchestrations

Information: Remove server="SERVER" database="BizTalkMgmtDb" 
assembly="Northwind.Orchestrations\bin\debug\Northwind.Orchestrations.dll"

Information: No started orchestrations.

Information: Remove tracking profile for assembly "Northwind.Orchestrations, 
Version=1.0.0.0, Culture=neutral, PublicKeyToken=a37d8b12f44b2d01".

Information: Uninstalled the "Northwind.Orchestrations, Version=1.0.0.0, 
Culture=neutral, PublicKeyToken=a37d8b12f44b2d01" assembly from the Global 
Assembly Cache. (force=False)

Information: Remove operation succeeded.

BTSDeploy: Command succeeded with 0 errors, 0 warnings.

undeploySchemas:

 

btsUndeploySet:

 

selectPath:

[exec] btsdeploy.exe Remove 
Assembly="Northwind.Schemas\bin\debug\Northwind.Schemas.dll" Uninstall=true 
Log=DeployResults\Undeploy_Northwind.Schemas

Information: Remove server="SERVER" database="BizTalkMgmtDb" 
assembly="Northwind.Schemas\bin\debug\Northwind.Schemas.dll"

Information: No started orchestrations.

Information: Remove tracking profile for assembly "Northwind.Schemas, 
Version=1.0.0.0, Culture=neutral, PublicKeyToken=a37d8b12f44b2d01".

Information: Uninstalled the "Northwind.Schemas, Version=1.0.0.0, 
Culture=neutral, PublicKeyToken=a37d8b12f44b2d01" assembly from the Global 
Assembly Cache. (force=False)

Information: Remove operation succeeded.

BTSDeploy: Command succeeded with 0 errors, 0 warnings.

deploySchemas:

 

btsDeploySet:

 

selectPath:

[exec] btsdeploy.exe Deploy 
Assembly="Northwind.Schemas\bin\debug\Northwind.Schemas.dll" Install=true 
Log=DeployResults\Northwind.Schemas

Information: Deploy server="SERVER" database="BizTalkMgmtDb" 
assembly="Northwind.Schemas\bin\debug\Northwind.Schemas.dll"

Saved schema "Northwind.Schemas.ProductId_Property, Northwind.Schemas, 
Version=1.0.0.0, Culture=neutral, PublicKeyToken=a37d8b12f44b2d01".

Saved schema "Northwind.Schemas.ProductInfoRecords_XML, Northwind.Schemas, 
Version=1.0.0.0, Culture=neutral, PublicKeyToken=a37d8b12f44b2d01".

Saved schema "Northwind.Schemas.ProductInfoRecord_XML, Northwind.Schemas, 
Version=1.0.0.0, Culture=neutral, PublicKeyToken=a37d8b12f44b2d01".

Information: Installed the "Northwind.Schemas\bin\debug\Northwind.Schemas.dll" 
assembly into The Global Assembly Cache. (force=True)

Information: Deploy operation succeeded.

BTSDeploy: Command succeeded with 0 errors, 0 warnings.

undeployPipelines:

 

btsUndeploySet:

 

selectPath:

[exec] btsdeploy.exe Remove 
Assembly="Northwind.Pipelines\bin\debug\Northwind.Pipelines.dll" Uninstall=true 
Log=DeployResults\Undeploy_Northwind.Pipelines

Information: Remove server="SERVER" database="BizTalkMgmtDb" 
assembly="Northwind.Pipelines\bin\debug\Northwind.Pipelines.dll"

Information: No started orchestrations.

Information: Remove tracking profile for assembly "Northwind.Pipelines, 
Version=1.0.0.0, Culture=neutral, PublicKeyToken=a37d8b12f44b2d01".

Warning: Setting the pipeline reference in 
Northwind.Orchestrations_1.0.0.0_Northwind.Orchestrations.BurstProductInfoRecords_Northwind_ProductInfoMsg_Rcv_a37d8b12f44b2d01_ReceiveLocation
 to Microsoft.BizTalk.DefaultPipelines.PassThruReceive, 
Microsoft.BizTalk.DefaultPipelines, Version=3.0.1.0, Culture=neutral, 
PublicKeyToken=31bf3856ad364e35.

Information: Uninstalled the "Northwind.Pipelines, Version=1.0.0.0, 
Culture=neutral, PublicKeyToken=a37d8b12f44b2d01" assembly from the Global 
Assembly Cache. (force=False)

Information: Remove operation succeeded.

BTSDeploy: Command succeeded with 0 errors, 1 warnings.

deployPipelines:

 

btsDeploySet:

 

selectPath:

[exec] btsdeploy.exe Deploy 
Assembly="Northwind.Pipelines\bin\debug\Northwind.Pipelines.dll" Install=true 
Log=DeployResults\Northwind.Pipelines

Information: Deploy server="SERVER" database="BizTalkMgmtDb" 
assembly="Northwind.Pipelines\bin\debug\Northwind.Pipelines.dll"

Information: Installed the 
"Northwind.Pipelines\bin\debug\Northwind.Pipelines.dll" assembly into The 
Global Assembly Cache. (force=True)

Information: Deploy operation succeeded.

BTSDeploy: Command succeeded with 0 errors, 0 warnings.

deployOrchestrations:

 

btsDeploySet:

 

selectPath:

[exec] btsdeploy.exe Deploy 
Assembly="Northwind.Orchestrations\bin\debug\North

RE: [nant-dev] bug report

2005-02-17 Thread Gert Driesen
 
Rajendra,

This issue was fixed since NAnt 0.84. Try using NAnt 0.85 RC2.

Gert

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Rajendra Rawat,EXTERNAL, IS_DI
> Sent: donderdag 17 februari 2005 17:06
> To: [EMAIL PROTECTED]
> Subject: [nant-dev] bug report
> 
> NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release;
> 26/12/2003)
> Copyright (C) 2001-2003 Gerry Shaw
> http://nant.sourceforge.net
> 
> Buildfile: file:///C:/a/a.build
> Target(s) specified: build 
> 
> build:
> 
>  [solution] Starting solution build.
> 
> BUILD FAILED
> 
> INTERNAL ERROR
> 
> System.NullReferenceException: Object reference not set to an
> instance of an object.
>at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
>at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln,
> SolutionTask slnTask, TempFileCollection tfc, String outputDir,
> String path)
>at NAnt.VSNet.Reference..ctor(Solution solution,
> ProjectSettings ps, XmlElement elemReference, SolutionTask
> solutionTask, String outputDir)
>at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
>at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln,
> SolutionTask slnTask, TempFileCollection tfc, String outputDir,
> String path)
>at NAnt.VSNet.Reference..ctor(Solution solution,
> ProjectSettings ps, XmlElement elemReference, SolutionTask
> solutionTask, String outputDir)
>at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
>at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln,
> SolutionTask slnTask, TempFileCollection tfc, String outputDir,
> String path)
>at NAnt.VSNet.Reference..ctor(Solution solution,
> ProjectSettings ps, XmlElement elemReference, SolutionTask
> solutionTask, String outputDir)
>at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
>at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln,
> SolutionTask slnTask, TempFileCollection tfc, String outputDir,
> String path)
>at NAnt.VSNet.Solution.LoadProjects()
>at NAnt.VSNet.Solution..ctor(String solutionFileName,
> ArrayList additionalProjects, ArrayList referenceProjects,
> TempFileCollection tfc, SolutionTask solutionTask,
> WebMapCollection webMappings, FileSet excludesProjects, String
> outputDir)
>at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
>at NAnt.Core.Task.Execute()
>at NAnt.Core.Target.Execute()
>at NAnt.Core.Project.Execute(String targetName, Boolean
> forceDependencies)
>at NAnt.Core.Project.Execute()
>at NAnt.Core.Project.Run()
> 
> Please send bug report to [EMAIL PROTECTED]
> 
> Total time: 0.5 seconds.
> 
> 
> **
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
> 
> DSFA- Virus Scanned
> **
> 
> 
> 
> ---
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from 
> real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> ___
> nant-developers mailing list
> nant-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nant-developers
> 
> 



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] bug report

2005-02-17 Thread Rajendra Rawat,EXTERNAL, IS_DI
NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release;
26/12/2003)
Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/a/a.build
Target(s) specified: build 

build:

 [solution] Starting solution build.

BUILD FAILED

INTERNAL ERROR

System.NullReferenceException: Object reference not set to an
instance of an object.
   at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
   at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln,
SolutionTask slnTask, TempFileCollection tfc, String outputDir,
String path)
   at NAnt.VSNet.Reference..ctor(Solution solution,
ProjectSettings ps, XmlElement elemReference, SolutionTask
solutionTask, String outputDir)
   at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
   at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln,
SolutionTask slnTask, TempFileCollection tfc, String outputDir,
String path)
   at NAnt.VSNet.Reference..ctor(Solution solution,
ProjectSettings ps, XmlElement elemReference, SolutionTask
solutionTask, String outputDir)
   at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
   at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln,
SolutionTask slnTask, TempFileCollection tfc, String outputDir,
String path)
   at NAnt.VSNet.Reference..ctor(Solution solution,
ProjectSettings ps, XmlElement elemReference, SolutionTask
solutionTask, String outputDir)
   at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
   at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln,
SolutionTask slnTask, TempFileCollection tfc, String outputDir,
String path)
   at NAnt.VSNet.Solution.LoadProjects()
   at NAnt.VSNet.Solution..ctor(String solutionFileName,
ArrayList additionalProjects, ArrayList referenceProjects,
TempFileCollection tfc, SolutionTask solutionTask,
WebMapCollection webMappings, FileSet excludesProjects, String
outputDir)
   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

Please send bug report to [EMAIL PROTECTED]

Total time: 0.5 seconds.


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

DSFA- Virus Scanned
**



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


RE: [nant-dev] bug report

2004-12-08 Thread Gert Driesen
Title: bug report



Hi Andrejs,
 
I think you might want to rebuild yor custom tasks 
(Rix.Tiberium) with NAnt 0.85 RC1.
 
Gert

  
  
  From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of 
  Andrejs MamontovsSent: woensdag 8 december 2004 
  11:35To: [EMAIL PROTECTED]Subject: 
  [nant-dev] bug report
  
  Hello,
  I catch something 
  intresting when I execute build file
  Information:
  Nant version 
  0.85rc1 nov 28 2004
  ContribLib for 
  0.85rc1 nov 28 
  2004
  Error:
  INTERNAL 
  ERROR
      
  System.MissingMethodException: Method not found: Void 
  NAnt.Core.LogWriter..ctor(NAnt.C
  e.Task, 
  NAnt.Core.Level, System.String, System.IFormatProvider).
     
  at Rix.Tiberium.NAnt.Tasks.Sql2Task.ExecuteTask()
     
  at NAnt.Core.Task.Execute()
     
  at NAnt.Core.Target.Execute()
     
  at NAnt.Core.Project.Execute(String targetName, Boolean 
  forceDependencies)
     
  at NAnt.Core.Tasks.CallTask.ExecuteTask()
     
  at NAnt.Core.Task.Execute()
     
  at NAnt.Core.Target.Execute()
     
  at NAnt.Core.Project.Execute(String targetName, Boolean 
  forceDependencies)
     
  at NAnt.Core.Project.Execute()
     
  at NAnt.Core.Project.Run()
      
  Please send bug report to 
  [EMAIL PROTECTED]


[nant-dev] bug report

2004-12-08 Thread Andrejs Mamontovs
Title: bug report






Hello,

I catch something intresting when I execute build file

Information:

Nant version 0.85rc1 nov 28 2004

ContribLib for 0.85rc1 nov 28 2004


Error:


INTERNAL ERROR

    System.MissingMethodException: Method not found: Void NAnt.Core.LogWriter..ctor(NAnt.C

e.Task, NAnt.Core.Level, System.String, System.IFormatProvider).

   at Rix.Tiberium.NAnt.Tasks.Sql2Task.ExecuteTask()

   at NAnt.Core.Task.Execute()

   at NAnt.Core.Target.Execute()

   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)

   at NAnt.Core.Tasks.CallTask.ExecuteTask()

   at NAnt.Core.Task.Execute()

   at NAnt.Core.Target.Execute()

   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)

   at NAnt.Core.Project.Execute()

   at NAnt.Core.Project.Run()

    Please send bug report to [EMAIL PROTECTED]




RE: [nant-dev] Bug Report for MSI task

2004-12-01 Thread Gert Driesen



Hi Mark,
 
I have fixed this issue locally, but need to perform some 
additional tests first.
 
Gert

  
  
  From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of Mark 
  DavidsonSent: woensdag 1 december 2004 11:22To: 
  [EMAIL PROTECTED]Subject: [nant-dev] Bug Report 
  for MSI task
  
  
  Hi,
   
  I got the following error on Nant 
  0.85 RC1 when trying to create an MSI. 
   
  System.InvalidOperationException: There is 
  an error in XML document (1, 2). --->
   System.InvalidOperationException: <msi xmlns='http://nant.sf.net/schemas/nant-0
  .85.win32.net-1.0.xsd'> was not 
  expected.
     at 
  Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReader1.Read
  46_msi()
     --- End of inner exception stack 
  trace ---
     at 
  System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, 
  St
  ring encodingStyle)
     at 
  System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader)
     at 
  NAnt.Contrib.Tasks.SchemaValidatedTask.InitializeTask(XmlNode TaskNode)
     at 
  NAnt.Contrib.Tasks.Msi.MsiTask.InitializeTask(XmlNode TaskNode)
     at 
  NAnt.Core.Task.InitializeElement(XmlNode elementNode)
     at 
  NAnt.Core.Element.Initialize(XmlNode elementNode, PropertyDictionary prope
  rties, FrameworkInfo framework)
     at 
  NAnt.Core.Project.CreateTask(XmlNode taskNode, Target target)
     at 
  NAnt.Core.Target.Execute()
     at 
  NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
     at 
  NAnt.Core.Tasks.CallTask.ExecuteTask()
     at 
  NAnt.Core.Task.Execute()
     at 
  NAnt.Core.Target.Execute()
     at 
  NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
     at 
  NAnt.Core.Project.Execute()
     at 
  NAnt.Core.Project.Run()
   
  Please send bug report to [EMAIL PROTECTED].
   
   
  The smallest fragment of an 
  <msi> task I can get this error to occur with 
  is as follows;
   
      
      <msi output="CitizenAccountSetup.msi" 
  sourcedir="C:\Projects\Relate\CitizenAccountDatabaseManager\Citizen Account DB 
  Manager Setup\Release" template="${nant.location}/MSITaskTemplateVS.msi" 
  license="c:\data\prerequisites\license.txt">
      
    
  <properties>
      
      
  
      
    
  
      
      msi>
   
   
  Thanks,
  --Mark.
   
  Mark 
  Davidson
  Project 
  Manager
  VisionWare 
  plc
  105 
  West George St.
  GLASGOW
  G2 
  1PB
  Tel. 
  +44 (0)1412857150
  Fax.    +44 
  (0)1412857159
  Mobile.  07789 904695
   _The 
  content of this e-mail is confidential and intended solely for the use of the 
  individual to whom it is addressed. If you have received this e-mail in error 
  please notify the sender. Any use, dissemination, forwarding, printing, or 
  copying of this e-mail or any attachments thereto, in whole or part, without 
  permission is strictly prohibited.This footnote also confirms that 
  this email message has been swept byMIMEsweeper for the presence of 
  computer 
  viruses._


RE: [nant-dev] Bug Report for MSI task

2004-12-01 Thread Gert Driesen



Hi Mark,
 
Can you submit a bug report for this issue (http://www.sourceforge.net/projects/nantcontrib) 
?
 
Jim/James (what do you prefer ?), I think Mark has a 
namespace defined for his build file, and that seems to be causing 
this exception.
 
Thanks !
 
Gert    

  
  
  From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of Mark 
  DavidsonSent: woensdag 1 december 2004 11:22To: 
  [EMAIL PROTECTED]Subject: [nant-dev] Bug Report 
  for MSI task
  
  
  Hi,
   
  I got the following error on Nant 
  0.85 RC1 when trying to create an MSI. 
   
  System.InvalidOperationException: There is 
  an error in XML document (1, 2). --->
   System.InvalidOperationException: <msi xmlns='http://nant.sf.net/schemas/nant-0
  .85.win32.net-1.0.xsd'> was not 
  expected.
     at 
  Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReader1.Read
  46_msi()
     --- End of inner exception stack 
  trace ---
     at 
  System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, 
  St
  ring encodingStyle)
     at 
  System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader)
     at 
  NAnt.Contrib.Tasks.SchemaValidatedTask.InitializeTask(XmlNode TaskNode)
     at 
  NAnt.Contrib.Tasks.Msi.MsiTask.InitializeTask(XmlNode TaskNode)
     at 
  NAnt.Core.Task.InitializeElement(XmlNode elementNode)
     at 
  NAnt.Core.Element.Initialize(XmlNode elementNode, PropertyDictionary prope
  rties, FrameworkInfo framework)
     at 
  NAnt.Core.Project.CreateTask(XmlNode taskNode, Target target)
     at 
  NAnt.Core.Target.Execute()
     at 
  NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
     at 
  NAnt.Core.Tasks.CallTask.ExecuteTask()
     at 
  NAnt.Core.Task.Execute()
     at 
  NAnt.Core.Target.Execute()
     at 
  NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
     at 
  NAnt.Core.Project.Execute()
     at 
  NAnt.Core.Project.Run()
   
  Please send bug report to [EMAIL PROTECTED].
   
   
  The smallest fragment of an 
  <msi> task I can get this error to occur with 
  is as follows;
   
      
      <msi output="CitizenAccountSetup.msi" 
  sourcedir="C:\Projects\Relate\CitizenAccountDatabaseManager\Citizen Account DB 
  Manager Setup\Release" template="${nant.location}/MSITaskTemplateVS.msi" 
  license="c:\data\prerequisites\license.txt">
      
    
  <properties>
      
      
  
      
    
  
      
      msi>
   
   
  Thanks,
  --Mark.
   
  Mark 
  Davidson
  Project 
  Manager
  VisionWare 
  plc
  105 
  West George St.
  GLASGOW
  G2 
  1PB
  Tel. 
  +44 (0)1412857150
  Fax.    +44 
  (0)1412857159
  Mobile.  07789 904695
   _The 
  content of this e-mail is confidential and intended solely for the use of the 
  individual to whom it is addressed. If you have received this e-mail in error 
  please notify the sender. Any use, dissemination, forwarding, printing, or 
  copying of this e-mail or any attachments thereto, in whole or part, without 
  permission is strictly prohibited.This footnote also confirms that 
  this email message has been swept byMIMEsweeper for the presence of 
  computer 
  viruses._


[nant-dev] Bug Report for MSI task

2004-12-01 Thread Mark Davidson








Hi,

 

I got the following error on Nant 0.85 RC1 when trying to
create an MSI. 

 

System.InvalidOperationException: There is
an error in XML document (1, 2). --->

 System.InvalidOperationException:  was not expected.

   at
Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReader1.Read

46_msi()

   --- End
of inner exception stack trace ---

   at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, St

ring encodingStyle)

   at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader)

   at NAnt.Contrib.Tasks.SchemaValidatedTask.InitializeTask(XmlNode TaskNode)

   at NAnt.Contrib.Tasks.Msi.MsiTask.InitializeTask(XmlNode TaskNode)

   at NAnt.Core.Task.InitializeElement(XmlNode elementNode)

   at NAnt.Core.Element.Initialize(XmlNode elementNode, PropertyDictionary prope

rties, FrameworkInfo framework)

   at NAnt.Core.Project.CreateTask(XmlNode taskNode, Target target)

   at NAnt.Core.Target.Execute()

   at NAnt.Core.Project.Execute(String
targetName, Boolean forceDependencies)

   at NAnt.Core.Tasks.CallTask.ExecuteTask()

   at NAnt.Core.Task.Execute()

   at NAnt.Core.Target.Execute()

   at NAnt.Core.Project.Execute(String
targetName, Boolean forceDependencies)

   at NAnt.Core.Project.Execute()

   at NAnt.Core.Project.Run()

 

Please send bug report to [EMAIL PROTECTED].

 

 

The smallest fragment of an 
task I can get this error to occur with is as follows;

 

        

      

        

      

        msi>

 

 

Thanks,

--Mark.

 

Mark Davidson

Project Manager

VisionWare
plc

105 West
George St.

GLASGOW

G2 1PB

Tel. +44
(0)1412857150

Fax.    +44
(0)1412857159

Mobile.  07789
904695

 





_
The content of this e-mail is confidential and intended solely for the use of the individual to whom it is addressed. If you have received this e-mail in error please notify the sender. Any use, dissemination, forwarding, printing, or copying of this e-mail or any attachments thereto, in whole or part, without permission is strictly prohibited.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
_






[nant-dev] bug report

2004-11-14 Thread Andre Dias



BUILD FAILED
 
INTERNAL ERROR
 
System.Xml.XmlException: The '#' character, hexadecimal value 0x23, cannot 
be included in a name.   at 
System.Xml.XmlConvert.VerifyNCName(String name)   at 
System.Xml.XmlQualifiedName.Verify()   at 
System.Xml.Xsl.XsltArgumentList.AddParam(String name, String namespaceUri, 
Object parameter)   at 
NAnt.NUnit2ReportTasks.NUnit2ReportTask.GetPropertyList()   at 
NAnt.NUnit2ReportTasks.NUnit2ReportTask.InitializeTask(XmlNode 
taskNode)   at NAnt.Core.Task.InitializeElement(XmlNode 
elementNode)   at NAThe program '[2436] NAnt.exe' has exited with 
code 0 (0x0).nt.Core.Element.Initialize(XmlNode elementNode)   
at NAnt.Core.Project.CreateTask(XmlNode taskNode, Target target)   
at NAnt.Core.Target.Execute()   at 
NAnt.Core.Project.Execute(String targetName, Boolean 
forceDependencies)   at 
NAnt.Core.Project.Execute()   at NAnt.Core.Project.Run()
 
Please send bug report to [EMAIL PROTECTED].
 
Total time: 0.2 seconds.
 
 
 
André DiasSoftware Analyst - BRDCMCP, SCJP, 
SCWCD=Sanmina-SCI Corporation, BrazilPhone: 
55-19-3865-9100 ext.5531Cell: 55-19-8122-7074Fax: 55-19- 
3865-9159E-mail: [EMAIL PROTECTED]


RE: [nant-dev] bug report

2004-11-04 Thread Gert Driesen



MArco,
 
Several issues have been fixed since the 0.84 release, so 
I'd suggest trying a recent nightly build of NAnt (http://nant.sourceforge.net/nightly/builds).
 
Let us know if you have any issues with the nightly 
build.
 
Gert

  
  
  From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of Marco 
  NeusserSent: dinsdag 2 november 2004 16:32To: 
  [EMAIL PROTECTED]Subject: [nant-dev] bug 
  report
  Hi devs, here a bug report from nant. Config file attached! Please 
  respond with information about this problem. Regards Marco C:\Documents and Settings\neussmx>"C:\Program 
  Files\nant084\bin\NAnt.exe" -build file:C:\BuildConfig\nant.dac.build.xml NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 
  26.12.2003) Copyright (C) 2001-2003 Gerry 
  Shaw http://nant.sourceforge.net 
  Buildfile: 
  file:///C:/BuildConfig/nant.dac.build.xml Target(s) specified: build build:  [solution] Starting 
  solution build. BUILD FAILED 
  INTERNAL ERROR System.NullReferenceException: Object reference not set to an instance 
  of an obj ect.    at NAnt.VSNet.Reference..ctor(Solution solution, 
  ProjectSettings ps, XmlEleme nt 
  elemReference, SolutionTask solutionTask, String outputDir)    at NAnt.VSNet.Project.Load(Solution sln, String 
  projectPath)    at 
  NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask 
  slnTask, TempFileCollection tfc, String 
  outputDir, String path)    at 
  NAnt.VSNet.Solution.LoadProjects()   
   at NAnt.VSNet.Solution..ctor(String solutionFileName, ArrayList 
  additionalPro jects, ArrayList 
  referenceProjects, TempFileCollection tfc, SolutionTask solutio 
  nTask, WebMapCollection webMappings, FileSet 
  excludesProjects, String outputDir)    at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask() 
     at NAnt.Core.Task.Execute() 
     at NAnt.Core.Target.Execute() 
     at NAnt.Core.Project.Execute(String 
  targetName, Boolean forceDependencies)    at NAnt.Core.Project.Execute()    at NAnt.Core.Project.Run() Please send bug report to [EMAIL PROTECTED] 
  Total time: 0.1 
seconds.


[nant-dev] bug report

2004-11-04 Thread Marco Neusser

Hi devs,

here a bug report from nant. Config file attached! Please respond with information about this problem.



Regards Marco



C:\Documents and Settings\neussmx>"C:\Program Files\nant084\bin\NAnt.exe" -build
file:C:\BuildConfig\nant.dac.build.xml
NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 26.12.2003)
Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/BuildConfig/nant.dac.build.xml
Target(s) specified: build

build:

 [solution] Starting solution build.

BUILD FAILED

INTERNAL ERROR

System.NullReferenceException: Object reference not set to an instance of an obj
ect.
   at NAnt.VSNet.Reference..ctor(Solution solution, ProjectSettings ps, XmlEleme
nt elemReference, SolutionTask solutionTask, String outputDir)
   at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
   at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask slnTask,
TempFileCollection tfc, String outputDir, String path)
   at NAnt.VSNet.Solution.LoadProjects()
   at NAnt.VSNet.Solution..ctor(String solutionFileName, ArrayList additionalPro
jects, ArrayList referenceProjects, TempFileCollection tfc, SolutionTask solutio
nTask, WebMapCollection webMappings, FileSet excludesProjects, String outputDir)

   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

Please send bug report to [EMAIL PROTECTED]

Total time: 0.1 seconds.

nant.dac.build.xml
Description: Binary data


RE: [nant-dev] bug report for nant from Joey Mink

2004-10-28 Thread Gert Driesen
Joseph,
 
You should install the .NET Framework SDK. More recent versions of NAnt
(http://nant.sourceforge.net/nightly/builds) will provide a more meaningful
error message.
 
Hope this helps,
 
Gert




From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mink,
Joseph
Sent: donderdag 28 oktober 2004 21:46
To: '[EMAIL PROTECTED]'
Subject: [nant-dev] bug report for nant from Joey Mink


Hi,
 
I got the following error message, and since it said to send it your
way, I thought I'd do so!  First I'll list the short nant build file I made,
then the error that resulted.
 
Thanks!
Joey
 
BUILD FILE--

 

 
 
  
  
  




  
 
  
  
 
 

END FILE
 
C:\dotNetProjects\prototypeJoey>nant
NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003)
Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net <http://nant.sourceforge.net> 
 
Buildfile:
file:///C:/dotNetProjects/prototypeJoey/buildPrototypeJoey.build
 
Target(s) specified: buildPrototypeJoey
 
buildPrototypeJoey:
 
 [solution] Starting solution build.
 [solution] Building prototypeJoey [release]...
 
BUILD FAILED
 
INTERNAL ERROR
 
System.ComponentModel.Win32Exception: The system cannot find the
file specified
   at
System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo
startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at NAnt.VSNet.Project.Compile(String configuration, ArrayList
alCSCArguments, String strLogFile, Boolean bVerbose, Boolean bShowCommands)
   at NAnt.VSNet.Solution.Compile(String configuration, ArrayList
compilerArguments, String logFile, Boolean verbose, Boolean showCommands)
   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies)
   at NAnt.Core.Project.Execute() 
   at NAnt.Core.Project.Run()
 
Please send bug report to [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> .
 
Total time: 0.8 seconds.
 

C:\dotNetProjects\prototypeJoey>





---
This Newsletter Sponsored by: Macrovision 
For reliable Linux application installations, use the industry's leading
setup authoring tool, InstallShield X. Learn more and evaluate 
today. http://clk.atdmt.com/MSI/go/ins003001msi/direct/01/
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] bug report for nant from Joey Mink

2004-10-28 Thread Mink, Joseph



Hi,
 
I got the following 
error message, and since it said to send it your way, I thought I'd do so!  
First I'll list the short nant build file I made, then the error that 
resulted.
 
Thanks!
Joey
 
BUILD 
FILE--

 

 
   
    
    
    
    
  
 
    program="C:\Program 
Files\Microsoft Visual Studio .NET 
2003\Common7\IDE\devenv.exe"    commandline="/rebuild Debug 
../prototypeJoeyCab/prototypeJoeyCab.vdproj /out devEnvOutput.log" 
/>  
END 
FILE
 
C:\dotNetProjects\prototypeJoey>nantNAnt 
0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003)Copyright (C) 
2001-2003 Gerry Shawhttp://nant.sourceforge.net
 
Buildfile: file:///C:/dotNetProjects/prototypeJoey/buildPrototypeJoey.buildTarget(s) specified: buildPrototypeJoey
 
buildPrototypeJoey:
 
 [solution] Starting solution 
build. [solution] Building prototypeJoey [release]...
 
BUILD FAILED
 
INTERNAL ERROR
 
System.ComponentModel.Win32Exception: The system 
cannot find the file specified   at 
System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo 
startInfo)   at System.Diagnostics.Process.Start()   
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)   
at NAnt.VSNet.Project.Compile(String configuration, ArrayList alCSCArguments, 
String strLogFile, Boolean bVerbose, Boolean bShowCommands)   at 
NAnt.VSNet.Solution.Compile(String configuration, ArrayList compilerArguments, 
String logFile, Boolean verbose, Boolean showCommands)   at 
NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()   at 
NAnt.Core.Task.Execute()   at 
NAnt.Core.Target.Execute()   at NAnt.Core.Project.Execute(String 
targetName, Boolean forceDependencies)   at 
NAnt.Core.Project.Execute()    at 
NAnt.Core.Project.Run()
 
Please send bug report to [EMAIL PROTECTED].
 
Total time: 0.8 seconds.
 
C:\dotNetProjects\prototypeJoey>


Re: [nant-dev] Bug Report

2004-10-26 Thread Gert Driesen
Hi Ian,

I'd suggest upgrading to a recent nightly build of NAnt
(http://nant.sourceforge.net/nightly/builds), and use a webmap instead of
relying on WebDAV (this has even been deprecated since the 0.84 release).

See the  task help for examples :
http://nant.sourceforge.net/nightly/help/tasks/solution.html

Hope this helps,

Gert

- Original Message - 
From: "Ian Kulmatycki" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 26, 2004 10:00 PM
Subject: [nant-dev] Bug Report


Hey,

I got this from nant trying to build an asp.net app.

If you have any ideas let me know,

Thanks
ian



BUILD FAILED

INTERNAL ERROR

System.Net.WebException: The remote server returned an error: (404) Not
Found.
   at System.Net.HttpWebRequest.CheckFinalStatus()
   at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
   at System.Net.HttpWebRequest.GetResponse()
   at NAnt.VSNet.WebDavClient.DownloadFile(String localFileName, String
remoteFileName)
   at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
   at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask
slnTask, TempFileCollection tfc, String
 outputDir, String path)
   at NAnt.VSNet.Solution.LoadProjects()
   at NAnt.VSNet.Solution..ctor(String solutionFileName, ArrayList
additionalProjects, ArrayList referenceProj
ects, TempFileCollection tfc, SolutionTask solutionTask,
WebMapCollection webMappings, FileSet excludesProject
s, String outputDir)
   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies)
   at NAnt.Core.Tasks.CallTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

Please send bug report to [EMAIL PROTECTED]


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Bug Report

2004-10-26 Thread Ian Kulmatycki








Hey,

 

I got this from nant trying to
build an asp.net app. 

 

If you have any ideas let me know, 

 

Thanks

ian

 

 

 

BUILD FAILED

 

INTERNAL ERROR

 

System.Net.WebException: The remote
server returned an error: (404) Not Found.

   at
System.Net.HttpWebRequest.CheckFinalStatus()

   at
System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)

   at
System.Net.HttpWebRequest.GetResponse()

   at
NAnt.VSNet.WebDavClient.DownloadFile(String localFileName, String remoteFileName)

   at
NAnt.VSNet.Project.Load(Solution sln,
String projectPath)

   at
NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask slnTask, TempFileCollection tfc, String

 outputDir, String path)

   at
NAnt.VSNet.Solution.LoadProjects()

   at
NAnt.VSNet.Solution..ctor(String solutionFileName, ArrayList additionalProjects, ArrayList referenceProj

ects, TempFileCollection tfc, SolutionTask solutionTask, WebMapCollection webMappings, FileSet excludesProject

s, String outputDir)

   at
NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()

   at
NAnt.Core.Task.Execute()

   at
NAnt.Core.Target.Execute()

   at
NAnt.Core.Project.Execute(String targetName,
Boolean forceDependencies)

   at
NAnt.Core.Tasks.CallTask.ExecuteTask()

   at
NAnt.Core.Task.Execute()

   at
NAnt.Core.Target.Execute()

   at
NAnt.Core.Project.Execute(String targetName,
Boolean forceDependencies)

   at
NAnt.Core.Project.Execute()

   at
NAnt.Core.Project.Run()

 

Please send bug report to
[EMAIL PROTECTED]








Re: [nant-dev] Bug report and help

2004-10-09 Thread Gert Driesen
Umesh,
Could it be that you're using NAnt 0.84 ?  I think you don't have the .NET 
Framework SDK installed on your build system, right ?

The NAnt 0.85 nightly build will report a more meaningful error in that 
case.

Gert
- Original Message - 
From: "UMESH MANOCHA" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "MICHAEL KINNAIRD" <[EMAIL PROTECTED]>
Sent: Friday, October 08, 2004 6:05 PM
Subject: [nant-dev] Bug report and help


Here is a simple script. Basically I am trying to compile a solution(has
only one Console project)



 
 


and get following error-
[solution] Starting solution build.
[solution] Building ConsoleApplication1 [release]...
BUILD FAILED
INTERNAL ERROR
System.ComponentModel.Win32Exception: The system cannot find the file
specified
  at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo
startIn
fo)
  at System.Diagnostics.Process.Start()
  at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  at NAnt.VSNet.Project.Compile(String configuration, ArrayList
alCSCArguments,
String strLogFile, Boolean bVerbose, Boolean bShowCommands)
  at NAnt.VSNet.Solution.Compile(String configuration, ArrayList
compilerArgume
nts, String logFile, Boolean verbose, Boolean showCommands)
  at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
  at NAnt.Core.Task.Execute()
  at NAnt.Core.Target.Execute()
  at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies)
  at NAnt.Core.Project.Execute()
  at NAnt.Core.Project.Run()
Please send bug report to [EMAIL PROTECTED]
Total time: 1 seconds.
Any help would be greatly appreciated.
Thanks

---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Bug report and help

2004-10-09 Thread UMESH MANOCHA



Here is a simple script. Basically 
I am trying to compile a solution(has only one Console project)
 
  
 
 
and get following 
error-
 
 [solution] 
Starting solution build. [solution] Building ConsoleApplication1 
[release]...
 
BUILD 
FAILED
 
INTERNAL 
ERROR
 
System.ComponentModel.Win32Exception: The system cannot find the file 
specified   at 
System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo 
startInfo)   at 
System.Diagnostics.Process.Start()   at 
System.Diagnostics.Process.Start(ProcessStartInfo startInfo)   at 
NAnt.VSNet.Project.Compile(String configuration, ArrayList 
alCSCArguments, String strLogFile, Boolean bVerbose, Boolean 
bShowCommands)   at NAnt.VSNet.Solution.Compile(String 
configuration, ArrayList compilerArguments, String logFile, Boolean verbose, 
Boolean showCommands)   at 
NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()   at 
NAnt.Core.Task.Execute()   at 
NAnt.Core.Target.Execute()   at NAnt.Core.Project.Execute(String 
targetName, Boolean forceDependencies)   at 
NAnt.Core.Project.Execute()   at 
NAnt.Core.Project.Run()
 
Please send bug 
report to [EMAIL PROTECTED].
 
Total 
time: 1 seconds.
Any help would be greatly 
appreciated.
 
Thanks


Re: [nant-dev] Bug Report

2004-09-28 Thread Gert Driesen
Ramon,
This issue was fixed since the 0.84 release. Can you try using a recent 
nightly build (http://nant.sourceforge.net/nightly/builds) ?

Gert
- Original Message - 
From: "Ramon Leon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 27, 2004 11:54 PM
Subject: [nant-dev] Bug Report

Here's the output of a build failure I'm experiencing.  The cause seems
to be related to some com component called smtpsvg.dll that one of my
projects references.  I don't really know what the issue is, but if you
have any ideas or suggestions, or need more info, please let me know.
Build:
[nant]
F:\BuildFolder\CurrentCode\Applications\TaskManager\project.build De
bug
   Buildfile:
file:///F:/BuildFolder/CurrentCode/Applications/TaskManag
er/project.build
   Target(s) specified: Debug
   Debug:
[solution] Starting solution build.
   BUILD FAILED
   INTERNAL ERROR
   System.Exception: Couldn't find referenced type library
'F:\BuildFol
der\CurrentCode\BaseServices\NotificationService\NotificationServiceLibr
ary\Util
ities\SMTPSVG.DLL\1'.
  at NAnt.VSNet.Reference.HandleWrapperImport(XmlElement elemReference)
  at NAnt.VSNet.Reference..ctor(Solution solution, ProjectSettings ps,
XmlEleme
nt elemReference, SolutionTask solutionTask, String outputDir)
  at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
  at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask
slnTask,
TempFileCollection tfc, String outputDir, String path)
  at NAnt.VSNet.Reference..ctor(Solution solution, ProjectSettings ps,
XmlEleme
nt elemReference, SolutionTask solutionTask, String outputDir)
  at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
  at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask
slnTask,
TempFileCollection tfc, String outputDir, String path)
  at NAnt.VSNet.Reference..ctor(Solution solution, ProjectSettings ps,
XmlEleme
nt elemReference, SolutionTask solutionTask, String outputDir)
  at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
  at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask
slnTask,
TempFileCollection tfc, String outputDir, String path)
  at NAnt.VSNet.Solution.LoadProjects()
  at NAnt.VSNet.Solution..ctor(String solutionFileName, ArrayList
additionalPro
jects, ArrayList referenceProjects, TempFileCollection tfc, SolutionTask
solutio
nTask, WebMapCollection webMappings, FileSet excludesProjects, String
outputDir)
  at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
  at NAnt.Core.Task.Execute()
  at NAnt.Core.Target.Execute()
  at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies)
  at NAnt.Core.Project.Execute()
  at NAnt.Core.Project.Run()
   Please send bug report to
[EMAIL PROTECTED]
   Total time: 1.8 seconds.
BUILD FAILED
Nested build failed.  Refer to build log for exact reason.
Total time: 66.2 seconds.
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Bug Report

2004-09-28 Thread Ramon Leon
Here's the output of a build failure I'm experiencing.  The cause seems
to be related to some com component called smtpsvg.dll that one of my
projects references.  I don't really know what the issue is, but if you
have any ideas or suggestions, or need more info, please let me know.

Build:

 [nant]
F:\BuildFolder\CurrentCode\Applications\TaskManager\project.build De
bug

Buildfile:
file:///F:/BuildFolder/CurrentCode/Applications/TaskManag
er/project.build
Target(s) specified: Debug

Debug:

 [solution] Starting solution build.

BUILD FAILED

INTERNAL ERROR

System.Exception: Couldn't find referenced type library
'F:\BuildFol
der\CurrentCode\BaseServices\NotificationService\NotificationServiceLibr
ary\Util
ities\SMTPSVG.DLL\1'.
   at NAnt.VSNet.Reference.HandleWrapperImport(XmlElement elemReference)
   at NAnt.VSNet.Reference..ctor(Solution solution, ProjectSettings ps,
XmlEleme
nt elemReference, SolutionTask solutionTask, String outputDir)
   at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
   at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask
slnTask,
TempFileCollection tfc, String outputDir, String path)
   at NAnt.VSNet.Reference..ctor(Solution solution, ProjectSettings ps,
XmlEleme
nt elemReference, SolutionTask solutionTask, String outputDir)
   at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
   at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask
slnTask,
TempFileCollection tfc, String outputDir, String path)
   at NAnt.VSNet.Reference..ctor(Solution solution, ProjectSettings ps,
XmlEleme
nt elemReference, SolutionTask solutionTask, String outputDir)
   at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
   at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask
slnTask,
TempFileCollection tfc, String outputDir, String path)
   at NAnt.VSNet.Solution.LoadProjects()
   at NAnt.VSNet.Solution..ctor(String solutionFileName, ArrayList
additionalPro
jects, ArrayList referenceProjects, TempFileCollection tfc, SolutionTask
solutio
nTask, WebMapCollection webMappings, FileSet excludesProjects, String
outputDir)

   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

Please send bug report to
[EMAIL PROTECTED]

Total time: 1.8 seconds.


BUILD FAILED

Nested build failed.  Refer to build log for exact reason.

Total time: 66.2 seconds.


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


cvs task exception: was RE: [nant-dev] Bug report as requested.

2004-09-09 Thread Clayton Harbour
Hi Ian,

Sorry this one slipped by me.  It looks like you are using an older version of NAnt, 
there have been a number of improvements made since 0.84 and you can download a 
nightly build to take advantage of them.

That being said it looks like the issue below is caused by a Repository file not 
existing in the path:
C:\src\wrb\CVS\Repository

Do you have the project checked out to path c:\src\wrb?



Clayton


-Original Message-
From:   Ian Ringrose [mailto:[EMAIL PROTECTED]
Sent:   Wed 9/8/2004 3:57 AM
To: [EMAIL PROTECTED]
Cc: 
Subject:[nant-dev] Bug report as requested.
C:\src\wrb_build_test>nant
NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 26/12/2003)
Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/src/wrb_build_test/wrb.build
Target(s) specified: debug

debug:


BUILD FAILED

INTERNAL ERROR

System.IO.FileNotFoundException: path=[C:\src\wrb\Booking\bin]fileType=[Reposito
ry]File not found.
   at ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchSingle(String path, FileTy
pe fileType)
   at ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchFilesToUpdateRecursive(Arr
ayList folders, String directory)
   at ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchFilesToUpdateRecursive(Arr
ayList folders, String directory)
   at ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchFilesToUpdateRecursive(Arr
ayList folders, String directory)
   at ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchFilesToUpdate(String direc
tory)
   at NAnt.SourceControl.Tasks.UpdateTask.PopulateFolders(WorkingDirectory worki
ngDirectory)
   at NAnt.SourceControl.Tasks.UpdateTask.CreateCommand()
   at NAnt.SourceControl.Tasks.AbstractCvsTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

Please send bug report to [EMAIL PROTECTED]

Total time: 0.6 seconds.

--

build file:





 

 











---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idP47&alloc_id808&op=click
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Bug report as requested.

2004-09-08 Thread Ian Ringrose



C:\src\wrb_build_test>nantNAnt 0.84 (Build 
0.84.1455.0; net-1.0.win32; release; 26/12/2003)Copyright (C) 2001-2003 
Gerry Shawhttp://nant.sourceforge.net
 
Buildfile: file:///C:/src/wrb_build_test/wrb.buildTarget(s) 
specified: debug
 
debug:
 
BUILD FAILED
 
INTERNAL ERROR
 
System.IO.FileNotFoundException: 
path=[C:\src\wrb\Booking\bin]fileType=[Repository]File not 
found.   at 
ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchSingle(String path, FileType 
fileType)   at 
ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchFilesToUpdateRecursive(ArrayList 
folders, String directory)   at 
ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchFilesToUpdateRecursive(ArrayList 
folders, String directory)   at 
ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchFilesToUpdateRecursive(ArrayList 
folders, String directory)   at 
ICSharpCode.SharpCvsLib.FileSystem.Manager.FetchFilesToUpdate(String 
directory)   at 
NAnt.SourceControl.Tasks.UpdateTask.PopulateFolders(WorkingDirectory 
workingDirectory)   at 
NAnt.SourceControl.Tasks.UpdateTask.CreateCommand()   at 
NAnt.SourceControl.Tasks.AbstractCvsTask.ExecuteTask()   at 
NAnt.Core.Task.Execute()   at 
NAnt.Core.Target.Execute()   at NAnt.Core.Project.Execute(String 
targetName, Boolean forceDependencies)   at 
NAnt.Core.Project.Execute()   at NAnt.Core.Project.Run()
 
Please send bug report to [EMAIL PROTECTED].
 
Total time: 0.6 seconds.
 
--
 
build file:
 



 

destination=".."
cvsroot=":pserver:[EMAIL PROTECTED]:/cvsroot"
password="xxx"
module="wrb" /> 

solutionfile='ResourceBooking.sln'
configuration='Debug' 
failonerror='false'
/>




Re: [nant-dev] bUG Report: Nant build from 8/4

2004-08-11 Thread Gert Driesen
Shikari,

Can you try using an even more recent nightly build, as error reporting has
been improved for this issue ?  That should give you a pointer as to which
project file cannot be loaded.

Gert

- Original Message -
From: "shikari shambu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 09, 2004 11:45 PM
Subject: [nant-dev] bUG Report: Nant build from 8/4


> I have not been able to build using the solution task. Wonder if anyone
has
> successfully built a web project using solution task.
>
> Here is the error I get
>
> System.Xml.XmlException: The data at the root level is invalid. Line 1,
> position 1.
>at System.Xml.XmlTextReader.ParseRoot()
>at System.Xml.XmlTextReader.Read()
>at System.Xml.XmlValidatingReader.ReadWithCollectTextToken()
>at System.Xml.XmlValidatingReader.Read()
>at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean
> preserveWhitespace)
>at System.Xml.XmlDocument.Load(XmlReader reader)
>at System.Xml.XmlDocument.LoadXml(String xml)
>at NAnt.VSNet.ProjectFactory.LoadProjectXml(String path) in
C:\Documents
> and Settings\drieseng\Local
> Settings\Temp\tmp442.tmp\src\NAnt.VSNet\ProjectFactory.cs:line 75
>at NAnt.VSNet.ProjectBase.LoadXmlDocument(String fileName) in
> C:\Documents and Settings\drieseng\Local
> Settings\Temp\tmp442.tmp\src\NAnt.VSNet\ProjectBase.cs:line 261
>at NAnt.VSNet.Project.Load(Solution sln, String projectPath) in
> C:\Documents and Settings\drieseng\Local
> Settings\Temp\tmp442.tmp\src\NAnt.VSNet\Project.cs:line 123
>at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask
> slnTask, TempFileCollection tfc, GacCache gacCache, ReferencesResolver
> refResolver, DirectoryInfo outputDir, String path) in C:\Documents and
> Settings\drieseng\Local
> Settings\Temp\tmp442.tmp\src\NAnt.VSNet\ProjectFactory.cs:line
> 94
>at NAnt.VSNet.Solution.LoadProjects(GacCache gacCache,
ReferencesResolver
> refResolver) in C:\Documents and Settings\drieseng\Local
> Settings\Temp\tmp442.tmp\src\NAnt.VSNet\Solution.cs:line 544
>at NAnt.VSNet.Solution..ctor(FileInfo solutionFile, ArrayList
> additionalProjects, ArrayList referenceProjects, TempFileCollection tfc,
> SolutionTask solutionTask, WebMapCollection webMaps, FileSet
> excludesProjects, DirectoryInfo outputDir, GacCache gacCache,
> ReferencesResolver refResolver) in C:\D
> ocuments and Settings\drieseng\Local
> Settings\Temp\tmp442.tmp\src\NAnt.VSNet\Solution.cs:line 130
>at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask() in C:\Documents and
> Settings\drieseng\Local
> Settings\Temp\tmp442.tmp\src\NAnt.VSNet\Tasks\SolutionTask.cs:line 380
>at NAnt.Core.Task.Execute() in C:\Documents and Settings\drieseng\Local
> Settings\Temp\tmp442.tmp\src\NAnt.Core\Task.cs:line 177
>at NAnt.Core.Target.Execute() in C:\Documents and
Settings\drieseng\Local
> Settings\Temp\tmp442.tmp\src\NAnt.Core\Target.cs:line 249
>at NAnt.Core.Project.Execute(String targetName, Boolean
> forceDependencies) in C:\Documents and Settings\drieseng\Local
> Settings\Temp\tmp442.tmp\src\NAnt.Core\Project.cs:line 876
>at NAnt.Core.Project.Execute() in C:\Documents and
> Settings\drieseng\Local
> Settings\Temp\tmp442.tmp\src\NAnt.Core\Project.cs:line 833
>at NAnt.Core.Project.Run() in C:\Documents and Settings\drieseng\Local
> Settings\Temp\tmp442.tmp\src\NAnt.Core\Project.cs:line 903
>
> Please send bug report to [EMAIL PROTECTED]
>
> Total time: 6 seconds.
>
> _
> Check out Election 2004 for up-to-date election news, plus voter tools and
> more! http://special.msn.com/msn/election2004.armx
>
>
>
> ---
> SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
> 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
> Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
> http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
> ___
> nant-developers mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-developers
>



---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] bUG Report: Nant build from 8/4

2004-08-11 Thread shikari shambu
I have not been able to build using the solution task. Wonder if anyone has 
successfully built a web project using solution task.

Here is the error I get
System.Xml.XmlException: The data at the root level is invalid. Line 1, 
position 1.
  at System.Xml.XmlTextReader.ParseRoot()
  at System.Xml.XmlTextReader.Read()
  at System.Xml.XmlValidatingReader.ReadWithCollectTextToken()
  at System.Xml.XmlValidatingReader.Read()
  at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean 
preserveWhitespace)
  at System.Xml.XmlDocument.Load(XmlReader reader)
  at System.Xml.XmlDocument.LoadXml(String xml)
  at NAnt.VSNet.ProjectFactory.LoadProjectXml(String path) in C:\Documents 
and Settings\drieseng\Local 
Settings\Temp\tmp442.tmp\src\NAnt.VSNet\ProjectFactory.cs:line 75
  at NAnt.VSNet.ProjectBase.LoadXmlDocument(String fileName) in 
C:\Documents and Settings\drieseng\Local 
Settings\Temp\tmp442.tmp\src\NAnt.VSNet\ProjectBase.cs:line 261
  at NAnt.VSNet.Project.Load(Solution sln, String projectPath) in 
C:\Documents and Settings\drieseng\Local 
Settings\Temp\tmp442.tmp\src\NAnt.VSNet\Project.cs:line 123
  at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask 
slnTask, TempFileCollection tfc, GacCache gacCache, ReferencesResolver 
refResolver, DirectoryInfo outputDir, String path) in C:\Documents and 
Settings\drieseng\Local 
Settings\Temp\tmp442.tmp\src\NAnt.VSNet\ProjectFactory.cs:line
94
  at NAnt.VSNet.Solution.LoadProjects(GacCache gacCache, ReferencesResolver 
refResolver) in C:\Documents and Settings\drieseng\Local 
Settings\Temp\tmp442.tmp\src\NAnt.VSNet\Solution.cs:line 544
  at NAnt.VSNet.Solution..ctor(FileInfo solutionFile, ArrayList 
additionalProjects, ArrayList referenceProjects, TempFileCollection tfc, 
SolutionTask solutionTask, WebMapCollection webMaps, FileSet 
excludesProjects, DirectoryInfo outputDir, GacCache gacCache, 
ReferencesResolver refResolver) in C:\D
ocuments and Settings\drieseng\Local 
Settings\Temp\tmp442.tmp\src\NAnt.VSNet\Solution.cs:line 130
  at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask() in C:\Documents and 
Settings\drieseng\Local 
Settings\Temp\tmp442.tmp\src\NAnt.VSNet\Tasks\SolutionTask.cs:line 380
  at NAnt.Core.Task.Execute() in C:\Documents and Settings\drieseng\Local 
Settings\Temp\tmp442.tmp\src\NAnt.Core\Task.cs:line 177
  at NAnt.Core.Target.Execute() in C:\Documents and Settings\drieseng\Local 
Settings\Temp\tmp442.tmp\src\NAnt.Core\Target.cs:line 249
  at NAnt.Core.Project.Execute(String targetName, Boolean 
forceDependencies) in C:\Documents and Settings\drieseng\Local 
Settings\Temp\tmp442.tmp\src\NAnt.Core\Project.cs:line 876
  at NAnt.Core.Project.Execute() in C:\Documents and 
Settings\drieseng\Local 
Settings\Temp\tmp442.tmp\src\NAnt.Core\Project.cs:line 833
  at NAnt.Core.Project.Run() in C:\Documents and Settings\drieseng\Local 
Settings\Temp\tmp442.tmp\src\NAnt.Core\Project.cs:line 903

Please send bug report to [EMAIL PROTECTED]
Total time: 6 seconds.
_
Check out Election 2004 for up-to-date election news, plus voter tools and 
more! http://special.msn.com/msn/election2004.armx


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] bug report

2004-07-09 Thread Gert Driesen
Felice,

Please try using a recent nightly build
(http://nant.sourceforge.net/nightly/builds).

Thanks,

Gert
- Original Message -
From: "Felice Vittoria" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 08, 2004 4:37 PM
Subject: [nant-dev] bug report


Hello all,

I am using nant-0.84 on a Windows Server 2003 Standard Edition.   I came
across an INTERNAL ERROR (see below for more details).  Any ideas?  If
there's any more information you need, please let me know.

Thanks,
Felice



compile:

 [echo] Compiling: c:\inetpub\wwwroot\SVPSWeb\Consumer\Consumer.vbproj
 [exec] C:\Program Files\Microsoft Visual Studio .NET
2003\Common7\IDE\deven
v.com "c:\inetpub\wwwroot\SVPSWeb\Consumer\Consumer.vbproj" /build debug

Microsoft (R) Development Environment  Version 7.10.3077.
Copyright (C) Microsoft Corp 1984-2001. All rights reserved.
-- Build started: Project: Consumer, Configuration: Debug
.NET -
-

Preparing resources...
Updating references...
Performing main compilation...
Building satellite assemblies...



-- Done --

Build: 1 succeeded, 0 failed, 0 skipped


 [copy] Copying 1 file to
C:\vss\Development\Components\ECL\Library\Release
1.0\ECL.SVPS.Webs.Consumer.dll.
 [copy] Copying 1 file to
C:\vss\Development\Components\ECL\Library\Release
1.0\ECL.SVPS.Webs.Consumer.pdb.

BuildUIResources:

[mkdir] Creating directory
c:\inetpub\wwwroot\SVPSWeb\Consumer\bin\es-MX.
   [delete] Cannot delete file
c:\inetpub\wwwroot\SVPSWeb\Consumer\bin\es-MX\ECL
.Common.Resources.dll.
   [delete] Deleting 0 files.
 [echo] Building resources:
c:\inetpub\wwwroot\SVPSWeb\SVCResources\Language
s.es-MX.resx ...

BUILD FAILED

INTERNAL ERROR

System.ArgumentException: Illegal characters in path.
   at System.IO.Path.IsPathRooted(String path)
   at NAnt.Core.Tasks.ExecTask.get_ProgramFileName()
   at NAnt.Core.Tasks.ExecTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies)
   at NAnt.Core.Tasks.CallTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies)
   at NAnt.Core.Tasks.CallTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies)
   at NAnt.Core.Tasks.CallTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies)
   at NAnt.Core.Tasks.CallTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

Please send bug report to [EMAIL PROTECTED]

Total time: 402.6 seconds.



---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers



---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] bug report

2004-07-09 Thread Felice Vittoria
Hello all,

I am using nant-0.84 on a Windows Server 2003 Standard Edition.   I came across an 
INTERNAL ERROR (see below for more details).  Any ideas?  If there's any more 
information you need, please let me know. 

Thanks,
Felice



compile:

 [echo] Compiling: c:\inetpub\wwwroot\SVPSWeb\Consumer\Consumer.vbproj
 [exec] C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\deven
v.com "c:\inetpub\wwwroot\SVPSWeb\Consumer\Consumer.vbproj" /build debug

Microsoft (R) Development Environment  Version 7.10.3077.
Copyright (C) Microsoft Corp 1984-2001. All rights reserved.
-- Build started: Project: Consumer, Configuration: Debug .NET -
-

Preparing resources...
Updating references...
Performing main compilation...
Building satellite assemblies...



-- Done --

Build: 1 succeeded, 0 failed, 0 skipped


 [copy] Copying 1 file to C:\vss\Development\Components\ECL\Library\Release
1.0\ECL.SVPS.Webs.Consumer.dll.
 [copy] Copying 1 file to C:\vss\Development\Components\ECL\Library\Release
1.0\ECL.SVPS.Webs.Consumer.pdb.

BuildUIResources:

[mkdir] Creating directory c:\inetpub\wwwroot\SVPSWeb\Consumer\bin\es-MX.
   [delete] Cannot delete file c:\inetpub\wwwroot\SVPSWeb\Consumer\bin\es-MX\ECL
.Common.Resources.dll.
   [delete] Deleting 0 files.
 [echo] Building resources: c:\inetpub\wwwroot\SVPSWeb\SVCResources\Language
s.es-MX.resx ...

BUILD FAILED

INTERNAL ERROR

System.ArgumentException: Illegal characters in path.
   at System.IO.Path.IsPathRooted(String path)
   at NAnt.Core.Tasks.ExecTask.get_ProgramFileName()
   at NAnt.Core.Tasks.ExecTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
   at NAnt.Core.Tasks.CallTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
   at NAnt.Core.Tasks.CallTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
   at NAnt.Core.Tasks.CallTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
   at NAnt.Core.Tasks.CallTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

Please send bug report to [EMAIL PROTECTED]

Total time: 402.6 seconds.



---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] Bug report

2004-06-29 Thread Gert Driesen
Jun,

I can't reproduce that issue here with the build script you've providued,
but I can reproduce it using :





I'll look into this later ...

Thanks,

Gert

- Original Message -
From: "Jun Pang" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 28, 2004 11:09 PM
Subject: [nant-dev] Bug report


> bug can be reprocuded by running following script against the lasted
nightly
> build (nant-0.85-20040619.zip)
>
> 
> 
>
>  verbose="true">
> 
> 
> 
value="${ldms_loc.dir}\${langprefix}\Install\AssetManager\AssetManagementCon
sole-ENU.iss"/>
> 
value="${ldms_loc.dir}\${langprefix}\Install\AssetManager\AssetManagement-EN
U.iss"/>
> 
value="${ldms_loc.dir}\${langprefix}\Install\Connectors\Connector-ENU.iss"/>
> 
value="${ldms_loc.dir}\${langprefix}\Install\Connectors\OpenViewConnector-EN
U.iss"/>
> 
value="${ldms_loc.dir}\${langprefix}\Install\Connectors\PeregrineConnector-E
NU.iss"/>
> 
value="${ldms_loc.dir}\${langprefix}\Install\Connectors\TivoliConnector-ENU.
iss"/>
> 
value="${ldms_loc.dir}\${langprefix}\Install\PatchManager\PatchManagerBasicM
SI-ENU.iss"/>
> 
>
> 
>
> BUILD FAILED
>
> INTERNAL ERROR
>
> System.FormatException: String was not recognized as a valid Boolean.
>at System.Boolean.Parse(String value)
>at System.Convert.ToBoolean(String value)
>at NAnt.Core.Tasks.IfTask.get_ConditionsTrue() in
> C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp15EB.tmp\
> src\NAnt.Core\Tasks\IfTask.cs:line 271
>at NAnt.Core.Tasks.IfTask.ExecuteTask() in
> C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp15EB.tmp\src\NAn
> t.Core\Tasks\IfTask.cs:line 333
>at NAnt.Core.Task.Execute() in
> C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp15EB.tmp\src\NAnt.Core\Task.
> cs:line 176
>at NAnt.Core.Target.Execute() in
> C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp15EB.tmp\src\NAnt.Core\Tar
> get.cs:line 249
>at NAnt.Core.Project.Execute(String targetName, Boolean
> forceDependencies) in C:\DOCUME~1\driesen
> g\LOCALS~1\Temp\tmp15EB.tmp\src\NAnt.Core\Project.cs:line 870
>at NAnt.Core.Project.Execute() in
> C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp15EB.tmp\src\NAnt.Core\Pr
> oject.cs:line 827
>at NAnt.Core.Project.Run() in
> C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp15EB.tmp\src\NAnt.Core\Projec
> t.cs:line 895
>
> Please send bug report to [EMAIL PROTECTED]
>
> Total time: 11.6 seconds.
>
> _
> FREE pop-up blocking with the new MSN Toolbar - get it now!
> http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
>
>
>
> ---
> This SF.Net email sponsored by Black Hat Briefings & Training.
> Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
> digital self defense, top technical experts, no vendor pitches,
> unmatched networking opportunities. Visit www.blackhat.com
> ___
> nant-developers mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-developers
>



---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] bug report doing a DEV build for ehs

2004-06-29 Thread Gert Driesen
Michael,

Can you try this using a recent nightly build
(http://nant.sourceforge.net/nightly/builds) ?

Thanks,

Gert

- Original Message -
From: "Michael Kelsey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 29, 2004 5:59 PM
Subject: [nant-dev] bug report doing a DEV build for ehs


> Just following instructions from the screen:
>
> 
>
> $ nant -D:site=ehsmetdevlwmcom -D:location=d:/web/ehsmet.dev.lwm.com
> NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003)
> Copyright (C) 2001-2003 Gerry Shaw
> http://nant.sourceforge.net
>
> Buildfile: file:///d:/web/ehsmet.dev.lwm.com/dotnet/cko/ehs/default.build
> Target(s) specified: deploy
>
> init:
>
>[tstamp] Tuesday, June 29, 2004 10:57:47 AM.
> [mkdir] Creating directory
> d:\web\ehsmet.dev.lwm.com\dotnet\cko\ehs\build.
> [mkdir] Creating directory
> d:\web\ehsmet.dev.lwm.com\dotnet\cko\ehs\solution
> s.
> [mkdir] Creating directory
d:\web\ehsmet.dev.lwm.com\dotnet\cko\ehs\cko.
>
> compile:
>
>  [solution] Starting solution build.
>
> BUILD FAILED
>
> INTERNAL ERROR
>
> System.ApplicationException: Couldn't find reference to type library
> 'MWComUtil'
>  (TYPELIB\{E97D1011-0AF9-48D8-A5AA-FF5AB971FBDC}\7.0\0\win32).
>at NAnt.VSNet.Reference.HandleWrapperImport(XmlElement elemReference)
>at NAnt.VSNet.Reference..ctor(Solution solution, ProjectSettings ps,
> XmlEleme
> nt elemReference, SolutionTask solutionTask, String outputDir)
>at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
>at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask
> slnTask,
> TempFileCollection tfc, String outputDir, String path)
>at NAnt.VSNet.Reference..ctor(Solution solution, ProjectSettings ps,
> XmlEleme
> nt elemReference, SolutionTask solutionTask, String outputDir)
>at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
>at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask
> slnTask,
> TempFileCollection tfc, String outputDir, String path)
>at NAnt.VSNet.Reference..ctor(Solution solution, ProjectSettings ps,
> XmlEleme
> nt elemReference, SolutionTask solutionTask, String outputDir)
>at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
>at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask
> slnTask,
> TempFileCollection tfc, String outputDir, String path)
>at NAnt.VSNet.Solution.LoadProjects()
>at NAnt.VSNet.Solution..ctor(String solutionFileName, ArrayList
> additionalPro
> jects, ArrayList referenceProjects, TempFileCollection tfc, SolutionTask
> solutio
> nTask, WebMapCollection webMappings, FileSet excludesProjects, String
> outputDir)
>
>at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
>at NAnt.Core.Task.Execute()
>at NAnt.Core.TaskContainer.ExecuteChildTasks()
>at NAnt.Core.Tasks.IfTask.ExecuteTask()
>at NAnt.Core.Task.Execute()
>at NAnt.Core.Target.Execute()
>at NAnt.Core.Project.Execute(String targetName, Boolean
> forceDependencies)
>at NAnt.Core.Project.Execute()
>at NAnt.Core.Project.Run()
>
> Please send bug report to [EMAIL PROTECTED]
>
> Total time: 0.5 seconds.
>
> 
>
> Thanks,
> Michael
>
> [EMAIL PROTECTED]
> 314-361-8500 ext. 321
>
>
>
> ---
> This SF.Net email sponsored by Black Hat Briefings & Training.
> Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
> digital self defense, top technical experts, no vendor pitches,
> unmatched networking opportunities. Visit www.blackhat.com
> ___
> nant-developers mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-developers
>



---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Bug report

2004-06-29 Thread Jun Pang
bug can be reprocuded by running following script against the lasted nightly 
build (nant-0.85-20040619.zip)


	

		
		
			
			
			
			
			
			
			
			
		


BUILD FAILED
INTERNAL ERROR
System.FormatException: String was not recognized as a valid Boolean.
  at System.Boolean.Parse(String value)
  at System.Convert.ToBoolean(String value)
  at NAnt.Core.Tasks.IfTask.get_ConditionsTrue() in 
C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp15EB.tmp\
src\NAnt.Core\Tasks\IfTask.cs:line 271
  at NAnt.Core.Tasks.IfTask.ExecuteTask() in 
C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp15EB.tmp\src\NAn
t.Core\Tasks\IfTask.cs:line 333
  at NAnt.Core.Task.Execute() in 
C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp15EB.tmp\src\NAnt.Core\Task.
cs:line 176
  at NAnt.Core.Target.Execute() in 
C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp15EB.tmp\src\NAnt.Core\Tar
get.cs:line 249
  at NAnt.Core.Project.Execute(String targetName, Boolean 
forceDependencies) in C:\DOCUME~1\driesen
g\LOCALS~1\Temp\tmp15EB.tmp\src\NAnt.Core\Project.cs:line 870
  at NAnt.Core.Project.Execute() in 
C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp15EB.tmp\src\NAnt.Core\Pr
oject.cs:line 827
  at NAnt.Core.Project.Run() in 
C:\DOCUME~1\drieseng\LOCALS~1\Temp\tmp15EB.tmp\src\NAnt.Core\Projec
t.cs:line 895

Please send bug report to [EMAIL PROTECTED]
Total time: 11.6 seconds.
_
FREE pop-up blocking with the new MSN Toolbar – get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] bug report doing a DEV build for ehs

2004-06-29 Thread Michael Kelsey
Just following instructions from the screen:



$ nant -D:site=ehsmetdevlwmcom -D:location=d:/web/ehsmet.dev.lwm.com
NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003)
Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///d:/web/ehsmet.dev.lwm.com/dotnet/cko/ehs/default.build
Target(s) specified: deploy

init:

   [tstamp] Tuesday, June 29, 2004 10:57:47 AM.
[mkdir] Creating directory
d:\web\ehsmet.dev.lwm.com\dotnet\cko\ehs\build.
[mkdir] Creating directory
d:\web\ehsmet.dev.lwm.com\dotnet\cko\ehs\solution
s.
[mkdir] Creating directory d:\web\ehsmet.dev.lwm.com\dotnet\cko\ehs\cko.

compile:

 [solution] Starting solution build.

BUILD FAILED

INTERNAL ERROR

System.ApplicationException: Couldn't find reference to type library
'MWComUtil'
 (TYPELIB\{E97D1011-0AF9-48D8-A5AA-FF5AB971FBDC}\7.0\0\win32).
   at NAnt.VSNet.Reference.HandleWrapperImport(XmlElement elemReference)
   at NAnt.VSNet.Reference..ctor(Solution solution, ProjectSettings ps,
XmlEleme
nt elemReference, SolutionTask solutionTask, String outputDir)
   at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
   at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask
slnTask,
TempFileCollection tfc, String outputDir, String path)
   at NAnt.VSNet.Reference..ctor(Solution solution, ProjectSettings ps,
XmlEleme
nt elemReference, SolutionTask solutionTask, String outputDir)
   at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
   at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask
slnTask,
TempFileCollection tfc, String outputDir, String path)
   at NAnt.VSNet.Reference..ctor(Solution solution, ProjectSettings ps,
XmlEleme
nt elemReference, SolutionTask solutionTask, String outputDir)
   at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
   at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask
slnTask,
TempFileCollection tfc, String outputDir, String path)
   at NAnt.VSNet.Solution.LoadProjects()
   at NAnt.VSNet.Solution..ctor(String solutionFileName, ArrayList
additionalPro
jects, ArrayList referenceProjects, TempFileCollection tfc, SolutionTask
solutio
nTask, WebMapCollection webMappings, FileSet excludesProjects, String
outputDir)

   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.TaskContainer.ExecuteChildTasks()
   at NAnt.Core.Tasks.IfTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

Please send bug report to [EMAIL PROTECTED]

Total time: 0.5 seconds.



Thanks,
Michael

[EMAIL PROTECTED]
314-361-8500 ext. 321



---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] Bug report for NANT task

2004-06-26 Thread Gert Driesen
Finnur,

The  task still needs a lot of work in order to support Visual C++
projects.  It would be great if someone is willing to step up, and lead this
effort ...

Gert

- Original Message -
From: "Finnur Thorarinsson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 17, 2004 8:14 PM
Subject: [nant-dev] Bug report for NANT  task


>
> I have nant-0.85-20040525 and nantcontrib-0.85-20040524 installed and
> working.
>
> When I use the  task, however, I get this error:
>
>
> [solution] Starting solution build.
>
> BUILD FAILED
>
> INTERNAL ERROR
>
> System.NullReferenceException: Object reference not set to an instance of
an
> object.
>at NAnt.VSNet.VcConfiguration..ctor(XmlElement elem, VcProject
> parentProject, Solution parentSln, VcConfiguration parentConfig,
> DirectoryInfo outputDir) in
>
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp1B13.tmp\src\NAnt.VSNet\VcConfiguratio
n.cs:line
> 79
>at NAnt.VSNet.VcConfiguration..ctor(XmlElement elem, VcProject
> parentProject, Solution parentSln, DirectoryInfo outputDir) in
>
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp1B13.tmp\src\NAnt.VSNet\VcConfiguratio
n.cs:line
> 42
>at NAnt.VSNet.VcProject.Load(Solution sln, String projectPath) in
>
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp1B13.tmp\src\NAnt.VSNet\VcProject.cs:l
ine
> 159
>at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask
> slnTask,TempFileCollection tfc, GacCache gacCache, DirectoryInfo
outputDir,
> String path) in
>
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp1B13.tmp\src\NAnt.VSNet\ProjectFactory
.cs:line
> 76
>at NAnt.VSNet.Solution.LoadProjects(GacCache gacCache) in
>
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp1B13.tmp\src\NAnt.VSNet\Solution.cs:li
ne
> 549
>at NAnt.VSNet.Solution..ctor(FileInfo solutionFile, ArrayList
> additionalProjects, ArrayList referenceProjects, TempFileCollection tfc,
> SolutionTask solutionTask, WebMapCollection webMaps, FileSet
> excludesProjects, DirectoryInfo outputDir, GacCache gacCache) in
>
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp1B13.tmp\src\NAnt.VSNet\Solution.cs:li
ne
> 130
>at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask() in
>
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp1B13.tmp\src\NAnt.VSNet\Tasks\Solution
Task.cs:line
> 365
>at NAnt.Core.Task.Execute() in
> C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp1B13.tmp\src\NAnt.Core\Task.cs:line
> 176
>at NAnt.Core.Target.Execute() in
>
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp1B13.tmp\src\NAnt.Core\Target.cs:line
> 249
>at NAnt.Core.Project.Execute(String targetName, Boolean
> forceDependencies) in
>
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp1B13.tmp\src\NAnt.Core\Project.cs:line
> 870
>at NAnt.Core.Project.Execute() in
>
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp1B13.tmp\src\NAnt.Core\Project.cs:line
> 827
>at NAnt.Core.Project.Run() in
>
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp1B13.tmp\src\NAnt.Core\Project.cs:line
> 895
>
> Please send bug report to [EMAIL PROTECTED]
>
> Total time: 6.7 seconds.
>
>
> Where do I go from here?
>
>
> Best regards,
> Finnur.
>
> _
> Get fast, reliable Internet access with MSN 9 Dial-up - now 3 months FREE!
> http://join.msn.click-url.com/go/onm00200361ave/direct/01/
>
>
>
> ---
> This SF.Net email sponsored by Black Hat Briefings & Training.
> Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
> digital self defense, top technical experts, no vendor pitches,
> unmatched networking opportunities. Visit www.blackhat.com
> ___
> nant-developers mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-developers
>



---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] Bug report

2004-06-26 Thread Gert Driesen
Chen,

The  task is lacking solid support for Visual C++ projects, which
is what's causing the internal error.

Gert

- Original Message -
From: "Chen, Alan (IBK-NY)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 24, 2004 10:55 PM
Subject: [nant-dev] Bug report


I was testing the  task on MS PetShop 3.0
(http://www.microsoft.com/downloads/details.aspx?FamilyId=E2930625-3C7A-
49DC-8655-A8205813D6DB&displaylang=en).

My test.build looks like this:

===




http://localhost/MSPetShop";
path="C:\alan\work\VSNET2003\PetShop\Web" />




===

OS: XP Professional
VS.NET 2003


===
C:\alan\work\VSNET2003\PetShop>nant -debug -targetframework:net-1.1
NAnt 0.85 (Build 0.85.1631.0; net-1.0.win32; nightly; 6/19/2004)
Copyright (C) 2001-2004 Gerry Shaw
NAnt Team

Buildfile: file:///C:/alan/work/VSNET2003/PetShop/test.build
Base Directory: C:\alan\work\VSNET2003\PetShop.
 [solution] Starting solution build.
 [solution] Found webmap match
'C:\alan\work\VSNET2003\PetShop\Web/Web.csproj' for
'http://localhost/MSPetShop/Web.csproj.
 [solution] Loading projects...
 [solution] Loading project
'C:\alan\work\VSNET2003\PetShop\IDAL\IDAL.csproj'.
 [solution] Project: IDAL Relative Output Path: bin\Debug\ Output Path:
C:\alan\work\VSNET2003\PetShop\IDAL\bin\Debug\ Documentation Path:
 [solution] Project: IDAL Relative Output Path: bin\Release\ Output
Path: C:\alan\work\VSNET2003\PetShop\IDAL\bin\Release\ Documentation
Path:
 [solution] Project: Model Relative Output Path: bin\Debug\ Output Path:
C:\alan\work\VSNET2003\PetShop\Model\bin\Debug\ Documentation Path:
 [solution] Project: Model Relative Output Path: bin\Release\ Output
Path: C:\alan\work\VSNET2003\PetShop\Model\bin\Release\ Documentation
Path:
 [solution] Loading project
'C:\alan\work\VSNET2003\PetShop\Oracle\OracleDAL.csproj'.
 [solution] Project: OracleDAL Relative Output Path: bin\Debug\ Output
Path: C:\alan\work\VSNET2003\PetShop\Oracle\bin\Debug\ Documentation
Path:
 [solution] Project: OracleDAL Relative Output Path: bin\Release\ Output
Path: C:\alan\work\VSNET2003\PetShop\Oracle\bin\Release\ Documentation
Path:
 [solution] Project: Utility Relative Output Path: bin\Debug\ Output
Path: C:\alan\work\VSNET2003\PetShop\Utility\bin\Debug\ Documentation
Path:
 [solution] Project: Utility Relative Output Path: bin\Release\ Output
Path: C:\alan\work\VSNET2003\PetShop\Utility\bin\Release\ Documentation
Path:
 [solution] Loading project
'C:\alan\work\VSNET2003\PetShop\SQLServer\SQLServerDAL.csproj'.
 [solution] Project: SQLServerDAL Relative Output Path: bin\Debug\
Output Path: C:\alan\work\VSNET2003\PetShop\SQLServer\bin\Debug\
Documentation Path:
 [solution] Project: SQLServerDAL Relative Output Path: bin\Release\
Output Path: C:\alan\work\VSNET2003\PetShop\SQLServer\bin\Release\
Documentation Path:
 [solution] Loading project
'C:\alan\work\VSNET2003\PetShop\Utility\Utility.csproj'.
 [solution] Loading project
'C:\alan\work\VSNET2003\PetShop\Pre-Build\Pre-Build.vcproj'.
 [solution] Loading project
'C:\alan\work\VSNET2003\PetShop\Model\Model.csproj'.
 [solution] Loading project
'C:\alan\work\VSNET2003\PetShop\Web\Web.csproj'.
 [solution] Project: Web Relative Output Path: bin\ Output Path:
C:\alan\work\VSNET2003\PetShop\Web\bin\ Documentation Path:
 [solution] Project: Web Relative Output Path: bin\ Output Path:
C:\alan\work\VSNET2003\PetShop\Web\bin\ Documentation Path:
 [solution] Project: BLL Relative Output Path: ..\web\bin\ Output Path:
C:\alan\work\VSNET2003\PetShop\web\bin\ Documentation Path:
 [solution] Project: BLL Relative Output Path: ..\web\bin\ Output Path:
C:\alan\work\VSNET2003\PetShop\web\bin\ Documentation Path:
 [solution] Project: DALFactory Relative Output Path: bin\Debug\ Output
Path: C:\alan\work\VSNET2003\PetShop\DALFactory\bin\Debug\ Documentation
Path:
 [solution] Project: DALFactory Relative Output Path: bin\Release\
Output Path: C:\alan\work\VSNET2003\PetShop\DALFactory\bin\Release\
Documentation Path:
 [solution] Loading project
'C:\alan\work\VSNET2003\PetShop\DALFactory\DALFactory.csproj'.
 [solution] Loading project
'C:\alan\work\VSNET2003\PetShop\BLL\BLL.csproj'.
 [solution] Loading project
'C:\alan\work\VSNET2003\PetShop\Post-Build\Post-Build.vcproj'.
 [solution] Loading project
'C:\alan\work\VSNET2003\PetShop\ConfigTool\ConfigTool.csproj'.
 [solution] Project: ConfigTool Relative Output Path: bin\debug\ Output
Path: C:\alan\work\VSNET2003\PetShop\ConfigTool\bin\debug\ Documentation
Path:
 [solution] Project: ConfigTool Relative Output Path: bin\release\
Output Path: C:\alan\work\VSNET2003\P

[nant-dev] Bug report for NANT task

2004-06-26 Thread Finnur Thorarinsson
I have nant-0.85-20040525 and nantcontrib-0.85-20040524 installed and 
working.

When I use the  task, however, I get this error:
[solution] Starting solution build.
BUILD FAILED
INTERNAL ERROR
System.NullReferenceException: Object reference not set to an instance of an 
object.
  at NAnt.VSNet.VcConfiguration..ctor(XmlElement elem, VcProject 
parentProject, Solution parentSln, VcConfiguration parentConfig, 
DirectoryInfo outputDir) in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp1B13.tmp\src\NAnt.VSNet\VcConfiguration.cs:line 
79
  at NAnt.VSNet.VcConfiguration..ctor(XmlElement elem, VcProject 
parentProject, Solution parentSln, DirectoryInfo outputDir) in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp1B13.tmp\src\NAnt.VSNet\VcConfiguration.cs:line 
42
  at NAnt.VSNet.VcProject.Load(Solution sln, String projectPath) in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp1B13.tmp\src\NAnt.VSNet\VcProject.cs:line 
159
  at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask 
slnTask,TempFileCollection tfc, GacCache gacCache, DirectoryInfo outputDir, 
String path) in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp1B13.tmp\src\NAnt.VSNet\ProjectFactory.cs:line 
76
  at NAnt.VSNet.Solution.LoadProjects(GacCache gacCache) in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp1B13.tmp\src\NAnt.VSNet\Solution.cs:line 
549
  at NAnt.VSNet.Solution..ctor(FileInfo solutionFile, ArrayList 
additionalProjects, ArrayList referenceProjects, TempFileCollection tfc, 
SolutionTask solutionTask, WebMapCollection webMaps, FileSet 
excludesProjects, DirectoryInfo outputDir, GacCache gacCache) in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp1B13.tmp\src\NAnt.VSNet\Solution.cs:line 
130
  at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask() in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp1B13.tmp\src\NAnt.VSNet\Tasks\SolutionTask.cs:line 
365
  at NAnt.Core.Task.Execute() in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp1B13.tmp\src\NAnt.Core\Task.cs:line 
176
  at NAnt.Core.Target.Execute() in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp1B13.tmp\src\NAnt.Core\Target.cs:line 
249
  at NAnt.Core.Project.Execute(String targetName, Boolean 
forceDependencies) in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp1B13.tmp\src\NAnt.Core\Project.cs:line 
870
  at NAnt.Core.Project.Execute() in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp1B13.tmp\src\NAnt.Core\Project.cs:line 
827
  at NAnt.Core.Project.Run() in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp1B13.tmp\src\NAnt.Core\Project.cs:line 
895

Please send bug report to [EMAIL PROTECTED]
Total time: 6.7 seconds.
Where do I go from here?
Best regards,
Finnur.
_
Get fast, reliable Internet access with MSN 9 Dial-up – now 3 months FREE! 
http://join.msn.click-url.com/go/onm00200361ave/direct/01/


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Bug report

2004-06-26 Thread Chen, Alan (IBK-NY)
Title: Bug report




I was testing the  task on MS PetShop 3.0 (http://www.microsoft.com/downloads/details.aspx?FamilyId=E2930625-3C7A-49DC-8655-A8205813D6DB&displaylang=en).

My test.build looks like this:

===







    

        http://localhost/MSPetShop" path="C:\alan\work\VSNET2003\PetShop\Web" />

    





===


OS: XP Professional

VS.NET 2003


===

C:\alan\work\VSNET2003\PetShop>nant -debug -targetframework:net-1.1

NAnt 0.85 (Build 0.85.1631.0; net-1.0.win32; nightly; 6/19/2004)

Copyright (C) 2001-2004 Gerry Shaw

NAnt Team


Buildfile: file:///C:/alan/work/VSNET2003/PetShop/test.build

Base Directory: C:\alan\work\VSNET2003\PetShop.

 [solution] Starting solution build.

 [solution] Found webmap match 'C:\alan\work\VSNET2003\PetShop\Web/Web.csproj' for 'http://localhost/MSPetShop/Web.csproj.

 [solution] Loading projects...

 [solution] Loading project 'C:\alan\work\VSNET2003\PetShop\IDAL\IDAL.csproj'.

 [solution] Project: IDAL Relative Output Path: bin\Debug\ Output Path: C:\alan\work\VSNET2003\PetShop\IDAL\bin\Debug\ Documentation Path:

 [solution] Project: IDAL Relative Output Path: bin\Release\ Output Path: C:\alan\work\VSNET2003\PetShop\IDAL\bin\Release\ Documentation Path:

 [solution] Project: Model Relative Output Path: bin\Debug\ Output Path: C:\alan\work\VSNET2003\PetShop\Model\bin\Debug\ Documentation Path:

 [solution] Project: Model Relative Output Path: bin\Release\ Output Path: C:\alan\work\VSNET2003\PetShop\Model\bin\Release\ Documentation Path:

 [solution] Loading project 'C:\alan\work\VSNET2003\PetShop\Oracle\OracleDAL.csproj'.

 [solution] Project: OracleDAL Relative Output Path: bin\Debug\ Output Path: C:\alan\work\VSNET2003\PetShop\Oracle\bin\Debug\ Documentation Path:

 [solution] Project: OracleDAL Relative Output Path: bin\Release\ Output Path: C:\alan\work\VSNET2003\PetShop\Oracle\bin\Release\ Documentation Path:

 [solution] Project: Utility Relative Output Path: bin\Debug\ Output Path: C:\alan\work\VSNET2003\PetShop\Utility\bin\Debug\ Documentation Path:

 [solution] Project: Utility Relative Output Path: bin\Release\ Output Path: C:\alan\work\VSNET2003\PetShop\Utility\bin\Release\ Documentation Path:

 [solution] Loading project 'C:\alan\work\VSNET2003\PetShop\SQLServer\SQLServerDAL.csproj'.

 [solution] Project: SQLServerDAL Relative Output Path: bin\Debug\ Output Path: C:\alan\work\VSNET2003\PetShop\SQLServer\bin\Debug\ Documentation Path:

 [solution] Project: SQLServerDAL Relative Output Path: bin\Release\ Output Path: C:\alan\work\VSNET2003\PetShop\SQLServer\bin\Release\ Documentation Path:

 [solution] Loading project 'C:\alan\work\VSNET2003\PetShop\Utility\Utility.csproj'.

 [solution] Loading project 'C:\alan\work\VSNET2003\PetShop\Pre-Build\Pre-Build.vcproj'.

 [solution] Loading project 'C:\alan\work\VSNET2003\PetShop\Model\Model.csproj'.

 [solution] Loading project 'C:\alan\work\VSNET2003\PetShop\Web\Web.csproj'.

 [solution] Project: Web Relative Output Path: bin\ Output Path: C:\alan\work\VSNET2003\PetShop\Web\bin\ Documentation Path:

 [solution] Project: Web Relative Output Path: bin\ Output Path: C:\alan\work\VSNET2003\PetShop\Web\bin\ Documentation Path:

 [solution] Project: BLL Relative Output Path: ..\web\bin\ Output Path: C:\alan\work\VSNET2003\PetShop\web\bin\ Documentation Path:

 [solution] Project: BLL Relative Output Path: ..\web\bin\ Output Path: C:\alan\work\VSNET2003\PetShop\web\bin\ Documentation Path:

 [solution] Project: DALFactory Relative Output Path: bin\Debug\ Output Path: C:\alan\work\VSNET2003\PetShop\DALFactory\bin\Debug\ Documentation Path:

 [solution] Project: DALFactory Relative Output Path: bin\Release\ Output Path: C:\alan\work\VSNET2003\PetShop\DALFactory\bin\Release\ Documentation Path:

 [solution] Loading project 'C:\alan\work\VSNET2003\PetShop\DALFactory\DALFactory.csproj'.

 [solution] Loading project 'C:\alan\work\VSNET2003\PetShop\BLL\BLL.csproj'.

 [solution] Loading project 'C:\alan\work\VSNET2003\PetShop\Post-Build\Post-Build.vcproj'.

 [solution] Loading project 'C:\alan\work\VSNET2003\PetShop\ConfigTool\ConfigTool.csproj'.

 [solution] Project: ConfigTool Relative Output Path: bin\debug\ Output Path: C:\alan\work\VSNET2003\PetShop\ConfigTool\bin\debug\ Documentation Path:

 [solution] Project: ConfigTool Relative Output Path: bin\release\ Output Path: C:\alan\work\VSNET2003\PetShop\ConfigTool\bin\release\ Documentation Path:

 [solution] Gathering additional dependencies...

 [solution] Cleaning up temp folder C:\Temp\xawfh1a_.


BUILD FAILED


INTERNAL ERROR


System.ArgumentNullException: Value cannot be null.

Parameter name: path2

   at System.IO.Path.Combine(String path1, String path2)

   at NAnt.VSNet.VcConfiguration.get_OutputPat

Re: [nant-dev] Bug report

2004-03-20 Thread Greg Arzoomanian

From: "Jaroslaw Kowalski" <[EMAIL PROTECTED]>

> Can you try the latest nightly build? Many, many  bugs were
fixed
> since then.

I just tried nant-0.85-20040318.zip.  No luck.

The good news is 1.) I've created a test solution and project that
demonstrates the problem.  I have 2M zip file I can send along to
whomever wants it.

2.) I did a little debugging (BTW, I couldn't build nant w/VS) and found
the exception was thrown NAnt.VSNet.VcConfiguration.OutputPath.
The code assumes if GetToolSetting("VCLinkerTool", "OutputFile")
returns null, then GetToolSetting("VCLibrarianTool", "OutputFile");
must have something, and it returns that.  In my case, neither
GetToolSetting()
calls return anything.  This causes a crash further up.  I have a test
version
of Nant where I cobble together an output path using the project name
(from Macros["ProjectName"]), which makes the problem go away, but
I'm not sure this is a good fix -- there are other places where
GetToolSetting("VCLinkerTool", "OutputFile") is called.

The problem project is a little odd.  It has a modified Output Path property
of the Linker parameters -- since it wasn't shown in bold.  But it looks
like the setting is back to what the default was.  The .csproj file
certainly
shows no "OutputPath" setting for the VCLinkerTool.

Greg Arzoomanian
TailWind Solutions, Inc.
http://www.tailwindinc.com




---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] Bug report

2004-03-20 Thread Jaroslaw Kowalski
Can you try the latest nightly build? Many, many  bugs were fixed
since then.

Jarek
- Original Message - 
From: "Greg Arzoomanian" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 16, 2004 5:34 PM
Subject: [nant-dev] Bug report


>
>
>
> I'm receiving the following message when running Nant.  As per the
message,
> I'm sending it.  The build file is attached.
>
> Greg Arzoomanian
> TailWind Solutions, Inc.
> http://tailwindinc.com
>
> **
>
> C:\ga\proj\TailWind\Source\FS3\FieldSpace3>c:\import\nant\bin\nant
>  SolutionBuild
>
> NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003)
> Copyright (C) 2001-2003 Gerry Shaw
> http://nant.sourceforge.net
>
>  Buildfile:
>  file:///C:/ga/proj/TailWind/Source/FS3/FieldSpace3/FieldSpace3.build
>  Target(s) specified: SolutionBuild
>
>  SolutionBuild:
>
>   [solution] Starting solution build.
>   [solution] Only C#, VB.NET and C++ projects are supported.  Skipping
>  project '..\DebugInstaller\DebugInstaller.vdproj'.
>   [solution] Only C#, VB.NET and C++ projects are supported.  Skipping
>  project '..\ReleaseInstaller\ReleaseInstaller.vdproj'.
>   [solution] Only C#, VB.NET and C++ projects are supported.  Skipping
>  project '..\FS21UIInstaller\FS21UIInstaller.vdproj'.
>
>  BUILD FAILED
>
>  INTERNAL ERROR
>
>  System.ArgumentNullException: Value cannot be null.
>  Parameter name: path2
> at System.IO.Path.Combine(String path1, String path2)
> at NAnt.VSNet.VcConfiguration.get_OutputPath()
> at NAnt.VSNet.VcProject.GetOutputPath(String configuration)
> at NAnt.VSNet.Solution.GetDependenciesFromProjects()
> at NAnt.VSNet.Solution..ctor(String solutionFileName, ArrayList
>  additionalProjects, ArrayList referenceProjects, TempFileCollection tfc,
>  SolutionTask solutionTask, WebMapCollection webMappings, FileSet
>  excludesProjects, String outputDir
>
> at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
> at NAnt.Core.Task.Execute()
> at NAnt.Core.Target.Execute()
> at NAnt.Core.Project.Execute(String targetName, Boolean
>  forceDependencies)
> at NAnt.Core.Project.Execute()
> at NAnt.Core.Project.Run()
>
>  Please send bug report to [EMAIL PROTECTED]
>
>  Total time: 0.5 seconds.
>



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Bug report

2004-03-20 Thread Greg Arzoomanian


 
I'm receiving the following message when running Nant.  As per the message,
I'm sending it.  The build file is attached.

Greg Arzoomanian
TailWind Solutions, Inc.
http://tailwindinc.com

**

C:\ga\proj\TailWind\Source\FS3\FieldSpace3>c:\import\nant\bin\nant
 SolutionBuild

NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003)
Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net
 
 Buildfile: 
 file:///C:/ga/proj/TailWind/Source/FS3/FieldSpace3/FieldSpace3.build
 Target(s) specified: SolutionBuild
 
 SolutionBuild:
 
  [solution] Starting solution build.
  [solution] Only C#, VB.NET and C++ projects are supported.  Skipping
 project '..\DebugInstaller\DebugInstaller.vdproj'.
  [solution] Only C#, VB.NET and C++ projects are supported.  Skipping
 project '..\ReleaseInstaller\ReleaseInstaller.vdproj'.
  [solution] Only C#, VB.NET and C++ projects are supported.  Skipping
 project '..\FS21UIInstaller\FS21UIInstaller.vdproj'.
 
 BUILD FAILED
 
 INTERNAL ERROR
 
 System.ArgumentNullException: Value cannot be null.
 Parameter name: path2
at System.IO.Path.Combine(String path1, String path2)
at NAnt.VSNet.VcConfiguration.get_OutputPath()
at NAnt.VSNet.VcProject.GetOutputPath(String configuration)
at NAnt.VSNet.Solution.GetDependenciesFromProjects()
at NAnt.VSNet.Solution..ctor(String solutionFileName, ArrayList
 additionalProjects, ArrayList referenceProjects, TempFileCollection tfc,
 SolutionTask solutionTask, WebMapCollection webMappings, FileSet
 excludesProjects, String outputDir
 
at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
at NAnt.Core.Task.Execute()
at NAnt.Core.Target.Execute()
at NAnt.Core.Project.Execute(String targetName, Boolean
 forceDependencies)
at NAnt.Core.Project.Execute()
at NAnt.Core.Project.Run()
 
 Please send bug report to [EMAIL PROTECTED]
 
 Total time: 0.5 seconds.


FieldSpace3.build
Description: Binary data


Re: [nant-dev] bug report; exception when basedir element of a contains a *

2004-02-27 Thread Gert Driesen
Can you try this using one the latest nightly builds
(http://nant.sourceforge.net/nightly/builds) and report back ? Error
reporting for invalid path should have improved ...

Gert
- Original Message - 
From: "Eric Desch" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 25, 2004 7:37 PM
Subject: [nant-dev] bug report; exception when basedir element of a
 contains a *


> I got an exception with nant 0.84.1455.0 and the error said to send a bug
> report, so I am.
>
>
>
> It's an illegal character issue when the basedir element of a 
> contains a *. (The * shouldn't really be in the argument, I put it there
by
> mistake by doing a copy/paste from an  element.)
>
>
>
> -Eric
>
>
>
> --
>
> There are 10 types of people; those who can read binary and those that
> can't.
>
>
>
>



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] bug report; exception when basedir element of a contains a *

2004-02-26 Thread Eric Desch








I got an exception with nant 0.84.1455.0 and the error said
to send a bug report, so I am.

 

It’s an illegal character issue when the basedir
element of a  contains a *. (The * shouldn’t really be in
the argument, I put it there by mistake by doing a copy/paste from an 
element.)

 

-Eric

 

--

There are 10 types of people; those who can read binary and those that
can't.

 








Re: [nant-dev] Bug report

2004-02-25 Thread Nicklas Norling
Leslie, what are the minimum steps needed to reproduce this?
Can you wrap up a recreatable case please?
/Nicke

- Original Message - 
From: "Leslie Hanks" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 22, 2004 10:01 PM
Subject: [nant-dev] Bug report


>
> System.NullReferenceException: Object reference not set to an instance of
an
> object.
>at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
>at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask
> slnTask, TempFileCollection tfc, String outputDir, String path)
>at NAnt.VSNet.Solution.LoadProjects()
>at NAnt.VSNet.Solution..ctor(String solutionFileName, ArrayList
> additionalProjects, ArrayList referenceProjects, TempFileCollection tfc,
> SolutionTask solutionTask, WebMapCollection webMappings, FileSet
> excludesProjects, String outputDir)
>at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
>at NAnt.Core.Task.Execute()
>at NAnt.Core.Target.Execute()
>at NAnt.Core.Project.Execute(String targetName, Boolean
> forceDependencies)
>at NAnt.Core.Project.Execute()
>at NAnt.Core.Project.Run()
>
> Please send bug report to [EMAIL PROTECTED]
>
> Total time: 2.3 seconds.
>
>
>
> ---
> SF.Net is sponsored by: Speed Start Your Linux Apps Now.
> Build and deploy apps & Web services for Linux with
> a free DVD software kit from IBM. Click Now!
> http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
> ___
> nant-developers mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-developers
>



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] Bug report

2004-02-25 Thread Gert Driesen
Leslie,

What version of NAnt are you using ? Can you try this using the latest
nightly build (http://nant.sourceforge.net/nightly/builds) and send us a zip
file containing the minimum set of files necessary to reproduce this issue,
if you still have problems using the nightly build.

Thanks,

Gert

- Original Message -
From: "Leslie Hanks" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 22, 2004 10:01 PM
Subject: [nant-dev] Bug report


>
> System.NullReferenceException: Object reference not set to an instance of
an
> object.
>at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
>at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask
> slnTask, TempFileCollection tfc, String outputDir, String path)
>at NAnt.VSNet.Solution.LoadProjects()
>at NAnt.VSNet.Solution..ctor(String solutionFileName, ArrayList
> additionalProjects, ArrayList referenceProjects, TempFileCollection tfc,
> SolutionTask solutionTask, WebMapCollection webMappings, FileSet
> excludesProjects, String outputDir)
>at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
>at NAnt.Core.Task.Execute()
>at NAnt.Core.Target.Execute()
>at NAnt.Core.Project.Execute(String targetName, Boolean
> forceDependencies)
>at NAnt.Core.Project.Execute()
>at NAnt.Core.Project.Run()
>
> Please send bug report to [EMAIL PROTECTED]
>
> Total time: 2.3 seconds.
>
>
>
> ---
> SF.Net is sponsored by: Speed Start Your Linux Apps Now.
> Build and deploy apps & Web services for Linux with
> a free DVD software kit from IBM. Click Now!
> http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
> ___
> nant-developers mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-developers
>
>



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Bug report

2004-02-25 Thread Leslie Hanks

System.NullReferenceException: Object reference not set to an instance of an
object.
   at NAnt.VSNet.Project.Load(Solution sln, String projectPath)
   at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask
slnTask, TempFileCollection tfc, String outputDir, String path)
   at NAnt.VSNet.Solution.LoadProjects()
   at NAnt.VSNet.Solution..ctor(String solutionFileName, ArrayList
additionalProjects, ArrayList referenceProjects, TempFileCollection tfc,
SolutionTask solutionTask, WebMapCollection webMappings, FileSet
excludesProjects, String outputDir)
   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

Please send bug report to [EMAIL PROTECTED]

Total time: 2.3 seconds.



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] Bug report

2004-02-19 Thread Gert Driesen
Ron,

Can you please package up a zip file containing the minimum set of files
that allows us to reproduce this issue ?

Thanks !

Gert

- Original Message - 
From: "Livaudais, Ron" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Livaudais, Ron" <[EMAIL PROTECTED]>
Sent: Thursday, February 19, 2004 8:08 PM
Subject: [nant-dev] Bug report


I downloaded version 0.84 of Nant from your website yesterday.  When I try
to
run the build I get the enclosed output.  I have also include my entire
build
file.

Thanks,

Ron

 <>  <>



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Bug report

2004-02-19 Thread Livaudais, Ron
I downloaded version 0.84 of Nant from your website yesterday.  When I try to
run the build I get the enclosed output.  I have also include my entire build
file.

Thanks,

Ron

 <>  <> 


HypercomDispatcher.NET.build
Description: HypercomDispatcher.NET.build


build.out
Description: build.out


Re: [nant-dev] Bug report, dies

2004-02-18 Thread Jaroslaw Kowalski
Title: Message



 
Make sure your csc.exe (usually found in 
WINNT\Microsoft.NET\Framework\v1.1.4322) is in the PATH. This looks like a known 
issue with  where it doesn't honor the currentframework setting. 
This will be fixed in future versions so that you don't need to have PATH 
setting at all.
 
Jarek

  - Original Message - 
  From: 
  Bob 
  Peterson 
  To: [EMAIL PROTECTED] 
  
  Sent: Tuesday, February 17, 2004 9:43 
  PM
  Subject: [nant-dev] Bug report, 
   dies
  
  NAnt asked me to send this to you:
   
      
  build:
   
   
  [echo] Building App1 version 0.9 (build #0, repository 
  revision #547) 
  [solution] Starting solution 
  build. 
  [solution] Building DataAccessLibrary [Debug]...
   
      
  BUILD FAILED
   
      
  INTERNAL ERROR
   
      
  System.ComponentModel.Win32Exception: The system cannot find the file 
  specified   at 
  System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo 
  startInfo)   at 
  System.Diagnostics.Process.Start()   at 
  System.Diagnostics.Process.Start(ProcessStartInfo startInfo)   
  at NAnt.VSNet.Project.Compile(String configuration, ArrayList 
  alCSCArguments, String strLogFile, Boolean bVerbose, Boolean 
  bShowCommands)   at NAnt.VSNet.Solution.Compile(String 
  configuration, ArrayList compilerArguments, String logFile, Boolean verbose, 
  Boolean showCommands)   at 
  NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()   at 
  NAnt.Core.Task.Execute()   at 
  NAnt.Core.Target.Execute()   at NAnt.Core.Project.Execute(String 
  targetName, Boolean forceDependencies)   at 
  NAnt.Core.Project.Execute()   at 
  NAnt.Core.Project.Run()
   
      
  Please send bug report to [EMAIL PROTECTED].
   
  The fragment that caused this was:
  ="App1" default="all" basedir="src">
  ...
  <solution solutionfile="${WORKING_COPY}\src\${nant.project.name}.sln" configuration="${CONFIGURATION}">
      <assemblyfolders>
      
  <includes name="C:\WINDOWS\Microsoft.NET\Framework\**"/>
     assemblyfolders>
  solution>
   
  The property 
  values are:
  CONFIGURATION = 
  "Debug"
  INFORMATIONAL_VERSION = "0.9"BUILD_NUMBER = 
  "0"REVISION_NUMBER = "547"WORKING_COPY = "C:\Documents and 
  Settings\bob\My Documents\Projects\build\trunk\clean"
   
  If there's 
  anything else you need to know, or help you'd like to throw my way, I'm right 
  here.
   
  Regards,
  
  \bob peterson Memento, Inc., 35 Forest Ridge Rd, 
  Concord, MA 01742 v: 978.405.2541   
  f:978.405.2173 [EMAIL PROTECTED]   
  YahooIM:memento-bob 


RE: [nant-dev] Bug report, dies

2004-02-18 Thread Nicklas Norling
Title: Message



What 
would happen if you removed the assemblyfolders tag?
I 
can't understand why you need those. You should reference
all 
that in the sln or VS can't compile it anyway.
/Nicke

  
  -Original Message-From: Bob Peterson 
  [mailto:[EMAIL PROTECTED] Sent: den 17 februari 2004 
  21:43To: [EMAIL PROTECTED]Subject: 
  [nant-dev] Bug report,  dies
  NAnt asked me to send this to you:
   
      
  build:
   
   
  [echo] Building App1 version 0.9 (build #0, repository 
  revision #547) 
  [solution] Starting solution 
  build. 
  [solution] Building DataAccessLibrary [Debug]...
   
      
  BUILD FAILED
   
      
  INTERNAL ERROR
   
      
  System.ComponentModel.Win32Exception: The system cannot find the file 
  specified   at 
  System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo 
  startInfo)   at 
  System.Diagnostics.Process.Start()   at 
  System.Diagnostics.Process.Start(ProcessStartInfo startInfo)   
  at NAnt.VSNet.Project.Compile(String configuration, ArrayList 
  alCSCArguments, String strLogFile, Boolean bVerbose, Boolean 
  bShowCommands)   at NAnt.VSNet.Solution.Compile(String 
  configuration, ArrayList compilerArguments, String logFile, Boolean verbose, 
  Boolean showCommands)   at 
  NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()   at 
  NAnt.Core.Task.Execute()   at 
  NAnt.Core.Target.Execute()   at NAnt.Core.Project.Execute(String 
  targetName, Boolean forceDependencies)   at 
  NAnt.Core.Project.Execute()   at 
  NAnt.Core.Project.Run()
   
      
  Please send bug report to [EMAIL PROTECTED].
   
  The fragment that caused this was:
  ="App1" default="all" basedir="src">
  ...
  <solution solutionfile="${WORKING_COPY}\src\${nant.project.name}.sln" configuration="${CONFIGURATION}">
      <assemblyfolders>
      
  <includes name="C:\WINDOWS\Microsoft.NET\Framework\**"/>
     assemblyfolders>
  solution>
   
  The property 
  values are:
  CONFIGURATION = 
  "Debug"
  INFORMATIONAL_VERSION = "0.9"BUILD_NUMBER = 
  "0"REVISION_NUMBER = "547"WORKING_COPY = "C:\Documents and 
  Settings\bob\My Documents\Projects\build\trunk\clean"
   
  If there's 
  anything else you need to know, or help you'd like to throw my way, I'm right 
  here.
   
  Regards,
  
  \bob peterson Memento, Inc., 35 Forest Ridge Rd, 
  Concord, MA 01742 v: 978.405.2541   
  f:978.405.2173 [EMAIL PROTECTED]   
  YahooIM:memento-bob 


[nant-dev] Bug report, dies

2004-02-17 Thread Bob Peterson
Title: Message



NAnt asked me to send this to you:
 
    
build:
 
 
[echo] Building App1 version 0.9 (build #0, repository 
revision #547) 
[solution] Starting solution 
build. 
[solution] Building DataAccessLibrary [Debug]...
 
    BUILD 
FAILED
 
    
INTERNAL ERROR
 
    
System.ComponentModel.Win32Exception: The system cannot find the file 
specified   at 
System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo 
startInfo)   at System.Diagnostics.Process.Start()   
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)   
at NAnt.VSNet.Project.Compile(String configuration, ArrayList 
alCSCArguments, String strLogFile, Boolean bVerbose, Boolean 
bShowCommands)   at NAnt.VSNet.Solution.Compile(String 
configuration, ArrayList compilerArguments, String logFile, Boolean verbose, 
Boolean showCommands)   at 
NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()   at 
NAnt.Core.Task.Execute()   at 
NAnt.Core.Target.Execute()   at NAnt.Core.Project.Execute(String 
targetName, Boolean forceDependencies)   at 
NAnt.Core.Project.Execute()   at 
NAnt.Core.Project.Run()
 
    Please 
send bug report to [EMAIL PROTECTED].
 
The fragment that caused this was:
="App1" default="all" basedir="src">
...

    
    

   assemblyfolders>
solution>
 
The property 
values are:
CONFIGURATION = 
"Debug"
INFORMATIONAL_VERSION = "0.9"BUILD_NUMBER = 
"0"REVISION_NUMBER = "547"WORKING_COPY = "C:\Documents and 
Settings\bob\My Documents\Projects\build\trunk\clean"
 
If there's 
anything else you need to know, or help you'd like to throw my way, I'm right 
here.
 
Regards,

\bob peterson Memento, Inc., 35 Forest Ridge Rd, 
Concord, MA 01742 v: 978.405.2541   
f:978.405.2173 [EMAIL PROTECTED]   
YahooIM:memento-bob 


Re: [nant-dev] bug report

2004-02-14 Thread Gert Driesen
Jan,

Apparently csc.exe is not in your PATH on that second server.  Currently,
the NAnt  relies on csc.exe being in your PATH.  Fixing this is on
our to-do list, but for now you can just add

\Microsoft.NET\Framework\<.NET Framework version>

to your PATH to bypass this limitation ...

Gert

- Original Message - 
From: "Krynicky, Jan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 12, 2004 11:20 PM
Subject: [nant-dev] bug report


> On one PC (Win2k server on my desk) NAnt builds the "application"
properly,
> on the other (Win2k server next door) it asks me to send you a bug report.
> So here it is.
>
> Hope you have any idea what the heck is wrong, cause the only thing I know
> is that I hate .Net.
>
>
> Jan Krynicky
> Job VIPeR/Monster Job Distributor/OnlinePostcards/TechSpend/TimeSheets
> Tech lead
>
>
>
> "Bringing people together to advance their lives."
>
> NOTICE: The information contained in this electronic mail transmission is
> intended by TMP Interactive Inc. d/b/a Monster or one of its subsidiaries
> for the use of the named individual or entity to which it is addressed and
> may contain information that is privileged or otherwise confidential.  It
is
> not intended for transmission to, or receipt by, any individual or entity
> other than the named addressee (or a person authorized to deliver it to
the
> named addressee) except as otherwise expressly permitted in this
electronic
> mail transmission. If you have received this electronic transmission in
> error, please delete it without copying or forwarding it, and notify the
> sender of the error by reply email or by calling Monster at 1-800-MONSTER.
>
>



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] Bug report: INTERNAL ERROR

2004-01-25 Thread Gert Driesen
Chen,

Can you package up a zip file containing the minimum of files necessary to
reproduce this issue ?

Thanks,

Gert

- Original Message - 
From: "Fangping Chen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 19, 2004 12:14 PM
Subject: [nant-dev] Bug report: INTERNAL ERROR


> I encountered the following error while building C# web project using
> Nant (release 0.8.4 or the nightly build).  It looks like that it tries
> to load the same assembly twice.
>
> Thank you.
>
>  The build file -
> 
> 
> 
>
>
> name="C:\TEMP\NantTest\MyCSharpWebProj\MyCSharpWebProj.csproj" />
>
>
> 
> 
>
>
>  The error emitted by NAnt -
> NAnt 0.85 (Build 0.85.1447.0; net-1.0.win32; nightly; 18/12/2003)
> Copyright (C) 2001-2004 Gerry Shaw
> http://nant.sourceforge.net
>
>   ...
>
>  [solution] Starting solution build.
>
>   ...
>
>  [solution]  - C:\TEMP\NantTest\MyCSharpWebProj\licenses.licx
>   [license] Compiling license file
> 'C:\TEMP\NantTest\MyCSharpWebProj\licenses.licx' to
> 'C:\DOCUME~1\\LOCALS~1\Temp\vhi_vype\MyCSharpWebProj.dll.licenses'
> using target 'MyCSharpWebProj.dll'.
>   [license] Loading assemblies ...
>   [license] C:\.NETDll\MyCompany.Controls.dll (loaded)
>   [license] C:\.NETDll\MyCompany.DataAccess.dll (loaded)
>   [license] C:\.NETDll\MyCompany.DataAccess.Interfaces.dll
> (loaded)
>   [license] C:\.NETDll\MyCompany.EE.dll (loaded)
>   [license] C:\.NETDll\MyCompany.EE.Interfaces.dll (loaded)
>   [license] C:\.NETDll\MyCompany.Framework.dll (loaded)
>   [license] C:\.NETDll\MyCompany.Security.Interfaces.dll
> (loaded)
>   [license] C:\.NETDll\MyCompany.Selection.dll (loaded)
>
> BUILD FAILED
>
> INTERNAL ERROR
>
> System.IO.FileLoadException: Assembly MyCompany.controls.dll
> already loaded without additional security evidence.
> File name: "MyCompany.controls.dll"
>
> Server stack trace:
>at System.Reflection.Assembly.nLoad(AssemblyName
> fileName, String codeBase, Boolean isStringized, Evidence
> assemblySecurity, Boolean throwOnFileNotFound, Assembly locationHint,
> StackCrawlMark& stackMark)
>at System.Reflection.Assembly.InternalLoad(AssemblyName
> assemblyRef, Boolean stringized, Evidence assemblySecurity,
> StackCrawlMark& stackMark)
>at System.Reflection.Assembly.LoadFrom(String
> assemblyFile, Evidence securityEvidence, Byte[] hashValue,
> AssemblyHashAlgorithm hashAlgorithm)
>at System.Reflection.Assembly.LoadFrom(String
> assemblyFile, Evidence securityEvidence)
>at
> NAnt.DotNet.Tasks.LicenseGatherer.CreateLicenseFile(LicenseTask
> licenseTask, String licenseFile) in
> C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp16C.tmp\src\NAnt.DotNet\Tasks\Lice
> nseTask.cs:line 251
>at
> System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage
> (MethodBase mb, Object[] args, Object server, Int32 methodPtr, Boolean
> fExecuteInContext, Object[]& outArgs)
>at
> System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IM
> essage msg, Int32 methodPtr, Boolean fExecuteInContext)
>
> Exception rethrown at [0]:
>at
> System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
> reqMsg, IMessage retMsg)
>at
> System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
> msgData, Int32 type)
>at
> NAnt.DotNet.Tasks.LicenseGatherer.CreateLicenseFile(LicenseTask
> licenseTask, String licenseFile) in
> C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp16C.tmp\src\NAnt.DotNet\Tasks\Lice
> nseTask.cs:line 210
>at NAnt.DotNet.Tasks.LicenseTask.ExecuteTask() in
> C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp16C.tmp\src\NAnt.DotNet\Tasks\Lice
> nseTask.cs:line 191
>at NAnt.Core.Task.Execute() in
> C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp16C.tmp\src\NAnt.Core\Task.cs:line
> 151
>at NAnt.VSNet.Resource.CompileLicx() in
> C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp16C.tmp\src\NAnt.VSNet\Resource.cs
> :line 165
>at NAnt.VSNet.Resource.Compile(ConfigurationSettings
> configurationSettings, Boolean showCommands) in
> C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp16C.tmp\src\NAnt.VSNet\Resource.cs
> :line 73
>at NAnt.VSN

[nant-dev] Bug report: INTERNAL ERROR

2004-01-25 Thread Fangping Chen
I encountered the following error while building C# web project using
Nant (release 0.8.4 or the nightly build).  It looks like that it tries
to load the same assembly twice.

Thank you.

 The build file -



   
   
   
   
   




 The error emitted by NAnt -
NAnt 0.85 (Build 0.85.1447.0; net-1.0.win32; nightly; 18/12/2003)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net

  ...

 [solution] Starting solution build.

  ...

 [solution]  - C:\TEMP\NantTest\MyCSharpWebProj\licenses.licx
  [license] Compiling license file
'C:\TEMP\NantTest\MyCSharpWebProj\licenses.licx' to
'C:\DOCUME~1\\LOCALS~1\Temp\vhi_vype\MyCSharpWebProj.dll.licenses'
using target 'MyCSharpWebProj.dll'.
  [license] Loading assemblies ...
  [license] C:\.NETDll\MyCompany.Controls.dll (loaded)
  [license] C:\.NETDll\MyCompany.DataAccess.dll (loaded)
  [license] C:\.NETDll\MyCompany.DataAccess.Interfaces.dll
(loaded)
  [license] C:\.NETDll\MyCompany.EE.dll (loaded)
  [license] C:\.NETDll\MyCompany.EE.Interfaces.dll (loaded)
  [license] C:\.NETDll\MyCompany.Framework.dll (loaded)
  [license] C:\.NETDll\MyCompany.Security.Interfaces.dll
(loaded)
  [license] C:\.NETDll\MyCompany.Selection.dll (loaded)

BUILD FAILED

INTERNAL ERROR

System.IO.FileLoadException: Assembly MyCompany.controls.dll
already loaded without additional security evidence.
File name: "MyCompany.controls.dll"

Server stack trace: 
   at System.Reflection.Assembly.nLoad(AssemblyName
fileName, String codeBase, Boolean isStringized, Evidence
assemblySecurity, Boolean throwOnFileNotFound, Assembly locationHint,
StackCrawlMark& stackMark)
   at System.Reflection.Assembly.InternalLoad(AssemblyName
assemblyRef, Boolean stringized, Evidence assemblySecurity,
StackCrawlMark& stackMark)
   at System.Reflection.Assembly.LoadFrom(String
assemblyFile, Evidence securityEvidence, Byte[] hashValue,
AssemblyHashAlgorithm hashAlgorithm)
   at System.Reflection.Assembly.LoadFrom(String
assemblyFile, Evidence securityEvidence)
   at
NAnt.DotNet.Tasks.LicenseGatherer.CreateLicenseFile(LicenseTask
licenseTask, String licenseFile) in
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp16C.tmp\src\NAnt.DotNet\Tasks\Lice
nseTask.cs:line 251
   at
System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage
(MethodBase mb, Object[] args, Object server, Int32 methodPtr, Boolean
fExecuteInContext, Object[]& outArgs)
   at
System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IM
essage msg, Int32 methodPtr, Boolean fExecuteInContext)

Exception rethrown at [0]: 
   at
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
reqMsg, IMessage retMsg)
   at
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
msgData, Int32 type)
   at
NAnt.DotNet.Tasks.LicenseGatherer.CreateLicenseFile(LicenseTask
licenseTask, String licenseFile) in
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp16C.tmp\src\NAnt.DotNet\Tasks\Lice
nseTask.cs:line 210
   at NAnt.DotNet.Tasks.LicenseTask.ExecuteTask() in
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp16C.tmp\src\NAnt.DotNet\Tasks\Lice
nseTask.cs:line 191
   at NAnt.Core.Task.Execute() in
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp16C.tmp\src\NAnt.Core\Task.cs:line
151
   at NAnt.VSNet.Resource.CompileLicx() in
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp16C.tmp\src\NAnt.VSNet\Resource.cs
:line 165
   at NAnt.VSNet.Resource.Compile(ConfigurationSettings
configurationSettings, Boolean showCommands) in
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp16C.tmp\src\NAnt.VSNet\Resource.cs
:line 73
   at NAnt.VSNet.Project.Compile(String configuration,
ArrayList alCSCArguments, String strLogFile, Boolean bVerbose, Boolean
bShowCommands) in
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp16C.tmp\src\NAnt.VSNet\Project.cs:
line 355
   at NAnt.VSNet.Solution.Compile(String configuration,
ArrayList compilerArguments, String logFile, Boolean verbose, Boolean
showCommands) in
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp16C.tmp\src\NAnt.VSNet\Solution.cs
:line 279
   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask() in
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp16C.tmp\src\NAnt.VSNet\Tasks\Solut
ionTask.cs:line 335
   at NAnt.Core.Task.Execute() in
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp16C.tmp\src\NAnt.Core\Task.cs:line
151
   at NAnt.Core.Target.Execute() in
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp16C.tmp\src\NAnt.Core\Target.cs:li
ne 217
   at NAnt.Core.Project.Execute(String targetNam

Re: [nant-dev] Bug report

2003-11-09 Thread Gert Driesen
Hi Rune,

The in attribute does not support wildcards, so you should actually use the
nested  element and its  fileset :

 
  
   

 

   
   


   
  
 

Hope this helps,

Gert

- Original Message - 
From: "Rune Holm" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 06, 2003 10:56 AM
Subject: [nant-dev] Bug report


Hi nant dev crew

I don't know the guidelines for a bug report (and I can't find it on the
homepage), so here goes.

I am trying to make a standard solution build file and then include the
specific details for a solution in a property file (could alternatively be
an .include file). The problem is that I would like to name the property
file *.property (or *.include), so you can use the StandardSolution.build
with any property file. When I call:








I get the follow error:


BUILD FAILED

INTERNAL ERROR

System.ArgumentException: Illegal characters in path. at
System.Security.Permissions.FileIOPermission.HasIllegalCharacters(String[]
str) at
System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAcc
ess access, String[] pathListOrig, Boolean checkForDuplicates, Boolean
needFullPath, Boolean copyPathList) at
System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess
access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath)
at System.IO.Path.GetFullPath(String path) at
NAnt.Core.Project.GetFullPath(String path) in
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp23.tmp\src\NAnt.Core\Project.cs:line
894  at NAnt.Core.Tasks.LoopTask.ExecuteTask() in
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp23.tmp\src\NAnt.Core\Tasks\LoopTask.cs
:line 320 at NAnt.Core.Task.Execute() in
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp23.tmp\src\NAnt.Core\Task.cs:line
151at NAnt.Core.Target.Execute() in
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp23.tmp\src\NAnt.Core\Target.cs:line
207 at NAnt.Core.Project.Execute(String targetName) in
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp23.tmp\src\NAnt.Core\Project.cs:line
753 at NAnt.Core.Project.Execute() in
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp23.tm
p\src\NAnt.Core\Project.cs:line 729 at NAnt.Core.Project.Run() in
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp23.tmp\sr
c\NAnt.Core\Project.cs:line 778

Please send bug report to [EMAIL PROTECTED]

Regards
Rune Holm
System Architect, Infopaq International A/S



---
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers




---
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Bug report

2003-11-08 Thread Rune Holm
Hi nant dev crew

I don't know the guidelines for a bug report (and I can't find it on the homepage), so 
here goes.

I am trying to make a standard solution build file and then include the specific 
details for a solution in a property file (could alternatively be an .include file). 
The problem is that I would like to name the property file *.property (or *.include), 
so you can use the StandardSolution.build with any property file. When I call:








I get the follow error:


BUILD FAILED

INTERNAL ERROR

System.ArgumentException: Illegal characters in path. at 
System.Security.Permissions.FileIOPermission.HasIllegalCharacters(String[] str) at 
System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess 
access, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, 
Boolean copyPathList) at 
System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, 
String[] pathList, Boolean checkForDuplicates, Boolean needFullPath)  at 
System.IO.Path.GetFullPath(String path) at NAnt.Core.Project.GetFullPath(String path) 
in C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp23.tmp\src\NAnt.Core\Project.cs:line 894  at 
NAnt.Core.Tasks.LoopTask.ExecuteTask() in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp23.tmp\src\NAnt.Core\Tasks\LoopTask.cs:line 320 
at NAnt.Core.Task.Execute() in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp23.tmp\src\NAnt.Core\Task.cs:line 151at 
NAnt.Core.Target.Execute() in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp23.tmp\src\NAnt.Core\Target.cs:line 207 at 
NAnt.Core.Project.Execute(String targetName) in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp23.tmp\src\NAnt.Core\Project.cs:line 753 at 
NAnt.Core.Project.Execute() in C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp23.tm
p\src\NAnt.Core\Project.cs:line 729 at NAnt.Core.Project.Run() in 
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp23.tmp\sr
c\NAnt.Core\Project.cs:line 778

Please send bug report to [EMAIL PROTECTED]

Regards 
Rune Holm
System Architect, Infopaq International A/S



---
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] bug report

2003-10-31 Thread Gert Driesen
The current nightly builds target .NET, so you will have to build the Mono
version of NAnt yourself.

But this should be pretty easy if you have built Mono from cvs and have ICU
support enabled.

Just execute :

make clean && make all

in the base nant directory.

Hope this helps,

Gert
- Original Message -
From: "furlan primus" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 28, 2003 10:42 AM
Subject: [nant-dev] bug report


> Hello,
>
> In running NAnt I was requested to send this to you.
> It was run under RH GNU/Linux 9 using today's nightly build.
> HTH
>
> ciao,
> furlan
>
> ==
>
> Script started on Tue 28 Oct 2003 04:35:43 AM EST
>
> NAnt version 0.8.4 Copyright (C) 2001-2003 Gerry Shaw
> http://nant.sourceforge.net
>
>
> ** (/home/flp/bin/NAnt/bin/NAnt.exe:14736): WARNING **: Could not find
> assembly Microsoft.JScript
>
> ** (/home/flp/bin/NAnt/bin/NAnt.exe:14736): WARNING **: Could not find
> assembly Microsoft.JScript
>
> ** (/home/flp/bin/NAnt/bin/NAnt.exe:14736): WARNING **: Could not find
> assembly NAnt.Win32Tasks
> INTERNAL ERROR
> An exception was thrown by the type initializer for
> NAnt.Core.TypeFactory
>
> log4net:ERROR RendererMap: Exception while rendering object of type
> [System.TypeInitializationException]
> System.NullReferenceException: A null value was found where an object
> instance was required
> in <0x00087> System.Exception:get_Source ()
> in <0x000ef> log4net.ObjectRenderer.DefaultRenderer:RenderException
> (log4net.ObjectRenderer.RendererMap,System.Exception)
> in <0x00117> log4net.ObjectRenderer.DefaultRenderer:DoRender
> (log4net.ObjectRenderer.RendererMap,object)
> in <0x00068> log4net.ObjectRenderer.RendererMap:FindAndRender (object)
>
> [Core.ConsoleDriver:Internal Nant Error  - [] <>]
>  [System.TypeInitializationException])>
> Consult the log4net output for more information.
>
> Please send bug report to [EMAIL PROTECTED]
>
> Script done on Tue 28 Oct 2003 04:35:55 AM EST
>
> ==
>
> =
> http://thispaceavailable.uxb.net/blog/index.html
>
>  Verbing weirds language
> -- Calvin (& Hobbes)
>
> __
> Do you Yahoo!?
> Exclusive Video Premiere - Britney Spears
> http://launch.yahoo.com/promos/britneyspears/
>
>
> ---
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?   SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/
> ___
> nant-developers mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-developers
>
>



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] bug report

2003-10-30 Thread furlan primus
Hello,

In running NAnt I was requested to send this to you.
It was run under RH GNU/Linux 9 using today's nightly build.
HTH

ciao,
furlan

==

Script started on Tue 28 Oct 2003 04:35:43 AM EST

NAnt version 0.8.4 Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net


** (/home/flp/bin/NAnt/bin/NAnt.exe:14736): WARNING **: Could not find
assembly Microsoft.JScript

** (/home/flp/bin/NAnt/bin/NAnt.exe:14736): WARNING **: Could not find
assembly Microsoft.JScript

** (/home/flp/bin/NAnt/bin/NAnt.exe:14736): WARNING **: Could not find
assembly NAnt.Win32Tasks
INTERNAL ERROR
An exception was thrown by the type initializer for
NAnt.Core.TypeFactory

log4net:ERROR RendererMap: Exception while rendering object of type
[System.TypeInitializationException]
System.NullReferenceException: A null value was found where an object
instance was required
in <0x00087> System.Exception:get_Source ()
in <0x000ef> log4net.ObjectRenderer.DefaultRenderer:RenderException
(log4net.ObjectRenderer.RendererMap,System.Exception)
in <0x00117> log4net.ObjectRenderer.DefaultRenderer:DoRender
(log4net.ObjectRenderer.RendererMap,object)
in <0x00068> log4net.ObjectRenderer.RendererMap:FindAndRender (object)

[Core.ConsoleDriver:Internal Nant Error  - [] <>]

Consult the log4net output for more information.

Please send bug report to [EMAIL PROTECTED]
 
Script done on Tue 28 Oct 2003 04:35:55 AM EST

==

=
http://thispaceavailable.uxb.net/blog/index.html

 Verbing weirds language
-- Calvin (& Hobbes)

__
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: Re: Re: Re: [nant-dev] Bug Report

2003-10-29 Thread Gert Driesen
I'm not 100% sure no, but it is working fine on my linux box ...

and the exception you're getting indeed is related to culture information
...

Gert

- Original Message -
From: "D-Fuse" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, October 29, 2003 12:27 PM
Subject: Re: Re: Re: Re: [nant-dev] Bug Report


> Are you sure ICU was the problem? I did install it and
> NAnt keeps giving me the same errors after rebuilding
> mono.
>
> --- D-Fuse <[EMAIL PROTECTED]> wrote:
> > From: D-Fuse <[EMAIL PROTECTED]>
> > Subject: Re: Re: Re: [nant-dev] Bug Report
> > To: [EMAIL PROTECTED],
> > [EMAIL PROTECTED]
> > Date: Tue, 28 Oct 2003 11:24:46 -0800 (PST)
> >
> > Yes I did that, I think I saw it appear there the
> > previous time, didn't see it this time though ( just
> > redid it didn't see anything)
> >
> > --- Gert Driesen <[EMAIL PROTECTED]> wrote:
> > > From: "Gert Driesen" <[EMAIL PROTECTED]>
> > > To: "D-Fuse" <[EMAIL PROTECTED]>,
> > > <[EMAIL PROTECTED]>
> > > Subject: Re: Re: [nant-dev] Bug Report
> > > Date: Tue, 28 Oct 2003 20:14:55 +0100
> > >
> > > I think it should be mentioned when you configure
> > > Mono... come to think of
> > > it, guess you should reconfigure mono first using
> > >
> > > ./configure prefix=
> > >
> > > to have it pick up ICU.
> > >
> > > Gert
> > >
> > > - Original Message -
> > > From: "D-Fuse" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>;
> > > <[EMAIL PROTECTED]>
> > > Sent: Tuesday, October 28, 2003 8:06 PM
> > > Subject: Re: Re: [nant-dev] Bug Report
> > >
> > >
> > > > Hey, I just installed ICU and recompiled mono, I
> > > > didn't see ICU mentioned anywhere in the build
> > > process
> > > > (previously it was always mentioned but I don't
> > > > remember exactly where), but I keep getting the
> > > same
> > > > error from NAnt (just did a new update from cvs
> > > too).
> > > > Is there a way I can detect if mono did include
> > > ICU
> > > > support?
> > > >
> > > > --- Gert Driesen <[EMAIL PROTECTED]>
> > wrote:
> > > > > From: "Gert Driesen" <[EMAIL PROTECTED]>
> > > > > To: "D-Fuse" <[EMAIL PROTECTED]>,
> > > > > <[EMAIL PROTECTED]>
> > > > > Subject: Re: [nant-dev] Bug Report
> > > > > Date: Tue, 28 Oct 2003 08:36:16 +0100
> > > > >
> > > > > A recent change made by Ian will fill a
> > > > > StringCollection with the names of
> > > > > all available cultures in the static
> > constructor
> > > of
> > > > > CompilerBase, and
> > > > > apparently that's what causing a
> > > > > NullReferenceExeption.
> > > > >
> > > > > Are you building Mono from cvs ?  I think ICU
> > > > > (http://oss.software.ibm.com/icu/) was added
> > to
> > > Mono
> > > > > after the 0.28 release,
> > > > > so I think this particular piece of code could
> > > > > indeed cause problems on Mono
> > > > > 0.28 release ...
> > > > >
> > > > > Can you rebuild Mono from cvs with ICU enabled
> > > (kind
> > > > > of a hassle to enable
> > > > > this, but I managed on my system a few days
> > ago,
> > > so
> > > > > if you need help ...)
> > > > >
> > > > > I'll look into this further later today, but
> > I'm
> > > > > pretty sure this is a mono
> > > > > issue ...
> > > > >
> > > > > Thanks for the report ...
> > > > >
> > > > > Gert
> > > > >
> > > > > - Original Message -
> > > > > From: "D-Fuse" <[EMAIL PROTECTED]>
> > > > > To: <[EMAIL PROTECTED]>
> > > > > Sent: Monday, October 27, 2003 10:34 PM
> > > > > Subject: [nant-dev] Bug Report
> > > > >
> > > > >
> > > > > > make bootstrap
> > > > > > make[1]: Entering directory `/root/nant'
> > > > > > if test x = xWindows_NT;

Re: Re: Re: Re: [nant-dev] Bug Report

2003-10-29 Thread D-Fuse
Are you sure ICU was the problem? I did install it and
NAnt keeps giving me the same errors after rebuilding
mono.

--- D-Fuse <[EMAIL PROTECTED]> wrote:
> From: D-Fuse <[EMAIL PROTECTED]>
> Subject: Re: Re: Re: [nant-dev] Bug Report
> To: [EMAIL PROTECTED],
> [EMAIL PROTECTED]
> Date: Tue, 28 Oct 2003 11:24:46 -0800 (PST)
> 
> Yes I did that, I think I saw it appear there the
> previous time, didn't see it this time though ( just
> redid it didn't see anything)
> 
> --- Gert Driesen <[EMAIL PROTECTED]> wrote:
> > From: "Gert Driesen" <[EMAIL PROTECTED]>
> > To: "D-Fuse" <[EMAIL PROTECTED]>,
> > <[EMAIL PROTECTED]>
> > Subject: Re: Re: [nant-dev] Bug Report
> > Date: Tue, 28 Oct 2003 20:14:55 +0100
> > 
> > I think it should be mentioned when you configure
> > Mono... come to think of
> > it, guess you should reconfigure mono first using
> > 
> > ./configure prefix=
> > 
> > to have it pick up ICU.
> > 
> > Gert
> > 
> > - Original Message - 
> > From: "D-Fuse" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>;
> > <[EMAIL PROTECTED]>
> > Sent: Tuesday, October 28, 2003 8:06 PM
> > Subject: Re: Re: [nant-dev] Bug Report
> > 
> > 
> > > Hey, I just installed ICU and recompiled mono, I
> > > didn't see ICU mentioned anywhere in the build
> > process
> > > (previously it was always mentioned but I don't
> > > remember exactly where), but I keep getting the
> > same
> > > error from NAnt (just did a new update from cvs
> > too).
> > > Is there a way I can detect if mono did include
> > ICU
> > > support?
> > >
> > > --- Gert Driesen <[EMAIL PROTECTED]>
> wrote:
> > > > From: "Gert Driesen" <[EMAIL PROTECTED]>
> > > > To: "D-Fuse" <[EMAIL PROTECTED]>,
> > > > <[EMAIL PROTECTED]>
> > > > Subject: Re: [nant-dev] Bug Report
> > > > Date: Tue, 28 Oct 2003 08:36:16 +0100
> > > >
> > > > A recent change made by Ian will fill a
> > > > StringCollection with the names of
> > > > all available cultures in the static
> constructor
> > of
> > > > CompilerBase, and
> > > > apparently that's what causing a
> > > > NullReferenceExeption.
> > > >
> > > > Are you building Mono from cvs ?  I think ICU
> > > > (http://oss.software.ibm.com/icu/) was added
> to
> > Mono
> > > > after the 0.28 release,
> > > > so I think this particular piece of code could
> > > > indeed cause problems on Mono
> > > > 0.28 release ...
> > > >
> > > > Can you rebuild Mono from cvs with ICU enabled
> > (kind
> > > > of a hassle to enable
> > > > this, but I managed on my system a few days
> ago,
> > so
> > > > if you need help ...)
> > > >
> > > > I'll look into this further later today, but
> I'm
> > > > pretty sure this is a mono
> > > > issue ...
> > > >
> > > > Thanks for the report ...
> > > >
> > > > Gert
> > > >
> > > > - Original Message - 
> > > > From: "D-Fuse" <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Sent: Monday, October 27, 2003 10:34 PM
> > > > Subject: [nant-dev] Bug Report
> > > >
> > > >
> > > > > make bootstrap
> > > > > make[1]: Entering directory `/root/nant'
> > > > > if test x = xWindows_NT; then make
> > > > windows-bootstrap;
> > > > > else make linux-bootstrap; fi
> > > > > make[2]: Entering directory `/root/nant'
> > > > > cp lib/*.* bin/
> > > > > cp lib/mono/1.0/*.* bin/
> > > > > make linux-bootstrap-nant
> > > > > make[3]: Entering directory `/root/nant'
> > > > > mcs -target:exe -define:MONO -debug -o
> > > > bin/NAnt.exe
> > > > > -r:lib/mono/1.0/log4net.dll
> > > > > -recurse:src/NAnt.Console/*.cs
> > > > src/CommonAssemblyInfo.
> > > > > cs
> > > > > Compilation succeeded
> > > > > cp src/NAnt.Console/NAnt.Console.exe.config
> > > > > bin/NAnt.exe.config
> > > > > make[3]: Leaving directory `/root/nant

Re: Re: Re: [nant-dev] Bug Report

2003-10-28 Thread D-Fuse
Yes I did that, I think I saw it appear there the
previous time, didn't see it this time though ( just
redid it didn't see anything)

--- Gert Driesen <[EMAIL PROTECTED]> wrote:
> From: "Gert Driesen" <[EMAIL PROTECTED]>
> To: "D-Fuse" <[EMAIL PROTECTED]>,
>       <[EMAIL PROTECTED]>
> Subject: Re: Re: [nant-dev] Bug Report
> Date: Tue, 28 Oct 2003 20:14:55 +0100
> 
> I think it should be mentioned when you configure
> Mono... come to think of
> it, guess you should reconfigure mono first using
> 
> ./configure prefix=
> 
> to have it pick up ICU.
> 
> Gert
> 
> - Original Message - 
> From: "D-Fuse" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>;
> <[EMAIL PROTECTED]>
> Sent: Tuesday, October 28, 2003 8:06 PM
> Subject: Re: Re: [nant-dev] Bug Report
> 
> 
> > Hey, I just installed ICU and recompiled mono, I
> > didn't see ICU mentioned anywhere in the build
> process
> > (previously it was always mentioned but I don't
> > remember exactly where), but I keep getting the
> same
> > error from NAnt (just did a new update from cvs
> too).
> > Is there a way I can detect if mono did include
> ICU
> > support?
> >
> > --- Gert Driesen <[EMAIL PROTECTED]> wrote:
> > > From: "Gert Driesen" <[EMAIL PROTECTED]>
> > > To: "D-Fuse" <[EMAIL PROTECTED]>,
> > > <[EMAIL PROTECTED]>
> > > Subject: Re: [nant-dev] Bug Report
> > > Date: Tue, 28 Oct 2003 08:36:16 +0100
> > >
> > > A recent change made by Ian will fill a
> > > StringCollection with the names of
> > > all available cultures in the static constructor
> of
> > > CompilerBase, and
> > > apparently that's what causing a
> > > NullReferenceExeption.
> > >
> > > Are you building Mono from cvs ?  I think ICU
> > > (http://oss.software.ibm.com/icu/) was added to
> Mono
> > > after the 0.28 release,
> > > so I think this particular piece of code could
> > > indeed cause problems on Mono
> > > 0.28 release ...
> > >
> > > Can you rebuild Mono from cvs with ICU enabled
> (kind
> > > of a hassle to enable
> > > this, but I managed on my system a few days ago,
> so
> > > if you need help ...)
> > >
> > > I'll look into this further later today, but I'm
> > > pretty sure this is a mono
> > > issue ...
> > >
> > > Thanks for the report ...
> > >
> > > Gert
> > >
> > > - Original Message - 
> > > From: "D-Fuse" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Monday, October 27, 2003 10:34 PM
> > > Subject: [nant-dev] Bug Report
> > >
> > >
> > > > make bootstrap
> > > > make[1]: Entering directory `/root/nant'
> > > > if test x = xWindows_NT; then make
> > > windows-bootstrap;
> > > > else make linux-bootstrap; fi
> > > > make[2]: Entering directory `/root/nant'
> > > > cp lib/*.* bin/
> > > > cp lib/mono/1.0/*.* bin/
> > > > make linux-bootstrap-nant
> > > > make[3]: Entering directory `/root/nant'
> > > > mcs -target:exe -define:MONO -debug -o
> > > bin/NAnt.exe
> > > > -r:lib/mono/1.0/log4net.dll
> > > > -recurse:src/NAnt.Console/*.cs
> > > src/CommonAssemblyInfo.
> > > > cs
> > > > Compilation succeeded
> > > > cp src/NAnt.Console/NAnt.Console.exe.config
> > > > bin/NAnt.exe.config
> > > > make[3]: Leaving directory `/root/nant'
> > > > make linux-bootstrap-nant.core
> > > > make[3]: Entering directory `/root/nant'
> > > > mcs -target:library -define:MONO -debug -o
> > > > bin/NAnt.Core.dll -r:bin/log4net.dll
> > > -r:System.Web.dll
> > > > -recurse:src/NAnt.Core/*.cs src/Comm
> > > onAssemblyInfo.cs
> > > > src/NAnt.Core/ConsoleDriver.cs(242) warning
> > > CS0618:
> > > > Method
> `XslTransform.Load(System.Xml.XmlReader)'
> > > is
> > > > obsolete: `You should pass evi dence.'
> > > > src/NAnt.Core/Tasks/StyleTask.cs(280) warning
> > > CS0618:
> > > > Method
> `XslTransform.Load(System.Xml.XmlReader)'
> > > is
> > > > obsolete: `You should pass e vidence.'
> > > > Compilation succeeded - 

Re: Re: [nant-dev] Bug Report

2003-10-28 Thread Gert Driesen
I think it should be mentioned when you configure Mono... come to think of
it, guess you should reconfigure mono first using

./configure prefix=

to have it pick up ICU.

Gert

- Original Message - 
From: "D-Fuse" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, October 28, 2003 8:06 PM
Subject: Re: Re: [nant-dev] Bug Report


> Hey, I just installed ICU and recompiled mono, I
> didn't see ICU mentioned anywhere in the build process
> (previously it was always mentioned but I don't
> remember exactly where), but I keep getting the same
> error from NAnt (just did a new update from cvs too).
> Is there a way I can detect if mono did include ICU
> support?
>
> --- Gert Driesen <[EMAIL PROTECTED]> wrote:
> > From: "Gert Driesen" <[EMAIL PROTECTED]>
> > To: "D-Fuse" <[EMAIL PROTECTED]>,
> > <[EMAIL PROTECTED]>
> > Subject: Re: [nant-dev] Bug Report
> > Date: Tue, 28 Oct 2003 08:36:16 +0100
> >
> > A recent change made by Ian will fill a
> > StringCollection with the names of
> > all available cultures in the static constructor of
> > CompilerBase, and
> > apparently that's what causing a
> > NullReferenceExeption.
> >
> > Are you building Mono from cvs ?  I think ICU
> > (http://oss.software.ibm.com/icu/) was added to Mono
> > after the 0.28 release,
> > so I think this particular piece of code could
> > indeed cause problems on Mono
> > 0.28 release ...
> >
> > Can you rebuild Mono from cvs with ICU enabled (kind
> > of a hassle to enable
> > this, but I managed on my system a few days ago, so
> > if you need help ...)
> >
> > I'll look into this further later today, but I'm
> > pretty sure this is a mono
> > issue ...
> >
> > Thanks for the report ...
> >
> > Gert
> >
> > - Original Message - 
> > From: "D-Fuse" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, October 27, 2003 10:34 PM
> > Subject: [nant-dev] Bug Report
> >
> >
> > > make bootstrap
> > > make[1]: Entering directory `/root/nant'
> > > if test x = xWindows_NT; then make
> > windows-bootstrap;
> > > else make linux-bootstrap; fi
> > > make[2]: Entering directory `/root/nant'
> > > cp lib/*.* bin/
> > > cp lib/mono/1.0/*.* bin/
> > > make linux-bootstrap-nant
> > > make[3]: Entering directory `/root/nant'
> > > mcs -target:exe -define:MONO -debug -o
> > bin/NAnt.exe
> > > -r:lib/mono/1.0/log4net.dll
> > > -recurse:src/NAnt.Console/*.cs
> > src/CommonAssemblyInfo.
> > > cs
> > > Compilation succeeded
> > > cp src/NAnt.Console/NAnt.Console.exe.config
> > > bin/NAnt.exe.config
> > > make[3]: Leaving directory `/root/nant'
> > > make linux-bootstrap-nant.core
> > > make[3]: Entering directory `/root/nant'
> > > mcs -target:library -define:MONO -debug -o
> > > bin/NAnt.Core.dll -r:bin/log4net.dll
> > -r:System.Web.dll
> > > -recurse:src/NAnt.Core/*.cs src/Comm
> > onAssemblyInfo.cs
> > > src/NAnt.Core/ConsoleDriver.cs(242) warning
> > CS0618:
> > > Method `XslTransform.Load(System.Xml.XmlReader)'
> > is
> > > obsolete: `You should pass evi dence.'
> > > src/NAnt.Core/Tasks/StyleTask.cs(280) warning
> > CS0618:
> > > Method `XslTransform.Load(System.Xml.XmlReader)'
> > is
> > > obsolete: `You should pass e vidence.'
> > > Compilation succeeded - 2 warning(s)
> > > make[3]: Leaving directory `/root/nant'
> > > make linux-bootstrap-nant.dotnet
> > > make[3]: Entering directory `/root/nant'
> > > mcs -target:library -define:MONO -debug -o
> > > bin/NAnt.DotNetTasks.dll -r:./bin/NAnt.Core.dll
> > > -r:bin/NDoc.Core.dll -recurse:src/NAnt.DotN
> > et/*.cs
> > > src/CommonAssemblyInfo.cs
> > > Compilation succeeded
> > > make[3]: Leaving directory `/root/nant'
> > > make[2]: Leaving directory `/root/nant'
> > > make[1]: Leaving directory `/root/nant'
> > > make nant
> > > make[1]: Entering directory `/root/nant'
> > > if test x = xWindows_NT; then make windows-nant;
> > else
> > > make linux-nant; fi
> > > make[2]: Entering directory `/root/nant'
> > > mono bin/NAnt.exe -buildfile:NAnt.build build
> > > NAnt version 0.8.4 Copyright (C) 2001-2003 

Re: Re: [nant-dev] Bug Report

2003-10-28 Thread D-Fuse
Hey, I just installed ICU and recompiled mono, I
didn't see ICU mentioned anywhere in the build process
(previously it was always mentioned but I don't
remember exactly where), but I keep getting the same
error from NAnt (just did a new update from cvs too).
Is there a way I can detect if mono did include ICU
support?

--- Gert Driesen <[EMAIL PROTECTED]> wrote:
> From: "Gert Driesen" <[EMAIL PROTECTED]>
> To: "D-Fuse" <[EMAIL PROTECTED]>,
>   <[EMAIL PROTECTED]>
> Subject: Re: [nant-dev] Bug Report
> Date: Tue, 28 Oct 2003 08:36:16 +0100
> 
> A recent change made by Ian will fill a
> StringCollection with the names of
> all available cultures in the static constructor of
> CompilerBase, and
> apparently that's what causing a
> NullReferenceExeption.
> 
> Are you building Mono from cvs ?  I think ICU
> (http://oss.software.ibm.com/icu/) was added to Mono
> after the 0.28 release,
> so I think this particular piece of code could
> indeed cause problems on Mono
> 0.28 release ...
> 
> Can you rebuild Mono from cvs with ICU enabled (kind
> of a hassle to enable
> this, but I managed on my system a few days ago, so
> if you need help ...)
> 
> I'll look into this further later today, but I'm
> pretty sure this is a mono
> issue ...
> 
> Thanks for the report ...
> 
> Gert
> 
> - Original Message - 
> From: "D-Fuse" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, October 27, 2003 10:34 PM
> Subject: [nant-dev] Bug Report
> 
> 
> > make bootstrap
> > make[1]: Entering directory `/root/nant'
> > if test x = xWindows_NT; then make
> windows-bootstrap;
> > else make linux-bootstrap; fi
> > make[2]: Entering directory `/root/nant'
> > cp lib/*.* bin/
> > cp lib/mono/1.0/*.* bin/
> > make linux-bootstrap-nant
> > make[3]: Entering directory `/root/nant'
> > mcs -target:exe -define:MONO -debug -o
> bin/NAnt.exe
> > -r:lib/mono/1.0/log4net.dll
> > -recurse:src/NAnt.Console/*.cs
> src/CommonAssemblyInfo.
> > cs
> > Compilation succeeded
> > cp src/NAnt.Console/NAnt.Console.exe.config
> > bin/NAnt.exe.config
> > make[3]: Leaving directory `/root/nant'
> > make linux-bootstrap-nant.core
> > make[3]: Entering directory `/root/nant'
> > mcs -target:library -define:MONO -debug -o
> > bin/NAnt.Core.dll -r:bin/log4net.dll
> -r:System.Web.dll
> > -recurse:src/NAnt.Core/*.cs src/Comm
> onAssemblyInfo.cs
> > src/NAnt.Core/ConsoleDriver.cs(242) warning
> CS0618:
> > Method `XslTransform.Load(System.Xml.XmlReader)'
> is
> > obsolete: `You should pass evi dence.'
> > src/NAnt.Core/Tasks/StyleTask.cs(280) warning
> CS0618:
> > Method `XslTransform.Load(System.Xml.XmlReader)'
> is
> > obsolete: `You should pass e vidence.'
> > Compilation succeeded - 2 warning(s)
> > make[3]: Leaving directory `/root/nant'
> > make linux-bootstrap-nant.dotnet
> > make[3]: Entering directory `/root/nant'
> > mcs -target:library -define:MONO -debug -o
> > bin/NAnt.DotNetTasks.dll -r:./bin/NAnt.Core.dll
> > -r:bin/NDoc.Core.dll -recurse:src/NAnt.DotN
> et/*.cs
> > src/CommonAssemblyInfo.cs
> > Compilation succeeded
> > make[3]: Leaving directory `/root/nant'
> > make[2]: Leaving directory `/root/nant'
> > make[1]: Leaving directory `/root/nant'
> > make nant
> > make[1]: Entering directory `/root/nant'
> > if test x = xWindows_NT; then make windows-nant;
> else
> > make linux-nant; fi
> > make[2]: Entering directory `/root/nant'
> > mono bin/NAnt.exe -buildfile:NAnt.build build
> > NAnt version 0.8.4 Copyright (C) 2001-2003 Gerry
> Shaw
> > http://nant.sourceforge.net
> >
> > Buildfile: file://root/nant/NAnt.build
> > Target(s) specified: build
> >  [echo] Using 'mono-1.0' framework on 'unix'
> > platform.
> >
> > init:
> >
> >
> > debug:
> >
> >
> > set-runtime-configuration:
> >
> >
> > set-mono-1.0-runtime-configuration:
> >
> >
> > set-runtime-configuration-flags:
> >
> >
> > set-mono-1.0-runtime-configuration:
> >
> >
> > set-runtime-configuration-flags:
> >
> >
> > build:
> >
> >  [echo] Build Directory is
> > /root/nant/build/mono-1.0.unix/nant-0.8.4-debug
> > [mkdir] Creating directory
> >
> /root/nant/build/mono-1.0.unix/nant-0.8.4-debug/bin.
> >  [copy] Copying 3 files to
>

Re: Re: [nant-dev] Bug Report

2003-10-28 Thread Gert Driesen
I actually made a mistake ... It was a hassle to get Cairo built for Mono,
not ICU ...

To enable ICU support : download and extract
http://oss.software.ibm.com/icu/download/2.6.1/icu-2.6.1.tgz and build it
with prefix set to your mono install dir; then rebuild Mono ...

I think that should be it (but no sure though)

Gert

- Original Message - 
From: "D-Fuse" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 28, 2003 9:23 AM
Subject: Re: Re: [nant-dev] Bug Report


> I'm using mono-0.28 built from source, but not from
> cvs (I didn't get the cvs version to compile). I do
> remember seeing ICU was not installed during the
> ./configure, because I didn't know what is. I searched
> for it for a moment but didn't found out how to
> install/enable it. Can you give me some directions?
> I'll try it first thing when I come home tonight.
>
> --- Gert Driesen <[EMAIL PROTECTED]> wrote:
> > From: "Gert Driesen" <[EMAIL PROTECTED]>
> > To: "D-Fuse" <[EMAIL PROTECTED]>,
> > <[EMAIL PROTECTED]>
> > Subject: Re: [nant-dev] Bug Report
> > Date: Tue, 28 Oct 2003 08:36:16 +0100
> >
> > A recent change made by Ian will fill a
> > StringCollection with the names of
> > all available cultures in the static constructor of
> > CompilerBase, and
> > apparently that's what causing a
> > NullReferenceExeption.
> >
> > Are you building Mono from cvs ?  I think ICU
> > (http://oss.software.ibm.com/icu/) was added to Mono
> > after the 0.28 release,
> > so I think this particular piece of code could
> > indeed cause problems on Mono
> > 0.28 release ...
> >
> > Can you rebuild Mono from cvs with ICU enabled (kind
> > of a hassle to enable
> > this, but I managed on my system a few days ago, so
> > if you need help ...)
> >
> > I'll look into this further later today, but I'm
> > pretty sure this is a mono
> > issue ...
> >
> > Thanks for the report ...
> >
> > Gert
> >
> > - Original Message - 
> > From: "D-Fuse" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, October 27, 2003 10:34 PM
> > Subject: [nant-dev] Bug Report
> >
> >
> > > make bootstrap
> > > make[1]: Entering directory `/root/nant'
> > > if test x = xWindows_NT; then make
> > windows-bootstrap;
> > > else make linux-bootstrap; fi
> > > make[2]: Entering directory `/root/nant'
> > > cp lib/*.* bin/
> > > cp lib/mono/1.0/*.* bin/
> > > make linux-bootstrap-nant
> > > make[3]: Entering directory `/root/nant'
> > > mcs -target:exe -define:MONO -debug -o
> > bin/NAnt.exe
> > > -r:lib/mono/1.0/log4net.dll
> > > -recurse:src/NAnt.Console/*.cs
> > src/CommonAssemblyInfo.
> > > cs
> > > Compilation succeeded
> > > cp src/NAnt.Console/NAnt.Console.exe.config
> > > bin/NAnt.exe.config
> > > make[3]: Leaving directory `/root/nant'
> > > make linux-bootstrap-nant.core
> > > make[3]: Entering directory `/root/nant'
> > > mcs -target:library -define:MONO -debug -o
> > > bin/NAnt.Core.dll -r:bin/log4net.dll
> > -r:System.Web.dll
> > > -recurse:src/NAnt.Core/*.cs src/Comm
> > onAssemblyInfo.cs
> > > src/NAnt.Core/ConsoleDriver.cs(242) warning
> > CS0618:
> > > Method `XslTransform.Load(System.Xml.XmlReader)'
> > is
> > > obsolete: `You should pass evi dence.'
> > > src/NAnt.Core/Tasks/StyleTask.cs(280) warning
> > CS0618:
> > > Method `XslTransform.Load(System.Xml.XmlReader)'
> > is
> > > obsolete: `You should pass e vidence.'
> > > Compilation succeeded - 2 warning(s)
> > > make[3]: Leaving directory `/root/nant'
> > > make linux-bootstrap-nant.dotnet
> > > make[3]: Entering directory `/root/nant'
> > > mcs -target:library -define:MONO -debug -o
> > > bin/NAnt.DotNetTasks.dll -r:./bin/NAnt.Core.dll
> > > -r:bin/NDoc.Core.dll -recurse:src/NAnt.DotN
> > et/*.cs
> > > src/CommonAssemblyInfo.cs
> > > Compilation succeeded
> > > make[3]: Leaving directory `/root/nant'
> > > make[2]: Leaving directory `/root/nant'
> > > make[1]: Leaving directory `/root/nant'
> > > make nant
> > > make[1]: Entering directory `/root/nant'
> > > if test x = xWindows_NT; then make windows-nant;
> > else
> > > make linux-nant; fi
> > > ma

Re: Re: [nant-dev] Bug Report

2003-10-28 Thread D-Fuse
I'm using mono-0.28 built from source, but not from
cvs (I didn't get the cvs version to compile). I do
remember seeing ICU was not installed during the
./configure, because I didn't know what is. I searched
for it for a moment but didn't found out how to
install/enable it. Can you give me some directions?
I'll try it first thing when I come home tonight.

--- Gert Driesen <[EMAIL PROTECTED]> wrote:
> From: "Gert Driesen" <[EMAIL PROTECTED]>
> To: "D-Fuse" <[EMAIL PROTECTED]>,
>   <[EMAIL PROTECTED]>
> Subject: Re: [nant-dev] Bug Report
> Date: Tue, 28 Oct 2003 08:36:16 +0100
> 
> A recent change made by Ian will fill a
> StringCollection with the names of
> all available cultures in the static constructor of
> CompilerBase, and
> apparently that's what causing a
> NullReferenceExeption.
> 
> Are you building Mono from cvs ?  I think ICU
> (http://oss.software.ibm.com/icu/) was added to Mono
> after the 0.28 release,
> so I think this particular piece of code could
> indeed cause problems on Mono
> 0.28 release ...
> 
> Can you rebuild Mono from cvs with ICU enabled (kind
> of a hassle to enable
> this, but I managed on my system a few days ago, so
> if you need help ...)
> 
> I'll look into this further later today, but I'm
> pretty sure this is a mono
> issue ...
> 
> Thanks for the report ...
> 
> Gert
> 
> - Original Message - 
> From: "D-Fuse" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, October 27, 2003 10:34 PM
> Subject: [nant-dev] Bug Report
> 
> 
> > make bootstrap
> > make[1]: Entering directory `/root/nant'
> > if test x = xWindows_NT; then make
> windows-bootstrap;
> > else make linux-bootstrap; fi
> > make[2]: Entering directory `/root/nant'
> > cp lib/*.* bin/
> > cp lib/mono/1.0/*.* bin/
> > make linux-bootstrap-nant
> > make[3]: Entering directory `/root/nant'
> > mcs -target:exe -define:MONO -debug -o
> bin/NAnt.exe
> > -r:lib/mono/1.0/log4net.dll
> > -recurse:src/NAnt.Console/*.cs
> src/CommonAssemblyInfo.
> > cs
> > Compilation succeeded
> > cp src/NAnt.Console/NAnt.Console.exe.config
> > bin/NAnt.exe.config
> > make[3]: Leaving directory `/root/nant'
> > make linux-bootstrap-nant.core
> > make[3]: Entering directory `/root/nant'
> > mcs -target:library -define:MONO -debug -o
> > bin/NAnt.Core.dll -r:bin/log4net.dll
> -r:System.Web.dll
> > -recurse:src/NAnt.Core/*.cs src/Comm
> onAssemblyInfo.cs
> > src/NAnt.Core/ConsoleDriver.cs(242) warning
> CS0618:
> > Method `XslTransform.Load(System.Xml.XmlReader)'
> is
> > obsolete: `You should pass evi dence.'
> > src/NAnt.Core/Tasks/StyleTask.cs(280) warning
> CS0618:
> > Method `XslTransform.Load(System.Xml.XmlReader)'
> is
> > obsolete: `You should pass e vidence.'
> > Compilation succeeded - 2 warning(s)
> > make[3]: Leaving directory `/root/nant'
> > make linux-bootstrap-nant.dotnet
> > make[3]: Entering directory `/root/nant'
> > mcs -target:library -define:MONO -debug -o
> > bin/NAnt.DotNetTasks.dll -r:./bin/NAnt.Core.dll
> > -r:bin/NDoc.Core.dll -recurse:src/NAnt.DotN
> et/*.cs
> > src/CommonAssemblyInfo.cs
> > Compilation succeeded
> > make[3]: Leaving directory `/root/nant'
> > make[2]: Leaving directory `/root/nant'
> > make[1]: Leaving directory `/root/nant'
> > make nant
> > make[1]: Entering directory `/root/nant'
> > if test x = xWindows_NT; then make windows-nant;
> else
> > make linux-nant; fi
> > make[2]: Entering directory `/root/nant'
> > mono bin/NAnt.exe -buildfile:NAnt.build build
> > NAnt version 0.8.4 Copyright (C) 2001-2003 Gerry
> Shaw
> > http://nant.sourceforge.net
> >
> > Buildfile: file://root/nant/NAnt.build
> > Target(s) specified: build
> >  [echo] Using 'mono-1.0' framework on 'unix'
> > platform.
> >
> > init:
> >
> >
> > debug:
> >
> >
> > set-runtime-configuration:
> >
> >
> > set-mono-1.0-runtime-configuration:
> >
> >
> > set-runtime-configuration-flags:
> >
> >
> > set-mono-1.0-runtime-configuration:
> >
> >
> > set-runtime-configuration-flags:
> >
> >
> > build:
> >
> >  [echo] Build Directory is
> > /root/nant/build/mono-1.0.unix/nant-0.8.4-debug
> > [mkdir] Creating directory
> >
> /root/nant/build/mono-1.0.unix/nant-0.8.4-

Re: [nant-dev] Bug Report

2003-10-28 Thread Gert Driesen
A recent change made by Ian will fill a StringCollection with the names of
all available cultures in the static constructor of CompilerBase, and
apparently that's what causing a NullReferenceExeption.

Are you building Mono from cvs ?  I think ICU
(http://oss.software.ibm.com/icu/) was added to Mono after the 0.28 release,
so I think this particular piece of code could indeed cause problems on Mono
0.28 release ...

Can you rebuild Mono from cvs with ICU enabled (kind of a hassle to enable
this, but I managed on my system a few days ago, so if you need help ...)

I'll look into this further later today, but I'm pretty sure this is a mono
issue ...

Thanks for the report ...

Gert

- Original Message - 
From: "D-Fuse" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 27, 2003 10:34 PM
Subject: [nant-dev] Bug Report


> make bootstrap
> make[1]: Entering directory `/root/nant'
> if test x = xWindows_NT; then make windows-bootstrap;
> else make linux-bootstrap; fi
> make[2]: Entering directory `/root/nant'
> cp lib/*.* bin/
> cp lib/mono/1.0/*.* bin/
> make linux-bootstrap-nant
> make[3]: Entering directory `/root/nant'
> mcs -target:exe -define:MONO -debug -o bin/NAnt.exe
> -r:lib/mono/1.0/log4net.dll
> -recurse:src/NAnt.Console/*.cs src/CommonAssemblyInfo.
> cs
> Compilation succeeded
> cp src/NAnt.Console/NAnt.Console.exe.config
> bin/NAnt.exe.config
> make[3]: Leaving directory `/root/nant'
> make linux-bootstrap-nant.core
> make[3]: Entering directory `/root/nant'
> mcs -target:library -define:MONO -debug -o
> bin/NAnt.Core.dll -r:bin/log4net.dll -r:System.Web.dll
> -recurse:src/NAnt.Core/*.cs src/Comm onAssemblyInfo.cs
> src/NAnt.Core/ConsoleDriver.cs(242) warning CS0618:
> Method `XslTransform.Load(System.Xml.XmlReader)' is
> obsolete: `You should pass evi dence.'
> src/NAnt.Core/Tasks/StyleTask.cs(280) warning CS0618:
> Method `XslTransform.Load(System.Xml.XmlReader)' is
> obsolete: `You should pass e vidence.'
> Compilation succeeded - 2 warning(s)
> make[3]: Leaving directory `/root/nant'
> make linux-bootstrap-nant.dotnet
> make[3]: Entering directory `/root/nant'
> mcs -target:library -define:MONO -debug -o
> bin/NAnt.DotNetTasks.dll -r:./bin/NAnt.Core.dll
> -r:bin/NDoc.Core.dll -recurse:src/NAnt.DotN et/*.cs
> src/CommonAssemblyInfo.cs
> Compilation succeeded
> make[3]: Leaving directory `/root/nant'
> make[2]: Leaving directory `/root/nant'
> make[1]: Leaving directory `/root/nant'
> make nant
> make[1]: Entering directory `/root/nant'
> if test x = xWindows_NT; then make windows-nant; else
> make linux-nant; fi
> make[2]: Entering directory `/root/nant'
> mono bin/NAnt.exe -buildfile:NAnt.build build
> NAnt version 0.8.4 Copyright (C) 2001-2003 Gerry Shaw
> http://nant.sourceforge.net
>
> Buildfile: file://root/nant/NAnt.build
> Target(s) specified: build
>  [echo] Using 'mono-1.0' framework on 'unix'
> platform.
>
> init:
>
>
> debug:
>
>
> set-runtime-configuration:
>
>
> set-mono-1.0-runtime-configuration:
>
>
> set-runtime-configuration-flags:
>
>
> set-mono-1.0-runtime-configuration:
>
>
> set-runtime-configuration-flags:
>
>
> build:
>
>  [echo] Build Directory is
> /root/nant/build/mono-1.0.unix/nant-0.8.4-debug
> [mkdir] Creating directory
> /root/nant/build/mono-1.0.unix/nant-0.8.4-debug/bin.
>  [copy] Copying 3 files to
> /root/nant/build/mono-1.0.unix/nant-0.8.4-debug/bin.
>  [copy] Copying 4 files to
> /root/nant/build/mono-1.0.unix/nant-0.8.4-debug/bin.
>  [nant] src/NAnt.Core/NAnt.Core.build build
>
> Buildfile:
> file://root/nant/src/NAnt.Core/NAnt.Core.build
> Target(s) specified: build
>
> build:
>
>
> BUILD FAILED
>
> INTERNAL ERROR
>
>
> System.Reflection.TargetInvocationException: Exception
> has been thrown by the target of an invocation. --->
> System.TypeIni tializationException: An exception was
> thrown by the type initializer for
> NAnt.DotNet.Tasks.CompilerBase --->
> System.NullReferenceExce ption: A null value was found
> where an object instance was required
> in <0x00117> NAnt.DotNet.Tasks.CompilerBase:.cctor ()
> --- End of inner exception stack trace ---
>
> in (unmanaged) NAnt.DotNet.Tasks.CompilerBase:.ctor ()
> in <0x0003d> NAnt.DotNet.Tasks.CscTask:.ctor ()
> in (unmanaged) /usr/local/lib/libmono.so.0
> [0x40044ae1]
> in (unmanaged)
> /usr/local/lib/libmono.so.0(mono_runtime_invoke+0x35)
> [0x40096e12]
> in (unmanaged)
> /usr/local/lib/li

[nant-dev] bug report

2003-10-28 Thread Dan Wygant
FYI, I'm getting this error trying to build a
"solution" inside a target:

BUILD FAILED

INTERNAL ERROR

System.NotSupportedException: The given path's format
is not supported.
   at
System.Security.Util.StringExpressionSet.CanonicalizePath(String
path, Boo
lean needFullPath)
   at
System.Security.Util.StringExpressionSet.AddExpressions(String[]
str, Bool
ean checkForDuplicates, Boolean needFullPath)
   at
System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionA
ccess access, String[] pathListOrig, Boolean
checkForDuplicates, Boolean needFul
lPath, Boolean copyPathList)
   at
System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess
access, String[] pathList, Boolean checkForDuplicates,
Boolean needFullPath)
   at System.IO.FileInfo..ctor(String fileName)
   at NAnt.VSNet.Tasks.Reference..ctor(Solution sln,
ProjectSettings ps, XmlElem
ent elemReference, Task nanttask)
   at NAnt.VSNet.Tasks.Project.Load(Solution sln,
String strFilename)
   at NAnt.VSNet.Tasks.Solution.LoadProjects()
   at NAnt.VSNet.Tasks.Solution..ctor(String
strSolutionFilename, ArrayList alAd
ditionalProjects, ArrayList alReferenceProjects,
TempFileCollection tfc, Task na
nttask)
   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

Please send bug report to
[EMAIL PROTECTED]


__
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/


---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Bug Report

2003-10-27 Thread D-Fuse
make bootstrap
make[1]: Entering directory `/root/nant'
if test x = xWindows_NT; then make windows-bootstrap;
else make linux-bootstrap; fi
make[2]: Entering directory `/root/nant'
cp lib/*.* bin/
cp lib/mono/1.0/*.* bin/
make linux-bootstrap-nant
make[3]: Entering directory `/root/nant'
mcs -target:exe -define:MONO -debug -o bin/NAnt.exe
-r:lib/mono/1.0/log4net.dll
-recurse:src/NAnt.Console/*.cs src/CommonAssemblyInfo.
cs
Compilation succeeded
cp src/NAnt.Console/NAnt.Console.exe.config
bin/NAnt.exe.config
make[3]: Leaving directory `/root/nant'
make linux-bootstrap-nant.core
make[3]: Entering directory `/root/nant'
mcs -target:library -define:MONO -debug -o
bin/NAnt.Core.dll -r:bin/log4net.dll -r:System.Web.dll
-recurse:src/NAnt.Core/*.cs src/Comm onAssemblyInfo.cs
src/NAnt.Core/ConsoleDriver.cs(242) warning CS0618:
Method `XslTransform.Load(System.Xml.XmlReader)' is
obsolete: `You should pass evi dence.'
src/NAnt.Core/Tasks/StyleTask.cs(280) warning CS0618:
Method `XslTransform.Load(System.Xml.XmlReader)' is
obsolete: `You should pass e vidence.'
Compilation succeeded - 2 warning(s)
make[3]: Leaving directory `/root/nant'
make linux-bootstrap-nant.dotnet
make[3]: Entering directory `/root/nant'
mcs -target:library -define:MONO -debug -o
bin/NAnt.DotNetTasks.dll -r:./bin/NAnt.Core.dll
-r:bin/NDoc.Core.dll -recurse:src/NAnt.DotN et/*.cs
src/CommonAssemblyInfo.cs
Compilation succeeded
make[3]: Leaving directory `/root/nant'
make[2]: Leaving directory `/root/nant'
make[1]: Leaving directory `/root/nant'
make nant
make[1]: Entering directory `/root/nant'
if test x = xWindows_NT; then make windows-nant; else
make linux-nant; fi
make[2]: Entering directory `/root/nant'
mono bin/NAnt.exe -buildfile:NAnt.build build
NAnt version 0.8.4 Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net
 
Buildfile: file://root/nant/NAnt.build
Target(s) specified: build
 [echo] Using 'mono-1.0' framework on 'unix'
platform.
 
init:
 
 
debug:
 
 
set-runtime-configuration:
 
 
set-mono-1.0-runtime-configuration:
 
 
set-runtime-configuration-flags:
 
 
set-mono-1.0-runtime-configuration:
 
 
set-runtime-configuration-flags:
 
 
build:
 
 [echo] Build Directory is
/root/nant/build/mono-1.0.unix/nant-0.8.4-debug
[mkdir] Creating directory
/root/nant/build/mono-1.0.unix/nant-0.8.4-debug/bin.
 [copy] Copying 3 files to
/root/nant/build/mono-1.0.unix/nant-0.8.4-debug/bin.
 [copy] Copying 4 files to
/root/nant/build/mono-1.0.unix/nant-0.8.4-debug/bin.
 [nant] src/NAnt.Core/NAnt.Core.build build
 
Buildfile:
file://root/nant/src/NAnt.Core/NAnt.Core.build
Target(s) specified: build
 
build:
 
 
BUILD FAILED
 
INTERNAL ERROR
 
   
System.Reflection.TargetInvocationException: Exception
has been thrown by the target of an invocation. --->
System.TypeIni tializationException: An exception was
thrown by the type initializer for
NAnt.DotNet.Tasks.CompilerBase --->
System.NullReferenceExce ption: A null value was found
where an object instance was required
in <0x00117> NAnt.DotNet.Tasks.CompilerBase:.cctor ()
--- End of inner exception stack trace ---
 
in (unmanaged) NAnt.DotNet.Tasks.CompilerBase:.ctor ()
in <0x0003d> NAnt.DotNet.Tasks.CscTask:.ctor ()
in (unmanaged) /usr/local/lib/libmono.so.0
[0x40044ae1]
in (unmanaged)
/usr/local/lib/libmono.so.0(mono_runtime_invoke+0x35)
[0x40096e12]
in (unmanaged)
/usr/local/lib/libmono.so.0(mono_runtime_invoke_array+0x1f3)
[0x40097d6b]
in (unmanaged) /usr/local/lib/libmono.so.0
[0x4009e2c1]
in <0x0009c> System.Reflection.MonoCMethod:Invoke
(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Glob
alization.CultureInfo)
--- End of inner exception stack trace ---
 
in <0x000e4> System.Reflection.MonoCMethod:Invoke
(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Glob
alization.CultureInfo)
in <0x00022> System.Reflection.MonoCMethod:Invoke
(System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalizati
on.CultureInfo)
in <0x0026b> System.Activator:CreateInstance
(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Glob
alization.CultureInfo,object[])
in <0x00050> System.Reflection.Assembly:CreateInstance
(string,bool,System.Reflection.BindingFlags,System.Reflection.Binder,object[],S
ystem.Globalization.CultureInfo,object[])
in <0x00060> NAnt.Core.TaskBuilder:CreateTask ()
in <0x00111> NAnt.Core.TypeFactory:CreateTask
(System.Xml.XmlNode,NAnt.Core.Project)
in <0x00017> NAnt.Core.Project:CreateTask
(System.Xml.XmlNode,NAnt.Core.Target)
in <0x00281> NAnt.Core.Target:Execute ()
in <0x000b2> NAnt.Core.Project:Execute (string)
in <0x00308> NAnt.Core.Project:Execute ()
in <0x00173> NAnt.Core.Project:Run ()
 
 
Please send bug report to
[EMAIL PROTECTED]
 
Total time: 0.1 seconds.
 
 
BUILD FAILED

Re: [nant-dev] Bug Report

2003-10-08 Thread Gert Driesen
Should we have something similar to the -bugreport switch of the .NET
compiler ?

If no build is executed, it would just prompt the user for information
regarding the problem. If a build is executed, it would log all build output
to the specified file and then ask for additional information ...  just like
the MS .NET compilers do

The user can then manually send the file to us or upload it somehow, that
way he'll have absolute control over what information is sent to us.

Gert

- Original Message - 
From: "Clayton Harbour" <[EMAIL PROTECTED]>
To: "Scott Hernandez" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Wednesday, October 08, 2003 8:49 PM
Subject: RE: [nant-dev] Bug Report


I like that idea.  What about a web page on nant.sf.net that accepts a
post of the stack trace, environment variables, nant version, etc.?
Then the logic of "what to do" could be scripted into the page and
changed (in theory) quite easily.

Prompting this way would be a little difficult but there could be
releases of "debug" version (i.e. rc releases, similar to mozilla) and
an option to toggle the functionality in production releases (defaults
to off to respect any privacy issues).

I am pretty excited about the concept, but unfortunately I don't think I
have the time right now to help out with something like this (sorry).
If it still around down the road though it sounds like it might be fun
to set up.


Clayton


-Original Message-
From: Scott Hernandez
Sent: Wed 10/8/2003 10:29 AM
To: [EMAIL PROTECTED]
Cc:
Subject: Re: [nant-dev] Bug Report
Yeah, or we could just create a page on nant.sf.net that details what to
do,
and use that url. Then we can always change the procedure without
editing
the source code.

I'd also like to look into some kind of automated bug collection
process.
But that is much farther down the road. It would be something that a
user
could turn on that does what the windows error reporter does. It would
be a
setting which would cause the user to be prompted to send the bug report
automatically to the sf.net site so we could get a full stack
trace/error
info and info about the running version and environment.

- Original Message - 
From: "Clayton Harbour" <[EMAIL PROTECTED]>


[snip]
>
> Also I was wondering what the consensus out there was about changing
the
> error message from:
> Please send bug report to [EMAIL PROTECTED]
>
> To something like:
> Please submit a bug report to
> http://sourceforge.net/projects/nant
> Or
> Please submit a bug report to
> http://sourceforge.net/tracker/?group_id=31650&atid=402868
>



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers






---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


RE: [nant-dev] Bug Report

2003-10-08 Thread Clayton Harbour
I like that idea.  What about a web page on nant.sf.net that accepts a
post of the stack trace, environment variables, nant version, etc.?
Then the logic of "what to do" could be scripted into the page and
changed (in theory) quite easily.  

Prompting this way would be a little difficult but there could be
releases of "debug" version (i.e. rc releases, similar to mozilla) and
an option to toggle the functionality in production releases (defaults
to off to respect any privacy issues).

I am pretty excited about the concept, but unfortunately I don't think I
have the time right now to help out with something like this (sorry).
If it still around down the road though it sounds like it might be fun
to set up.


Clayton


-Original Message-
From:   Scott Hernandez
Sent:   Wed 10/8/2003 10:29 AM
To: [EMAIL PROTECTED]
Cc:     
Subject:    Re: [nant-dev] Bug Report
Yeah, or we could just create a page on nant.sf.net that details what to
do,
and use that url. Then we can always change the procedure without
editing
the source code.

I'd also like to look into some kind of automated bug collection
process.
But that is much farther down the road. It would be something that a
user
could turn on that does what the windows error reporter does. It would
be a
setting which would cause the user to be prompted to send the bug report
automatically to the sf.net site so we could get a full stack
trace/error
info and info about the running version and environment.

- Original Message - 
From: "Clayton Harbour" <[EMAIL PROTECTED]>


[snip]
>
> Also I was wondering what the consensus out there was about changing
the
> error message from:
> Please send bug report to [EMAIL PROTECTED]
>
> To something like:
> Please submit a bug report to
> http://sourceforge.net/projects/nant
> Or
> Please submit a bug report to
> http://sourceforge.net/tracker/?group_id=31650&atid=402868
>



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers



<>

Re: [nant-dev] Bug Report

2003-10-08 Thread Scott Hernandez
Yeah, or we could just create a page on nant.sf.net that details what to do,
and use that url. Then we can always change the procedure without editing
the source code.

I'd also like to look into some kind of automated bug collection process.
But that is much farther down the road. It would be something that a user
could turn on that does what the windows error reporter does. It would be a
setting which would cause the user to be prompted to send the bug report
automatically to the sf.net site so we could get a full stack trace/error
info and info about the running version and environment.

- Original Message - 
From: "Clayton Harbour" <[EMAIL PROTECTED]>


[snip]
>
> Also I was wondering what the consensus out there was about changing the
> error message from:
> Please send bug report to [EMAIL PROTECTED]
>
> To something like:
> Please submit a bug report to
> http://sourceforge.net/projects/nant
> Or
> Please submit a bug report to
> http://sourceforge.net/tracker/?group_id=31650&atid=402868
>



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] Bug Report

2003-10-08 Thread Ian MacLean
Better to grab the next nightly build. Anoncvs has been way behind recently.

Ian
Clayton Harbour wrote:
Lalit,

I have checked in a version of sharpcvslib that resolves a couple of
date issues.  Could you please grab the latest nant from cvs and try
again to see if this resolves your issue.
Also I was wondering what the consensus out there was about changing the
error message from:
Please send bug report to [EMAIL PROTECTED]
To something like:
Please submit a bug report to
http://sourceforge.net/projects/nant
Or
Please submit a bug report to
http://sourceforge.net/tracker/?group_id=31650&atid=402868
Cheers,

Clayton

-Original Message-
From: Gert Driesen [mailto:[EMAIL PROTECTED] 
Sent: October 7, 2003 11:36 PM
To: Lalit Parashar; [EMAIL PROTECTED]; Clayton
Harbour
Subject: Re: [nant-dev] Bug Report

Lalit,

Can you submit this bug report as a formal bug using the bug tracker (at
http://sourceforge.net/projects/nant/) ?
Clayton, can you have a look at this ?

Thanks,

Gert
- Original Message - 
From: "Lalit Parashar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 07, 2003 8:15 PM
Subject: [nant-dev] Bug Report

 

C:\Dev\CFS\CFS>nant -nologo /f:db.build cvs-checkout
Buildfile: file:///C:/Dev/CFS/CFS/db.build
cvs-checkout:

[echo] Checking out code to local repository from CVS ...
Connection established
U webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/web.xml
U
   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/classes/commons-
logg
 

ing.properties
U
   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/classes/log4j.pr
oper
 

ties
U
   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/in
it-b
 

oss2k-cfs-sde-mssql.bat
U
   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/in
it-b
 

oss2k-cfs-sde-mssql.sql
U
   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/in
it-c
 

fs-sde-mssql.bat
U
   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/in
it-c
 

fs-sde-mssql.sql
U
   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/in
it-c
 

fs_sde-mssql.sql
U
   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/in
it-c
 

fs_sde_lalit-mssql.sql
U
   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/in
it-h
 

awking-cfs-sde-mssql.bat
U
   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/in
it-h
 

awking-cfs-sde-mssql.sql
U
   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/project.xm
l
 

U
   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/schema.xml
 

U

   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/ant-b
uild
 

-nefs.xml
U
   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/ant-b
uild
 

-project.xml
U
   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/gener
ic-w
 

eb.xml
U
   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/resin
-web
 

.xml
U
   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/tomca
t-we
 

b.xml
U
   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/weblo
gic-
 

web.xml
U
   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/websp
here
 

-web.xml
U
   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/data-manag
emen
 

t/Maple.Finance.Entity.xml
U
   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/data-manag
emen
 

t/Maple.Standard.Entity.xml
U
   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/data-manag
emen
 

t/common-schema-objects.xml
U
   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/data-manag
emen
 

t/organization-schema-objects.xm
l
U
   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/data-manag
emen
 

t/enums/Maple.Finance.Entity.xml

U

   

webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/data-manag
emen
 

t/enums/misc.xml
Total time: 170 seconds.
BUILD FAILED

INTERNAL ERROR

System.FormatException: String was not recognized as a valid DateTime.
  at System.DateTimeParse.ParseFormatError(Boolean isThrowException,
   

String
 

resourceID)
  at System.DateTimeParse.MatchAbbreviatedDayName(__DTString str,
DateTimeFormatInfo dtfi, Boolean isThrowExp
, Int32& result)
  at System.DateTimeParse.ParseByFormat(__DTString str, __DTString
   

format,
 

ParsingInfo parseInfo, DateTimeFor
matInfo dtfi, Boolean isThrowExp, DateTimeResult result)
  at System.DateTimeParse.DoStrictParse(String s, String formatParam,
   





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


RE: [nant-dev] Bug Report

2003-10-08 Thread Clayton Harbour
Lalit,

I have checked in a version of sharpcvslib that resolves a couple of
date issues.  Could you please grab the latest nant from cvs and try
again to see if this resolves your issue.

Also I was wondering what the consensus out there was about changing the
error message from:
Please send bug report to [EMAIL PROTECTED]

To something like:
Please submit a bug report to
http://sourceforge.net/projects/nant
Or
Please submit a bug report to
http://sourceforge.net/tracker/?group_id=31650&atid=402868


Cheers,


Clayton

-Original Message-
From: Gert Driesen [mailto:[EMAIL PROTECTED] 
Sent: October 7, 2003 11:36 PM
To: Lalit Parashar; [EMAIL PROTECTED]; Clayton
Harbour
Subject: Re: [nant-dev] Bug Report

Lalit,

Can you submit this bug report as a formal bug using the bug tracker (at
http://sourceforge.net/projects/nant/) ?

Clayton, can you have a look at this ?

Thanks,

Gert
- Original Message - 
From: "Lalit Parashar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 07, 2003 8:15 PM
Subject: [nant-dev] Bug Report


> C:\Dev\CFS\CFS>nant -nologo /f:db.build cvs-checkout
> Buildfile: file:///C:/Dev/CFS/CFS/db.build
>
> cvs-checkout:
>
>  [echo] Checking out code to local repository from CVS ...
> Connection established
> U webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/web.xml
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/classes/commons-
logg
> ing.properties
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/classes/log4j.pr
oper
> ties
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/in
it-b
> oss2k-cfs-sde-mssql.bat
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/in
it-b
> oss2k-cfs-sde-mssql.sql
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/in
it-c
> fs-sde-mssql.bat
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/in
it-c
> fs-sde-mssql.sql
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/in
it-c
> fs_sde-mssql.sql
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/in
it-c
> fs_sde_lalit-mssql.sql
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/in
it-h
> awking-cfs-sde-mssql.bat
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/in
it-h
> awking-cfs-sde-mssql.sql
> U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/project.xm
l
> U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/schema.xml
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/ant-b
uild
> -nefs.xml
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/ant-b
uild
> -project.xml
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/gener
ic-w
> eb.xml
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/resin
-web
> .xml
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/tomca
t-we
> b.xml
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/weblo
gic-
> web.xml
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/websp
here
> -web.xml
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/data-manag
emen
> t/Maple.Finance.Entity.xml
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/data-manag
emen
> t/Maple.Standard.Entity.xml
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/data-manag
emen
> t/common-schema-objects.xml
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/data-manag
emen
> t/organization-schema-objects.xm
> l
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/data-manag
emen
> t/enums/Maple.Finance.Entity.xml
>
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/data-manag
emen
> t/enums/misc.xml
> Total time: 170 seconds.
>
> BUILD FAILED
>
> INTERNAL ERROR
>
> System.FormatException: String was not recognized as a valid DateTime.
>at System.DateTimeParse.ParseFormatError(Boolean isThrowException,
String
> resourceID)
>at System.DateTimeParse.MatchAbbreviatedDayName(__DTString str,
> DateTimeFormatInfo dtfi, Boolean isThrowExp
> , Int32& result)
>at System.DateTimeParse.ParseByFormat(__DTString str, __DTString
format,
> ParsingInfo parseInfo, DateTimeFor
> matInfo dtfi, Boolean isThrowExp, DateTimeResult result)
>at System.DateTimeParse.DoStrictParse(String s, String formatParam,
> DateTimeStyles styles, DateTimeFormatIn
> fo dtfi, Boolean isThrowExp, DateTime& returnValue)
>   

Re: [nant-dev] Bug Report

2003-10-07 Thread Gert Driesen
Lalit,

Can you submit this bug report as a formal bug using the bug tracker (at
http://sourceforge.net/projects/nant/) ?

Clayton, can you have a look at this ?

Thanks,

Gert
- Original Message - 
From: "Lalit Parashar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 07, 2003 8:15 PM
Subject: [nant-dev] Bug Report


> C:\Dev\CFS\CFS>nant -nologo /f:db.build cvs-checkout
> Buildfile: file:///C:/Dev/CFS/CFS/db.build
>
> cvs-checkout:
>
>  [echo] Checking out code to local repository from CVS ...
> Connection established
> U webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/web.xml
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/classes/commons-logg
> ing.properties
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/classes/log4j.proper
> ties
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/init-b
> oss2k-cfs-sde-mssql.bat
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/init-b
> oss2k-cfs-sde-mssql.sql
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/init-c
> fs-sde-mssql.bat
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/init-c
> fs-sde-mssql.sql
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/init-c
> fs_sde-mssql.sql
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/init-c
> fs_sde_lalit-mssql.sql
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/init-h
> awking-cfs-sde-mssql.bat
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/init-h
> awking-cfs-sde-mssql.sql
> U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/project.xml
> U webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/schema.xml
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/ant-build
> -nefs.xml
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/ant-build
> -project.xml
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/generic-w
> eb.xml
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/resin-web
> .xml
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/tomcat-we
> b.xml
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/weblogic-
> web.xml
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/websphere
> -web.xml
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/data-managemen
> t/Maple.Finance.Entity.xml
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/data-managemen
> t/Maple.Standard.Entity.xml
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/data-managemen
> t/common-schema-objects.xml
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/data-managemen
> t/organization-schema-objects.xm
> l
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/data-managemen
> t/enums/Maple.Finance.Entity.xml
>
> U
>
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/data-managemen
> t/enums/misc.xml
> Total time: 170 seconds.
>
> BUILD FAILED
>
> INTERNAL ERROR
>
> System.FormatException: String was not recognized as a valid DateTime.
>at System.DateTimeParse.ParseFormatError(Boolean isThrowException,
String
> resourceID)
>at System.DateTimeParse.MatchAbbreviatedDayName(__DTString str,
> DateTimeFormatInfo dtfi, Boolean isThrowExp
> , Int32& result)
>at System.DateTimeParse.ParseByFormat(__DTString str, __DTString
format,
> ParsingInfo parseInfo, DateTimeFor
> matInfo dtfi, Boolean isThrowExp, DateTimeResult result)
>at System.DateTimeParse.DoStrictParse(String s, String formatParam,
> DateTimeStyles styles, DateTimeFormatIn
> fo dtfi, Boolean isThrowExp, DateTime& returnValue)
>at System.DateTimeParse.ParseExact(String s, String format,
> DateTimeFormatInfo dtfi, DateTimeStyles style)
>at System.DateTime.ParseExact(String s, String format, IFormatProvider
> provider)
>at ICSharpCode.SharpCvsLib.FileSystem.Entry.SetTimeStamp()
>at ICSharpCode.SharpCvsLib.FileSystem.Entry.Parse(String line)
>at ICSharpCode.SharpCvsLib.FileSystem.Entry..ctor(String path, String
> line)
>at ICSharpCode.SharpCvsLib.FileSystem.Factory.CreateCvsObject(String
> path, FileType fileType, String line)
>at ICSharpCode.SharpCvsLib.FileSystem.Manager.Fetch(String path,
FileType
> fileType)
>at ICSharpCode.SharpCvsLib.FileSystem.Manager.Add(ICvsFile newCvsEntry)
>at ICSharpCode.SharpCvsLi

[nant-dev] Bug Report

2003-10-07 Thread Lalit Parashar
C:\Dev\CFS\CFS>nant -nologo /f:db.build cvs-checkout
Buildfile: file:///C:/Dev/CFS/CFS/db.build

cvs-checkout:

 [echo] Checking out code to local repository from CVS ...
Connection established
U webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/web.xml
U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/classes/commons-logg
ing.properties
U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/classes/log4j.proper
ties
U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/init-b
oss2k-cfs-sde-mssql.bat
U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/init-b
oss2k-cfs-sde-mssql.sql
U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/init-c
fs-sde-mssql.bat
U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/init-c
fs-sde-mssql.sql
U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/init-c
fs_sde-mssql.sql
U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/init-c
fs_sde_lalit-mssql.sql
U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/init-h
awking-cfs-sde-mssql.bat
U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/database/defn/init-h
awking-cfs-sde-mssql.sql
U webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/project.xml
U webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/schema.xml
U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/ant-build
-nefs.xml
U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/ant-build
-project.xml
U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/generic-w
eb.xml
U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/resin-web
.xml
U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/tomcat-we
b.xml
U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/weblogic-
web.xml
U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/conf/websphere
-web.xml
U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/data-managemen
t/Maple.Finance.Entity.xml
U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/data-managemen
t/Maple.Standard.Entity.xml
U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/data-managemen
t/common-schema-objects.xml
U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/data-managemen
t/organization-schema-objects.xm
l
U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/data-managemen
t/enums/Maple.Finance.Entity.xml

U
webapps/nefs-sample-cfs/webapps/nefs-sample-cfs/WEB-INF/sparx/data-managemen
t/enums/misc.xml
Total time: 170 seconds.

BUILD FAILED

INTERNAL ERROR

System.FormatException: String was not recognized as a valid DateTime.
   at System.DateTimeParse.ParseFormatError(Boolean isThrowException, String
resourceID)
   at System.DateTimeParse.MatchAbbreviatedDayName(__DTString str,
DateTimeFormatInfo dtfi, Boolean isThrowExp
, Int32& result)
   at System.DateTimeParse.ParseByFormat(__DTString str, __DTString format,
ParsingInfo parseInfo, DateTimeFor
matInfo dtfi, Boolean isThrowExp, DateTimeResult result)
   at System.DateTimeParse.DoStrictParse(String s, String formatParam,
DateTimeStyles styles, DateTimeFormatIn
fo dtfi, Boolean isThrowExp, DateTime& returnValue)
   at System.DateTimeParse.ParseExact(String s, String format,
DateTimeFormatInfo dtfi, DateTimeStyles style)
   at System.DateTime.ParseExact(String s, String format, IFormatProvider
provider)
   at ICSharpCode.SharpCvsLib.FileSystem.Entry.SetTimeStamp()
   at ICSharpCode.SharpCvsLib.FileSystem.Entry.Parse(String line)
   at ICSharpCode.SharpCvsLib.FileSystem.Entry..ctor(String path, String
line)
   at ICSharpCode.SharpCvsLib.FileSystem.Factory.CreateCvsObject(String
path, FileType fileType, String line)
   at ICSharpCode.SharpCvsLib.FileSystem.Manager.Fetch(String path, FileType
fileType)
   at ICSharpCode.SharpCvsLib.FileSystem.Manager.Add(ICvsFile newCvsEntry)
   at ICSharpCode.SharpCvsLib.FileSystem.Manager.AddDirectories(String path)
   at ICSharpCode.SharpCvsLib.FileSystem.Manager.AddDirectories(String path)
   at ICSharpCode.SharpCvsLib.FileSystem.Manager.AddDirectories(String path)
   at ICSharpCode.SharpCvsLib.FileSystem.Manager.AddDirectories(String path)
   at ICSharpCode.SharpCvsLib.FileSystem.Manager.AddDirectories(String path)
   at ICSharpCode.SharpCvsLib.FileSystem.Manager.AddDirectories(String path)
   at ICSharpCode.SharpCvsLib.FileSystem.Manager.AddDirectories(String path)
   at ICSharpCode.SharpCvsLib.FileSystem.Manager.AddDirectories(String path)
   at ICSharpCode.SharpCvsLib.FileSystem.Manager.AddDirectories(String path)
   at
ICSharpCode.SharpCvsLib.Commands.CheckoutModuleCommand.Execute(CVSServerConn
ection connection)
   at NAnt.SourceControl.Tasks.AbstractCvsTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName)
   at NAnt.Core.Project.Execu

[nant-dev] Bug Report for NAnt

2003-09-26 Thread Martin Bennedik
I had the following bug when trying to use NAnt, please help:

C:\Data\BuildIt\Code>"C:\Program Files\NAnt\bin\Nant"
NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/Data/BuildIt/Code/qca.build

interfaces:

 [solution] Starting solution build.
 [solution] Included projects:
 [solution] Reference projects:
 [solution] Building TDS.Interfaces [Release]...
 [solution] Copying references:
 [solution]  - System
Total time: 0 seconds.

BUILD FAILED

INTERNAL ERROR

System.Exception: Couldn't find referenced assembly:
c:\data\WINDOWS\Microsoft.N
ET\Framework\v1.1.4322\System.dll
   at NAnt.VSNet.Tasks.Reference.GetReferenceFiles(ConfigurationSettings
cs)
   at NAnt.VSNet.Tasks.Project.Compile(String strConfiguration,
ArrayList alCSCA
rguments, String strLogFile, Boolean bVerbose, Boolean bShowCommands)
   at NAnt.VSNet.Tasks.Solution.Compile(String strConfiguration,
ArrayList alCSC
Arguments, String strLogFile, Boolean bVerbose, Boolean bShowCommands)
   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

Please send bug report to [EMAIL PROTECTED]

Martin Bennedik
Applications Developer
3T Productions Ltd
Tel: (0161) 492-1400
Fax: (0161) 492-1401
www.3t.co.uk
 
Standard Disclaimer

This message is confidential. You should not copy it or disclose its
contents to anyone. You may use and apply the information only for the
intended purpose. Internet communications are not secure and therefore
3T does not accept legal responsibility for the content of this message.
Any views or opinions presented are only those of the author and not
those of 3T. If the e-mail has come to you in error please delete it and
any attachments. Please note that 3T may intercept incoming and outgoing
e-mail communications.






---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] bug report help

2003-09-10 Thread Greg_Jahnke
NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///D:/Build/Source/ClaimStation RichClient IR
1/Solutions/ClaimStation_RC_Solution_IR1/ClaimStation.build

build:

 [solution] Starting solution build.
 [solution] Included projects:
 [solution] Reference projects:
 [solution] Building PrototypeLibrary [debug]...
 [solution] Project is up-to-date
 [solution] Building ClaimStation_RC_IR1 [debug]...
 [solution] Copying references:
 [solution]  - System.XML
 [solution]  - System.Data
 [solution]  - PrototypeLibrary
 [copy] Copying 0 files to D:\Build\Source\ClaimStation
RichClient IR 1\Applications\ClaimStation_RC_IR1\bin\Debug\.
 [solution]  - System
 [solution]  - AxSHDocVw
 [solution] aximp.exe "C:\WINNT\System32\shdocvw.dll" /silent /out:"D:
\Build\Source\ClaimStation RichClient IR
1\Applications\ClaimStation_RC_IR1\bin\Debug\Interop.AxSHDocVw.dll"
 [solution]  - System.Windows.Forms
 [solution]  - SHDocVw
 [solution] tlbimp.exe "C:\WINNT\System32\shdocvw.dll" /silent /out:"D:
\Build\Source\ClaimStation RichClient IR
1\Applications\ClaimStation_RC_IR1\bin\Debug\Interop.SHDocVw.dll"
/namespace:SHDocVw
 [solution]  - dockingsuite
Total time: 8 seconds.

BUILD FAILED

INTERNAL ERROR

System.Exception: Couldn't find referenced assembly: D:
\Build\Source\DesktopApp\CustomLayout\bin\Debug\dockingsuite.dll
   at NAnt.VSNet.Tasks.Reference.GetReferenceFiles(ConfigurationSettings
cs)
   at NAnt.VSNet.Tasks.Project.Compile(String strConfiguration, ArrayList
alCSCArguments, String strLogFile, Boolean bVerbose, Boolean bShowCommands)
   at NAnt.VSNet.Tasks.Solution.Compile(String strConfiguration, ArrayList
alCSCArguments, String strLogFile, Boolean bVerbose, Boolean bShowCommands)
   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Target.Execute()
   at NAnt.Core.Project.Execute(String targetName)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

Please send bug report to [EMAIL PROTECTED]




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Bug Report - SQLTask aborts when expandprops="true" and a property has not been defined

2003-09-10 Thread Brian Sullivan








Took a while to track this
one down.

I was trying to replace ${nant.Version}
when I should have been using ${nant.version}

Sigh … 

 

SQL Task Aborts when expandprops=”true”
and a ${property} has not been defined

 

The following Build Script

 

   
basedir="."
default="Bug">

 

    

    

    

   
 
value="(Local)"/>

   
  value="Provider=SQLOLEDB;Data Source=${SqlServer};
Integrated Security=SSPI"/>

   
 
value="tempdb"/>

 

    

    

       

   


   


   


   
    

   


   
sql>

   


   


   
sql>

   


 

   


 

Generated the following output:

   
Buildfile:
file:///C:/EnY/TEM_SQL/_nAnt/Bug.Build

   
Base Directory: C:\EnY\TEM_SQL\_nAnt.

 

   
Bug:

 

 

   
Works:

 

   
SQL Task:

   
Connection String: Provider=SQLOLEDB;Data Source=(Local); Integrated Security=SSPI

   
Use Transaction?: True

   
Batch Sql Statements?:
True

   
Batch Delimiter: GO

   
Delimiter Style: Normal

   
Fail On Error?: True

   
Source script file: 

   
Output file: 

 

   
SQL Statement:

   
Print '${Unknown}'

 

   
${Unknown}

 

   
Fails:

 

   
SQL Task:

   
Connection String: Provider=SQLOLEDB;Data Source=(Local); Integrated Security=SSPI

   
Use Transaction?: True

   
Batch Sql Statements?:
True

   
Batch Delimiter: GO

   
Delimiter Style: Normal

   
Fail On Error?: True

   
Source script file: 

   
Output file: 

 

   
Total time: 0 seconds.

 

   
BUILD FAILED

 

   
INTERNAL ERROR

 

   
System.NullReferenceException: Object
reference not set to an instance of an object.

   at NAnt.Core.BuildException.get_Message()

   at NAnt.Contrib.Tasks.SqlTask.ExecuteTask()

   at NAnt.Core.Task.Execute()

   at NAnt.Core.Target.Execute()

   at NAnt.Core.Project.Execute(String
targetName)

   at NAnt.Core.Tasks.CallTask.ExecuteTask()

   at NAnt.Core.Task.Execute()

   at NAnt.Core.Target.Execute()

   at NAnt.Core.Project.Execute(String
targetName)

   at NAnt.Core.Project.Execute()

   at NAnt.Core.Project.Run()

 

   
Please send bug report to [EMAIL PROTECTED]








[nant-dev] bug report (as requested)

2002-09-09 Thread Ricardo Maciel
Title: bug report (as requested)






This is what happened when I tried to install the last stable version of NDoc with NAnt:

I have W2K/SP3 with .NET Dev Framework SP1 installed.

C:\Program Files\NDoc\ndoc\src>nant ndoc.build

INTERNAL ERROR

System.Reflection.ReflectionTypeLoadException: One or more of the types in the a

ssembly unable to load.

   at System.Reflection.Module.GetTypesInternal(StackCrawlMark& stackMark)

   at System.Reflection.Assembly.GetTypes()

   at SourceForge.NAnt.TaskFactory.AddTasks(Assembly assembly)

   at SourceForge.NAnt.TaskFactory.Initialize()

   at SourceForge.NAnt.Project.ctorHelper(XmlDocument doc)

   at SourceForge.NAnt.Project..ctor(String source)

   at SourceForge.NAnt.NAnt.Main(String[] args)


I woud love to have a hint on where to go from here.


Ricardo maciel