[nant-dev] [ nant-Bugs-1187957 ] Error including build file with additional tasks (as script)

2005-04-22 Thread SourceForge.net
Bugs item #1187957, was opened at 2005-04-22 10:00
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1187957group_id=31650

Category: Tasks
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: Wojtek Sobieszek (v0ytech)
Assigned to: Nobody/Anonymous (nobody)
Summary: Error including build file with additional tasks (as script)

Initial Comment:
When you try to include two build files and both files 
define additional tasks inline then build fails and 
generates exception: System.ArgumentNullException: 
Value can not be null. Parameter name: element at 
element...

See attached example to reproduce this error.

Regards.



--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1187957group_id=31650


---
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=6595alloc_id=14396op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] SVN Check Out Problem

2005-04-22 Thread liyu








Dear All,

I have nant build file for
svn check out for my build.

However it gave some
errors and the message displayed

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

The output log file and
NANT build script files are attached.



I request you all to
provide me with solution for this problem.



Thanks

Kindsandy



My Build
File:


?xml version=1.0?

project
name=myproject default=checkout
basedir=.


target name=checkout


svn-checkout destination=. uri=http://10.3.8.47:88/LonwinApp/DataServices//


/target

/project



Error
Message:

INTERNAL ERROR



System.NullReferenceException:


 at
NAnt.Contrib.Tasks.Svn.AbstractSvnTask.get_ExeName()

 at
NAnt.Core.Tasks.ExternalProgramBase.DetermineFilePath() in C:\Documents an

d Settings\drieseng\Local
Settings\Temp\tmp460.tmp\src\NAnt.Core\Tasks\ExternalP

rogramBase.cs:line 483

 at NAnt.Core.Tasks.ExternalProgramBase.get_ProgramFileName()
in C:\Documents

and
Settings\drieseng\Local Settings\Temp\tmp460.tmp\src\NAnt.Core\Tasks\Externa

lProgramBase.cs:line 107

 at
NAnt.Core.Tasks.ExternalProgramBase.ExecuteTask() in C:\Documents and Sett

ings\drieseng\Local
Settings\Temp\tmp460.tmp\src\NAnt.Core\Tasks\ExternalProgram

Base.cs:line 319

 at
NAnt.Core.Task.Execute() in C:\Documents and Settings\drieseng\Local Setti

ngs\Temp\tmp460.tmp\src\NAnt.Core\Task.cs:line
177

 at
NAnt.Core.Target.Execute() in C:\Documents and Settings\drieseng\Local Set

tings\Temp\tmp460.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\tmp460.tmp\src\NAnt.Core

\Project.cs:line 876

 at
NAnt.Core.Project.Execute() in C:\Documents and Settings\drieseng\Local Se

ttings\Temp\tmp460.tmp\src\NAnt.Core\Project.cs:line
833

 at
NAnt.Core.Project.Run() in C:\Documents and Settings\drieseng\Local Settin

gs\Temp\tmp460.tmp\src\NAnt.Core\Project.cs:line
902



My OS is Windows
Server 2003.








[nant-dev] [ nant-Bugs-1188394 ] NAnt fails to compile if XML Documentation File entry is set

2005-04-22 Thread SourceForge.net
Bugs item #1188394, was opened at 2005-04-22 23:42
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1188394group_id=31650

Category: Core
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: rgelb (rgelb)
Assigned to: Nobody/Anonymous (nobody)
Summary: NAnt fails to compile if XML Documentation File entry is set

Initial Comment:
NAnt fails to compile if XML Documentation File entry
is set in the Project Properties.

The project is in C#.  Here is the error:

BUILD FAILED

Could not find file 'D:\build\working\Web
Server\Test1.xml' to copy.

If I then go into project properties and remove the
entry for 'XML Documentation File', NAnt compiles it fine.

Here is the version information:
NAnt 0.85 (Build 0.85.1869.0; rc2; 2/12/2005)
Copyright (C) 2001-2005 Gerry Shaw
http://nant.sourceforge.net

And I am going against .NET 1.1

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1188394group_id=31650


---
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=6595alloc_id=14396op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-1188394 ] NAnt fails to compile if XML Documentation File entry is set

2005-04-22 Thread SourceForge.net
Bugs item #1188394, was opened at 2005-04-22 23:42
Message generated for change (Comment added) made by rgelb
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1188394group_id=31650

Category: Core
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: rgelb (rgelb)
Assigned to: Nobody/Anonymous (nobody)
Summary: NAnt fails to compile if XML Documentation File entry is set

Initial Comment:
NAnt fails to compile if XML Documentation File entry
is set in the Project Properties.

The project is in C#.  Here is the error:

BUILD FAILED

Could not find file 'D:\build\working\Web
Server\Test1.xml' to copy.

If I then go into project properties and remove the
entry for 'XML Documentation File', NAnt compiles it fine.

Here is the version information:
NAnt 0.85 (Build 0.85.1869.0; rc2; 2/12/2005)
Copyright (C) 2001-2005 Gerry Shaw
http://nant.sourceforge.net

And I am going against .NET 1.1

--

Comment By: rgelb (rgelb)
Date: 2005-04-23 00:13

Message:
Logged In: YES 
user_id=1184475

One more item I neglected to mention: 

I am compiling in release mode, thus the XML Documentation
File is set for the Release compile configuration.  

.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1188394group_id=31650


---
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=6595alloc_id=14396op=click
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers