[nant-dev] [ nant-Bugs-3383872 ] Cannot compile.Net 4.0 on the server with Nant 0.91 Alpha 2

2011-08-01 Thread SourceForge.net
Bugs item #3383872, was opened at 2011-08-01 15:28
Message generated for change (Settings changed) made by sainzg
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3383872&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: 0.91-alpha2
Status: Open
Resolution: None
>Priority: 9
Private: No
Submitted By: Gus (sainzg)
Assigned to: Nobody/Anonymous (nobody)
Summary: Cannot compile.Net 4.0 on the server with Nant 0.91 Alpha 2 

Initial Comment:
Recently we updated our build server to .Net 4.0 and installed SDK for Windows 
7 and .NET 4.0 as required, then upgraded to Nant. 091.Alpha2 because with 
Alpha 1 could no longer compile .net 3.5 / .net 4.0. We are also using 
Nantcontrib 0.85

We are still having this same error being reported



BUILD FAILED

INTERNAL ERROR

System.Security.SecurityException: Request for the permission of type 'System.Se
curity.Permissions.EnvironmentPermission, mscorlib, Version=4.0.0.0, Culture=neu
tral, PublicKeyToken=b77a5c561934e089' failed.
   at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMa
rk& stackMark, Boolean isPermSet)
   at System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission cap, S
tackCrawlMark& stackMark)
   at System.Security.CodeAccessPermission.Demand()
   at System.IO.Path.GetTempPath()
   at System.IO.Path.GetTempFileName()
   at NAnt.Contrib.Tasks.MsbuildTask.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()
The action that failed was:
Demand
The type of the first permission that failed was:
System.Security.Permissions.EnvironmentPermission
The first permission that failed was:



--

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

--
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3383872 ] Cannot compile.Net 4.0 on the server with Nant 0.91 Alpha 2

2011-08-01 Thread SourceForge.net
Bugs item #3383872, was opened at 2011-08-01 15:28
Message generated for change (Tracker Item Submitted) made by sainzg
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3383872&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Gus (sainzg)
Assigned to: Nobody/Anonymous (nobody)
Summary: Cannot compile.Net 4.0 on the server with Nant 0.91 Alpha 2 

Initial Comment:
Recently we updated our build server to .Net 4.0 and installed SDK for Windows 
7 and .NET 4.0 as required, then upgraded to Nant. 091.Alpha2 because with 
Alpha 1 could no longer compile .net 3.5 / .net 4.0. We are also using 
Nantcontrib 0.85

We are still having this same error being reported



BUILD FAILED

INTERNAL ERROR

System.Security.SecurityException: Request for the permission of type 'System.Se
curity.Permissions.EnvironmentPermission, mscorlib, Version=4.0.0.0, Culture=neu
tral, PublicKeyToken=b77a5c561934e089' failed.
   at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMa
rk& stackMark, Boolean isPermSet)
   at System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission cap, S
tackCrawlMark& stackMark)
   at System.Security.CodeAccessPermission.Demand()
   at System.IO.Path.GetTempPath()
   at System.IO.Path.GetTempFileName()
   at NAnt.Contrib.Tasks.MsbuildTask.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()
The action that failed was:
Demand
The type of the first permission that failed was:
System.Security.Permissions.EnvironmentPermission
The first permission that failed was:



--

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

--
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3058913 ] xml schema for description is invalid

2011-07-07 Thread SourceForge.net

Bugs item #3058913, was opened at 2010-09-03 09:51
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3058913&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: 0.91-alpha2
Status: Open
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: owl128 (owl128)
>Assigned to: Ryan Boggs (rmboggs)
Summary: xml schema for description is invalid

Initial Comment:
example for a build file:
  http://nant.sf.net/release/0.91-alpha2/nant.xsd"; name="a">
my description
  
This will note the text between the description tags as invalid. 

I suggest to fix the content of nant.xsd file by one of the followings:

Replace: 
by  

or

replace the occurrences of 
by  


--

>Comment By: Ryan Boggs (rmboggs)
Date: 2011-07-07 21:59

Message:
Fix committed.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2011-07-07 21:31

Message:
Nevermind, I set it up so setting more tasks with the mixed attribute is
very easy.  Will commit fix shortly.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2011-07-07 19:18

Message:
It's been awhile...

I took a look in the source and I think I got it.  It looks like an easy
fix.  One question, is there any other complex types that need this
modification?

--

Comment By: Sojourner ()
Date: 2011-07-07 14:27

Message:
rmboggs:

That would indeed shut it up - mixed=true is what you want to get a
complextype to accept text content. However as pointed out by dogu, the
schema is autogenerated. What is really needed is a change to the schema
task to get it to apply a mixed content model when it generates xsd types
for tasks, based on some criterion. Having only just viewed Nant source for
the first time today, I don't have a clear idea how that might be
accomplished.

The Description task doesn't appear to do anything; maybe it would be as
simple as adding a 'text' property to the description task, which should
appear as a 'text' attribute in the build file? NAnt by convention seems
not to use element content to express very much at all.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-09-12 21:39

Message:
I'm trying to get familiar with xsd in general.  From what I can see, the
closest I can get to the mixed is with this:

  

  

however, I don't know if that will resolve this issue.

Thanks,
Ryan

--

Comment By: Dominik Guder (dogu)
Date: 2010-09-05 13:58

Message:
Hi, 

I stubled about this long time ago. There are some more tasks like the
echo task if I remember correctly. 
Changing this in xsd file itself would be easy. But this xsd file is
created automatically by nantschema task. So we need to find a way to
resolve this there. But this was to much effort for me and I stopped in
validating my build files with other tools than nant itself.


------

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

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3058913 ] xml schema for description is invalid

2011-07-07 Thread SourceForge.net

Bugs item #3058913, was opened at 2010-09-03 09:51
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3058913&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: owl128 (owl128)
Assigned to: Nobody/Anonymous (nobody)
Summary: xml schema for description is invalid

Initial Comment:
example for a build file:
  http://nant.sf.net/release/0.91-alpha2/nant.xsd"; name="a">
my description
  
This will note the text between the description tags as invalid. 

I suggest to fix the content of nant.xsd file by one of the followings:

Replace: 
by  

or

replace the occurrences of 
by  


--

Comment By: Ryan Boggs (rmboggs)
Date: 2011-07-07 21:31

Message:
Nevermind, I set it up so setting more tasks with the mixed attribute is
very easy.  Will commit fix shortly.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2011-07-07 19:18

Message:
It's been awhile...

I took a look in the source and I think I got it.  It looks like an easy
fix.  One question, is there any other complex types that need this
modification?

--

Comment By: Sojourner ()
Date: 2011-07-07 14:27

Message:
rmboggs:

That would indeed shut it up - mixed=true is what you want to get a
complextype to accept text content. However as pointed out by dogu, the
schema is autogenerated. What is really needed is a change to the schema
task to get it to apply a mixed content model when it generates xsd types
for tasks, based on some criterion. Having only just viewed Nant source for
the first time today, I don't have a clear idea how that might be
accomplished.

The Description task doesn't appear to do anything; maybe it would be as
simple as adding a 'text' property to the description task, which should
appear as a 'text' attribute in the build file? NAnt by convention seems
not to use element content to express very much at all.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-09-12 21:39

Message:
I'm trying to get familiar with xsd in general.  From what I can see, the
closest I can get to the mixed is with this:

  

  

however, I don't know if that will resolve this issue.

Thanks,
Ryan

--

Comment By: Dominik Guder (dogu)
Date: 2010-09-05 13:58

Message:
Hi, 

I stubled about this long time ago. There are some more tasks like the
echo task if I remember correctly. 
Changing this in xsd file itself would be easy. But this xsd file is
created automatically by nantschema task. So we need to find a way to
resolve this there. But this was to much effort for me and I stopped in
validating my build files with other tools than nant itself.


------

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

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3058913 ] xml schema for description is invalid

2011-07-07 Thread SourceForge.net

Bugs item #3058913, was opened at 2010-09-03 09:51
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3058913&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: owl128 (owl128)
Assigned to: Nobody/Anonymous (nobody)
Summary: xml schema for description is invalid

Initial Comment:
example for a build file:
  http://nant.sf.net/release/0.91-alpha2/nant.xsd"; name="a">
my description
  
This will note the text between the description tags as invalid. 

I suggest to fix the content of nant.xsd file by one of the followings:

Replace: 
by  

or

replace the occurrences of 
by  


--

Comment By: Ryan Boggs (rmboggs)
Date: 2011-07-07 19:18

Message:
It's been awhile...

I took a look in the source and I think I got it.  It looks like an easy
fix.  One question, is there any other complex types that need this
modification?

--

Comment By: Sojourner ()
Date: 2011-07-07 14:27

Message:
rmboggs:

That would indeed shut it up - mixed=true is what you want to get a
complextype to accept text content. However as pointed out by dogu, the
schema is autogenerated. What is really needed is a change to the schema
task to get it to apply a mixed content model when it generates xsd types
for tasks, based on some criterion. Having only just viewed Nant source for
the first time today, I don't have a clear idea how that might be
accomplished.

The Description task doesn't appear to do anything; maybe it would be as
simple as adding a 'text' property to the description task, which should
appear as a 'text' attribute in the build file? NAnt by convention seems
not to use element content to express very much at all.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-09-12 21:39

Message:
I'm trying to get familiar with xsd in general.  From what I can see, the
closest I can get to the mixed is with this:

  

  

however, I don't know if that will resolve this issue.

Thanks,
Ryan

--

Comment By: Dominik Guder (dogu)
Date: 2010-09-05 13:58

Message:
Hi, 

I stubled about this long time ago. There are some more tasks like the
echo task if I remember correctly. 
Changing this in xsd file itself would be easy. But this xsd file is
created automatically by nantschema task. So we need to find a way to
resolve this there. But this was to much effort for me and I stopped in
validating my build files with other tools than nant itself.


------

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

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3058913 ] xml schema for description is invalid

2011-07-07 Thread SourceForge.net

Bugs item #3058913, was opened at 2010-09-03 16:51
Message generated for change (Comment added) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3058913&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: owl128 (owl128)
Assigned to: Nobody/Anonymous (nobody)
Summary: xml schema for description is invalid

Initial Comment:
example for a build file:
  http://nant.sf.net/release/0.91-alpha2/nant.xsd"; name="a">
my description
  
This will note the text between the description tags as invalid. 

I suggest to fix the content of nant.xsd file by one of the followings:

Replace: 
by  

or

replace the occurrences of 
by  


--

Comment By: Sojourner ()
Date: 2011-07-07 21:27

Message:
rmboggs:

That would indeed shut it up - mixed=true is what you want to get a
complextype to accept text content. However as pointed out by dogu, the
schema is autogenerated. What is really needed is a change to the schema
task to get it to apply a mixed content model when it generates xsd types
for tasks, based on some criterion. Having only just viewed Nant source for
the first time today, I don't have a clear idea how that might be
accomplished.

The Description task doesn't appear to do anything; maybe it would be as
simple as adding a 'text' property to the description task, which should
appear as a 'text' attribute in the build file? NAnt by convention seems
not to use element content to express very much at all.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-09-13 04:39

Message:
I'm trying to get familiar with xsd in general.  From what I can see, the
closest I can get to the mixed is with this:

  

  

however, I don't know if that will resolve this issue.

Thanks,
Ryan

--

Comment By: Dominik Guder (dogu)
Date: 2010-09-05 20:58

Message:
Hi, 

I stubled about this long time ago. There are some more tasks like the
echo task if I remember correctly. 
Changing this in xsd file itself would be easy. But this xsd file is
created automatically by nantschema task. So we need to find a way to
resolve this there. But this was to much effort for me and I stopped in
validating my build files with other tools than nant itself.


------

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

--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3317505 ] nunit2 task does not run internal test fixtures

2011-06-16 Thread SourceForge.net
Bugs item #3317505, was opened at 2011-06-16 13:02
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3317505&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: indr (indr)
Assigned to: Nobody/Anonymous (nobody)
Summary: nunit2 task does not run internal test fixtures

Initial Comment:
I switched from TeamCitys NUnit Launcher back to the nunit2 task and noticed 
after several hours of searching why lesser tests are run that the test 
fixtures must not be internal, they have to be public. Quite annoying because 
NUnit states on their home page: a test fixture class may be public, protected, 
private or internal.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2011-06-16 13:39

Message:
Just to add on to Dominik's comment below...
I did look into upgrading NUnit on NAnt to something more current (2.5.9+)
recently but after looking into this, I realized that such an upgrade would
require a significant rewrite of the nunit NAnt task since much of the
underlying NUnit API has changed drastically since 2.2.  Like Dominik said,
plans are in the works but they are on hold for the time being.

--

Comment By: Dominik Guder (dogu)
Date: 2011-06-16 13:27

Message:
Nant's nunit2 task uses nunit 2.2.8 and class visibility was opened in
2.5.3 first.
It's on our tasklist to either update nunit or provide some kind of
dynamic loading. But for now my only idea is to use  task and run
nunit-console. This is also true if you need to test .net 4.0 asseblies.
IMHO this is not possible with 2.2.8.

--

Comment By: indr (indr)
Date: 2011-06-16 13:03

Message:
Fixed typo in summary.

--

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

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3317505 ] nunit2 task does not run internal test fixtures

2011-06-16 Thread SourceForge.net
Bugs item #3317505, was opened at 2011-06-16 22:02
Message generated for change (Comment added) made by dogu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3317505&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: indr (indr)
Assigned to: Nobody/Anonymous (nobody)
Summary: nunit2 task does not run internal test fixtures

Initial Comment:
I switched from TeamCitys NUnit Launcher back to the nunit2 task and noticed 
after several hours of searching why lesser tests are run that the test 
fixtures must not be internal, they have to be public. Quite annoying because 
NUnit states on their home page: a test fixture class may be public, protected, 
private or internal.

--

>Comment By: Dominik Guder (dogu)
Date: 2011-06-16 22:27

Message:
Nant's nunit2 task uses nunit 2.2.8 and class visibility was opened in
2.5.3 first.
It's on our tasklist to either update nunit or provide some kind of
dynamic loading. But for now my only idea is to use  task and run
nunit-console. This is also true if you need to test .net 4.0 asseblies.
IMHO this is not possible with 2.2.8.

--

Comment By: indr (indr)
Date: 2011-06-16 22:03

Message:
Fixed typo in summary.

--

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

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3317505 ] nunit2 task does not run internal test fixtures

2011-06-16 Thread SourceForge.net
Bugs item #3317505, was opened at 2011-06-16 22:02
Message generated for change (Comment added) made by indr
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3317505&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Indr (indr)
Assigned to: Nobody/Anonymous (nobody)
>Summary: nunit2 task does not run internal test fixtures

Initial Comment:
I switched from TeamCitys NUnit Launcher back to the nunit2 task and noticed 
after several hours of searching why lesser tests are run that the test 
fixtures must not be internal, they have to be public. Quite annoying because 
NUnit states on their home page: a test fixture class may be public, protected, 
private or internal.

--

>Comment By: Indr (indr)
Date: 2011-06-16 22:03

Message:
Fixed typo in summary.

--

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

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3317505 ] nunit2 task does not run interal test fixtures

2011-06-16 Thread SourceForge.net
Bugs item #3317505, was opened at 2011-06-16 22:02
Message generated for change (Tracker Item Submitted) made by indr
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3317505&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Indr (indr)
Assigned to: Nobody/Anonymous (nobody)
Summary: nunit2 task does not run interal test fixtures

Initial Comment:
I switched from TeamCitys NUnit Launcher back to the nunit2 task and noticed 
after several hours of searching why lesser tests are run that the test 
fixtures must not be internal, they have to be public. Quite annoying because 
NUnit states on their home page: a test fixture class may be public, protected, 
private or internal.

--

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

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3314793 ] WPF 4 Support

2011-06-10 Thread SourceForge.net
Bugs item #3314793, was opened at 2011-06-10 19:36
Message generated for change (Tracker Item Submitted) made by gaulive
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3314793&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Olivier Gaudefroy (gaulive)
Assigned to: Nobody/Anonymous (nobody)
Summary: WPF 4 Support

Initial Comment:
The current alpa-release (0.91 R2) doesn't support correctly WPF references.
I solved this issue by adding those items in my nant.exe.config file.



























Hope this helps !
Best regards,
Olivier GAUDEFROY

--

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

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3311984 ] Project basedir is not treated as property by default...

2011-06-05 Thread SourceForge.net
Bugs item #3311984, was opened at 2011-06-05 13:45
Message generated for change (Tracker Item Submitted) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3311984&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: swquinn ()
Assigned to: Nobody/Anonymous (nobody)
Summary: Project basedir is not treated as property by default...

Initial Comment:
Using NAnt-0.91-Alpha2

In adopting NAnt for several build tasks, because of its obvious influences 
from Apache Ant, I am surprised to find that the basedir attribute on the 
project does not appear to be codified into an actual useable parameter.

The code below generates the property exception: "Propery evaluation failed."



...


In Ant the basedir attribute is a useable property in string substitutions. 
Phing--a PHP-based Ant derivative--supports the handling of the basedir 
property the same way as Ant. It seems only natural NAnt should support this as 
well.

Is there a reason NAnt doesn't support the basedir value as a property?

--

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

--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3306119 ] FileIOPermission exception

2011-05-22 Thread SourceForge.net
Bugs item #3306119, was opened at 2011-05-23 07:30
Message generated for change (Tracker Item Submitted) made by q42jaap
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3306119&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jaap Taal (q42jaap)
Assigned to: Nobody/Anonymous (nobody)
Summary: FileIOPermission exception

Initial Comment:
On startup of nant.exe from 0.92 alpha I get the following error:
Unhandled Exception: System.TypeInitializationException: The type initializer 
for 'NAnt.Console.ConsoleStub' threw an ex
ception. ---> System.Security.SecurityException: Request for the permission of 
type 'System.Security.Permissions.FileIOP
ermission, mscorlib, Version=4.0.0.0, Culture=neutral, 
PublicKeyToken=b77a5c561934e089' failed.
   at System.Security.CodeAccessSecurityEngine.Check(Object demand, 
StackCrawlMark& stackMark, Boolean isPermSet)
   at System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission cap, 
StackCrawlMark& stackMark)
   at System.Security.CodeAccessPermission.Demand()
   at System.AppDomainSetup.VerifyDir(String dir, Boolean normalize)
   at System.AppDomain.get_BaseDirectory()
   at log4net.Config.XmlConfiguratorAttribute.Configure(Assembly 
sourceAssembly, ILoggerRepository targetRepository)
   at log4net.Core.DefaultRepositorySelector.ConfigureRepository(Assembly 
assembly, ILoggerRepository repository)
   at log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType, String r
epositoryName, Boolean readAssemblyAttributes)
   at log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType)
   at log4net.Core.DefaultRepositorySelector.GetRepository(Assembly 
repositoryAssembly)
   at log4net.Core.LoggerManager.GetLogger(Assembly repositoryAssembly, String 
name)
   at log4net.LogManager.GetLogger(Assembly repositoryAssembly, String name)
   at log4net.LogManager.GetLogger(Type type)
   at NAnt.Console.ConsoleStub..cctor()
   --- End of inner exception stack trace ---
   at NAnt.Console.ConsoleStub.Main(String[] args)
Press any key to continue . . .


------

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

--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3301583 ] Delete Failing on Root Folder

2011-05-13 Thread SourceForge.net
Bugs item #3301583, was opened at 2011-05-13 09:10
Message generated for change (Comment added) made by plseverini
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3301583&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Paul Severini (plseverini)
Assigned to: Nobody/Anonymous (nobody)
Summary: Delete Failing on Root Folder

Initial Comment:
I'm gettting intermittent failures on deleting folders using the delete task 
using NANT .91. This issue continually fails somewhere in the folder structure. 
It typically fails at the root folder of the path specified by the dir 
attribute.


  

Error MEssage:
Cannot delete directory 'c:\rwd\work\report2web\clienttools\trunk'.
The directory is not empty.

--

>Comment By: Paul Severini (plseverini)
Date: 2011-05-13 09:49

Message:
Here's the trace for another random folder that failed.

C:\rwd\work\report2web\clienttools\build\clienttools_auto.build(6,3):
Cannot delete directory
'c:\rwd\work\report2web\clienttools\trunk\projects\common\vb6\fileconversions\reader\pagemart'.:
NAnt.Core.BuildException:
C:\rwd\work\report2web\clienttools\build\clienttools_auto.build(6,3):
Cannot delete directory
'c:\rwd\work\report2web\clienttools\trunk\projects\common\vb6\fileconversions\reader\pagemart'.
---> System.IO.IOException: The directory is not empty.

   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.Directory.DeleteHelper(String fullPath, String userPath,
Boolean recursive)
   at System.IO.Directory.Delete(String fullPath, String userPath, Boolean
recursive)
   at System.IO.Directory.Delete(String path)
   at NAnt.Core.Tasks.DeleteTask.DeleteDirectory(String path) in
C:\cygwin\home\rmboggs\nant\src\NAnt.Core\Tasks\DeleteTask.cs:line 304
   at NAnt.Core.Tasks.DeleteTask.RecursiveDeleteDirectory(String path) in
C:\cygwin\home\rmboggs\nant\src\NAnt.Core\Tasks\DeleteTask.cs:line 261
   --- End of inner exception stack trace ---
   at NAnt.Core.Tasks.DeleteTask.RecursiveDeleteDirectory(String path) in
C:\cygwin\home\rmboggs\nant\src\NAnt.Core\Tasks\DeleteTask.cs:line 263
   at NAnt.Core.Tasks.DeleteTask.ExecuteTask() in
C:\cygwin\home\rmboggs\nant\src\NAnt.Core\Tasks\DeleteTask.cs:line 193
   at NAnt.Core.Task.Execute() in
C:\cygwin\home\rmboggs\nant\src\NAnt.Core\Task.cs:line 186
   at NAnt.Core.Target.Execute() in
C:\cygwin\home\rmboggs\nant\src\NAnt.Core\Target.cs:line 247
   at NAnt.Core.Project.Execute(String targetName, Boolean
forceDependencies) in
C:\cygwin\home\rmboggs\nant\src\NAnt.Core\Project.cs:line 1031
   at NAnt.Core.Project.Execute() in
C:\cygwin\home\rmboggs\nant\src\NAnt.Core\Project.cs:line 983
   at NAnt.Core.Project.Run() in
C:\cygwin\home\rmboggs\nant\src\NAnt.Core\Project.cs:line 1068

------

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

--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3301583 ] Delete Failing on Root Folder

2011-05-13 Thread SourceForge.net
Bugs item #3301583, was opened at 2011-05-13 09:10
Message generated for change (Tracker Item Submitted) made by plseverini
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3301583&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Paul Severini (plseverini)
Assigned to: Nobody/Anonymous (nobody)
Summary: Delete Failing on Root Folder

Initial Comment:
I'm gettting intermittent failures on deleting folders using the delete task 
using NANT .91. This issue continually fails somewhere in the folder structure. 
It typically fails at the root folder of the path specified by the dir 
attribute.


  

Error MEssage:
Cannot delete directory 'c:\rwd\work\report2web\clienttools\trunk'.
The directory is not empty.

--

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

--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3082030 ] exec output console logging.

2011-05-05 Thread SourceForge.net
Bugs item #3082030, was opened at 2010-10-06 02:16
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3082030&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alexey Moudrick (moudrick)
>Assigned to: Ryan Boggs (rmboggs)
Summary: exec output console logging.

Initial Comment:
 task does not put anything to console if output attribute is set to a 
filename.

This bug appears starting from 0.90 alpha release, and until the latest release 
0.91-alpha2 at the moment.

My build scripts often use the behavior when nant puts it to console and 
logging output, I need to review the output even if is it put to sume file by 
output attribute, this file can be on some remote machine, it could be 
appended, etc.

So I have to patch your new releases with 0.86 code 
  to avoid changing all my build scripts to make them add output file 
content explicitly.



--

>Comment By: Ryan Boggs (rmboggs)
Date: 2011-05-05 12:33

Message:
I'll take a look at this...

--

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

--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3087620 ] missing source code for libraries

2011-05-05 Thread SourceForge.net
Bugs item #3087620, was opened at 2010-10-14 12:25
Message generated for change (Settings changed) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3087620&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Third party libraries
Group: 0.90
Status: Open
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Götz Waschk (waschk)
Assigned to: Nobody/Anonymous (nobody)
Summary: missing source code for libraries

Initial Comment:
I'm trying to build nant 0.90 using Mono 2.8 on Linux. If you remove the 
bundled binary dlls from the nant 0.90 source tarball, the build fails. There 
is no source code provided for libraries like SharpCvsLib. That's why it is not 
fully open source and cannot be included in a free Linux distribution.

--

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

--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3095656 ] Issue Specifying Compiling Framework

2011-05-05 Thread SourceForge.net
Bugs item #3095656, was opened at 2010-10-26 07:19
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3095656&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: None
Status: Open
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Liam Kenny (panamared)
Assigned to: Nobody/Anonymous (nobody)
Summary: Issue Specifying Compiling Framework

Initial Comment:
We encountered this issue when trying to execute code within the script tag.  
nant.settings.currentframework was set to net-3.5 in both the build file and 
the Nant.exe.config file, but it was still compiled in the 2.0 Framework.

According to Gert: "We use CodeDOM to compile the script, and hence it uses the 
C# compiler corresponding to the CLR on which NAnt is running.
The current target framework – as specified using the 
nant.settings.currentframework – does not affect this."

My sample build-file is below:



  




<code>
<![CDATA[
public static void ScriptMain(Project project) 
{
string str = "Hello World from Nant C#; Version 
";
string ver = 
System.Environment.Version.ToString();
project.Log(Level.Info, str.ToString() + ver);
}
]]>
</code>




--

>Comment By: Ryan Boggs (rmboggs)
Date: 2011-05-05 12:21

Message:
If I am not mistaken, .net 3.5 is built upon the 2.0 clr.  Thus, the
System.Environment.Version will always spit out 2.0 when the target frame
work is net-2.0, 3.0, or 3.5.  So chances are, that code is running on
3.5.

Have you tried your code in a simple console project?  What does that
output say?

------

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

--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3170005 ] property::exists() evaluation issues

2011-02-01 Thread SourceForge.net
Bugs item #3170005, was opened at 2011-02-01 18:22
Message generated for change (Tracker Item Submitted) made by gntleone
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3170005&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Functions
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Lee (gntleone)
Assigned to: Nobody/Anonymous (nobody)
Summary: property::exists() evaluation issues

Initial Comment:
It appears the property::exists() function is evaluated after the include when 
attempting to us as a conditional argument to a task. since the idea is to 
determine if the property exists before using it, I would not have expected 
this behaviour.
ex1:

result1:
Property evaluation failed.
Expression: namespace is defined as ${namespace}
  ^
Property 'namespace' has not been set.

ex2:









result2:
Property evaluation failed.
Expression: **/*${namespace}*.dll
  ^
Property 'namespace' has not been set.

--

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

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3048200 ] NAnt 0.91 Aplha 2 crashes on startup

2011-01-21 Thread SourceForge.net
Bugs item #3048200, was opened at 2010-08-18 16:13
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3048200&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rainer Schuster ()
Assigned to: Nobody/Anonymous (nobody)
Summary: NAnt 0.91 Aplha 2 crashes on startup

Initial Comment:
I'm running nant on windows 7 x64 and getting the following exception (german). 
nant crashes in user mode and with elavated rights in admin mode.

Unbehandelte Ausnahme: System.TypeInitializationException: Der 
Typeninitialisierer für "NAnt.Console.ConsoleStub" hat ei
ne Ausnahme verursacht. ---> System.Security.SecurityException: Fehler bei der 
Anforderung des Berechtigungstyps "System
.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, 
Culture=neutral, PublicKeyToken=b77a5c561934e089".
   bei System.Security.CodeAccessSecurityEngine.Check(Object demand, 
StackCrawlMark& stackMark, Boolean isPermSet)
   bei System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission cap, 
StackCrawlMark& stackMark)
   bei System.Security.CodeAccessPermission.Demand()
   bei System.AppDomainSetup.VerifyDir(String dir, Boolean normalize)
   bei System.AppDomain.get_BaseDirectory()
   bei log4net.Config.XmlConfiguratorAttribute.Configure(Assembly 
sourceAssembly, ILoggerRepository targetRepository)
   bei log4net.Core.DefaultRepositorySelector.ConfigureRepository(Assembly 
assembly, ILoggerRepository repository)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType, String
repositoryName, Boolean readAssemblyAttributes)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType)
   bei log4net.Core.DefaultRepositorySelector.GetRepository(Assembly 
repositoryAssembly)
   bei log4net.Core.LoggerManager.GetLogger(Assembly repositoryAssembly, String 
name)
   bei log4net.LogManager.GetLogger(Assembly repositoryAssembly, String name)
   bei log4net.LogManager.GetLogger(Type type)
   bei NAnt.Console.ConsoleStub..cctor()
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei NAnt.Console.ConsoleStub.Main(String[] args)

--

Comment By: Ryan Boggs (rmboggs)
Date: 2011-01-21 20:22

Message:
I would like to hear from others who are experiencing these kinds of issues
if brandonarp's suggestion works for them.  I can't replicate the issue on
any of my test boxes (xp & 7 32bit) but I do see the "Unblock" button in
the properties for the zip file.  However, it works for me whether the zip
is blocked or not.

--

Comment By: Brandon Arp (brandonarp)
Date: 2011-01-21 15:54

Message:
I had this exact same problem.  It comes from the assembly not being
trusted.  Windows 7 will put a flag on downloaded files that the .Net
runtime uses to lower access.  The fix for this is to open the properties
dialog of the .zip file and next to the Security label, click "Unblock". 
Then, when you extract the files, they wont be restricted.  Hopefully this
helps.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-09-13 17:21

Message:
Looks like some tests failed concerning the registry.  The user account you
were using may not have access to the registry.

--

Comment By: Tony Langford (tonst)
Date: 2010-09-13 03:50

Message:
Thanks, that did seem to do the job :)
The 0.91alpha2 build script failed at the end but it had produced the
needed binaries so not a big deal for me but in case its of use here's the
end of the log. Used nant 0.9 on 2008r2 to build it:

 [exec]  [nant]
C:\nant-0.91-alpha2\tests\NAnt.Win32\NAnt.Win32.build te
st
 [exec] Buildfile:
file:///C:/nant-0.91-alpha2/tests/NAnt.Win32/
NAnt.Win32.build
 [exec] Target framework: Microsoft .NET Framework 3.5
 [exec] Target(s) specified: test
 [exec]
 [exec]
 [exec] build:
 [exec]
 [exec]
 [exec] test:
 [exec]
 [exec][nunit2] Tests run: 2, Failures: 1, Not run: 0,
Time:
 1.685 seconds
 [exec][nunit2]
 [exec][nunit2] Failures:
 [exec][nunit2] 1)
Tests.NAnt.Win32.Tasks.ReadRegistryTest.T
est_Read_Defaults : Tests.NAnt.Core.TestBuildException : Error Executing
Project

 [exec][nunit2] Build 

[nant-dev] [ nant-Bugs-3048200 ] NAnt 0.91 Aplha 2 crashes on startup

2011-01-21 Thread SourceForge.net
Bugs item #3048200, was opened at 2010-08-18 16:13
Message generated for change (Comment added) made by brandonarp
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3048200&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rainer Schuster ()
Assigned to: Nobody/Anonymous (nobody)
Summary: NAnt 0.91 Aplha 2 crashes on startup

Initial Comment:
I'm running nant on windows 7 x64 and getting the following exception (german). 
nant crashes in user mode and with elavated rights in admin mode.

Unbehandelte Ausnahme: System.TypeInitializationException: Der 
Typeninitialisierer für "NAnt.Console.ConsoleStub" hat ei
ne Ausnahme verursacht. ---> System.Security.SecurityException: Fehler bei der 
Anforderung des Berechtigungstyps "System
.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, 
Culture=neutral, PublicKeyToken=b77a5c561934e089".
   bei System.Security.CodeAccessSecurityEngine.Check(Object demand, 
StackCrawlMark& stackMark, Boolean isPermSet)
   bei System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission cap, 
StackCrawlMark& stackMark)
   bei System.Security.CodeAccessPermission.Demand()
   bei System.AppDomainSetup.VerifyDir(String dir, Boolean normalize)
   bei System.AppDomain.get_BaseDirectory()
   bei log4net.Config.XmlConfiguratorAttribute.Configure(Assembly 
sourceAssembly, ILoggerRepository targetRepository)
   bei log4net.Core.DefaultRepositorySelector.ConfigureRepository(Assembly 
assembly, ILoggerRepository repository)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType, String
repositoryName, Boolean readAssemblyAttributes)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType)
   bei log4net.Core.DefaultRepositorySelector.GetRepository(Assembly 
repositoryAssembly)
   bei log4net.Core.LoggerManager.GetLogger(Assembly repositoryAssembly, String 
name)
   bei log4net.LogManager.GetLogger(Assembly repositoryAssembly, String name)
   bei log4net.LogManager.GetLogger(Type type)
   bei NAnt.Console.ConsoleStub..cctor()
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei NAnt.Console.ConsoleStub.Main(String[] args)

--

Comment By: Brandon Arp (brandonarp)
Date: 2011-01-21 15:54

Message:
I had this exact same problem.  It comes from the assembly not being
trusted.  Windows 7 will put a flag on downloaded files that the .Net
runtime uses to lower access.  The fix for this is to open the properties
dialog of the .zip file and next to the Security label, click "Unblock". 
Then, when you extract the files, they wont be restricted.  Hopefully this
helps.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-09-13 17:21

Message:
Looks like some tests failed concerning the registry.  The user account you
were using may not have access to the registry.

--

Comment By: Tony Langford (tonst)
Date: 2010-09-13 03:50

Message:
Thanks, that did seem to do the job :)
The 0.91alpha2 build script failed at the end but it had produced the
needed binaries so not a big deal for me but in case its of use here's the
end of the log. Used nant 0.9 on 2008r2 to build it:

 [exec]  [nant]
C:\nant-0.91-alpha2\tests\NAnt.Win32\NAnt.Win32.build te
st
 [exec] Buildfile:
file:///C:/nant-0.91-alpha2/tests/NAnt.Win32/
NAnt.Win32.build
 [exec] Target framework: Microsoft .NET Framework 3.5
 [exec] Target(s) specified: test
 [exec]
 [exec]
 [exec] build:
 [exec]
 [exec]
 [exec] test:
 [exec]
 [exec][nunit2] Tests run: 2, Failures: 1, Not run: 0,
Time:
 1.685 seconds
 [exec][nunit2]
 [exec][nunit2] Failures:
 [exec][nunit2] 1)
Tests.NAnt.Win32.Tasks.ReadRegistryTest.T
est_Read_Defaults : Tests.NAnt.Core.TestBuildException : Error Executing
Project

 [exec][nunit2] Build Log:
 [exec][nunit2]
 [exec][nunit2]
 [exec][nunit2]   > NAnt.Core.BuildException :
Registry
Value Not Found! -
key='SOFTWARE\Microsoft\Windows\CurrentVersion\\ProductId';hi
ve='LocalMachine';
 [exec][nunit2]at
Tests.NAnt.Core.BuildTestBase.ExecuteP
roject(Project p) in
c:\nant-0.91-alpha2\tests\NAnt.Core\BuildTestBase.cs:line 1
63
 [exec][nunit2] 

[nant-dev] [ nant-Bugs-3105012 ] Nightly (2010-10-29) does not build on Win7x64 (.NET 3.5)

2010-11-08 Thread SourceForge.net
Bugs item #3105012, was opened at 2010-11-07 21:08
Message generated for change (Comment added) made by cmundi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3105012&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: 0.91-alpha2
Status: Open
Resolution: Rejected
Priority: 9
Private: No
Submitted By: Carlos Mundi (cmundi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Nightly (2010-10-29) does not build on Win7x64 (.NET 3.5)

Initial Comment:
I installed .NET 4 and WinSDK 7.1 and could not build.
So I uninstalled .NET 4 and WInSDK 7.1
Currently I have .NET 3.5 SP1 and Win SDK 7 (7.0) installed.
The attached file suggests that the build dies in log4net.


--

>Comment By: Carlos Mundi (cmundi)
Date: 2010-11-08 22:18

Message:
I tried the Makefile.debug.nmake.  I have attached my results. 
Unfortunately, I don't think it tells us much that we did not already see.

--

Comment By: Carlos Mundi (cmundi)
Date: 2010-11-07 23:20

Message:
It's getting late here.  I will try the enhanced makefile tomorrow.

Guess: It may be significant that the log4net homepage clearly states
support up to .NET 2.  So it's not surprising that it also supports .NET
3.5 at runtime.  But its also quite plausible that it does not support .NET
4 yet because of the CAS changes.  I'm assuming that NAnt uses log4net as
its primary logging tool.  Turning it off -- even as a test -- might not be
a good idea.  I tried earlier today to build log4net from source
specifically for .NET 3.5 and didn't quite get it right.  If I can get a
clean build for .NET 3.5 then maybe I can also figure out how to get a
build for .NET 4 and see if that allows NAnt to both build for and run
under .NET 4.  Again, I'd look to making selective use of
[SecuritySafeCritical].  If I have some slow time this week, maybe I'll get
a chance.  But I'm hoping someone gets there before me.  :)

--

Comment By: Carlos Mundi (cmundi)
Date: 2010-11-07 23:01

Message:
You're right.  I made a mistake.  I removed the .NET 4 "extensions" but
missed the .NET 4 core.  And that's enough to be a problem. 

So my original report is bogus and I am resolving it as "Rejected."

Here is my attempt to correct my mistake:

So now I have really (really!)  removed .NET 4.  I even fell back to a
restore point before I installed .NET 4 so I'm very confident now.

So with .NET 3.5 SP1 (and nothing later) installed, I am able to build
NAnt nightly.  [[Incidentally, on Win7, trying to install to
prefix="C:\Programs" will fail because of UAC -- even when logged into an
Administrative account.  No problem, just "install" to a user directory and
then copy that directory to C:\Programs.]]

Next: Install .NET 4 and try to build NAnt : fails with the
System.Security.SecurityException on FileIOPermission -- even if specifying
TARGET=net3.5 on the nmake command line.

Note that all of this was done with WinSDK 7 (7.0 for .NET 3.5 SP1) not
WinSDK 7.1 (for .NET 4)


--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-11-07 22:12

Message:
Just posted a modified NMake file to use to help debug this issue.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-11-07 21:31

Message:
Hey Carlos,

I know that you are detailed with your troubleshooting based on past
experience but I must ask. Are you positive that you completely removed
.NET 4.0 and WinSDK 7.1?  The ONLY reason I ask is because at the bottom of
your output file you provided, the familiar error message that has been
plaguing us is still showing up.  Plus, it looks like it is referencing the
.NET 4.0 mscorlib file as well.:
Unhandled Exception: System.TypeInitializationException: The type
initializer for 'NAnt.Console.ConsoleStub' threw an exception. --->
System.Security.SecurityException: Request for
 the permission of type 'System.Security.Permissions.FileIOPermission,
mscorlib, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' failed.
   at System.Security.CodeAccessSecurityEngine.Check(Object demand,
StackCrawlMark& stackMark, Boolean isPermSet)
   at System.Security.CodeAccessPermission.Demand()
   at System.AppDomainSetup.VerifyDir(String dir, Boolean normalize)
   at log4net.Config.XmlConfiguratorAttribute.Configure(Assembly
sourceAssembly, ILoggerRepository targetRepository)
   at log4net.Core.DefaultRepositorySelector.ConfigureRepository(Assembly
assembly, ILo

[nant-dev] [ nant-Bugs-3105012 ] Nightly (2010-10-29) does not build on Win7x64 (.NET 3.5)

2010-11-07 Thread SourceForge.net
Bugs item #3105012, was opened at 2010-11-07 21:08
Message generated for change (Comment added) made by cmundi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3105012&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: 0.91-alpha2
Status: Open
Resolution: Rejected
Priority: 9
Private: No
Submitted By: Carlos Mundi (cmundi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Nightly (2010-10-29) does not build on Win7x64 (.NET 3.5)

Initial Comment:
I installed .NET 4 and WinSDK 7.1 and could not build.
So I uninstalled .NET 4 and WInSDK 7.1
Currently I have .NET 3.5 SP1 and Win SDK 7 (7.0) installed.
The attached file suggests that the build dies in log4net.


--

>Comment By: Carlos Mundi (cmundi)
Date: 2010-11-07 23:20

Message:
It's getting late here.  I will try the enhanced makefile tomorrow.

Guess: It may be significant that the log4net homepage clearly states
support up to .NET 2.  So it's not surprising that it also supports .NET
3.5 at runtime.  But its also quite plausible that it does not support .NET
4 yet because of the CAS changes.  I'm assuming that NAnt uses log4net as
its primary logging tool.  Turning it off -- even as a test -- might not be
a good idea.  I tried earlier today to build log4net from source
specifically for .NET 3.5 and didn't quite get it right.  If I can get a
clean build for .NET 3.5 then maybe I can also figure out how to get a
build for .NET 4 and see if that allows NAnt to both build for and run
under .NET 4.  Again, I'd look to making selective use of
[SecuritySafeCritical].  If I have some slow time this week, maybe I'll get
a chance.  But I'm hoping someone gets there before me.  :)

--

Comment By: Carlos Mundi (cmundi)
Date: 2010-11-07 23:01

Message:
You're right.  I made a mistake.  I removed the .NET 4 "extensions" but
missed the .NET 4 core.  And that's enough to be a problem. 

So my original report is bogus and I am resolving it as "Rejected."

Here is my attempt to correct my mistake:

So now I have really (really!)  removed .NET 4.  I even fell back to a
restore point before I installed .NET 4 so I'm very confident now.

So with .NET 3.5 SP1 (and nothing later) installed, I am able to build
NAnt nightly.  [[Incidentally, on Win7, trying to install to
prefix="C:\Programs" will fail because of UAC -- even when logged into an
Administrative account.  No problem, just "install" to a user directory and
then copy that directory to C:\Programs.]]

Next: Install .NET 4 and try to build NAnt : fails with the
System.Security.SecurityException on FileIOPermission -- even if specifying
TARGET=net3.5 on the nmake command line.

Note that all of this was done with WinSDK 7 (7.0 for .NET 3.5 SP1) not
WinSDK 7.1 (for .NET 4)


--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-11-07 22:12

Message:
Just posted a modified NMake file to use to help debug this issue.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-11-07 21:31

Message:
Hey Carlos,

I know that you are detailed with your troubleshooting based on past
experience but I must ask. Are you positive that you completely removed
.NET 4.0 and WinSDK 7.1?  The ONLY reason I ask is because at the bottom of
your output file you provided, the familiar error message that has been
plaguing us is still showing up.  Plus, it looks like it is referencing the
.NET 4.0 mscorlib file as well.:
Unhandled Exception: System.TypeInitializationException: The type
initializer for 'NAnt.Console.ConsoleStub' threw an exception. --->
System.Security.SecurityException: Request for
 the permission of type 'System.Security.Permissions.FileIOPermission,
mscorlib, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' failed.
   at System.Security.CodeAccessSecurityEngine.Check(Object demand,
StackCrawlMark& stackMark, Boolean isPermSet)
   at System.Security.CodeAccessPermission.Demand()
   at System.AppDomainSetup.VerifyDir(String dir, Boolean normalize)
   at log4net.Config.XmlConfiguratorAttribute.Configure(Assembly
sourceAssembly, ILoggerRepository targetRepository)
   at log4net.Core.DefaultRepositorySelector.ConfigureRepository(Assembly
assembly, ILoggerRepository repository)
   at log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly
repositoryAssembly, Type repositoryType, String repositoryName, Boolean
readAssemblyAttributes)
   at log4net.Core.DefaultRepositorySelector.GetRepository(Assembly
repositoryAssembl

[nant-dev] [ nant-Bugs-3105012 ] Nightly (2010-10-29) does not build on Win7x64 (.NET 3.5)

2010-11-07 Thread SourceForge.net
Bugs item #3105012, was opened at 2010-11-07 21:08
Message generated for change (Settings changed) made by cmundi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3105012&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: 0.91-alpha2
Status: Open
>Resolution: Rejected
Priority: 9
Private: No
Submitted By: Carlos Mundi (cmundi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Nightly (2010-10-29) does not build on Win7x64 (.NET 3.5)

Initial Comment:
I installed .NET 4 and WinSDK 7.1 and could not build.
So I uninstalled .NET 4 and WInSDK 7.1
Currently I have .NET 3.5 SP1 and Win SDK 7 (7.0) installed.
The attached file suggests that the build dies in log4net.


--

>Comment By: Carlos Mundi (cmundi)
Date: 2010-11-07 23:01

Message:
You're right.  I made a mistake.  I removed the .NET 4 "extensions" but
missed the .NET 4 core.  And that's enough to be a problem. 

So my original report is bogus and I am resolving it as "Rejected."

Here is my attempt to correct my mistake:

So now I have really (really!)  removed .NET 4.  I even fell back to a
restore point before I installed .NET 4 so I'm very confident now.

So with .NET 3.5 SP1 (and nothing later) installed, I am able to build
NAnt nightly.  [[Incidentally, on Win7, trying to install to
prefix="C:\Programs" will fail because of UAC -- even when logged into an
Administrative account.  No problem, just "install" to a user directory and
then copy that directory to C:\Programs.]]

Next: Install .NET 4 and try to build NAnt : fails with the
System.Security.SecurityException on FileIOPermission -- even if specifying
TARGET=net3.5 on the nmake command line.

Note that all of this was done with WinSDK 7 (7.0 for .NET 3.5 SP1) not
WinSDK 7.1 (for .NET 4)


--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-11-07 22:12

Message:
Just posted a modified NMake file to use to help debug this issue.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-11-07 21:31

Message:
Hey Carlos,

I know that you are detailed with your troubleshooting based on past
experience but I must ask. Are you positive that you completely removed
.NET 4.0 and WinSDK 7.1?  The ONLY reason I ask is because at the bottom of
your output file you provided, the familiar error message that has been
plaguing us is still showing up.  Plus, it looks like it is referencing the
.NET 4.0 mscorlib file as well.:
Unhandled Exception: System.TypeInitializationException: The type
initializer for 'NAnt.Console.ConsoleStub' threw an exception. --->
System.Security.SecurityException: Request for
 the permission of type 'System.Security.Permissions.FileIOPermission,
mscorlib, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' failed.
   at System.Security.CodeAccessSecurityEngine.Check(Object demand,
StackCrawlMark& stackMark, Boolean isPermSet)
   at System.Security.CodeAccessPermission.Demand()
   at System.AppDomainSetup.VerifyDir(String dir, Boolean normalize)
   at log4net.Config.XmlConfiguratorAttribute.Configure(Assembly
sourceAssembly, ILoggerRepository targetRepository)
   at log4net.Core.DefaultRepositorySelector.ConfigureRepository(Assembly
assembly, ILoggerRepository repository)
   at log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly
repositoryAssembly, Type repositoryType, String repositoryName, Boolean
readAssemblyAttributes)
   at log4net.Core.DefaultRepositorySelector.GetRepository(Assembly
repositoryAssembly)
   at log4net.Core.LoggerManager.GetLogger(Assembly repositoryAssembly,
String name)
   at log4net.LogManager.GetLogger(Type type)
   at NAnt.Console.ConsoleStub..cctor()
   --- End of inner exception stack trace ---
   at NAnt.Console.ConsoleStub.Main(String[] args)
NMAKE : fatal error U1077: 'bootstrap\NAnt.exe' : return code
'0xe0434352'
Stop.

If you removed .net 4.0, try removing the "NetFx40_LegacySecurityPolicy"
tag from App.config (NAnt.exe.config) file.  If that doesn't help, let's
see if we can turn debugging on in the bootstrap.  I can post a test NMake
file with debugging enabled if needed for you to test.

--

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

--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book &quo

[nant-dev] [ nant-Bugs-3105012 ] Nightly (2010-10-29) does not build on Win7x64 (.NET 3.5)

2010-11-07 Thread SourceForge.net
Bugs item #3105012, was opened at 2010-11-07 19:08
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3105012&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 9
Private: No
Submitted By: Carlos Mundi (cmundi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Nightly (2010-10-29) does not build on Win7x64 (.NET 3.5)

Initial Comment:
I installed .NET 4 and WinSDK 7.1 and could not build.
So I uninstalled .NET 4 and WInSDK 7.1
Currently I have .NET 3.5 SP1 and Win SDK 7 (7.0) installed.
The attached file suggests that the build dies in log4net.


--

>Comment By: Ryan Boggs (rmboggs)
Date: 2010-11-07 20:12

Message:
Just posted a modified NMake file to use to help debug this issue.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-11-07 19:31

Message:
Hey Carlos,

I know that you are detailed with your troubleshooting based on past
experience but I must ask. Are you positive that you completely removed
.NET 4.0 and WinSDK 7.1?  The ONLY reason I ask is because at the bottom of
your output file you provided, the familiar error message that has been
plaguing us is still showing up.  Plus, it looks like it is referencing the
.NET 4.0 mscorlib file as well.:
Unhandled Exception: System.TypeInitializationException: The type
initializer for 'NAnt.Console.ConsoleStub' threw an exception. --->
System.Security.SecurityException: Request for
 the permission of type 'System.Security.Permissions.FileIOPermission,
mscorlib, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' failed.
   at System.Security.CodeAccessSecurityEngine.Check(Object demand,
StackCrawlMark& stackMark, Boolean isPermSet)
   at System.Security.CodeAccessPermission.Demand()
   at System.AppDomainSetup.VerifyDir(String dir, Boolean normalize)
   at log4net.Config.XmlConfiguratorAttribute.Configure(Assembly
sourceAssembly, ILoggerRepository targetRepository)
   at log4net.Core.DefaultRepositorySelector.ConfigureRepository(Assembly
assembly, ILoggerRepository repository)
   at log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly
repositoryAssembly, Type repositoryType, String repositoryName, Boolean
readAssemblyAttributes)
   at log4net.Core.DefaultRepositorySelector.GetRepository(Assembly
repositoryAssembly)
   at log4net.Core.LoggerManager.GetLogger(Assembly repositoryAssembly,
String name)
   at log4net.LogManager.GetLogger(Type type)
   at NAnt.Console.ConsoleStub..cctor()
   --- End of inner exception stack trace ---
   at NAnt.Console.ConsoleStub.Main(String[] args)
NMAKE : fatal error U1077: 'bootstrap\NAnt.exe' : return code
'0xe0434352'
Stop.

If you removed .net 4.0, try removing the "NetFx40_LegacySecurityPolicy"
tag from App.config (NAnt.exe.config) file.  If that doesn't help, let's
see if we can turn debugging on in the bootstrap.  I can post a test NMake
file with debugging enabled if needed for you to test.

------

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

--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3105012 ] Nightly (2010-10-29) does not build on Win7x64 (.NET 3.5)

2010-11-07 Thread SourceForge.net
Bugs item #3105012, was opened at 2010-11-07 19:08
Message generated for change (Settings changed) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3105012&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: 0.91-alpha2
Status: Open
Resolution: None
>Priority: 9
Private: No
Submitted By: Carlos Mundi (cmundi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Nightly (2010-10-29) does not build on Win7x64 (.NET 3.5)

Initial Comment:
I installed .NET 4 and WinSDK 7.1 and could not build.
So I uninstalled .NET 4 and WInSDK 7.1
Currently I have .NET 3.5 SP1 and Win SDK 7 (7.0) installed.
The attached file suggests that the build dies in log4net.


--

>Comment By: Ryan Boggs (rmboggs)
Date: 2010-11-07 19:31

Message:
Hey Carlos,

I know that you are detailed with your troubleshooting based on past
experience but I must ask. Are you positive that you completely removed
.NET 4.0 and WinSDK 7.1?  The ONLY reason I ask is because at the bottom of
your output file you provided, the familiar error message that has been
plaguing us is still showing up.  Plus, it looks like it is referencing the
.NET 4.0 mscorlib file as well.:
Unhandled Exception: System.TypeInitializationException: The type
initializer for 'NAnt.Console.ConsoleStub' threw an exception. --->
System.Security.SecurityException: Request for
 the permission of type 'System.Security.Permissions.FileIOPermission,
mscorlib, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' failed.
   at System.Security.CodeAccessSecurityEngine.Check(Object demand,
StackCrawlMark& stackMark, Boolean isPermSet)
   at System.Security.CodeAccessPermission.Demand()
   at System.AppDomainSetup.VerifyDir(String dir, Boolean normalize)
   at log4net.Config.XmlConfiguratorAttribute.Configure(Assembly
sourceAssembly, ILoggerRepository targetRepository)
   at log4net.Core.DefaultRepositorySelector.ConfigureRepository(Assembly
assembly, ILoggerRepository repository)
   at log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly
repositoryAssembly, Type repositoryType, String repositoryName, Boolean
readAssemblyAttributes)
   at log4net.Core.DefaultRepositorySelector.GetRepository(Assembly
repositoryAssembly)
   at log4net.Core.LoggerManager.GetLogger(Assembly repositoryAssembly,
String name)
   at log4net.LogManager.GetLogger(Type type)
   at NAnt.Console.ConsoleStub..cctor()
   --- End of inner exception stack trace ---
   at NAnt.Console.ConsoleStub.Main(String[] args)
NMAKE : fatal error U1077: 'bootstrap\NAnt.exe' : return code
'0xe0434352'
Stop.

If you removed .net 4.0, try removing the "NetFx40_LegacySecurityPolicy"
tag from App.config (NAnt.exe.config) file.  If that doesn't help, let's
see if we can turn debugging on in the bootstrap.  I can post a test NMake
file with debugging enabled if needed for you to test.

------

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

--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3105012 ] Nightly (2010-10-29) does not build on Win7x64 (.NET 3.5)

2010-11-07 Thread SourceForge.net
Bugs item #3105012, was opened at 2010-11-07 21:08
Message generated for change (Tracker Item Submitted) made by cmundi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3105012&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Carlos Mundi (cmundi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Nightly (2010-10-29) does not build on Win7x64 (.NET 3.5)

Initial Comment:
I installed .NET 4 and WinSDK 7.1 and could not build.
So I uninstalled .NET 4 and WInSDK 7.1
Currently I have .NET 3.5 SP1 and Win SDK 7 (7.0) installed.
The attached file suggests that the build dies in log4net.


--

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

--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3098057 ] uses wrong relative path

2010-10-29 Thread SourceForge.net
Bugs item #3098057, was opened at 2010-10-29 08:52
Message generated for change (Tracker Item Submitted) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3098057&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: https://www.google.com/accounts ()
Assigned to: Nobody/Anonymous (nobody)
Summary:  uses wrong relative path

Initial Comment:
I'm, usingNAnt 0.91 (Build 0.91.3881.0; alpha2; 17/08/2010) on Windows Server 
2008.
When using the  command i have noticed that the relative path is wrong if 
the file attribute starts with a /.
Here is how to reproduce the issue:

my build file is located at 
 --> C:\Users\Administrator\Documents\Nant Projects\Sampleproject\sample.build

if I use 
  ->  
the file that is located at C:\Users\Administrator\Documents\Nant 
Projects\Sampleproject\folder\file1 is deleted correctly.

but if I use 
  ->it 
produces an error because it tries to access a wrong file path: 
c:\folder1\file1.txt

removing the backslash, makes the  task workingcorrecly.
  ->works 
correcty.. infact is uses C:\Users\Administrator\Documents\Nant 
Projects\Sampleproject\folder\file1.


I have reported this as a bug because all the tas's relative paths are accessed 
using the backslah except this one.




--

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

--
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3095656 ] Issue Specifying Compiling Framework

2010-10-26 Thread SourceForge.net
Bugs item #3095656, was opened at 2010-10-26 10:19
Message generated for change (Tracker Item Submitted) made by panamared
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3095656&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Liam Kenny (panamared)
Assigned to: Nobody/Anonymous (nobody)
Summary: Issue Specifying Compiling Framework

Initial Comment:
We encountered this issue when trying to execute code within the script tag.  
nant.settings.currentframework was set to net-3.5 in both the build file and 
the Nant.exe.config file, but it was still compiled in the 2.0 Framework.

According to Gert: "We use CodeDOM to compile the script, and hence it uses the 
C# compiler corresponding to the CLR on which NAnt is running.
The current target framework – as specified using the 
nant.settings.currentframework – does not affect this."

My sample build-file is below:



  




<code>
<![CDATA[
public static void ScriptMain(Project project) 
{
string str = "Hello World from Nant C#; Version 
";
string ver = 
System.Environment.Version.ToString();
project.Log(Level.Info, str.ToString() + ver);
}
]]>
</code>




--

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

--
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3087620 ] missing source code for libraries

2010-10-14 Thread SourceForge.net
Bugs item #3087620, was opened at 2010-10-14 19:25
Message generated for change (Tracker Item Submitted) made by waschk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3087620&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Third party libraries
Group: 0.90
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Götz Waschk (waschk)
Assigned to: Nobody/Anonymous (nobody)
Summary: missing source code for libraries

Initial Comment:
I'm trying to build nant 0.90 using Mono 2.8 on Linux. If you remove the 
bundled binary dlls from the nant 0.90 source tarball, the build fails. There 
is no source code provided for libraries like SharpCvsLib. That's why it is not 
fully open source and cannot be included in a free Linux distribution.

--

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

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3087400 ] Windows 7 cant build using nant

2010-10-14 Thread SourceForge.net
Bugs item #3087400, was opened at 2010-10-14 14:12
Message generated for change (Comment added) made by rawdonhume
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3087400&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: None
Status: Open
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: rawdon hume (rawdonhume)
Assigned to: Nobody/Anonymous (nobody)
Summary: Windows 7 cant build using nant

Initial Comment:
hi, Im using windows 7 32 bit, vs2008 and have always been able to build using 
nant when using xp, now using the exact same configuration i sued when using xp 
but with 7 i getting the following (below attachment) I noticed this might be 
common issue https://issues.apache.org/jira/browse/LOG4NET-174 but can’t find a 
resolution for this issue can anyone help ?

--

>Comment By: rawdon hume (rawdonhume)
Date: 2010-10-14 14:23

Message:
ok found this which worked for me
http://keithbloom.wordpress.com/2010/09/21/nant-and-the-net-4-error/

the confi file you want to look for is in C:\Program
Files\NAnt\bin\NAnt.exe.config

--

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

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3087400 ] Windows 7 cant build using nant

2010-10-14 Thread SourceForge.net
Bugs item #3087400, was opened at 2010-10-14 14:12
Message generated for change (Tracker Item Submitted) made by rawdonhume
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3087400&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: rawdon hume (rawdonhume)
Assigned to: Nobody/Anonymous (nobody)
Summary: Windows 7 cant build using nant

Initial Comment:
hi, Im using windows 7 32 bit, vs2008 and have always been able to build using 
nant when using xp, now using the exact same configuration i sued when using xp 
but with 7 i getting the following (below attachment) I noticed this might be 
common issue https://issues.apache.org/jira/browse/LOG4NET-174 but can’t find a 
resolution for this issue can anyone help ?

--

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

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3083774 ] installed Visual Studio 2010 and can no longer run NAnt

2010-10-08 Thread SourceForge.net
Bugs item #3083774, was opened at 2010-10-08 10:16
Message generated for change (Comment added) made by tficken
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3083774&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: None
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By:  tficken (tficken)
Assigned to: Nobody/Anonymous (nobody)
Summary: installed Visual Studio 2010 and can no longer run NAnt

Initial Comment:
Hi folks,

I'm running on 64bit Win 7.  After installing Visual Studio 2010, I can no 
longer run NAnt.  

I have VS 2008 for my Patch project, and VS 2010 for my Dev project.  Both 
builds fail trying to run NAnt.  When I uninstalled all traces of .NET 4.0, I 
WAS able to run NAnt again against my Patch project.  (Unfortunately, I need 
.NET 4.0 to be able to run VS 2010...)

I confirmed that I have:





In my NAnt.exe.config.

When I try to run NAnt, I get:

Application: NAnt.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.TypeInitializationException
Stack:
   at NAnt.Console.ConsoleStub.Main(System.String[])

We are still running .NET 3.5 for a bit, if it mattesr.  Any thoughts or help 
are greatly appreciated!

Tara

--

>Comment By:  tficken (tficken)
Date: 2010-10-08 10:36

Message:
Edited to note that I commented out:




And now NAnt is running happily.  Thanks to this link:

http://keithbloom.wordpress.com/2010/09/21/nant-and-the-net-4-error/



--

Comment By:  tficken (tficken)
Date: 2010-10-08 10:18

Message:
Edit to add that I am running NAnt 0.91.3801.0 alpha1.

--

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

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3083774 ] installed Visual Studio 2010 and can no longer run NAnt

2010-10-08 Thread SourceForge.net
Bugs item #3083774, was opened at 2010-10-08 10:16
Message generated for change (Comment added) made by tficken
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3083774&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By:  tficken (tficken)
Assigned to: Nobody/Anonymous (nobody)
Summary: installed Visual Studio 2010 and can no longer run NAnt

Initial Comment:
Hi folks,

I'm running on 64bit Win 7.  After installing Visual Studio 2010, I can no 
longer run NAnt.  

I have VS 2008 for my Patch project, and VS 2010 for my Dev project.  Both 
builds fail trying to run NAnt.  When I uninstalled all traces of .NET 4.0, I 
WAS able to run NAnt again against my Patch project.  (Unfortunately, I need 
.NET 4.0 to be able to run VS 2010...)

I confirmed that I have:





In my NAnt.exe.config.

When I try to run NAnt, I get:

Application: NAnt.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.TypeInitializationException
Stack:
   at NAnt.Console.ConsoleStub.Main(System.String[])

We are still running .NET 3.5 for a bit, if it mattesr.  Any thoughts or help 
are greatly appreciated!

Tara

--

>Comment By:  tficken (tficken)
Date: 2010-10-08 10:18

Message:
Edit to add that I am running NAnt 0.91.3801.0 alpha1.

--

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

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3083774 ] installed Visual Studio 2010 and can no longer run NAnt

2010-10-08 Thread SourceForge.net
Bugs item #3083774, was opened at 2010-10-08 10:16
Message generated for change (Tracker Item Submitted) made by tficken
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3083774&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By:  tficken (tficken)
Assigned to: Nobody/Anonymous (nobody)
Summary: installed Visual Studio 2010 and can no longer run NAnt

Initial Comment:
Hi folks,

I'm running on 64bit Win 7.  After installing Visual Studio 2010, I can no 
longer run NAnt.  

I have VS 2008 for my Patch project, and VS 2010 for my Dev project.  Both 
builds fail trying to run NAnt.  When I uninstalled all traces of .NET 4.0, I 
WAS able to run NAnt again against my Patch project.  (Unfortunately, I need 
.NET 4.0 to be able to run VS 2010...)

I confirmed that I have:





In my NAnt.exe.config.

When I try to run NAnt, I get:

Application: NAnt.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.TypeInitializationException
Stack:
   at NAnt.Console.ConsoleStub.Main(System.String[])

We are still running .NET 3.5 for a bit, if it mattesr.  Any thoughts or help 
are greatly appreciated!

Tara

--

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

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3082030 ] exec output console logging.

2010-10-06 Thread SourceForge.net
Bugs item #3082030, was opened at 2010-10-06 12:16
Message generated for change (Tracker Item Submitted) made by moudrick
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3082030&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alexey Moudrick (moudrick)
Assigned to: Nobody/Anonymous (nobody)
Summary: exec output console logging.

Initial Comment:
 task does not put anything to console if output attribute is set to a 
filename.

This bug appears starting from 0.90 alpha release, and until the latest release 
0.91-alpha2 at the moment.

My build scripts often use the behavior when nant puts it to console and 
logging output, I need to review the output even if is it put to sume file by 
output attribute, this file can be on some remote machine, it could be 
appended, etc.

So I have to patch your new releases with 0.86 code 
  to avoid changing all my build scripts to make them add output file 
content explicitly.



--

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

--
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3080640 ] Task Always Returns 0 for Batch Files on Windows XP

2010-10-03 Thread SourceForge.net
Bugs item #3080640, was opened at 2010-10-03 18:07
Message generated for change (Tracker Item Submitted) made by wshipley
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3080640&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: William Shipley (wshipley)
Assigned to: Nobody/Anonymous (nobody)
Summary:  Task Always Returns 0 for Batch Files on Windows XP

Initial Comment:
I\\\'m encountering an issue with the   task on batch files in my NAnt 
project files.  When running on Windows XP SP 3 (but not Windows Vista or 
Windows Server 2008) and using NAnt 0.85 or 0.91alpha2, the  task will 
always succeed (returning an error code of 0) regardless of what the executed 
batch file returned.

As an example, I wrote the following NAnt target:





Encountered 
${makeall.result} errors.


which calls the following batch file:

exit /b 1

Under normal operation (Windows Vista), the result of running NAnt is:

build:

 [exec] C:UsersWillCode>exit /b 1 
 [exec] C:UsersWillCodefail.build(6,4):
 [exec] External Program Failed: 
C:UsersWillCodefail.bat (return code was 1)
 [echo] Makeall task returned result 1

BUILD FAILED - 1 non-fatal error(s), 0 warning(s)

But on two different Windows XP SP3 machines, the result of running NAnt is:

build:

 [exec] C:Documents and SettingsWillMy DocumentsMy 
Code>exit /b 1 
 [echo] Makeall task returned result 0

BUILD SUCCEEDED

--

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

--
Virtualization is moving to the mainstream and overtaking non-virtualized
environment for deploying applications. Does it make network security 
easier or more difficult to achieve? Read this whitepaper to separate the 
two and get a better understanding.
http://p.sf.net/sfu/hp-phase2-d2d
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3008782 ] output still all in one line

2010-09-20 Thread SourceForge.net
Bugs item #3008782, was opened at 2010-05-28 15:04
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3008782&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.90
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: http://duncanmcrae.myopenid.com ()
Assigned to: Nobody/Anonymous (nobody)
Summary: output still all in one line

Initial Comment:
nant-0.91-nightly-2010-05-12

I use the build output for debugging, and it gets picked up by CC.NET.  At 
least to me, it is important that this be legible, so I'm really looking 
forward to this getting resolved (and released in a nightly build).  Thanks!



###looks good - begin

convert.sqlTemplate:

[loadtasks] Scanning assembly "NAnt.Contrib.Tasks" for extensions.
 [copy] Copying 1 file to 
'C:\development\ServerMonitor\trunk\database.copy.build.number'.
  [version] Build number '0.0.1.0'.
 [copy] Copying 1 file to 
'C:\development\ServerMonitor\trunk\source\tsql\build.sql'.

###looks good - end
###nightmare to read - begin
 [exec] 
BUILD
 1 - 
DEBUTChanged
 database context to 'ServerMonitor'.Changed database context to 'master'. 
ServerMonitor - debutdrop database ServerMonitor - debutdrop database 
ServerMonitor - finiscreate database ServerMonitor - debutcreate 
database ServerMonitor - finisset properties ServerMonitor - debutDBCC 
execution completed. If DBCC printed error messages, contact your system 
administrator.set properties ServerMonitor - finisChanged database context 
to 'ServerMonitor'. dbo.t_DiscSpaceFree - debutdbo.t_DiscSpaceFree - finis 
dbo.t_log_action - debutdbo.t_log_action - finis dbo.t_log_error - 
debutdbo.t_log_error - finis dbo.t_log_error_elmah - debutcreate table 
dbo.t_log_error_elmah - debutcreate table dbo.t_log_error_elmah - 
finisdbo.t_log_error_elmah - finis dbo.proc_DiscSpaceFree_PollServer - debut
create procedure dbo.proc_DiscSpaceFree_PollServer - debutCannot add rows to 
sys.sql_dependencies for the stored procedure because it depends on the missing 
table 'dbo.proc_log_action_simple'. The stored procedure will still be created; 
however, it cannot be successfully executed until the table exists.Cannot add 
rows to sys.sql_dependencies for the stored procedure because it depends on the 
missing table 'dbo.proc_log_generateParameterString'. The stored procedure will 
still be created; however, it cannot be successfully executed until the table 
exists.Cannot add rows to sys.sql_dependencies for the stored procedure because 
it depends on the missing table 'dbo.proc_log_action_verbose'. The stored 
procedure will still be created; however, it cannot be successfully executed 
until the table exists.Cannot add rows to sys.sql_dependencies for the stored 
procedure because it depends on the missing table 'dbo.proc_log_error'. The 
stored procedure will still be created; however, it cannot be successfully 
executed until the table exists.create procedure 
dbo.proc_DiscSpaceFree_PollServer - finisdbo.proc_DiscSpaceFree_PollServer - 
finis dbo.proc_log_action_simple - debutcreate procedure 
dbo.proc_log_action_simple - debutCannot add rows to sys.sql_dependencies for 
the stored procedure because it depends on the missing table 
'dbo.proc_log_error'. The stored procedure will still be created; however, it 
cannot be successfully executed until the table exists.create procedure 
dbo.proc_log_action_simple - finisdbo.proc_log_action_simple - finis 
dbo.proc_log_action_verbose - debutcreate procedure 
dbo.proc_log_action_verbose - debutCannot add rows to sys.sql_dependencies for 
the stored procedure because it depends on the missing table 
'dbo.proc_log_error'. The stored procedure will still be created; however, it 
cannot be successfully executed until the table exists.create procedure 
dbo.proc_log_action_verbose - finisdbo.proc_log_action_verbose - finis 
dbo.proc_log_error - debutcreate procedure dbo.proc_log_error - debut
create procedure dbo.proc_log_error - finisdbo.proc_log_error - finis 
dbo.proc_log_generateParameterString - debutcreate procedure 
dbo.proc_log_generateParameterString - debutcreate procedure 
dbo.proc_log_generateParameterString - 
finisdbo.proc_log_generateParameterString - 
finis

[nant-dev] [ nant-Bugs-3020488 ] SL2 build not working. Also add SL2-SL4

2010-09-17 Thread SourceForge.net
Bugs item #3020488, was opened at 2010-06-23 16:07
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3020488&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.91-alpha1
Status: Open
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Daniel Marbach (danielmarbach)
Assigned to: Ryan Boggs (rmboggs)
Summary: SL2 build not working. Also add SL2-SL4

Initial Comment:
Hello,

Unfortunately the NAnt 0.91 alpha exe config does not correctly build SL2. I 
uploaded a file which fixed SL2 issues and also has SL3, SL4 and SL4 with 
Windows Phone 7 support.

--

>Comment By: Ryan Boggs (rmboggs)
Date: 2010-09-17 22:33

Message:
Just committed updates for SL2, 3, & 4.  Needs testing.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-09-12 17:11

Message:
An updated App.config file is currently under review for SL2, 3, & 4.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-21 12:25

Message:
I'm looking into this.  

--

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

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3066202 ] Control mirroring of outputs when output redirection used

2010-09-14 Thread SourceForge.net
Bugs item #3066202, was opened at 2010-09-14 22:19
Message generated for change (Tracker Item Submitted) made by x-coder
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3066202&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Sven Bormann (x-coder)
Assigned to: Nobody/Anonymous (nobody)
Summary: Control mirroring of outputs when output redirection used

Initial Comment:
It would be useful to have an option for controlling mirroring of outputs to 
StdOutput if output redirection is used.

Especially, on manually run build scripts it would be useful to have that kind 
of option in  target etc.

--

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

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3037484 ] include task fails on nant 0.90 with Cannot cast ...

2010-09-14 Thread SourceForge.net
Bugs item #3037484, was opened at 2010-07-31 14:04
Message generated for change (Comment added) made by x-coder
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3037484&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Sven Bormann (x-coder)
Assigned to: Nobody/Anonymous (nobody)
Summary: include task fails on nant 0.90 with Cannot cast ...

Initial Comment:
The include task fails on nant 0.90 and newer. I added a test buildfile which 
works which nant 0.86 and does fail on nant-0.90 with:

/home/sven/nant-test/test.build(4,3):
Could not include build file '/home/sven/nant-test/test.include'.
Cannot cast from source type to destination type.


--

>Comment By: Sven Bormann (x-coder)
Date: 2010-09-14 19:43

Message:
The version was built with mono V2.6.7

--

Comment By: Sven Bormann (x-coder)
Date: 2010-09-14 19:41

Message:
I just thought about building nant on that machine. If it is built on the
machine having that problem, it is working correctly in that case.

I am attaching a log of that run.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-09-14 02:12

Message:
when you run the test scripts, can you run it with "nant -v+ -debug+" and
post the output as an attachment please?  I wanna see what is going on on
your machine.

--

Comment By: Sven Bormann (x-coder)
Date: 2010-09-14 00:35

Message:
I did those tests with Windows XP 32bit and Linux (specifically Arch Linux
64bit)
So, I think it is not related to the mono version.
However, I did not test on 0.91 Alpha 2 at that time.
But, I did now and it still show that issue on mono and Windows XP as
well.

So probably, you use what is put on the releases page and check with that.

Windows XP SP2 has .Net V1.1.


--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-09-13 03:14

Message:
This seems to be working with 0.91 Alpha 2 on both Mono and .NET using
WinXp.  Can you provide additional insight on the platform you are
experiencing this error on?  BTW, thanks very much for the attachment.  It
helps track this thing down.

--

Comment By: Sven Bormann (x-coder)
Date: 2010-07-31 14:07

Message:
I also added the mono version in the file mono-version.txt.

--

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

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3037484 ] include task fails on nant 0.90 with Cannot cast ...

2010-09-14 Thread SourceForge.net
Bugs item #3037484, was opened at 2010-07-31 14:04
Message generated for change (Comment added) made by x-coder
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3037484&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Sven Bormann (x-coder)
Assigned to: Nobody/Anonymous (nobody)
Summary: include task fails on nant 0.90 with Cannot cast ...

Initial Comment:
The include task fails on nant 0.90 and newer. I added a test buildfile which 
works which nant 0.86 and does fail on nant-0.90 with:

/home/sven/nant-test/test.build(4,3):
Could not include build file '/home/sven/nant-test/test.include'.
Cannot cast from source type to destination type.


--

>Comment By: Sven Bormann (x-coder)
Date: 2010-09-14 19:41

Message:
I just thought about building nant on that machine. If it is built on the
machine having that problem, it is working correctly in that case.

I am attaching a log of that run.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-09-14 02:12

Message:
when you run the test scripts, can you run it with "nant -v+ -debug+" and
post the output as an attachment please?  I wanna see what is going on on
your machine.

--

Comment By: Sven Bormann (x-coder)
Date: 2010-09-14 00:35

Message:
I did those tests with Windows XP 32bit and Linux (specifically Arch Linux
64bit)
So, I think it is not related to the mono version.
However, I did not test on 0.91 Alpha 2 at that time.
But, I did now and it still show that issue on mono and Windows XP as
well.

So probably, you use what is put on the releases page and check with that.

Windows XP SP2 has .Net V1.1.


--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-09-13 03:14

Message:
This seems to be working with 0.91 Alpha 2 on both Mono and .NET using
WinXp.  Can you provide additional insight on the platform you are
experiencing this error on?  BTW, thanks very much for the attachment.  It
helps track this thing down.

--

Comment By: Sven Bormann (x-coder)
Date: 2010-07-31 14:07

Message:
I also added the mono version in the file mono-version.txt.

--

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

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3048200 ] NAnt 0.91 Aplha 2 crashes on startup

2010-09-13 Thread SourceForge.net
Bugs item #3048200, was opened at 2010-08-18 16:13
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3048200&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rainer Schuster ()
Assigned to: Nobody/Anonymous (nobody)
Summary: NAnt 0.91 Aplha 2 crashes on startup

Initial Comment:
I'm running nant on windows 7 x64 and getting the following exception (german). 
nant crashes in user mode and with elavated rights in admin mode.

Unbehandelte Ausnahme: System.TypeInitializationException: Der 
Typeninitialisierer für "NAnt.Console.ConsoleStub" hat ei
ne Ausnahme verursacht. ---> System.Security.SecurityException: Fehler bei der 
Anforderung des Berechtigungstyps "System
.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, 
Culture=neutral, PublicKeyToken=b77a5c561934e089".
   bei System.Security.CodeAccessSecurityEngine.Check(Object demand, 
StackCrawlMark& stackMark, Boolean isPermSet)
   bei System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission cap, 
StackCrawlMark& stackMark)
   bei System.Security.CodeAccessPermission.Demand()
   bei System.AppDomainSetup.VerifyDir(String dir, Boolean normalize)
   bei System.AppDomain.get_BaseDirectory()
   bei log4net.Config.XmlConfiguratorAttribute.Configure(Assembly 
sourceAssembly, ILoggerRepository targetRepository)
   bei log4net.Core.DefaultRepositorySelector.ConfigureRepository(Assembly 
assembly, ILoggerRepository repository)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType, String
repositoryName, Boolean readAssemblyAttributes)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType)
   bei log4net.Core.DefaultRepositorySelector.GetRepository(Assembly 
repositoryAssembly)
   bei log4net.Core.LoggerManager.GetLogger(Assembly repositoryAssembly, String 
name)
   bei log4net.LogManager.GetLogger(Assembly repositoryAssembly, String name)
   bei log4net.LogManager.GetLogger(Type type)
   bei NAnt.Console.ConsoleStub..cctor()
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei NAnt.Console.ConsoleStub.Main(String[] args)

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-09-13 17:21

Message:
Looks like some tests failed concerning the registry.  The user account you
were using may not have access to the registry.

--

Comment By: Tony Langford (tonst)
Date: 2010-09-13 03:50

Message:
Thanks, that did seem to do the job :)
The 0.91alpha2 build script failed at the end but it had produced the
needed binaries so not a big deal for me but in case its of use here's the
end of the log. Used nant 0.9 on 2008r2 to build it:

 [exec]  [nant]
C:\nant-0.91-alpha2\tests\NAnt.Win32\NAnt.Win32.build te
st
 [exec] Buildfile:
file:///C:/nant-0.91-alpha2/tests/NAnt.Win32/
NAnt.Win32.build
 [exec] Target framework: Microsoft .NET Framework 3.5
 [exec] Target(s) specified: test
 [exec]
 [exec]
 [exec] build:
 [exec]
 [exec]
 [exec] test:
 [exec]
 [exec][nunit2] Tests run: 2, Failures: 1, Not run: 0,
Time:
 1.685 seconds
 [exec][nunit2]
 [exec][nunit2] Failures:
 [exec][nunit2] 1)
Tests.NAnt.Win32.Tasks.ReadRegistryTest.T
est_Read_Defaults : Tests.NAnt.Core.TestBuildException : Error Executing
Project

 [exec][nunit2] Build Log:
 [exec][nunit2]
 [exec][nunit2]
 [exec][nunit2]   > NAnt.Core.BuildException :
Registry
Value Not Found! -
key='SOFTWARE\Microsoft\Windows\CurrentVersion\\ProductId';hi
ve='LocalMachine';
 [exec][nunit2]at
Tests.NAnt.Core.BuildTestBase.ExecuteP
roject(Project p) in
c:\nant-0.91-alpha2\tests\NAnt.Core\BuildTestBase.cs:line 1
63
 [exec][nunit2]at
Tests.NAnt.Core.BuildTestBase.RunBuild
(String xml, Level level) in
c:\nant-0.91-alpha2\tests\NAnt.Core\BuildTestBase.c
s:line 112
 [exec][nunit2]at
Tests.NAnt.Core.BuildTestBase.RunBuild
(String xml) in c:\nant-0.91-alpha2\tests\NAnt.Core\BuildTestBase.cs:line
85
 [exec][nunit2]at
Tests.NAnt.Win32.Tasks.ReadRegistryTes
t.Test_Read_Defaults() in
c:\nant-0.91-alpha2\tests\NAnt.Win32\Tasks\ReadRegistr
yTest.cs:line 41
 [exec][nunit

[nant-dev] [ nant-Bugs-3037484 ] include task fails on nant 0.90 with Cannot cast ...

2010-09-13 Thread SourceForge.net
Bugs item #3037484, was opened at 2010-07-31 05:04
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3037484&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Sven Bormann (x-coder)
Assigned to: Nobody/Anonymous (nobody)
Summary: include task fails on nant 0.90 with Cannot cast ...

Initial Comment:
The include task fails on nant 0.90 and newer. I added a test buildfile which 
works which nant 0.86 and does fail on nant-0.90 with:

/home/sven/nant-test/test.build(4,3):
Could not include build file '/home/sven/nant-test/test.include'.
Cannot cast from source type to destination type.


--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-09-13 17:12

Message:
when you run the test scripts, can you run it with "nant -v+ -debug+" and
post the output as an attachment please?  I wanna see what is going on on
your machine.

--

Comment By: Sven Bormann (x-coder)
Date: 2010-09-13 15:35

Message:
I did those tests with Windows XP 32bit and Linux (specifically Arch Linux
64bit)
So, I think it is not related to the mono version.
However, I did not test on 0.91 Alpha 2 at that time.
But, I did now and it still show that issue on mono and Windows XP as
well.

So probably, you use what is put on the releases page and check with that.

Windows XP SP2 has .Net V1.1.


--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-09-12 18:14

Message:
This seems to be working with 0.91 Alpha 2 on both Mono and .NET using
WinXp.  Can you provide additional insight on the platform you are
experiencing this error on?  BTW, thanks very much for the attachment.  It
helps track this thing down.

--

Comment By: Sven Bormann (x-coder)
Date: 2010-07-31 05:07

Message:
I also added the mono version in the file mono-version.txt.

--

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

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3037484 ] include task fails on nant 0.90 with Cannot cast ...

2010-09-13 Thread SourceForge.net
Bugs item #3037484, was opened at 2010-07-31 14:04
Message generated for change (Comment added) made by x-coder
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3037484&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Sven Bormann (x-coder)
Assigned to: Nobody/Anonymous (nobody)
Summary: include task fails on nant 0.90 with Cannot cast ...

Initial Comment:
The include task fails on nant 0.90 and newer. I added a test buildfile which 
works which nant 0.86 and does fail on nant-0.90 with:

/home/sven/nant-test/test.build(4,3):
Could not include build file '/home/sven/nant-test/test.include'.
Cannot cast from source type to destination type.


--

>Comment By: Sven Bormann (x-coder)
Date: 2010-09-14 00:35

Message:
I did those tests with Windows XP 32bit and Linux (specifically Arch Linux
64bit)
So, I think it is not related to the mono version.
However, I did not test on 0.91 Alpha 2 at that time.
But, I did now and it still show that issue on mono and Windows XP as
well.

So probably, you use what is put on the releases page and check with that.

Windows XP SP2 has .Net V1.1.


--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-09-13 03:14

Message:
This seems to be working with 0.91 Alpha 2 on both Mono and .NET using
WinXp.  Can you provide additional insight on the platform you are
experiencing this error on?  BTW, thanks very much for the attachment.  It
helps track this thing down.

--

Comment By: Sven Bormann (x-coder)
Date: 2010-07-31 14:07

Message:
I also added the mono version in the file mono-version.txt.

--

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

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3048200 ] NAnt 0.91 Aplha 2 crashes on startup

2010-09-13 Thread SourceForge.net
Bugs item #3048200, was opened at 2010-08-18 18:13
Message generated for change (Comment added) made by tonst
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3048200&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rainer Schuster ()
Assigned to: Nobody/Anonymous (nobody)
Summary: NAnt 0.91 Aplha 2 crashes on startup

Initial Comment:
I'm running nant on windows 7 x64 and getting the following exception (german). 
nant crashes in user mode and with elavated rights in admin mode.

Unbehandelte Ausnahme: System.TypeInitializationException: Der 
Typeninitialisierer für "NAnt.Console.ConsoleStub" hat ei
ne Ausnahme verursacht. ---> System.Security.SecurityException: Fehler bei der 
Anforderung des Berechtigungstyps "System
.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, 
Culture=neutral, PublicKeyToken=b77a5c561934e089".
   bei System.Security.CodeAccessSecurityEngine.Check(Object demand, 
StackCrawlMark& stackMark, Boolean isPermSet)
   bei System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission cap, 
StackCrawlMark& stackMark)
   bei System.Security.CodeAccessPermission.Demand()
   bei System.AppDomainSetup.VerifyDir(String dir, Boolean normalize)
   bei System.AppDomain.get_BaseDirectory()
   bei log4net.Config.XmlConfiguratorAttribute.Configure(Assembly 
sourceAssembly, ILoggerRepository targetRepository)
   bei log4net.Core.DefaultRepositorySelector.ConfigureRepository(Assembly 
assembly, ILoggerRepository repository)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType, String
repositoryName, Boolean readAssemblyAttributes)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType)
   bei log4net.Core.DefaultRepositorySelector.GetRepository(Assembly 
repositoryAssembly)
   bei log4net.Core.LoggerManager.GetLogger(Assembly repositoryAssembly, String 
name)
   bei log4net.LogManager.GetLogger(Assembly repositoryAssembly, String name)
   bei log4net.LogManager.GetLogger(Type type)
   bei NAnt.Console.ConsoleStub..cctor()
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei NAnt.Console.ConsoleStub.Main(String[] args)

--

Comment By: Tony Langford (tonst)
Date: 2010-09-13 05:50

Message:
Thanks, that did seem to do the job :)
The 0.91alpha2 build script failed at the end but it had produced the
needed binaries so not a big deal for me but in case its of use here's the
end of the log. Used nant 0.9 on 2008r2 to build it:

 [exec]  [nant]
C:\nant-0.91-alpha2\tests\NAnt.Win32\NAnt.Win32.build te
st
 [exec] Buildfile:
file:///C:/nant-0.91-alpha2/tests/NAnt.Win32/
NAnt.Win32.build
 [exec] Target framework: Microsoft .NET Framework 3.5
 [exec] Target(s) specified: test
 [exec]
 [exec]
 [exec] build:
 [exec]
 [exec]
 [exec] test:
 [exec]
 [exec][nunit2] Tests run: 2, Failures: 1, Not run: 0,
Time:
 1.685 seconds
 [exec][nunit2]
 [exec][nunit2] Failures:
 [exec][nunit2] 1)
Tests.NAnt.Win32.Tasks.ReadRegistryTest.T
est_Read_Defaults : Tests.NAnt.Core.TestBuildException : Error Executing
Project

 [exec][nunit2] Build Log:
 [exec][nunit2]
 [exec][nunit2]
 [exec][nunit2]   > NAnt.Core.BuildException :
Registry
Value Not Found! -
key='SOFTWARE\Microsoft\Windows\CurrentVersion\\ProductId';hi
ve='LocalMachine';
 [exec][nunit2]at
Tests.NAnt.Core.BuildTestBase.ExecuteP
roject(Project p) in
c:\nant-0.91-alpha2\tests\NAnt.Core\BuildTestBase.cs:line 1
63
 [exec][nunit2]at
Tests.NAnt.Core.BuildTestBase.RunBuild
(String xml, Level level) in
c:\nant-0.91-alpha2\tests\NAnt.Core\BuildTestBase.c
s:line 112
 [exec][nunit2]at
Tests.NAnt.Core.BuildTestBase.RunBuild
(String xml) in c:\nant-0.91-alpha2\tests\NAnt.Core\BuildTestBase.cs:line
85
 [exec][nunit2]at
Tests.NAnt.Win32.Tasks.ReadRegistryTes
t.Test_Read_Defaults() in
c:\nant-0.91-alpha2\tests\NAnt.Win32\Tasks\ReadRegistr
yTest.cs:line 41
 [exec][nunit2] --TestBuildException
 [exec][nunit2]at
NAnt.Win32.Tasks.ReadRegistryTask.Exec
uteTask() in
c:\nant-0.91-alpha2\src\NAnt.Win32\Tasks\ReadRegistryTask.cs:line 1
55
 [exec][nunit2]at NAnt.Core.Task.Execute() in
c:\nant-0.
91-alp

[nant-dev] [ nant-Bugs-3058913 ] xml schema for description is invalid

2010-09-12 Thread SourceForge.net
Bugs item #3058913, was opened at 2010-09-03 09:51
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3058913&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: owl128 (owl128)
Assigned to: Nobody/Anonymous (nobody)
Summary: xml schema for description is invalid

Initial Comment:
example for a build file:
  http://nant.sf.net/release/0.91-alpha2/nant.xsd"; name="a">
my description
  
This will note the text between the description tags as invalid. 

I suggest to fix the content of nant.xsd file by one of the followings:

Replace: 
by  

or

replace the occurrences of 
by  


--

>Comment By: Ryan Boggs (rmboggs)
Date: 2010-09-12 21:39

Message:
I'm trying to get familiar with xsd in general.  From what I can see, the
closest I can get to the mixed is with this:

  

  

however, I don't know if that will resolve this issue.

Thanks,
Ryan

--

Comment By: Dominik Guder (dogu)
Date: 2010-09-05 13:58

Message:
Hi, 

I stubled about this long time ago. There are some more tasks like the
echo task if I remember correctly. 
Changing this in xsd file itself would be easy. But this xsd file is
created automatically by nantschema task. So we need to find a way to
resolve this there. But this was to much effort for me and I stopped in
validating my build files with other tools than nant itself.


------

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

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3048200 ] NAnt 0.91 Aplha 2 crashes on startup

2010-09-12 Thread SourceForge.net
Bugs item #3048200, was opened at 2010-08-18 16:13
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3048200&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rainer Schuster ()
Assigned to: Nobody/Anonymous (nobody)
Summary: NAnt 0.91 Aplha 2 crashes on startup

Initial Comment:
I'm running nant on windows 7 x64 and getting the following exception (german). 
nant crashes in user mode and with elavated rights in admin mode.

Unbehandelte Ausnahme: System.TypeInitializationException: Der 
Typeninitialisierer für "NAnt.Console.ConsoleStub" hat ei
ne Ausnahme verursacht. ---> System.Security.SecurityException: Fehler bei der 
Anforderung des Berechtigungstyps "System
.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, 
Culture=neutral, PublicKeyToken=b77a5c561934e089".
   bei System.Security.CodeAccessSecurityEngine.Check(Object demand, 
StackCrawlMark& stackMark, Boolean isPermSet)
   bei System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission cap, 
StackCrawlMark& stackMark)
   bei System.Security.CodeAccessPermission.Demand()
   bei System.AppDomainSetup.VerifyDir(String dir, Boolean normalize)
   bei System.AppDomain.get_BaseDirectory()
   bei log4net.Config.XmlConfiguratorAttribute.Configure(Assembly 
sourceAssembly, ILoggerRepository targetRepository)
   bei log4net.Core.DefaultRepositorySelector.ConfigureRepository(Assembly 
assembly, ILoggerRepository repository)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType, String
repositoryName, Boolean readAssemblyAttributes)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType)
   bei log4net.Core.DefaultRepositorySelector.GetRepository(Assembly 
repositoryAssembly)
   bei log4net.Core.LoggerManager.GetLogger(Assembly repositoryAssembly, String 
name)
   bei log4net.LogManager.GetLogger(Assembly repositoryAssembly, String name)
   bei log4net.LogManager.GetLogger(Type type)
   bei NAnt.Console.ConsoleStub..cctor()
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei NAnt.Console.ConsoleStub.Main(String[] args)

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-09-12 18:21

Message:
Tonst,
I understand the frustration.  Thanks for your exception output, it'll
help track this thing down.  In the meantime, for your situation and if you
have the necessary access, might I suggest building nant 0.91 Alpha2 from
source?  It seems others who have run into similar issues were able to get
around them by building it themselves.  I hope this helps.

Thanks,
Ryan

--

Comment By: Tony Langford (tonst)
Date: 2010-09-10 07:25

Message:
Use CC.net to run nant. Coming from 0.90 with no problems to 0.91 Alpha2
and now get the same error be it running nant.exe with no params, with a
build file that is empty, or with the build file I use on 0.90. Doesn't
matter if i run from cmd with admin either.


Unhandled Exception: System.TypeInitializationException: The type
initializer fo
r 'NAnt.Console.ConsoleStub' threw an exception. --->
System.Security.SecurityEx
ception: Request for the permission of type
'System.Security.Permissions.FileIOP
ermission, mscorlib, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c5619
34e089' failed.
   at System.Security.CodeAccessSecurityEngine.Check(Object demand,
StackCrawlMa
rk& stackMark, Boolean isPermSet)
   at System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission
cap, S
tackCrawlMark& stackMark)
   at System.Security.CodeAccessPermission.Demand()
   at System.AppDomainSetup.VerifyDir(String dir, Boolean normalize)
   at System.AppDomain.get_BaseDirectory()
   at log4net.Config.XmlConfiguratorAttribute.Configure(Assembly
sourceAssembly,
 ILoggerRepository targetRepository)
   at log4net.Core.DefaultRepositorySelector.ConfigureRepository(Assembly
assemb
ly, ILoggerRepository repository)
   at log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly
repositor
yAssembly, Type repositoryType, String repositoryName, Boolean
readAssemblyAttri
butes)
   at log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly
repositor
yAssembly, Type repositoryType)
   at log4net.Core.DefaultRepositorySelector.GetRepository(Assembly
repositoryAs
sembly)
   at log4net.Core.LoggerManager.GetLogger(Assembly repositoryAssembly,
String n
ame)
   at log4net.LogManager.GetLogger(Assembly repositoryAssembly, String
name)
   at log4

[nant-dev] [ nant-Bugs-3037484 ] include task fails on nant 0.90 with Cannot cast ...

2010-09-12 Thread SourceForge.net
Bugs item #3037484, was opened at 2010-07-31 05:04
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3037484&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Sven Bormann (x-coder)
Assigned to: Nobody/Anonymous (nobody)
Summary: include task fails on nant 0.90 with Cannot cast ...

Initial Comment:
The include task fails on nant 0.90 and newer. I added a test buildfile which 
works which nant 0.86 and does fail on nant-0.90 with:

/home/sven/nant-test/test.build(4,3):
Could not include build file '/home/sven/nant-test/test.include'.
Cannot cast from source type to destination type.


--

>Comment By: Ryan Boggs (rmboggs)
Date: 2010-09-12 18:14

Message:
This seems to be working with 0.91 Alpha 2 on both Mono and .NET using
WinXp.  Can you provide additional insight on the platform you are
experiencing this error on?  BTW, thanks very much for the attachment.  It
helps track this thing down.

--

Comment By: Sven Bormann (x-coder)
Date: 2010-07-31 05:07

Message:
I also added the mono version in the file mono-version.txt.

--

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

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3020488 ] SL2 build not working. Also add SL2-SL4

2010-09-12 Thread SourceForge.net
Bugs item #3020488, was opened at 2010-06-23 16:07
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3020488&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.91-alpha1
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Daniel Marbach (danielmarbach)
Assigned to: Ryan Boggs (rmboggs)
Summary: SL2 build not working. Also add SL2-SL4

Initial Comment:
Hello,

Unfortunately the NAnt 0.91 alpha exe config does not correctly build SL2. I 
uploaded a file which fixed SL2 issues and also has SL3, SL4 and SL4 with 
Windows Phone 7 support.

--

>Comment By: Ryan Boggs (rmboggs)
Date: 2010-09-12 17:11

Message:
An updated App.config file is currently under review for SL2, 3, & 4.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-21 12:25

Message:
I'm looking into this.  

--

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

--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3048200 ] NAnt 0.91 Aplha 2 crashes on startup

2010-09-10 Thread SourceForge.net
Bugs item #3048200, was opened at 2010-08-18 18:13
Message generated for change (Comment added) made by tonst
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3048200&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rainer Schuster ()
Assigned to: Nobody/Anonymous (nobody)
Summary: NAnt 0.91 Aplha 2 crashes on startup

Initial Comment:
I'm running nant on windows 7 x64 and getting the following exception (german). 
nant crashes in user mode and with elavated rights in admin mode.

Unbehandelte Ausnahme: System.TypeInitializationException: Der 
Typeninitialisierer für "NAnt.Console.ConsoleStub" hat ei
ne Ausnahme verursacht. ---> System.Security.SecurityException: Fehler bei der 
Anforderung des Berechtigungstyps "System
.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, 
Culture=neutral, PublicKeyToken=b77a5c561934e089".
   bei System.Security.CodeAccessSecurityEngine.Check(Object demand, 
StackCrawlMark& stackMark, Boolean isPermSet)
   bei System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission cap, 
StackCrawlMark& stackMark)
   bei System.Security.CodeAccessPermission.Demand()
   bei System.AppDomainSetup.VerifyDir(String dir, Boolean normalize)
   bei System.AppDomain.get_BaseDirectory()
   bei log4net.Config.XmlConfiguratorAttribute.Configure(Assembly 
sourceAssembly, ILoggerRepository targetRepository)
   bei log4net.Core.DefaultRepositorySelector.ConfigureRepository(Assembly 
assembly, ILoggerRepository repository)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType, String
repositoryName, Boolean readAssemblyAttributes)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType)
   bei log4net.Core.DefaultRepositorySelector.GetRepository(Assembly 
repositoryAssembly)
   bei log4net.Core.LoggerManager.GetLogger(Assembly repositoryAssembly, String 
name)
   bei log4net.LogManager.GetLogger(Assembly repositoryAssembly, String name)
   bei log4net.LogManager.GetLogger(Type type)
   bei NAnt.Console.ConsoleStub..cctor()
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei NAnt.Console.ConsoleStub.Main(String[] args)

--

Comment By: Tony Langford (tonst)
Date: 2010-09-10 09:25

Message:
Use CC.net to run nant. Coming from 0.90 with no problems to 0.91 Alpha2
and now get the same error be it running nant.exe with no params, with a
build file that is empty, or with the build file I use on 0.90. Doesn't
matter if i run from cmd with admin either.


Unhandled Exception: System.TypeInitializationException: The type
initializer fo
r 'NAnt.Console.ConsoleStub' threw an exception. --->
System.Security.SecurityEx
ception: Request for the permission of type
'System.Security.Permissions.FileIOP
ermission, mscorlib, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c5619
34e089' failed.
   at System.Security.CodeAccessSecurityEngine.Check(Object demand,
StackCrawlMa
rk& stackMark, Boolean isPermSet)
   at System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission
cap, S
tackCrawlMark& stackMark)
   at System.Security.CodeAccessPermission.Demand()
   at System.AppDomainSetup.VerifyDir(String dir, Boolean normalize)
   at System.AppDomain.get_BaseDirectory()
   at log4net.Config.XmlConfiguratorAttribute.Configure(Assembly
sourceAssembly,
 ILoggerRepository targetRepository)
   at log4net.Core.DefaultRepositorySelector.ConfigureRepository(Assembly
assemb
ly, ILoggerRepository repository)
   at log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly
repositor
yAssembly, Type repositoryType, String repositoryName, Boolean
readAssemblyAttri
butes)
   at log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly
repositor
yAssembly, Type repositoryType)
   at log4net.Core.DefaultRepositorySelector.GetRepository(Assembly
repositoryAs
sembly)
   at log4net.Core.LoggerManager.GetLogger(Assembly repositoryAssembly,
String n
ame)
   at log4net.LogManager.GetLogger(Assembly repositoryAssembly, String
name)
   at log4net.LogManager.GetLogger(Type type)
   at NAnt.Console.ConsoleStub..cctor()
   --- End of inner exception stack trace ---
   at NAnt.Console.ConsoleStub.Main(String[] args)

Running on 2008r2, VS2008, VS2010, .net 3.51 & 4

Need this working quite urgently as out projects are now .net 4 don't
really want to rewrite the scripts into Visual Build. 

--

Comment By: Rainer Schuster ()
Date: 2010-08-22 14:26

Message:
using nmake did the jo

[nant-dev] [ nant-Bugs-3058913 ] xml schema for description is invalid

2010-09-05 Thread SourceForge.net
Bugs item #3058913, was opened at 2010-09-03 18:51
Message generated for change (Comment added) made by dogu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3058913&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: owl128 (owl128)
Assigned to: Nobody/Anonymous (nobody)
Summary: xml schema for description is invalid

Initial Comment:
example for a build file:
  http://nant.sf.net/release/0.91-alpha2/nant.xsd"; name="a">
my description
  
This will note the text between the description tags as invalid. 

I suggest to fix the content of nant.xsd file by one of the followings:

Replace: 
by  

or

replace the occurrences of 
by  


--

Comment By: Dominik Guder (dogu)
Date: 2010-09-05 22:58

Message:
Hi, 

I stubled about this long time ago. There are some more tasks like the
echo task if I remember correctly. 
Changing this in xsd file itself would be easy. But this xsd file is
created automatically by nantschema task. So we need to find a way to
resolve this there. But this was to much effort for me and I stopped in
validating my build files with other tools than nant itself.


--

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

--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3058913 ] xml schema for description is invalid

2010-09-03 Thread SourceForge.net
Bugs item #3058913, was opened at 2010-09-03 18:51
Message generated for change (Tracker Item Submitted) made by owl128
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3058913&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: owl128 (owl128)
Assigned to: Nobody/Anonymous (nobody)
Summary: xml schema for description is invalid

Initial Comment:
example for a build file:
  http://nant.sf.net/release/0.91-alpha2/nant.xsd"; name="a">
my description
  
This will note the text between the description tags as invalid. 

I suggest to fix the content of nant.xsd file by one of the followings:

Replace: 
by  

or

replace the occurrences of 
by  


--

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

--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3050877 ] Cannot Build 0.91 Alpha 2

2010-08-26 Thread SourceForge.net
Bugs item #3050877, was opened at 2010-08-22 11:23
Message generated for change (Comment added) made by jsieben
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3050877&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jimmy Sieben (jsieben)
Assigned to: Nobody/Anonymous (nobody)
Summary: Cannot Build 0.91 Alpha 2

Initial Comment:
I downloaded 0.91 Alpha 2 source and extracted to clean directory.
Using Visual Studio 2008 I ran nmake /f Makefile.nmake to try and build. 
However the bootstrap NAnt fails to run (see below).

I am on Windows 7 x64. I am able to compile 0.90 just fine on the same machine.

D:\SFNant091alpha2>nmake /f Makefile.nmake

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
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
24 File(s) copied
copy lib\common\neutral\log4net.dll bootstrap
1 file(s) copied.
copy src\NAnt.Console\App.config bootstrap\NAnt.exe.config
1 file(s) copied.
 bootstrap\NAnt.exe  -f:NAnt.build build
NAnt 0.91 (Build 0.91.3881.0; alpha2; 8/17/2010)
Copyright (C) 2001-2010 Gerry Shaw
http://nant.sourceforge.net


INTERNAL ERROR

Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral, 
PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot 
find the file specified.

Could not load file or assembly 'System.Web, Version=2.0.0.0, 
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. 
The system cannot find the file specified.

For more information regarding the cause of the build failure, run the build 
again in verbose mode.

Please send a bug report (including the version of NAnt you're using) to 
nant-developers@lists.sourceforge.net
NMAKE : fatal error U1077: 'bootstrap\NAnt.exe' : return code '0x2'
Stop.


--

>Comment By: Jimmy Sieben (jsieben)
Date: 2010-08-26 05:59

Message:
Looks like there is already an open issue in log4net about this:

https://issues.apache.org/jira/browse/LOG4NET-174

--

Comment By: Gert Driesen (drieseng)
Date: 2010-08-22 12:11

Message:
Problem is that log4net references the System.Web assembly, and this one is
not included in the .NET 4.0 Client Profile.

We need to either work with the log4net team to split classes tha depends
on System.Web into a separate assembly, or remove the log4net dependency
altogether.

------

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

--
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3048200 ] NAnt 0.91 Aplha 2 crashes on startup

2010-08-22 Thread SourceForge.net
Bugs item #3048200, was opened at 2010-08-18 23:13
Message generated for change (Comment added) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3048200&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rainer Schuster ()
Assigned to: Nobody/Anonymous (nobody)
Summary: NAnt 0.91 Aplha 2 crashes on startup

Initial Comment:
I'm running nant on windows 7 x64 and getting the following exception (german). 
nant crashes in user mode and with elavated rights in admin mode.

Unbehandelte Ausnahme: System.TypeInitializationException: Der 
Typeninitialisierer für "NAnt.Console.ConsoleStub" hat ei
ne Ausnahme verursacht. ---> System.Security.SecurityException: Fehler bei der 
Anforderung des Berechtigungstyps "System
.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, 
Culture=neutral, PublicKeyToken=b77a5c561934e089".
   bei System.Security.CodeAccessSecurityEngine.Check(Object demand, 
StackCrawlMark& stackMark, Boolean isPermSet)
   bei System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission cap, 
StackCrawlMark& stackMark)
   bei System.Security.CodeAccessPermission.Demand()
   bei System.AppDomainSetup.VerifyDir(String dir, Boolean normalize)
   bei System.AppDomain.get_BaseDirectory()
   bei log4net.Config.XmlConfiguratorAttribute.Configure(Assembly 
sourceAssembly, ILoggerRepository targetRepository)
   bei log4net.Core.DefaultRepositorySelector.ConfigureRepository(Assembly 
assembly, ILoggerRepository repository)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType, String
repositoryName, Boolean readAssemblyAttributes)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType)
   bei log4net.Core.DefaultRepositorySelector.GetRepository(Assembly 
repositoryAssembly)
   bei log4net.Core.LoggerManager.GetLogger(Assembly repositoryAssembly, String 
name)
   bei log4net.LogManager.GetLogger(Assembly repositoryAssembly, String name)
   bei log4net.LogManager.GetLogger(Type type)
   bei NAnt.Console.ConsoleStub..cctor()
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei NAnt.Console.ConsoleStub.Main(String[] args)

--

>Comment By: Rainer Schuster ()
Date: 2010-08-22 19:26

Message:
using nmake did the job, boostrapped nant and installed it right into the
place. 

lessons i learned:

1. I haven't installed .NET 2.0 SDK
2. The NAnt.exe.config has no supported runtime specified
3. Using NAnt boostraped with target 4.0 did the job, becaus i really have
to run nant under 4.0 profile. Boo boostrapps itself the
Boo.NAnt.Tasks.dll. This assembly gets compiled with the 4.0 Framework
(this is what I'm interessted in).
4. setting the supportedRuntime attribute to 4.0 and using nant build with
3.5 profile worked, too.

So it seems like i should have .NET Framework 2.0 installed on my
notebook. I don't really know what caused my problems crashing nant on
startup. May it be that NAnt requires vanilla .NET 2.0 (not 3.5).

Neverthe less. Building boo only succeeds running under 4.0 because the
Boo.NAnt.Tasks.dll is boostrapped and build with the 4.0 profile. And this
bootstrapped assembly is used within the build file ...

In the end it doesn't really matter how I'm going to run nant with the 4.0
Profile. But it's neccessary. Either by specifying it as supportedRuntim or
by boostrapping it with the 4.0 target.

cheers,


--

Comment By: Rainer Schuster ()
Date: 2010-08-22 11:43

Message:
i did the bootstrap manually, but used the 4.0 profile. using gmake from my
perl bin doesn't work. what version are you using? there is a missing blank
blank. i'd try another version of gmake. which one should i use?

PS > gmake install prefix="c:\shared\tools\nant-test"
mkdir -p bootstrap
cp -R lib/ bootstrap/lib
# Mono loads log4net before privatebinpath is set-up, so we need this in
the same directory
# as NAnt.exe
cp lib/common/neutral/log4net.dll bootstrap
cp src/NAnt.Console/App.config bootstrap/NAnt.exe.config
mcs -target:exe -define:MONO -out:bootstrap\\NAnt.exe
-r:bootstrap\\log4net.dll \
-recurse:src\\NAnt.Console\\*.cs
src\\CommonAssemblyInfo.cs
/c/Program Files (x86)/Mono-2.6.7/bin/mcs:
/c/Projects/oss/nant-0.91-alpha2/C:/PROGRA~2/MONO-2~1.7/bin/mono: No such
fil
e or directory
/c/Program Files (x86)/Mono-2.6.7/bin/mcs: exec:
/c/Projects/oss/nant-0.91-alpha2/C:/PROGRA~2/MONO-2~1.7/bin/mono: canno
t execute: No such file or directory
gmake: *** [bootstrap

[nant-dev] [ nant-Bugs-3050877 ] Cannot Build 0.91 Alpha 2

2010-08-22 Thread SourceForge.net
Bugs item #3050877, was opened at 2010-08-22 18:23
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3050877&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jimmy Sieben (jsieben)
Assigned to: Nobody/Anonymous (nobody)
Summary: Cannot Build 0.91 Alpha 2

Initial Comment:
I downloaded 0.91 Alpha 2 source and extracted to clean directory.
Using Visual Studio 2008 I ran nmake /f Makefile.nmake to try and build. 
However the bootstrap NAnt fails to run (see below).

I am on Windows 7 x64. I am able to compile 0.90 just fine on the same machine.

D:\SFNant091alpha2>nmake /f Makefile.nmake

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
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
24 File(s) copied
copy lib\common\neutral\log4net.dll bootstrap
1 file(s) copied.
copy src\NAnt.Console\App.config bootstrap\NAnt.exe.config
1 file(s) copied.
 bootstrap\NAnt.exe  -f:NAnt.build build
NAnt 0.91 (Build 0.91.3881.0; alpha2; 8/17/2010)
Copyright (C) 2001-2010 Gerry Shaw
http://nant.sourceforge.net


INTERNAL ERROR

Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral, 
PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot 
find the file specified.

Could not load file or assembly 'System.Web, Version=2.0.0.0, 
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. 
The system cannot find the file specified.

For more information regarding the cause of the build failure, run the build 
again in verbose mode.

Please send a bug report (including the version of NAnt you're using) to 
nant-developers@lists.sourceforge.net
NMAKE : fatal error U1077: 'bootstrap\NAnt.exe' : return code '0x2'
Stop.


--

>Comment By: Gert Driesen (drieseng)
Date: 2010-08-22 19:11

Message:
Problem is that log4net references the System.Web assembly, and this one is
not included in the .NET 4.0 Client Profile.

We need to either work with the log4net team to split classes tha depends
on System.Web into a separate assembly, or remove the log4net dependency
altogether.

------

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

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3050877 ] Cannot Build 0.91 Alpha 2

2010-08-22 Thread SourceForge.net
Bugs item #3050877, was opened at 2010-08-22 11:23
Message generated for change (Tracker Item Submitted) made by jsieben
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3050877&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jimmy Sieben (jsieben)
Assigned to: Nobody/Anonymous (nobody)
Summary: Cannot Build 0.91 Alpha 2

Initial Comment:
I downloaded 0.91 Alpha 2 source and extracted to clean directory.
Using Visual Studio 2008 I ran nmake /f Makefile.nmake to try and build. 
However the bootstrap NAnt fails to run (see below).

I am on Windows 7 x64. I am able to compile 0.90 just fine on the same machine.

D:\SFNant091alpha2>nmake /f Makefile.nmake

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
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
24 File(s) copied
copy lib\common\neutral\log4net.dll bootstrap
1 file(s) copied.
copy src\NAnt.Console\App.config bootstrap\NAnt.exe.config
1 file(s) copied.
 bootstrap\NAnt.exe  -f:NAnt.build build
NAnt 0.91 (Build 0.91.3881.0; alpha2; 8/17/2010)
Copyright (C) 2001-2010 Gerry Shaw
http://nant.sourceforge.net


INTERNAL ERROR

Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral, 
PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot 
find the file specified.

Could not load file or assembly 'System.Web, Version=2.0.0.0, 
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. 
The system cannot find the file specified.

For more information regarding the cause of the build failure, run the build 
again in verbose mode.

Please send a bug report (including the version of NAnt you're using) to 
nant-developers@lists.sourceforge.net
NMAKE : fatal error U1077: 'bootstrap\NAnt.exe' : return code '0x2'
Stop.


------

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

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3048200 ] NAnt 0.91 Aplha 2 crashes on startup

2010-08-22 Thread SourceForge.net
Bugs item #3048200, was opened at 2010-08-18 23:13
Message generated for change (Comment added) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3048200&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rainer Schuster ()
Assigned to: Nobody/Anonymous (nobody)
Summary: NAnt 0.91 Aplha 2 crashes on startup

Initial Comment:
I'm running nant on windows 7 x64 and getting the following exception (german). 
nant crashes in user mode and with elavated rights in admin mode.

Unbehandelte Ausnahme: System.TypeInitializationException: Der 
Typeninitialisierer für "NAnt.Console.ConsoleStub" hat ei
ne Ausnahme verursacht. ---> System.Security.SecurityException: Fehler bei der 
Anforderung des Berechtigungstyps "System
.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, 
Culture=neutral, PublicKeyToken=b77a5c561934e089".
   bei System.Security.CodeAccessSecurityEngine.Check(Object demand, 
StackCrawlMark& stackMark, Boolean isPermSet)
   bei System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission cap, 
StackCrawlMark& stackMark)
   bei System.Security.CodeAccessPermission.Demand()
   bei System.AppDomainSetup.VerifyDir(String dir, Boolean normalize)
   bei System.AppDomain.get_BaseDirectory()
   bei log4net.Config.XmlConfiguratorAttribute.Configure(Assembly 
sourceAssembly, ILoggerRepository targetRepository)
   bei log4net.Core.DefaultRepositorySelector.ConfigureRepository(Assembly 
assembly, ILoggerRepository repository)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType, String
repositoryName, Boolean readAssemblyAttributes)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType)
   bei log4net.Core.DefaultRepositorySelector.GetRepository(Assembly 
repositoryAssembly)
   bei log4net.Core.LoggerManager.GetLogger(Assembly repositoryAssembly, String 
name)
   bei log4net.LogManager.GetLogger(Assembly repositoryAssembly, String name)
   bei log4net.LogManager.GetLogger(Type type)
   bei NAnt.Console.ConsoleStub..cctor()
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei NAnt.Console.ConsoleStub.Main(String[] args)

--

>Comment By: Rainer Schuster ()
Date: 2010-08-22 11:43

Message:
i did the bootstrap manually, but used the 4.0 profile. using gmake from my
perl bin doesn't work. what version are you using? there is a missing blank
blank. i'd try another version of gmake. which one should i use?

PS > gmake install prefix="c:\shared\tools\nant-test"
mkdir -p bootstrap
cp -R lib/ bootstrap/lib
# Mono loads log4net before privatebinpath is set-up, so we need this in
the same directory
# as NAnt.exe
cp lib/common/neutral/log4net.dll bootstrap
cp src/NAnt.Console/App.config bootstrap/NAnt.exe.config
mcs -target:exe -define:MONO -out:bootstrap\\NAnt.exe
-r:bootstrap\\log4net.dll \
-recurse:src\\NAnt.Console\\*.cs
src\\CommonAssemblyInfo.cs
/c/Program Files (x86)/Mono-2.6.7/bin/mcs:
/c/Projects/oss/nant-0.91-alpha2/C:/PROGRA~2/MONO-2~1.7/bin/mono: No such
fil
e or directory
/c/Program Files (x86)/Mono-2.6.7/bin/mcs: exec:
/c/Projects/oss/nant-0.91-alpha2/C:/PROGRA~2/MONO-2~1.7/bin/mono: canno
t execute: No such file or directory
gmake: *** [bootstrap/NAnt.exe] Error 126

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-22 05:08

Message:
I am unable to replicate this on my test box.  I find it odd that the
binaries fail but compiling from source works.  In your last post, you said
that building the last alpha with 0.90 worked.  Have you tried building
0.91 Alpha2 from scratch with either nmake or gmake?  Could you give that a
try and let us know how that works?  The commands to build should be in the
tar balls.  

Also, to answer your question about debugging NAnt, I usually add the -v+
and -debug+ arguments in the command line when I am building a project with
NAnt.

--

Comment By: Rainer Schuster ()
Date: 2010-08-21 23:55

Message:
Finally, I was able to compile boo with a rebuild version of nant compiled
with the 4.0 profile. I built nant 0.91 alpha2 with 0.90 and target 4.0.
This is the only way to compile boo (at least for me). Having a nant
compiled against a .NET 4.0 profile

--

Comment By: Rainer Schuster ()
Date: 2010-08-21 12:15

Message:
no, copying the files didn't fix it. Win7 includes 3.5. I've got 4.0 client

[nant-dev] [ nant-Bugs-3048200 ] NAnt 0.91 Aplha 2 crashes on startup

2010-08-21 Thread SourceForge.net
Bugs item #3048200, was opened at 2010-08-18 16:13
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3048200&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rainer Schuster ()
Assigned to: Nobody/Anonymous (nobody)
Summary: NAnt 0.91 Aplha 2 crashes on startup

Initial Comment:
I'm running nant on windows 7 x64 and getting the following exception (german). 
nant crashes in user mode and with elavated rights in admin mode.

Unbehandelte Ausnahme: System.TypeInitializationException: Der 
Typeninitialisierer für "NAnt.Console.ConsoleStub" hat ei
ne Ausnahme verursacht. ---> System.Security.SecurityException: Fehler bei der 
Anforderung des Berechtigungstyps "System
.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, 
Culture=neutral, PublicKeyToken=b77a5c561934e089".
   bei System.Security.CodeAccessSecurityEngine.Check(Object demand, 
StackCrawlMark& stackMark, Boolean isPermSet)
   bei System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission cap, 
StackCrawlMark& stackMark)
   bei System.Security.CodeAccessPermission.Demand()
   bei System.AppDomainSetup.VerifyDir(String dir, Boolean normalize)
   bei System.AppDomain.get_BaseDirectory()
   bei log4net.Config.XmlConfiguratorAttribute.Configure(Assembly 
sourceAssembly, ILoggerRepository targetRepository)
   bei log4net.Core.DefaultRepositorySelector.ConfigureRepository(Assembly 
assembly, ILoggerRepository repository)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType, String
repositoryName, Boolean readAssemblyAttributes)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType)
   bei log4net.Core.DefaultRepositorySelector.GetRepository(Assembly 
repositoryAssembly)
   bei log4net.Core.LoggerManager.GetLogger(Assembly repositoryAssembly, String 
name)
   bei log4net.LogManager.GetLogger(Assembly repositoryAssembly, String name)
   bei log4net.LogManager.GetLogger(Type type)
   bei NAnt.Console.ConsoleStub..cctor()
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei NAnt.Console.ConsoleStub.Main(String[] args)

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-21 22:08

Message:
I am unable to replicate this on my test box.  I find it odd that the
binaries fail but compiling from source works.  In your last post, you said
that building the last alpha with 0.90 worked.  Have you tried building
0.91 Alpha2 from scratch with either nmake or gmake?  Could you give that a
try and let us know how that works?  The commands to build should be in the
tar balls.  

Also, to answer your question about debugging NAnt, I usually add the -v+
and -debug+ arguments in the command line when I am building a project with
NAnt.

--

Comment By: Rainer Schuster ()
Date: 2010-08-21 16:55

Message:
Finally, I was able to compile boo with a rebuild version of nant compiled
with the 4.0 profile. I built nant 0.91 alpha2 with 0.90 and target 4.0.
This is the only way to compile boo (at least for me). Having a nant
compiled against a .NET 4.0 profile

--

Comment By: Rainer Schuster ()
Date: 2010-08-21 05:15

Message:
no, copying the files didn't fix it. Win7 includes 3.5. I've got 4.0 client
and extended installed, along with the 7 SDK and the .NET 2.0 SDK. The 0.90
doesn't crash. I'll try debugging it. Are there any hints on how to best
debug nant.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-20 15:02

Message:
Just out of curiosity, what versions of .NET do you have installed?

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-19 14:57

Message:
Are you saying that copying the libs from bin\lib\net\1.0 to
bin\lib\net\4.0 fixed the issue?  

--

Comment By: Rainer Schuster ()
Date: 2010-08-19 13:04

Message:
I tried to compile the current Boo master. But it's not neccessary to crash
nant. I just started the exe without a build file. I copied the libs from
bin\lib\net\1.0 over to bin\lib\net\4.0 just to have them in place.
anything else is quite standard. 

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-18 17:05

Message:
Can you please send the fil

[nant-dev] [ nant-Bugs-3048200 ] NAnt 0.91 Aplha 2 crashes on startup

2010-08-21 Thread SourceForge.net
Bugs item #3048200, was opened at 2010-08-18 23:13
Message generated for change (Comment added) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3048200&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rainer Schuster ()
Assigned to: Nobody/Anonymous (nobody)
Summary: NAnt 0.91 Aplha 2 crashes on startup

Initial Comment:
I'm running nant on windows 7 x64 and getting the following exception (german). 
nant crashes in user mode and with elavated rights in admin mode.

Unbehandelte Ausnahme: System.TypeInitializationException: Der 
Typeninitialisierer für "NAnt.Console.ConsoleStub" hat ei
ne Ausnahme verursacht. ---> System.Security.SecurityException: Fehler bei der 
Anforderung des Berechtigungstyps "System
.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, 
Culture=neutral, PublicKeyToken=b77a5c561934e089".
   bei System.Security.CodeAccessSecurityEngine.Check(Object demand, 
StackCrawlMark& stackMark, Boolean isPermSet)
   bei System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission cap, 
StackCrawlMark& stackMark)
   bei System.Security.CodeAccessPermission.Demand()
   bei System.AppDomainSetup.VerifyDir(String dir, Boolean normalize)
   bei System.AppDomain.get_BaseDirectory()
   bei log4net.Config.XmlConfiguratorAttribute.Configure(Assembly 
sourceAssembly, ILoggerRepository targetRepository)
   bei log4net.Core.DefaultRepositorySelector.ConfigureRepository(Assembly 
assembly, ILoggerRepository repository)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType, String
repositoryName, Boolean readAssemblyAttributes)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType)
   bei log4net.Core.DefaultRepositorySelector.GetRepository(Assembly 
repositoryAssembly)
   bei log4net.Core.LoggerManager.GetLogger(Assembly repositoryAssembly, String 
name)
   bei log4net.LogManager.GetLogger(Assembly repositoryAssembly, String name)
   bei log4net.LogManager.GetLogger(Type type)
   bei NAnt.Console.ConsoleStub..cctor()
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei NAnt.Console.ConsoleStub.Main(String[] args)

--

>Comment By: Rainer Schuster ()
Date: 2010-08-21 23:55

Message:
Finally, I was able to compile boo with a rebuild version of nant compiled
with the 4.0 profile. I built nant 0.91 alpha2 with 0.90 and target 4.0.
This is the only way to compile boo (at least for me). Having a nant
compiled against a .NET 4.0 profile

--

Comment By: Rainer Schuster ()
Date: 2010-08-21 12:15

Message:
no, copying the files didn't fix it. Win7 includes 3.5. I've got 4.0 client
and extended installed, along with the 7 SDK and the .NET 2.0 SDK. The 0.90
doesn't crash. I'll try debugging it. Are there any hints on how to best
debug nant.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-20 22:02

Message:
Just out of curiosity, what versions of .NET do you have installed?

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-19 21:57

Message:
Are you saying that copying the libs from bin\lib\net\1.0 to
bin\lib\net\4.0 fixed the issue?  

--

Comment By: Rainer Schuster ()
Date: 2010-08-19 20:04

Message:
I tried to compile the current Boo master. But it's not neccessary to crash
nant. I just started the exe without a build file. I copied the libs from
bin\lib\net\1.0 over to bin\lib\net\4.0 just to have them in place.
anything else is quite standard. 

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-19 00:05

Message:
Can you please send the file that you are trying to build (or a simplified
build file if it contains sensitive information)?  

------

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

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3020488 ] SL2 build not working. Also add SL2-SL4

2010-08-21 Thread SourceForge.net
Bugs item #3020488, was opened at 2010-06-23 16:07
Message generated for change (Settings changed) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3020488&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.91-alpha1
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Daniel Marbach (danielmarbach)
>Assigned to: Ryan Boggs (rmboggs)
Summary: SL2 build not working. Also add SL2-SL4

Initial Comment:
Hello,

Unfortunately the NAnt 0.91 alpha exe config does not correctly build SL2. I 
uploaded a file which fixed SL2 issues and also has SL3, SL4 and SL4 with 
Windows Phone 7 support.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-21 12:25

Message:
I'm looking into this.  

--

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

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3020488 ] SL2 build not working. Also add SL2-SL4

2010-08-21 Thread SourceForge.net
Bugs item #3020488, was opened at 2010-06-23 16:07
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3020488&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.91-alpha1
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Daniel Marbach (danielmarbach)
Assigned to: Nobody/Anonymous (nobody)
Summary: SL2 build not working. Also add SL2-SL4

Initial Comment:
Hello,

Unfortunately the NAnt 0.91 alpha exe config does not correctly build SL2. I 
uploaded a file which fixed SL2 issues and also has SL3, SL4 and SL4 with 
Windows Phone 7 support.

--

>Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-21 12:25

Message:
I'm looking into this.  

--

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

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3048200 ] NAnt 0.91 Aplha 2 crashes on startup

2010-08-21 Thread SourceForge.net
Bugs item #3048200, was opened at 2010-08-18 23:13
Message generated for change (Comment added) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3048200&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rainer Schuster ()
Assigned to: Nobody/Anonymous (nobody)
Summary: NAnt 0.91 Aplha 2 crashes on startup

Initial Comment:
I'm running nant on windows 7 x64 and getting the following exception (german). 
nant crashes in user mode and with elavated rights in admin mode.

Unbehandelte Ausnahme: System.TypeInitializationException: Der 
Typeninitialisierer für "NAnt.Console.ConsoleStub" hat ei
ne Ausnahme verursacht. ---> System.Security.SecurityException: Fehler bei der 
Anforderung des Berechtigungstyps "System
.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, 
Culture=neutral, PublicKeyToken=b77a5c561934e089".
   bei System.Security.CodeAccessSecurityEngine.Check(Object demand, 
StackCrawlMark& stackMark, Boolean isPermSet)
   bei System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission cap, 
StackCrawlMark& stackMark)
   bei System.Security.CodeAccessPermission.Demand()
   bei System.AppDomainSetup.VerifyDir(String dir, Boolean normalize)
   bei System.AppDomain.get_BaseDirectory()
   bei log4net.Config.XmlConfiguratorAttribute.Configure(Assembly 
sourceAssembly, ILoggerRepository targetRepository)
   bei log4net.Core.DefaultRepositorySelector.ConfigureRepository(Assembly 
assembly, ILoggerRepository repository)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType, String
repositoryName, Boolean readAssemblyAttributes)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType)
   bei log4net.Core.DefaultRepositorySelector.GetRepository(Assembly 
repositoryAssembly)
   bei log4net.Core.LoggerManager.GetLogger(Assembly repositoryAssembly, String 
name)
   bei log4net.LogManager.GetLogger(Assembly repositoryAssembly, String name)
   bei log4net.LogManager.GetLogger(Type type)
   bei NAnt.Console.ConsoleStub..cctor()
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei NAnt.Console.ConsoleStub.Main(String[] args)

--

>Comment By: Rainer Schuster ()
Date: 2010-08-21 12:15

Message:
no, copying the files didn't fix it. Win7 includes 3.5. I've got 4.0 client
and extended installed, along with the 7 SDK and the .NET 2.0 SDK. The 0.90
doesn't crash. I'll try debugging it. Are there any hints on how to best
debug nant.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-20 22:02

Message:
Just out of curiosity, what versions of .NET do you have installed?

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-19 21:57

Message:
Are you saying that copying the libs from bin\lib\net\1.0 to
bin\lib\net\4.0 fixed the issue?  

--

Comment By: Rainer Schuster ()
Date: 2010-08-19 20:04

Message:
I tried to compile the current Boo master. But it's not neccessary to crash
nant. I just started the exe without a build file. I copied the libs from
bin\lib\net\1.0 over to bin\lib\net\4.0 just to have them in place.
anything else is quite standard. 

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-19 00:05

Message:
Can you please send the file that you are trying to build (or a simplified
build file if it contains sensitive information)?  

------

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

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3042497 ] framework::exists not work with include

2010-08-20 Thread SourceForge.net
Bugs item #3042497, was opened at 2010-08-10 06:06
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3042497&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Functions
Group: 0.90
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: i-net software (i_net_software)
Assigned to: Nobody/Anonymous (nobody)
Summary: framework::exists not work with include

Initial Comment:
The follow sequence does not work if MONO is not present:



It produce the follow error:

Function call failed.
Expression: 
${path::combine(framework::get-assembly-directory('mono-2.0'), 
'Mono.CompilerServices.SymbolWriter.dll')}

^
Failed to initialize the 'Mono 2.0 Profile' (mono-2.0) target 
framework.
Registry Path Not Found! - 
key='SOFTWARE\Novell\Mono\';hive='Microsoft.Win32.RegistryHive[]';


The problem occur with version 0.85 and 0.90.


--

>Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-20 18:21

Message:
I was able to duplicate this.  I just need to see what the best course of
action is.

------

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

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3048200 ] NAnt 0.91 Aplha 2 crashes on startup

2010-08-20 Thread SourceForge.net
Bugs item #3048200, was opened at 2010-08-18 16:13
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3048200&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rainer Schuster ()
Assigned to: Nobody/Anonymous (nobody)
Summary: NAnt 0.91 Aplha 2 crashes on startup

Initial Comment:
I'm running nant on windows 7 x64 and getting the following exception (german). 
nant crashes in user mode and with elavated rights in admin mode.

Unbehandelte Ausnahme: System.TypeInitializationException: Der 
Typeninitialisierer für "NAnt.Console.ConsoleStub" hat ei
ne Ausnahme verursacht. ---> System.Security.SecurityException: Fehler bei der 
Anforderung des Berechtigungstyps "System
.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, 
Culture=neutral, PublicKeyToken=b77a5c561934e089".
   bei System.Security.CodeAccessSecurityEngine.Check(Object demand, 
StackCrawlMark& stackMark, Boolean isPermSet)
   bei System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission cap, 
StackCrawlMark& stackMark)
   bei System.Security.CodeAccessPermission.Demand()
   bei System.AppDomainSetup.VerifyDir(String dir, Boolean normalize)
   bei System.AppDomain.get_BaseDirectory()
   bei log4net.Config.XmlConfiguratorAttribute.Configure(Assembly 
sourceAssembly, ILoggerRepository targetRepository)
   bei log4net.Core.DefaultRepositorySelector.ConfigureRepository(Assembly 
assembly, ILoggerRepository repository)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType, String
repositoryName, Boolean readAssemblyAttributes)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType)
   bei log4net.Core.DefaultRepositorySelector.GetRepository(Assembly 
repositoryAssembly)
   bei log4net.Core.LoggerManager.GetLogger(Assembly repositoryAssembly, String 
name)
   bei log4net.LogManager.GetLogger(Assembly repositoryAssembly, String name)
   bei log4net.LogManager.GetLogger(Type type)
   bei NAnt.Console.ConsoleStub..cctor()
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei NAnt.Console.ConsoleStub.Main(String[] args)

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-20 15:02

Message:
Just out of curiosity, what versions of .NET do you have installed?

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-19 14:57

Message:
Are you saying that copying the libs from bin\lib\net\1.0 to
bin\lib\net\4.0 fixed the issue?  

--

Comment By: Rainer Schuster ()
Date: 2010-08-19 13:04

Message:
I tried to compile the current Boo master. But it's not neccessary to crash
nant. I just started the exe without a build file. I copied the libs from
bin\lib\net\1.0 over to bin\lib\net\4.0 just to have them in place.
anything else is quite standard. 

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-18 17:05

Message:
Can you please send the file that you are trying to build (or a simplified
build file if it contains sensitive information)?  

--

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

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3048200 ] NAnt 0.91 Aplha 2 crashes on startup

2010-08-19 Thread SourceForge.net
Bugs item #3048200, was opened at 2010-08-18 16:13
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3048200&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rainer Schuster ()
Assigned to: Nobody/Anonymous (nobody)
Summary: NAnt 0.91 Aplha 2 crashes on startup

Initial Comment:
I'm running nant on windows 7 x64 and getting the following exception (german). 
nant crashes in user mode and with elavated rights in admin mode.

Unbehandelte Ausnahme: System.TypeInitializationException: Der 
Typeninitialisierer für "NAnt.Console.ConsoleStub" hat ei
ne Ausnahme verursacht. ---> System.Security.SecurityException: Fehler bei der 
Anforderung des Berechtigungstyps "System
.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, 
Culture=neutral, PublicKeyToken=b77a5c561934e089".
   bei System.Security.CodeAccessSecurityEngine.Check(Object demand, 
StackCrawlMark& stackMark, Boolean isPermSet)
   bei System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission cap, 
StackCrawlMark& stackMark)
   bei System.Security.CodeAccessPermission.Demand()
   bei System.AppDomainSetup.VerifyDir(String dir, Boolean normalize)
   bei System.AppDomain.get_BaseDirectory()
   bei log4net.Config.XmlConfiguratorAttribute.Configure(Assembly 
sourceAssembly, ILoggerRepository targetRepository)
   bei log4net.Core.DefaultRepositorySelector.ConfigureRepository(Assembly 
assembly, ILoggerRepository repository)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType, String
repositoryName, Boolean readAssemblyAttributes)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType)
   bei log4net.Core.DefaultRepositorySelector.GetRepository(Assembly 
repositoryAssembly)
   bei log4net.Core.LoggerManager.GetLogger(Assembly repositoryAssembly, String 
name)
   bei log4net.LogManager.GetLogger(Assembly repositoryAssembly, String name)
   bei log4net.LogManager.GetLogger(Type type)
   bei NAnt.Console.ConsoleStub..cctor()
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei NAnt.Console.ConsoleStub.Main(String[] args)

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-19 14:57

Message:
Are you saying that copying the libs from bin\lib\net\1.0 to
bin\lib\net\4.0 fixed the issue?  

--

Comment By: Rainer Schuster ()
Date: 2010-08-19 13:04

Message:
I tried to compile the current Boo master. But it's not neccessary to crash
nant. I just started the exe without a build file. I copied the libs from
bin\lib\net\1.0 over to bin\lib\net\4.0 just to have them in place.
anything else is quite standard. 

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-18 17:05

Message:
Can you please send the file that you are trying to build (or a simplified
build file if it contains sensitive information)?  

--

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

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3048200 ] NAnt 0.91 Aplha 2 crashes on startup

2010-08-19 Thread SourceForge.net
Bugs item #3048200, was opened at 2010-08-18 23:13
Message generated for change (Comment added) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3048200&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rainer Schuster ()
Assigned to: Nobody/Anonymous (nobody)
Summary: NAnt 0.91 Aplha 2 crashes on startup

Initial Comment:
I'm running nant on windows 7 x64 and getting the following exception (german). 
nant crashes in user mode and with elavated rights in admin mode.

Unbehandelte Ausnahme: System.TypeInitializationException: Der 
Typeninitialisierer für "NAnt.Console.ConsoleStub" hat ei
ne Ausnahme verursacht. ---> System.Security.SecurityException: Fehler bei der 
Anforderung des Berechtigungstyps "System
.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, 
Culture=neutral, PublicKeyToken=b77a5c561934e089".
   bei System.Security.CodeAccessSecurityEngine.Check(Object demand, 
StackCrawlMark& stackMark, Boolean isPermSet)
   bei System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission cap, 
StackCrawlMark& stackMark)
   bei System.Security.CodeAccessPermission.Demand()
   bei System.AppDomainSetup.VerifyDir(String dir, Boolean normalize)
   bei System.AppDomain.get_BaseDirectory()
   bei log4net.Config.XmlConfiguratorAttribute.Configure(Assembly 
sourceAssembly, ILoggerRepository targetRepository)
   bei log4net.Core.DefaultRepositorySelector.ConfigureRepository(Assembly 
assembly, ILoggerRepository repository)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType, String
repositoryName, Boolean readAssemblyAttributes)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType)
   bei log4net.Core.DefaultRepositorySelector.GetRepository(Assembly 
repositoryAssembly)
   bei log4net.Core.LoggerManager.GetLogger(Assembly repositoryAssembly, String 
name)
   bei log4net.LogManager.GetLogger(Assembly repositoryAssembly, String name)
   bei log4net.LogManager.GetLogger(Type type)
   bei NAnt.Console.ConsoleStub..cctor()
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei NAnt.Console.ConsoleStub.Main(String[] args)

--

>Comment By: Rainer Schuster ()
Date: 2010-08-19 20:04

Message:
I tried to compile the current Boo master. But it's not neccessary to crash
nant. I just started the exe without a build file. I copied the libs from
bin\lib\net\1.0 over to bin\lib\net\4.0 just to have them in place.
anything else is quite standard. 

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-19 00:05

Message:
Can you please send the file that you are trying to build (or a simplified
build file if it contains sensitive information)?  

------

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

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3048200 ] NAnt 0.91 Aplha 2 crashes on startup

2010-08-18 Thread SourceForge.net
Bugs item #3048200, was opened at 2010-08-18 16:13
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3048200&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
>Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rainer Schuster ()
Assigned to: Nobody/Anonymous (nobody)
Summary: NAnt 0.91 Aplha 2 crashes on startup

Initial Comment:
I'm running nant on windows 7 x64 and getting the following exception (german). 
nant crashes in user mode and with elavated rights in admin mode.

Unbehandelte Ausnahme: System.TypeInitializationException: Der 
Typeninitialisierer für "NAnt.Console.ConsoleStub" hat ei
ne Ausnahme verursacht. ---> System.Security.SecurityException: Fehler bei der 
Anforderung des Berechtigungstyps "System
.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, 
Culture=neutral, PublicKeyToken=b77a5c561934e089".
   bei System.Security.CodeAccessSecurityEngine.Check(Object demand, 
StackCrawlMark& stackMark, Boolean isPermSet)
   bei System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission cap, 
StackCrawlMark& stackMark)
   bei System.Security.CodeAccessPermission.Demand()
   bei System.AppDomainSetup.VerifyDir(String dir, Boolean normalize)
   bei System.AppDomain.get_BaseDirectory()
   bei log4net.Config.XmlConfiguratorAttribute.Configure(Assembly 
sourceAssembly, ILoggerRepository targetRepository)
   bei log4net.Core.DefaultRepositorySelector.ConfigureRepository(Assembly 
assembly, ILoggerRepository repository)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType, String
repositoryName, Boolean readAssemblyAttributes)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType)
   bei log4net.Core.DefaultRepositorySelector.GetRepository(Assembly 
repositoryAssembly)
   bei log4net.Core.LoggerManager.GetLogger(Assembly repositoryAssembly, String 
name)
   bei log4net.LogManager.GetLogger(Assembly repositoryAssembly, String name)
   bei log4net.LogManager.GetLogger(Type type)
   bei NAnt.Console.ConsoleStub..cctor()
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei NAnt.Console.ConsoleStub.Main(String[] args)

--

>Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-18 17:05

Message:
Can you please send the file that you are trying to build (or a simplified
build file if it contains sensitive information)?  

--

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

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3048200 ] NAnt 0.91 Aplha 2 crashes on startup

2010-08-18 Thread SourceForge.net
Bugs item #3048200, was opened at 2010-08-18 23:13
Message generated for change (Tracker Item Submitted) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3048200&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rainer Schuster ()
Assigned to: Nobody/Anonymous (nobody)
Summary: NAnt 0.91 Aplha 2 crashes on startup

Initial Comment:
I'm running nant on windows 7 x64 and getting the following exception (german). 
nant crashes in user mode and with elavated rights in admin mode.

Unbehandelte Ausnahme: System.TypeInitializationException: Der 
Typeninitialisierer für "NAnt.Console.ConsoleStub" hat ei
ne Ausnahme verursacht. ---> System.Security.SecurityException: Fehler bei der 
Anforderung des Berechtigungstyps "System
.Security.Permissions.FileIOPermission, mscorlib, Version=4.0.0.0, 
Culture=neutral, PublicKeyToken=b77a5c561934e089".
   bei System.Security.CodeAccessSecurityEngine.Check(Object demand, 
StackCrawlMark& stackMark, Boolean isPermSet)
   bei System.Security.CodeAccessSecurityEngine.Check(CodeAccessPermission cap, 
StackCrawlMark& stackMark)
   bei System.Security.CodeAccessPermission.Demand()
   bei System.AppDomainSetup.VerifyDir(String dir, Boolean normalize)
   bei System.AppDomain.get_BaseDirectory()
   bei log4net.Config.XmlConfiguratorAttribute.Configure(Assembly 
sourceAssembly, ILoggerRepository targetRepository)
   bei log4net.Core.DefaultRepositorySelector.ConfigureRepository(Assembly 
assembly, ILoggerRepository repository)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType, String
repositoryName, Boolean readAssemblyAttributes)
   bei log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly 
repositoryAssembly, Type repositoryType)
   bei log4net.Core.DefaultRepositorySelector.GetRepository(Assembly 
repositoryAssembly)
   bei log4net.Core.LoggerManager.GetLogger(Assembly repositoryAssembly, String 
name)
   bei log4net.LogManager.GetLogger(Assembly repositoryAssembly, String name)
   bei log4net.LogManager.GetLogger(Type type)
   bei NAnt.Console.ConsoleStub..cctor()
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei NAnt.Console.ConsoleStub.Main(String[] args)

--

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

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3032628 ] on x64 systems

2010-08-14 Thread SourceForge.net
Bugs item #3032628, was opened at 2010-07-21 16:04
Message generated for change (Comment added) made by dogu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3032628&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.91-alpha1
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Bogdan P (lica-mobilu)
Assigned to: Nobody/Anonymous (nobody)
Summary:  on x64 systems

Initial Comment:
On my W7x64 task  does not work. Looking with reflector the error 
comes from:


public class PropertyDictionary : DictionaryBase
  - private static void ValidatePropertyName(string propertyName, Location 
location)

Output by Nant is:

Property name 'sys.env.CommonProgramFiles(x86)' is invalid.:
NAnt.Core.BuildException: Property name 'sys.env.CommonProgramFiles(x86)' is inv
alid.
   at NAnt.Core.PropertyDictionary.ValidatePropertyName(String propertyName, Loc
ation location)
   at NAnt.Core.PropertyDictionary.OnValidate(Object key, Object value)
   at System.Collections.DictionaryBase.System.Collections.IDictionary.set_Item(
Object key, Object value)
   at NAnt.Core.PropertyDictionary.set_Item(String name, String value)
   at NAnt.Core.Tasks.SysInfoTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Project.InitializeProjectDocument(XmlDocument doc)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

This show that this line of code from method above raises an error:


if (!Regex.IsMatch(propertyName, @"^[_A-Za-z0-9][_A-Za-z0-9\-.]*$"))
{
throw new BuildException(string.Format(CultureInfo.InvariantCulture, 
ResourceUtils.GetString("NA1064"), new object[] { propertyName }), location);
}

Solution:

Allow ( and ) in property name.

--

Comment By: Dominik Guder (dogu)
Date: 2010-08-14 23:19

Message:
Hi,
the discussion along with my pathes were done at 
http://sourceforge.net/mailarchive/message.php?msg_name=4BA945CE.30907%40guder.org
or alternative http://old.nabble.com/sysinfo-task-ts28008307.html

I still suggest to use parens replacement with _ in sysinfo task and add
this clearly in docu. Maybe add a mapper as suggested by Gert, but only if
we need it otherwhere too.
So far
Dominik

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-13 23:17

Message:
I am going through my email and remembering a reference to this bug:
https://sourceforge.net/tracker/?func=detail&aid=1082225&group_id=31650&atid=402868

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-13 23:14

Message:
Ugg, this error.  This one is complicated because of this task uses the
same check system that is used to validate variable names, if I remember
correctly.  At the time we found it, it was decided that the work around
that Dominik described would be sufficient.  However, as more systems go
the x64 route, I can see this needing more attention.

--

Comment By: Dominik Guder (dogu)
Date: 2010-07-31 06:31

Message:
Hi,
I stubled about this issue some other day before releasing 0.90. 
The reason is the function parser which needs the parens as separator to
work correctly. Therefore they are excluded from property names.
I did some checkings like renaming ( and ) to _. But finally we did not
came to an acceptable  solution what to do now and posponed the issue.

Until we grab this issue again, the only way is to set failonerror="false"
on sysinfo task.

So far Dominik

------

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

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3032628 ] on x64 systems

2010-08-13 Thread SourceForge.net
Bugs item #3032628, was opened at 2010-07-21 07:04
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3032628&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.91-alpha1
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Bogdan P (lica-mobilu)
Assigned to: Nobody/Anonymous (nobody)
Summary:  on x64 systems

Initial Comment:
On my W7x64 task  does not work. Looking with reflector the error 
comes from:


public class PropertyDictionary : DictionaryBase
  - private static void ValidatePropertyName(string propertyName, Location 
location)

Output by Nant is:

Property name 'sys.env.CommonProgramFiles(x86)' is invalid.:
NAnt.Core.BuildException: Property name 'sys.env.CommonProgramFiles(x86)' is inv
alid.
   at NAnt.Core.PropertyDictionary.ValidatePropertyName(String propertyName, Loc
ation location)
   at NAnt.Core.PropertyDictionary.OnValidate(Object key, Object value)
   at System.Collections.DictionaryBase.System.Collections.IDictionary.set_Item(
Object key, Object value)
   at NAnt.Core.PropertyDictionary.set_Item(String name, String value)
   at NAnt.Core.Tasks.SysInfoTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Project.InitializeProjectDocument(XmlDocument doc)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

This show that this line of code from method above raises an error:


if (!Regex.IsMatch(propertyName, @"^[_A-Za-z0-9][_A-Za-z0-9\-.]*$"))
{
throw new BuildException(string.Format(CultureInfo.InvariantCulture, 
ResourceUtils.GetString("NA1064"), new object[] { propertyName }), location);
}

Solution:

Allow ( and ) in property name.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-13 14:17

Message:
I am going through my email and remembering a reference to this bug:
https://sourceforge.net/tracker/?func=detail&aid=1082225&group_id=31650&atid=402868

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-13 14:14

Message:
Ugg, this error.  This one is complicated because of this task uses the
same check system that is used to validate variable names, if I remember
correctly.  At the time we found it, it was decided that the work around
that Dominik described would be sufficient.  However, as more systems go
the x64 route, I can see this needing more attention.

--

Comment By: Dominik Guder (dogu)
Date: 2010-07-30 21:31

Message:
Hi,
I stubled about this issue some other day before releasing 0.90. 
The reason is the function parser which needs the parens as separator to
work correctly. Therefore they are excluded from property names.
I did some checkings like renaming ( and ) to _. But finally we did not
came to an acceptable  solution what to do now and posponed the issue.

Until we grab this issue again, the only way is to set failonerror="false"
on sysinfo task.

So far Dominik

------

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

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3032628 ] on x64 systems

2010-08-13 Thread SourceForge.net
Bugs item #3032628, was opened at 2010-07-21 07:04
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3032628&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.91-alpha1
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Bogdan P (lica-mobilu)
Assigned to: Nobody/Anonymous (nobody)
Summary:  on x64 systems

Initial Comment:
On my W7x64 task  does not work. Looking with reflector the error 
comes from:


public class PropertyDictionary : DictionaryBase
  - private static void ValidatePropertyName(string propertyName, Location 
location)

Output by Nant is:

Property name 'sys.env.CommonProgramFiles(x86)' is invalid.:
NAnt.Core.BuildException: Property name 'sys.env.CommonProgramFiles(x86)' is inv
alid.
   at NAnt.Core.PropertyDictionary.ValidatePropertyName(String propertyName, Loc
ation location)
   at NAnt.Core.PropertyDictionary.OnValidate(Object key, Object value)
   at System.Collections.DictionaryBase.System.Collections.IDictionary.set_Item(
Object key, Object value)
   at NAnt.Core.PropertyDictionary.set_Item(String name, String value)
   at NAnt.Core.Tasks.SysInfoTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Project.InitializeProjectDocument(XmlDocument doc)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

This show that this line of code from method above raises an error:


if (!Regex.IsMatch(propertyName, @"^[_A-Za-z0-9][_A-Za-z0-9\-.]*$"))
{
throw new BuildException(string.Format(CultureInfo.InvariantCulture, 
ResourceUtils.GetString("NA1064"), new object[] { propertyName }), location);
}

Solution:

Allow ( and ) in property name.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-13 14:14

Message:
Ugg, this error.  This one is complicated because of this task uses the
same check system that is used to validate variable names, if I remember
correctly.  At the time we found it, it was decided that the work around
that Dominik described would be sufficient.  However, as more systems go
the x64 route, I can see this needing more attention.

--

Comment By: Dominik Guder (dogu)
Date: 2010-07-30 21:31

Message:
Hi,
I stubled about this issue some other day before releasing 0.90. 
The reason is the function parser which needs the parens as separator to
work correctly. Therefore they are excluded from property names.
I did some checkings like renaming ( and ) to _. But finally we did not
came to an acceptable  solution what to do now and posponed the issue.

Until we grab this issue again, the only way is to set failonerror="false"
on sysinfo task.

So far Dominik

------

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

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3013492 ] NAnt::get-assembly() conversion issues

2010-08-13 Thread SourceForge.net
Bugs item #3013492, was opened at 2010-06-08 16:37
Message generated for change (Settings changed) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3013492&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Functions
Group: 0.91-alpha1
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Ryan Boggs (rmboggs)
Assigned to: Gert Driesen (drieseng)
Summary: NAnt::get-assembly() conversion issues

Initial Comment:
Using any assembly type functions on the NAnt::get-assembly() function causes 
an "Object must implement IConvertible." error.

--

>Comment By: Ryan Boggs (rmboggs)
Date: 2010-08-13 13:52

Message:
This is fixed.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-07-03 21:02

Message:
Just confirmed the patch Gert committed works but I am still running into
other issues.  If I can confirm that these new issues are not related to
this bug, I will close.

--

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

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3008782 ] output still all in one line

2010-08-13 Thread SourceForge.net
Bugs item #3008782, was opened at 2010-05-28 15:04
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3008782&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.90
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: http://duncanmcrae.myopenid.com ()
Assigned to: Nobody/Anonymous (nobody)
Summary: output still all in one line

Initial Comment:
nant-0.91-nightly-2010-05-12

I use the build output for debugging, and it gets picked up by CC.NET.  At 
least to me, it is important that this be legible, so I'm really looking 
forward to this getting resolved (and released in a nightly build).  Thanks!



###looks good - begin

convert.sqlTemplate:

[loadtasks] Scanning assembly "NAnt.Contrib.Tasks" for extensions.
 [copy] Copying 1 file to 
'C:\development\ServerMonitor\trunk\database.copy.build.number'.
  [version] Build number '0.0.1.0'.
 [copy] Copying 1 file to 
'C:\development\ServerMonitor\trunk\source\tsql\build.sql'.

###looks good - end
###nightmare to read - begin
 [exec] 
BUILD
 1 - 
DEBUTChanged
 database context to 'ServerMonitor'.Changed database context to 'master'. 
ServerMonitor - debutdrop database ServerMonitor - debutdrop database 
ServerMonitor - finiscreate database ServerMonitor - debutcreate 
database ServerMonitor - finisset properties ServerMonitor - debutDBCC 
execution completed. If DBCC printed error messages, contact your system 
administrator.set properties ServerMonitor - finisChanged database context 
to 'ServerMonitor'. dbo.t_DiscSpaceFree - debutdbo.t_DiscSpaceFree - finis 
dbo.t_log_action - debutdbo.t_log_action - finis dbo.t_log_error - 
debutdbo.t_log_error - finis dbo.t_log_error_elmah - debutcreate table 
dbo.t_log_error_elmah - debutcreate table dbo.t_log_error_elmah - 
finisdbo.t_log_error_elmah - finis dbo.proc_DiscSpaceFree_PollServer - debut
create procedure dbo.proc_DiscSpaceFree_PollServer - debutCannot add rows to 
sys.sql_dependencies for the stored procedure because it depends on the missing 
table 'dbo.proc_log_action_simple'. The stored procedure will still be created; 
however, it cannot be successfully executed until the table exists.Cannot add 
rows to sys.sql_dependencies for the stored procedure because it depends on the 
missing table 'dbo.proc_log_generateParameterString'. The stored procedure will 
still be created; however, it cannot be successfully executed until the table 
exists.Cannot add rows to sys.sql_dependencies for the stored procedure because 
it depends on the missing table 'dbo.proc_log_action_verbose'. The stored 
procedure will still be created; however, it cannot be successfully executed 
until the table exists.Cannot add rows to sys.sql_dependencies for the stored 
procedure because it depends on the missing table 'dbo.proc_log_error'. The 
stored procedure will still be created; however, it cannot be successfully 
executed until the table exists.create procedure 
dbo.proc_DiscSpaceFree_PollServer - finisdbo.proc_DiscSpaceFree_PollServer - 
finis dbo.proc_log_action_simple - debutcreate procedure 
dbo.proc_log_action_simple - debutCannot add rows to sys.sql_dependencies for 
the stored procedure because it depends on the missing table 
'dbo.proc_log_error'. The stored procedure will still be created; however, it 
cannot be successfully executed until the table exists.create procedure 
dbo.proc_log_action_simple - finisdbo.proc_log_action_simple - finis 
dbo.proc_log_action_verbose - debutcreate procedure 
dbo.proc_log_action_verbose - debutCannot add rows to sys.sql_dependencies for 
the stored procedure because it depends on the missing table 
'dbo.proc_log_error'. The stored procedure will still be created; however, it 
cannot be successfully executed until the table exists.create procedure 
dbo.proc_log_action_verbose - finisdbo.proc_log_action_verbose - finis 
dbo.proc_log_error - debutcreate procedure dbo.proc_log_error - debut
create procedure dbo.proc_log_error - finisdbo.proc_log_error - finis 
dbo.proc_log_generateParameterString - debutcreate procedure 
dbo.proc_log_generateParameterString - debutcreate procedure 
dbo.proc_log_generateParameterString - 
finisdbo.proc_log_generateParameterString - 
finis

[nant-dev] [ nant-Bugs-3042497 ] framework::exists not work with include

2010-08-10 Thread SourceForge.net
Bugs item #3042497, was opened at 2010-08-10 15:06
Message generated for change (Tracker Item Submitted) made by i_net_software
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3042497&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Functions
Group: 0.90
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: i-net software (i_net_software)
Assigned to: Nobody/Anonymous (nobody)
Summary: framework::exists not work with include

Initial Comment:
The follow sequence does not work if MONO is not present:



It produce the follow error:

Function call failed.
Expression: 
${path::combine(framework::get-assembly-directory('mono-2.0'), 
'Mono.CompilerServices.SymbolWriter.dll')}

^
Failed to initialize the 'Mono 2.0 Profile' (mono-2.0) target 
framework.
Registry Path Not Found! - 
key='SOFTWARE\Novell\Mono\';hive='Microsoft.Win32.RegistryHive[]';


The problem occur with version 0.85 and 0.90.


------

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

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3037484 ] include task fails on nant 0.90 with Cannot cast ...

2010-07-31 Thread SourceForge.net
Bugs item #3037484, was opened at 2010-07-31 14:04
Message generated for change (Comment added) made by x-coder
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3037484&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Sven Bormann (x-coder)
Assigned to: Nobody/Anonymous (nobody)
Summary: include task fails on nant 0.90 with Cannot cast ...

Initial Comment:
The include task fails on nant 0.90 and newer. I added a test buildfile which 
works which nant 0.86 and does fail on nant-0.90 with:

/home/sven/nant-test/test.build(4,3):
Could not include build file '/home/sven/nant-test/test.include'.
Cannot cast from source type to destination type.


--

>Comment By: Sven Bormann (x-coder)
Date: 2010-07-31 14:07

Message:
I also added the mono version in the file mono-version.txt.

--

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

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3037484 ] include task fails on nant 0.90 with Cannot cast ...

2010-07-31 Thread SourceForge.net
Bugs item #3037484, was opened at 2010-07-31 14:04
Message generated for change (Tracker Item Submitted) made by x-coder
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3037484&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Sven Bormann (x-coder)
Assigned to: Nobody/Anonymous (nobody)
Summary: include task fails on nant 0.90 with Cannot cast ...

Initial Comment:
The include task fails on nant 0.90 and newer. I added a test buildfile which 
works which nant 0.86 and does fail on nant-0.90 with:

/home/sven/nant-test/test.build(4,3):
Could not include build file '/home/sven/nant-test/test.include'.
Cannot cast from source type to destination type.


--

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

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3032628 ] on x64 systems

2010-07-30 Thread SourceForge.net
Bugs item #3032628, was opened at 2010-07-21 16:04
Message generated for change (Comment added) made by dogu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3032628&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.91-alpha1
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Bogdan P (lica-mobilu)
Assigned to: Nobody/Anonymous (nobody)
Summary:  on x64 systems

Initial Comment:
On my W7x64 task  does not work. Looking with reflector the error 
comes from:


public class PropertyDictionary : DictionaryBase
  - private static void ValidatePropertyName(string propertyName, Location 
location)

Output by Nant is:

Property name 'sys.env.CommonProgramFiles(x86)' is invalid.:
NAnt.Core.BuildException: Property name 'sys.env.CommonProgramFiles(x86)' is inv
alid.
   at NAnt.Core.PropertyDictionary.ValidatePropertyName(String propertyName, Loc
ation location)
   at NAnt.Core.PropertyDictionary.OnValidate(Object key, Object value)
   at System.Collections.DictionaryBase.System.Collections.IDictionary.set_Item(
Object key, Object value)
   at NAnt.Core.PropertyDictionary.set_Item(String name, String value)
   at NAnt.Core.Tasks.SysInfoTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Project.InitializeProjectDocument(XmlDocument doc)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

This show that this line of code from method above raises an error:


if (!Regex.IsMatch(propertyName, @"^[_A-Za-z0-9][_A-Za-z0-9\-.]*$"))
{
throw new BuildException(string.Format(CultureInfo.InvariantCulture, 
ResourceUtils.GetString("NA1064"), new object[] { propertyName }), location);
}

Solution:

Allow ( and ) in property name.

--

Comment By: Dominik Guder (dogu)
Date: 2010-07-31 06:31

Message:
Hi,
I stubled about this issue some other day before releasing 0.90. 
The reason is the function parser which needs the parens as separator to
work correctly. Therefore they are excluded from property names.
I did some checkings like renaming ( and ) to _. But finally we did not
came to an acceptable  solution what to do now and posponed the issue.

Until we grab this issue again, the only way is to set failonerror="false"
on sysinfo task.

So far Dominik

------

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

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3037066 ] dynamic types (.Net 4.0)

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

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: 0.91-alpha1
Status: Open
Resolution: None
>Priority: 3
Private: No
Submitted By: Ben (benleen)
Assigned to: Nobody/Anonymous (nobody)
Summary: dynamic types (.Net 4.0)

Initial Comment:
Hi,

I'm trying to compile a dynamic type against the latest nightly but the 
compiler keeps seeing it as an object instead.

Example code:
Convert.ToInt32(this.WordControl.Document.BuiltInDocumentProperties[WdBuiltInProperty.wdPropertyPages].Value

BuiltInDocumentProperties is of type dynamic and it compiles ok through 
msbuild/VS2010.

When building through Nant i get: "error CS0021: Cannot apply indexing with [] 
to an expression of type 'object'"

Keep me posted please!

Kind regards,
Ben

--

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

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3037066 ] dynamic types (.Net 4.0)

2010-07-30 Thread SourceForge.net
Bugs item #3037066, was opened at 2010-07-30 14:19
Message generated for change (Tracker Item Submitted) made by benleen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3037066&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: 0.91-alpha1
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ben (benleen)
Assigned to: Nobody/Anonymous (nobody)
Summary: dynamic types (.Net 4.0)

Initial Comment:
Hi,

I'm trying to compile a dynamic type against the latest nightly but the 
compiler keeps seeing it as an object instead.

Example code:
Convert.ToInt32(this.WordControl.Document.BuiltInDocumentProperties[WdBuiltInProperty.wdPropertyPages].Value

BuiltInDocumentProperties is of type dynamic and it compiles ok through 
msbuild/VS2010.

When building through Nant i get: "error CS0021: Cannot apply indexing with [] 
to an expression of type 'object'"

Keep me posted please!

Kind regards,
Ben

--

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

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-1219844 ] XMLLogger verbosity

2010-07-29 Thread SourceForge.net
Bugs item #1219844, was opened at 2005-06-13 19:40
Message generated for change (Comment added) made by alex336
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1219844&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: cvs
Status: Open
Resolution: None
Priority: 2
Private: No
Submitted By: Martin Aliger (maliger)
Assigned to: Nobody/Anonymous (nobody)
Summary: XMLLogger verbosity

Initial Comment:
I propose small change into XmlLogger to reduce "noise" 
a little:

public void TaskStarted(object sender, BuildEventArgs 
e) {
if(e.Task.Threshold>Level.Info) return;


That should suppress messages from embedded tasks, 
like  called within .Embedded tasks 
are commonly instanciated as
attribTask.Threshold = Level.Warning;

Its not problem with DefaultLogger, since that one 
ignores TaskStarted/TaskFinished but xml logger log 
alot of noise for those tasks. Maybe even dont generate 
TaskStarted event at all for those tasks? (are there 
another listeners than loggers?)



--

Comment By: Alexander Wisspeintner (alex336)
Date: 2010-07-29 17:08

Message:
I have built a nant logger extension based on this idea to create less
verbose xml log files. Please see
https://sourceforge.net/projects/nantloggerext/


--

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

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3032628 ] on x64 systems

2010-07-21 Thread SourceForge.net
Bugs item #3032628, was opened at 2010-07-21 17:04
Message generated for change (Tracker Item Submitted) made by lica-mobilu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3032628&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.91-alpha1
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Bogdan P (lica-mobilu)
Assigned to: Nobody/Anonymous (nobody)
Summary:  on x64 systems

Initial Comment:
On my W7x64 task  does not work. Looking with reflector the error 
comes from:


public class PropertyDictionary : DictionaryBase
  - private static void ValidatePropertyName(string propertyName, Location 
location)

Output by Nant is:

Property name 'sys.env.CommonProgramFiles(x86)' is invalid.:
NAnt.Core.BuildException: Property name 'sys.env.CommonProgramFiles(x86)' is inv
alid.
   at NAnt.Core.PropertyDictionary.ValidatePropertyName(String propertyName, Loc
ation location)
   at NAnt.Core.PropertyDictionary.OnValidate(Object key, Object value)
   at System.Collections.DictionaryBase.System.Collections.IDictionary.set_Item(
Object key, Object value)
   at NAnt.Core.PropertyDictionary.set_Item(String name, String value)
   at NAnt.Core.Tasks.SysInfoTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Project.InitializeProjectDocument(XmlDocument doc)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

This show that this line of code from method above raises an error:


if (!Regex.IsMatch(propertyName, @"^[_A-Za-z0-9][_A-Za-z0-9\-.]*$"))
{
throw new BuildException(string.Format(CultureInfo.InvariantCulture, 
ResourceUtils.GetString("NA1064"), new object[] { propertyName }), location);
}

Solution:

Allow ( and ) in property name.

--

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

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3008782 ] output still all in one line

2010-07-18 Thread SourceForge.net
Bugs item #3008782, was opened at 2010-05-28 17:04
Message generated for change (Comment added) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3008782&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.90
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: http://duncanmcrae.myopenid.com ()
Assigned to: Nobody/Anonymous (nobody)
Summary: output still all in one line

Initial Comment:
nant-0.91-nightly-2010-05-12

I use the build output for debugging, and it gets picked up by CC.NET.  At 
least to me, it is important that this be legible, so I'm really looking 
forward to this getting resolved (and released in a nightly build).  Thanks!



###looks good - begin

convert.sqlTemplate:

[loadtasks] Scanning assembly "NAnt.Contrib.Tasks" for extensions.
 [copy] Copying 1 file to 
'C:\development\ServerMonitor\trunk\database.copy.build.number'.
  [version] Build number '0.0.1.0'.
 [copy] Copying 1 file to 
'C:\development\ServerMonitor\trunk\source\tsql\build.sql'.

###looks good - end
###nightmare to read - begin
 [exec] 
BUILD
 1 - 
DEBUTChanged
 database context to 'ServerMonitor'.Changed database context to 'master'. 
ServerMonitor - debutdrop database ServerMonitor - debutdrop database 
ServerMonitor - finiscreate database ServerMonitor - debutcreate 
database ServerMonitor - finisset properties ServerMonitor - debutDBCC 
execution completed. If DBCC printed error messages, contact your system 
administrator.set properties ServerMonitor - finisChanged database context 
to 'ServerMonitor'. dbo.t_DiscSpaceFree - debutdbo.t_DiscSpaceFree - finis 
dbo.t_log_action - debutdbo.t_log_action - finis dbo.t_log_error - 
debutdbo.t_log_error - finis dbo.t_log_error_elmah - debutcreate table 
dbo.t_log_error_elmah - debutcreate table dbo.t_log_error_elmah - 
finisdbo.t_log_error_elmah - finis dbo.proc_DiscSpaceFree_PollServer - debut
create procedure dbo.proc_DiscSpaceFree_PollServer - debutCannot add rows to 
sys.sql_dependencies for the stored procedure because it depends on the missing 
table 'dbo.proc_log_action_simple'. The stored procedure will still be created; 
however, it cannot be successfully executed until the table exists.Cannot add 
rows to sys.sql_dependencies for the stored procedure because it depends on the 
missing table 'dbo.proc_log_generateParameterString'. The stored procedure will 
still be created; however, it cannot be successfully executed until the table 
exists.Cannot add rows to sys.sql_dependencies for the stored procedure because 
it depends on the missing table 'dbo.proc_log_action_verbose'. The stored 
procedure will still be created; however, it cannot be successfully executed 
until the table exists.Cannot add rows to sys.sql_dependencies for the stored 
procedure because it depends on the missing table 'dbo.proc_log_error'. The 
stored procedure will still be created; however, it cannot be successfully 
executed until the table exists.create procedure 
dbo.proc_DiscSpaceFree_PollServer - finisdbo.proc_DiscSpaceFree_PollServer - 
finis dbo.proc_log_action_simple - debutcreate procedure 
dbo.proc_log_action_simple - debutCannot add rows to sys.sql_dependencies for 
the stored procedure because it depends on the missing table 
'dbo.proc_log_error'. The stored procedure will still be created; however, it 
cannot be successfully executed until the table exists.create procedure 
dbo.proc_log_action_simple - finisdbo.proc_log_action_simple - finis 
dbo.proc_log_action_verbose - debutcreate procedure 
dbo.proc_log_action_verbose - debutCannot add rows to sys.sql_dependencies for 
the stored procedure because it depends on the missing table 
'dbo.proc_log_error'. The stored procedure will still be created; however, it 
cannot be successfully executed until the table exists.create procedure 
dbo.proc_log_action_verbose - finisdbo.proc_log_action_verbose - finis 
dbo.proc_log_error - debutcreate procedure dbo.proc_log_error - debut
create procedure dbo.proc_log_error - finisdbo.proc_log_error - finis 
dbo.proc_log_generateParameterString - debutcreate procedure 
dbo.proc_log_generateParameterString - debutcreate procedure 
dbo.proc_log_generateParameterString - 
finisdbo.proc_log_generateParameterString - 
finisBU

[nant-dev] [ nant-Bugs-3008782 ] output still all in one line

2010-07-18 Thread SourceForge.net
Bugs item #3008782, was opened at 2010-05-28 15:04
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3008782&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.90
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: http://duncanmcrae.myopenid.com ()
Assigned to: Nobody/Anonymous (nobody)
Summary: output still all in one line

Initial Comment:
nant-0.91-nightly-2010-05-12

I use the build output for debugging, and it gets picked up by CC.NET.  At 
least to me, it is important that this be legible, so I'm really looking 
forward to this getting resolved (and released in a nightly build).  Thanks!



###looks good - begin

convert.sqlTemplate:

[loadtasks] Scanning assembly "NAnt.Contrib.Tasks" for extensions.
 [copy] Copying 1 file to 
'C:\development\ServerMonitor\trunk\database.copy.build.number'.
  [version] Build number '0.0.1.0'.
 [copy] Copying 1 file to 
'C:\development\ServerMonitor\trunk\source\tsql\build.sql'.

###looks good - end
###nightmare to read - begin
 [exec] 
BUILD
 1 - 
DEBUTChanged
 database context to 'ServerMonitor'.Changed database context to 'master'. 
ServerMonitor - debutdrop database ServerMonitor - debutdrop database 
ServerMonitor - finiscreate database ServerMonitor - debutcreate 
database ServerMonitor - finisset properties ServerMonitor - debutDBCC 
execution completed. If DBCC printed error messages, contact your system 
administrator.set properties ServerMonitor - finisChanged database context 
to 'ServerMonitor'. dbo.t_DiscSpaceFree - debutdbo.t_DiscSpaceFree - finis 
dbo.t_log_action - debutdbo.t_log_action - finis dbo.t_log_error - 
debutdbo.t_log_error - finis dbo.t_log_error_elmah - debutcreate table 
dbo.t_log_error_elmah - debutcreate table dbo.t_log_error_elmah - 
finisdbo.t_log_error_elmah - finis dbo.proc_DiscSpaceFree_PollServer - debut
create procedure dbo.proc_DiscSpaceFree_PollServer - debutCannot add rows to 
sys.sql_dependencies for the stored procedure because it depends on the missing 
table 'dbo.proc_log_action_simple'. The stored procedure will still be created; 
however, it cannot be successfully executed until the table exists.Cannot add 
rows to sys.sql_dependencies for the stored procedure because it depends on the 
missing table 'dbo.proc_log_generateParameterString'. The stored procedure will 
still be created; however, it cannot be successfully executed until the table 
exists.Cannot add rows to sys.sql_dependencies for the stored procedure because 
it depends on the missing table 'dbo.proc_log_action_verbose'. The stored 
procedure will still be created; however, it cannot be successfully executed 
until the table exists.Cannot add rows to sys.sql_dependencies for the stored 
procedure because it depends on the missing table 'dbo.proc_log_error'. The 
stored procedure will still be created; however, it cannot be successfully 
executed until the table exists.create procedure 
dbo.proc_DiscSpaceFree_PollServer - finisdbo.proc_DiscSpaceFree_PollServer - 
finis dbo.proc_log_action_simple - debutcreate procedure 
dbo.proc_log_action_simple - debutCannot add rows to sys.sql_dependencies for 
the stored procedure because it depends on the missing table 
'dbo.proc_log_error'. The stored procedure will still be created; however, it 
cannot be successfully executed until the table exists.create procedure 
dbo.proc_log_action_simple - finisdbo.proc_log_action_simple - finis 
dbo.proc_log_action_verbose - debutcreate procedure 
dbo.proc_log_action_verbose - debutCannot add rows to sys.sql_dependencies for 
the stored procedure because it depends on the missing table 
'dbo.proc_log_error'. The stored procedure will still be created; however, it 
cannot be successfully executed until the table exists.create procedure 
dbo.proc_log_action_verbose - finisdbo.proc_log_action_verbose - finis 
dbo.proc_log_error - debutcreate procedure dbo.proc_log_error - debut
create procedure dbo.proc_log_error - finisdbo.proc_log_error - finis 
dbo.proc_log_generateParameterString - debutcreate procedure 
dbo.proc_log_generateParameterString - debutcreate procedure 
dbo.proc_log_generateParameterString - 
finisdbo.proc_log_generateParameterString - 
finis

[nant-dev] [ nant-Bugs-3008782 ] output still all in one line

2010-07-16 Thread SourceForge.net
Bugs item #3008782, was opened at 2010-05-28 17:04
Message generated for change (Comment added) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3008782&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.90
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: http://duncanmcrae.myopenid.com ()
Assigned to: Nobody/Anonymous (nobody)
Summary: output still all in one line

Initial Comment:
nant-0.91-nightly-2010-05-12

I use the build output for debugging, and it gets picked up by CC.NET.  At 
least to me, it is important that this be legible, so I'm really looking 
forward to this getting resolved (and released in a nightly build).  Thanks!



###looks good - begin

convert.sqlTemplate:

[loadtasks] Scanning assembly "NAnt.Contrib.Tasks" for extensions.
 [copy] Copying 1 file to 
'C:\development\ServerMonitor\trunk\database.copy.build.number'.
  [version] Build number '0.0.1.0'.
 [copy] Copying 1 file to 
'C:\development\ServerMonitor\trunk\source\tsql\build.sql'.

###looks good - end
###nightmare to read - begin
 [exec] 
BUILD
 1 - 
DEBUTChanged
 database context to 'ServerMonitor'.Changed database context to 'master'. 
ServerMonitor - debutdrop database ServerMonitor - debutdrop database 
ServerMonitor - finiscreate database ServerMonitor - debutcreate 
database ServerMonitor - finisset properties ServerMonitor - debutDBCC 
execution completed. If DBCC printed error messages, contact your system 
administrator.set properties ServerMonitor - finisChanged database context 
to 'ServerMonitor'. dbo.t_DiscSpaceFree - debutdbo.t_DiscSpaceFree - finis 
dbo.t_log_action - debutdbo.t_log_action - finis dbo.t_log_error - 
debutdbo.t_log_error - finis dbo.t_log_error_elmah - debutcreate table 
dbo.t_log_error_elmah - debutcreate table dbo.t_log_error_elmah - 
finisdbo.t_log_error_elmah - finis dbo.proc_DiscSpaceFree_PollServer - debut
create procedure dbo.proc_DiscSpaceFree_PollServer - debutCannot add rows to 
sys.sql_dependencies for the stored procedure because it depends on the missing 
table 'dbo.proc_log_action_simple'. The stored procedure will still be created; 
however, it cannot be successfully executed until the table exists.Cannot add 
rows to sys.sql_dependencies for the stored procedure because it depends on the 
missing table 'dbo.proc_log_generateParameterString'. The stored procedure will 
still be created; however, it cannot be successfully executed until the table 
exists.Cannot add rows to sys.sql_dependencies for the stored procedure because 
it depends on the missing table 'dbo.proc_log_action_verbose'. The stored 
procedure will still be created; however, it cannot be successfully executed 
until the table exists.Cannot add rows to sys.sql_dependencies for the stored 
procedure because it depends on the missing table 'dbo.proc_log_error'. The 
stored procedure will still be created; however, it cannot be successfully 
executed until the table exists.create procedure 
dbo.proc_DiscSpaceFree_PollServer - finisdbo.proc_DiscSpaceFree_PollServer - 
finis dbo.proc_log_action_simple - debutcreate procedure 
dbo.proc_log_action_simple - debutCannot add rows to sys.sql_dependencies for 
the stored procedure because it depends on the missing table 
'dbo.proc_log_error'. The stored procedure will still be created; however, it 
cannot be successfully executed until the table exists.create procedure 
dbo.proc_log_action_simple - finisdbo.proc_log_action_simple - finis 
dbo.proc_log_action_verbose - debutcreate procedure 
dbo.proc_log_action_verbose - debutCannot add rows to sys.sql_dependencies for 
the stored procedure because it depends on the missing table 
'dbo.proc_log_error'. The stored procedure will still be created; however, it 
cannot be successfully executed until the table exists.create procedure 
dbo.proc_log_action_verbose - finisdbo.proc_log_action_verbose - finis 
dbo.proc_log_error - debutcreate procedure dbo.proc_log_error - debut
create procedure dbo.proc_log_error - finisdbo.proc_log_error - finis 
dbo.proc_log_generateParameterString - debutcreate procedure 
dbo.proc_log_generateParameterString - debutcreate procedure 
dbo.proc_log_generateParameterString - 
finisdbo.proc_log_generateParameterString - 
finisBU

[nant-dev] [ nant-Bugs-3029856 ] xmlns not allowed in custom task

2010-07-15 Thread SourceForge.net
Bugs item #3029856, was opened at 2010-07-15 01:19
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3029856&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.91-alpha1
Status: Open
Resolution: None
Priority: 6
Private: No
Submitted By: https://www.google.com/accounts ()
Assigned to: Nobody/Anonymous (nobody)
Summary: xmlns not allowed in custom task

Initial Comment:
After upgrading to 0.91 alpha, the xmlns attribute is no longer allowed in the 
xml in a custom task. The project fails with "

I have a custom task  which has the following XML in an include 
file:

  
  

  http://my.uri"; />

  

This XML is rightfully ignored by nAnt in the previous versions, but will now 
fail with: 

Could not include build file 'C:\Projects\PT\Website2008\configmerge.build'.
The 'xmlns' attribute is bound to the reserved namespace 
'http://www.w3.org/2000/xmlns/'.


--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-07-15 22:39

Message:
Did your custom task work in 0.90?  I ask because one of the changes that
went into 0.90 was related to xmlns and include files but the include task
wasn't touched between 0.90 and 0.91 alpha.

You might wanna include additional details regarding your custom task
because it may be doing something that we are not familiar with.  This
information could provide us with some insight.

I just uploaded a new nightly release that has some changes that might
have some impact to this but I can't say for sure.

------

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

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3008782 ] output still all in one line

2010-07-15 Thread SourceForge.net
Bugs item #3008782, was opened at 2010-05-28 15:04
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3008782&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.90
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: http://duncanmcrae.myopenid.com ()
Assigned to: Nobody/Anonymous (nobody)
Summary: output still all in one line

Initial Comment:
nant-0.91-nightly-2010-05-12

I use the build output for debugging, and it gets picked up by CC.NET.  At 
least to me, it is important that this be legible, so I'm really looking 
forward to this getting resolved (and released in a nightly build).  Thanks!



###looks good - begin

convert.sqlTemplate:

[loadtasks] Scanning assembly "NAnt.Contrib.Tasks" for extensions.
 [copy] Copying 1 file to 
'C:\development\ServerMonitor\trunk\database.copy.build.number'.
  [version] Build number '0.0.1.0'.
 [copy] Copying 1 file to 
'C:\development\ServerMonitor\trunk\source\tsql\build.sql'.

###looks good - end
###nightmare to read - begin
 [exec] 
BUILD
 1 - 
DEBUTChanged
 database context to 'ServerMonitor'.Changed database context to 'master'. 
ServerMonitor - debutdrop database ServerMonitor - debutdrop database 
ServerMonitor - finiscreate database ServerMonitor - debutcreate 
database ServerMonitor - finisset properties ServerMonitor - debutDBCC 
execution completed. If DBCC printed error messages, contact your system 
administrator.set properties ServerMonitor - finisChanged database context 
to 'ServerMonitor'. dbo.t_DiscSpaceFree - debutdbo.t_DiscSpaceFree - finis 
dbo.t_log_action - debutdbo.t_log_action - finis dbo.t_log_error - 
debutdbo.t_log_error - finis dbo.t_log_error_elmah - debutcreate table 
dbo.t_log_error_elmah - debutcreate table dbo.t_log_error_elmah - 
finisdbo.t_log_error_elmah - finis dbo.proc_DiscSpaceFree_PollServer - debut
create procedure dbo.proc_DiscSpaceFree_PollServer - debutCannot add rows to 
sys.sql_dependencies for the stored procedure because it depends on the missing 
table 'dbo.proc_log_action_simple'. The stored procedure will still be created; 
however, it cannot be successfully executed until the table exists.Cannot add 
rows to sys.sql_dependencies for the stored procedure because it depends on the 
missing table 'dbo.proc_log_generateParameterString'. The stored procedure will 
still be created; however, it cannot be successfully executed until the table 
exists.Cannot add rows to sys.sql_dependencies for the stored procedure because 
it depends on the missing table 'dbo.proc_log_action_verbose'. The stored 
procedure will still be created; however, it cannot be successfully executed 
until the table exists.Cannot add rows to sys.sql_dependencies for the stored 
procedure because it depends on the missing table 'dbo.proc_log_error'. The 
stored procedure will still be created; however, it cannot be successfully 
executed until the table exists.create procedure 
dbo.proc_DiscSpaceFree_PollServer - finisdbo.proc_DiscSpaceFree_PollServer - 
finis dbo.proc_log_action_simple - debutcreate procedure 
dbo.proc_log_action_simple - debutCannot add rows to sys.sql_dependencies for 
the stored procedure because it depends on the missing table 
'dbo.proc_log_error'. The stored procedure will still be created; however, it 
cannot be successfully executed until the table exists.create procedure 
dbo.proc_log_action_simple - finisdbo.proc_log_action_simple - finis 
dbo.proc_log_action_verbose - debutcreate procedure 
dbo.proc_log_action_verbose - debutCannot add rows to sys.sql_dependencies for 
the stored procedure because it depends on the missing table 
'dbo.proc_log_error'. The stored procedure will still be created; however, it 
cannot be successfully executed until the table exists.create procedure 
dbo.proc_log_action_verbose - finisdbo.proc_log_action_verbose - finis 
dbo.proc_log_error - debutcreate procedure dbo.proc_log_error - debut
create procedure dbo.proc_log_error - finisdbo.proc_log_error - finis 
dbo.proc_log_generateParameterString - debutcreate procedure 
dbo.proc_log_generateParameterString - debutcreate procedure 
dbo.proc_log_generateParameterString - 
finisdbo.proc_log_generateParameterString - 
finis

[nant-dev] [ nant-Bugs-3008782 ] output still all in one line

2010-07-15 Thread SourceForge.net
Bugs item #3008782, was opened at 2010-05-28 17:04
Message generated for change (Comment added) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3008782&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.90
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: http://duncanmcrae.myopenid.com ()
Assigned to: Nobody/Anonymous (nobody)
Summary: output still all in one line

Initial Comment:
nant-0.91-nightly-2010-05-12

I use the build output for debugging, and it gets picked up by CC.NET.  At 
least to me, it is important that this be legible, so I'm really looking 
forward to this getting resolved (and released in a nightly build).  Thanks!



###looks good - begin

convert.sqlTemplate:

[loadtasks] Scanning assembly "NAnt.Contrib.Tasks" for extensions.
 [copy] Copying 1 file to 
'C:\development\ServerMonitor\trunk\database.copy.build.number'.
  [version] Build number '0.0.1.0'.
 [copy] Copying 1 file to 
'C:\development\ServerMonitor\trunk\source\tsql\build.sql'.

###looks good - end
###nightmare to read - begin
 [exec] 
BUILD
 1 - 
DEBUTChanged
 database context to 'ServerMonitor'.Changed database context to 'master'. 
ServerMonitor - debutdrop database ServerMonitor - debutdrop database 
ServerMonitor - finiscreate database ServerMonitor - debutcreate 
database ServerMonitor - finisset properties ServerMonitor - debutDBCC 
execution completed. If DBCC printed error messages, contact your system 
administrator.set properties ServerMonitor - finisChanged database context 
to 'ServerMonitor'. dbo.t_DiscSpaceFree - debutdbo.t_DiscSpaceFree - finis 
dbo.t_log_action - debutdbo.t_log_action - finis dbo.t_log_error - 
debutdbo.t_log_error - finis dbo.t_log_error_elmah - debutcreate table 
dbo.t_log_error_elmah - debutcreate table dbo.t_log_error_elmah - 
finisdbo.t_log_error_elmah - finis dbo.proc_DiscSpaceFree_PollServer - debut
create procedure dbo.proc_DiscSpaceFree_PollServer - debutCannot add rows to 
sys.sql_dependencies for the stored procedure because it depends on the missing 
table 'dbo.proc_log_action_simple'. The stored procedure will still be created; 
however, it cannot be successfully executed until the table exists.Cannot add 
rows to sys.sql_dependencies for the stored procedure because it depends on the 
missing table 'dbo.proc_log_generateParameterString'. The stored procedure will 
still be created; however, it cannot be successfully executed until the table 
exists.Cannot add rows to sys.sql_dependencies for the stored procedure because 
it depends on the missing table 'dbo.proc_log_action_verbose'. The stored 
procedure will still be created; however, it cannot be successfully executed 
until the table exists.Cannot add rows to sys.sql_dependencies for the stored 
procedure because it depends on the missing table 'dbo.proc_log_error'. The 
stored procedure will still be created; however, it cannot be successfully 
executed until the table exists.create procedure 
dbo.proc_DiscSpaceFree_PollServer - finisdbo.proc_DiscSpaceFree_PollServer - 
finis dbo.proc_log_action_simple - debutcreate procedure 
dbo.proc_log_action_simple - debutCannot add rows to sys.sql_dependencies for 
the stored procedure because it depends on the missing table 
'dbo.proc_log_error'. The stored procedure will still be created; however, it 
cannot be successfully executed until the table exists.create procedure 
dbo.proc_log_action_simple - finisdbo.proc_log_action_simple - finis 
dbo.proc_log_action_verbose - debutcreate procedure 
dbo.proc_log_action_verbose - debutCannot add rows to sys.sql_dependencies for 
the stored procedure because it depends on the missing table 
'dbo.proc_log_error'. The stored procedure will still be created; however, it 
cannot be successfully executed until the table exists.create procedure 
dbo.proc_log_action_verbose - finisdbo.proc_log_action_verbose - finis 
dbo.proc_log_error - debutcreate procedure dbo.proc_log_error - debut
create procedure dbo.proc_log_error - finisdbo.proc_log_error - finis 
dbo.proc_log_generateParameterString - debutcreate procedure 
dbo.proc_log_generateParameterString - debutcreate procedure 
dbo.proc_log_generateParameterString - 
finisdbo.proc_log_generateParameterString - 
finisBU

[nant-dev] [ nant-Bugs-3008782 ] output still all in one line

2010-07-15 Thread SourceForge.net
Bugs item #3008782, was opened at 2010-05-28 17:04
Message generated for change (Comment added) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3008782&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.90
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: http://duncanmcrae.myopenid.com ()
Assigned to: Nobody/Anonymous (nobody)
Summary: output still all in one line

Initial Comment:
nant-0.91-nightly-2010-05-12

I use the build output for debugging, and it gets picked up by CC.NET.  At 
least to me, it is important that this be legible, so I'm really looking 
forward to this getting resolved (and released in a nightly build).  Thanks!



###looks good - begin

convert.sqlTemplate:

[loadtasks] Scanning assembly "NAnt.Contrib.Tasks" for extensions.
 [copy] Copying 1 file to 
'C:\development\ServerMonitor\trunk\database.copy.build.number'.
  [version] Build number '0.0.1.0'.
 [copy] Copying 1 file to 
'C:\development\ServerMonitor\trunk\source\tsql\build.sql'.

###looks good - end
###nightmare to read - begin
 [exec] 
BUILD
 1 - 
DEBUTChanged
 database context to 'ServerMonitor'.Changed database context to 'master'. 
ServerMonitor - debutdrop database ServerMonitor - debutdrop database 
ServerMonitor - finiscreate database ServerMonitor - debutcreate 
database ServerMonitor - finisset properties ServerMonitor - debutDBCC 
execution completed. If DBCC printed error messages, contact your system 
administrator.set properties ServerMonitor - finisChanged database context 
to 'ServerMonitor'. dbo.t_DiscSpaceFree - debutdbo.t_DiscSpaceFree - finis 
dbo.t_log_action - debutdbo.t_log_action - finis dbo.t_log_error - 
debutdbo.t_log_error - finis dbo.t_log_error_elmah - debutcreate table 
dbo.t_log_error_elmah - debutcreate table dbo.t_log_error_elmah - 
finisdbo.t_log_error_elmah - finis dbo.proc_DiscSpaceFree_PollServer - debut
create procedure dbo.proc_DiscSpaceFree_PollServer - debutCannot add rows to 
sys.sql_dependencies for the stored procedure because it depends on the missing 
table 'dbo.proc_log_action_simple'. The stored procedure will still be created; 
however, it cannot be successfully executed until the table exists.Cannot add 
rows to sys.sql_dependencies for the stored procedure because it depends on the 
missing table 'dbo.proc_log_generateParameterString'. The stored procedure will 
still be created; however, it cannot be successfully executed until the table 
exists.Cannot add rows to sys.sql_dependencies for the stored procedure because 
it depends on the missing table 'dbo.proc_log_action_verbose'. The stored 
procedure will still be created; however, it cannot be successfully executed 
until the table exists.Cannot add rows to sys.sql_dependencies for the stored 
procedure because it depends on the missing table 'dbo.proc_log_error'. The 
stored procedure will still be created; however, it cannot be successfully 
executed until the table exists.create procedure 
dbo.proc_DiscSpaceFree_PollServer - finisdbo.proc_DiscSpaceFree_PollServer - 
finis dbo.proc_log_action_simple - debutcreate procedure 
dbo.proc_log_action_simple - debutCannot add rows to sys.sql_dependencies for 
the stored procedure because it depends on the missing table 
'dbo.proc_log_error'. The stored procedure will still be created; however, it 
cannot be successfully executed until the table exists.create procedure 
dbo.proc_log_action_simple - finisdbo.proc_log_action_simple - finis 
dbo.proc_log_action_verbose - debutcreate procedure 
dbo.proc_log_action_verbose - debutCannot add rows to sys.sql_dependencies for 
the stored procedure because it depends on the missing table 
'dbo.proc_log_error'. The stored procedure will still be created; however, it 
cannot be successfully executed until the table exists.create procedure 
dbo.proc_log_action_verbose - finisdbo.proc_log_action_verbose - finis 
dbo.proc_log_error - debutcreate procedure dbo.proc_log_error - debut
create procedure dbo.proc_log_error - finisdbo.proc_log_error - finis 
dbo.proc_log_generateParameterString - debutcreate procedure 
dbo.proc_log_generateParameterString - debutcreate procedure 
dbo.proc_log_generateParameterString - 
finisdbo.proc_log_generateParameterString - 
finisBU

[nant-dev] [ nant-Bugs-3029856 ] xmlns not allowed in custom task

2010-07-15 Thread SourceForge.net
Bugs item #3029856, was opened at 2010-07-15 08:19
Message generated for change (Settings changed) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3029856&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
>Group: 0.91-alpha1
Status: Open
Resolution: None
>Priority: 6
Private: No
Submitted By: https://www.google.com/accounts ()
Assigned to: Nobody/Anonymous (nobody)
Summary: xmlns not allowed in custom task

Initial Comment:
After upgrading to 0.91 alpha, the xmlns attribute is no longer allowed in the 
xml in a custom task. The project fails with "

I have a custom task  which has the following XML in an include 
file:

  
  

  http://my.uri"; />

  

This XML is rightfully ignored by nAnt in the previous versions, but will now 
fail with: 

Could not include build file 'C:\Projects\PT\Website2008\configmerge.build'.
The 'xmlns' attribute is bound to the reserved namespace 
'http://www.w3.org/2000/xmlns/'.


------

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

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3029856 ] xmlns not allowed in custom task

2010-07-15 Thread SourceForge.net
Bugs item #3029856, was opened at 2010-07-15 08:19
Message generated for change (Tracker Item Submitted) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3029856&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: https://www.google.com/accounts ()
Assigned to: Nobody/Anonymous (nobody)
Summary: xmlns not allowed in custom task

Initial Comment:
After upgrading to 0.91 alpha, the xmlns attribute is no longer allowed in the 
xml in a custom task. The project fails with "

I have a custom task  which has the following XML in an include 
file:

  
  

  http://my.uri"; />

  

This XML is rightfully ignored by nAnt in the previous versions, but will now 
fail with: 

Could not include build file 'C:\Projects\PT\Website2008\configmerge.build'.
The 'xmlns' attribute is bound to the reserved namespace 
'http://www.w3.org/2000/xmlns/'.


------

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

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-2972647 ] Aximp does not support .NET 3.5

2010-07-03 Thread SourceForge.net
Bugs item #2972647, was opened at 2010-03-18 08:35
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=2972647&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: D Skiles (dskiles)
Assigned to: Nobody/Anonymous (nobody)
Summary: Aximp does not support .NET 3.5

Initial Comment:
In the latest nightly build (2010-03-17) almost every task supports using .NET 
3.5 on a 64 bit Windows 7 system.  Aximp, however, fails with the following 
message.

Error importing ActiveX control from 'c:\windows\system32\shdocvw.dll'.
The SDK for the 'net-2.0' framework is not available or not configured.

--

>Comment By: Ryan Boggs (rmboggs)
Date: 2010-07-03 21:14

Message:
Hey dskiles,
Is this still an issue?  Please reply so I know whether or not to close
out this ticket.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-03-20 14:31

Message:
dskiles,
Thanks for getting back.  If I understand the Win7 SDK, it is referred to
Windows SDK v7.0 (I know, duh).  Gert, correct me if I am wrong, but NAnt
is not currently setup to look for the sdk there.  If that is the case,
I'll submit a patch to include this in the sdk search.

--

Comment By: D Skiles (dskiles)
Date: 2010-03-20 13:59

Message:
RmBoggs,
I currently only have the .NET 3.5 Framework and the Windows 7 SDK.

--

Comment By: D Skiles (dskiles)
Date: 2010-03-20 13:58

Message:
I won't be able to get you a sample project until I get back to work on
Monday, but I think that the problem is with how it's discovering the
Windows 7 SDK.  I was able to work around it by adding a registry key to
the .NET Framework node in SysWow64.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-03-20 10:31

Message:
Yeah Gert, that is a problem that we should look into soon.  I ran into a
similar problem yesterday, in fact, when NAnt was looking for the .NET 3.5
SDK for a project I was testing.

D Skiles,
What .NET SDKs do you have installed?  And do you have a sample project we
can use to test?

--

Comment By: Gert Driesen (drieseng)
Date: 2010-03-19 00:44

Message:
I hate notebook keyboars :-)

For .NET 1.x and 2.x, this was easy as we could check for a specific
registry key.
As of .NET 3.0 (and higher), MS stopped shipping a separate SDK for each
.NET Framework version. Instead they included it in the Windows SDK.

For a given .NET Framework version one or more Windows SDK's may be
released that contain SDK tools.

I know we had Windows SDK 6.0, 6.0a, 6.1.

Whenever a new SP for a given version of the .NET Framework is released,
MS tends to release a new SDK resulting in a new installation directory
that is not easily discoverable.

Sure, you can find which Windows SDKs are installed. But how can we know
which .NET Framework version is targeted by that SDK. How can we avoid
having to update our configuration file (NAnt.exe.config) whenever a new SP
is released ?


--

Comment By: Gert Driesen (drieseng)
Date: 2010-03-19 00:37

Message:
Would need to look into this further to be sure if this applies here, but
one of the problems that we need to deal with is a way to discover the
installation directory of Windows SDK's that provide tooling support for a
given target framework.

For .NET 1.x and 2.x, this w

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-03-18 19:48

Message:
Hi,

Can you please provide a sample project that we can use to test?

------

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

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3008782 ] output still all in one line

2010-07-03 Thread SourceForge.net
Bugs item #3008782, was opened at 2010-05-28 15:04
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3008782&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: 0.90
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: http://duncanmcrae.myopenid.com ()
Assigned to: Nobody/Anonymous (nobody)
Summary: output still all in one line

Initial Comment:
nant-0.91-nightly-2010-05-12

I use the build output for debugging, and it gets picked up by CC.NET.  At 
least to me, it is important that this be legible, so I'm really looking 
forward to this getting resolved (and released in a nightly build).  Thanks!



###looks good - begin

convert.sqlTemplate:

[loadtasks] Scanning assembly "NAnt.Contrib.Tasks" for extensions.
 [copy] Copying 1 file to 
'C:\development\ServerMonitor\trunk\database.copy.build.number'.
  [version] Build number '0.0.1.0'.
 [copy] Copying 1 file to 
'C:\development\ServerMonitor\trunk\source\tsql\build.sql'.

###looks good - end
###nightmare to read - begin
 [exec] 
BUILD
 1 - 
DEBUTChanged
 database context to 'ServerMonitor'.Changed database context to 'master'. 
ServerMonitor - debutdrop database ServerMonitor - debutdrop database 
ServerMonitor - finiscreate database ServerMonitor - debutcreate 
database ServerMonitor - finisset properties ServerMonitor - debutDBCC 
execution completed. If DBCC printed error messages, contact your system 
administrator.set properties ServerMonitor - finisChanged database context 
to 'ServerMonitor'. dbo.t_DiscSpaceFree - debutdbo.t_DiscSpaceFree - finis 
dbo.t_log_action - debutdbo.t_log_action - finis dbo.t_log_error - 
debutdbo.t_log_error - finis dbo.t_log_error_elmah - debutcreate table 
dbo.t_log_error_elmah - debutcreate table dbo.t_log_error_elmah - 
finisdbo.t_log_error_elmah - finis dbo.proc_DiscSpaceFree_PollServer - debut
create procedure dbo.proc_DiscSpaceFree_PollServer - debutCannot add rows to 
sys.sql_dependencies for the stored procedure because it depends on the missing 
table 'dbo.proc_log_action_simple'. The stored procedure will still be created; 
however, it cannot be successfully executed until the table exists.Cannot add 
rows to sys.sql_dependencies for the stored procedure because it depends on the 
missing table 'dbo.proc_log_generateParameterString'. The stored procedure will 
still be created; however, it cannot be successfully executed until the table 
exists.Cannot add rows to sys.sql_dependencies for the stored procedure because 
it depends on the missing table 'dbo.proc_log_action_verbose'. The stored 
procedure will still be created; however, it cannot be successfully executed 
until the table exists.Cannot add rows to sys.sql_dependencies for the stored 
procedure because it depends on the missing table 'dbo.proc_log_error'. The 
stored procedure will still be created; however, it cannot be successfully 
executed until the table exists.create procedure 
dbo.proc_DiscSpaceFree_PollServer - finisdbo.proc_DiscSpaceFree_PollServer - 
finis dbo.proc_log_action_simple - debutcreate procedure 
dbo.proc_log_action_simple - debutCannot add rows to sys.sql_dependencies for 
the stored procedure because it depends on the missing table 
'dbo.proc_log_error'. The stored procedure will still be created; however, it 
cannot be successfully executed until the table exists.create procedure 
dbo.proc_log_action_simple - finisdbo.proc_log_action_simple - finis 
dbo.proc_log_action_verbose - debutcreate procedure 
dbo.proc_log_action_verbose - debutCannot add rows to sys.sql_dependencies for 
the stored procedure because it depends on the missing table 
'dbo.proc_log_error'. The stored procedure will still be created; however, it 
cannot be successfully executed until the table exists.create procedure 
dbo.proc_log_action_verbose - finisdbo.proc_log_action_verbose - finis 
dbo.proc_log_error - debutcreate procedure dbo.proc_log_error - debut
create procedure dbo.proc_log_error - finisdbo.proc_log_error - finis 
dbo.proc_log_generateParameterString - debutcreate procedure 
dbo.proc_log_generateParameterString - debutcreate procedure 
dbo.proc_log_generateParameterString - 
finisdbo.proc_log_generateParameterString - 
finis

[nant-dev] [ nant-Bugs-3010101 ] Automatic Property Support

2010-07-03 Thread SourceForge.net
Bugs item #3010101, was opened at 2010-06-01 14:32
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3010101&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: 0.91-alpha1
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: jh72i (jh72i)
Assigned to: Nobody/Anonymous (nobody)
Summary: Automatic Property Support

Initial Comment:
Folk, I have migrated all code and utilities to the latest versions recently. 
NAnt no longer works because it fails compilation on automatic properties. I 
have followed the advice in the help on targetting the 3.5 framework but to no 
avail.

So my questions are:
1. are automatic properties supported (will they compile)?
2. if yes how?
3. are VS2008 solutions supported?

Thank you

--

>Comment By: Ryan Boggs (rmboggs)
Date: 2010-07-03 21:04

Message:
What automatic properties are you looking for?  It'll help me track down
what changed.

--

Comment By: Gert Kello (gkello)
Date: 2010-06-03 00:41

Message:
I suppose he means property like
public int Foo { get; set; } 
in C# code.
It is not supported currently, I am working to get the patch ready (netx
week perhaps, quite busy during this week)

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-06-02 22:47

Message:
What are the property names that you are looking for?

--

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

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3013492 ] NAnt::get-assembly() conversion issues

2010-07-03 Thread SourceForge.net
Bugs item #3013492, was opened at 2010-06-08 16:37
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3013492&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Functions
Group: 0.91-alpha1
Status: Open
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Ryan Boggs (rmboggs)
Assigned to: Gert Driesen (drieseng)
Summary: NAnt::get-assembly() conversion issues

Initial Comment:
Using any assembly type functions on the NAnt::get-assembly() function causes 
an "Object must implement IConvertible." error.

--

>Comment By: Ryan Boggs (rmboggs)
Date: 2010-07-03 21:02

Message:
Just confirmed the patch Gert committed works but I am still running into
other issues.  If I can confirm that these new issues are not related to
this bug, I will close.

--

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

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3023387 ] variable with if statement not working inside setenv

2010-07-03 Thread SourceForge.net
Bugs item #3023387, was opened at 2010-06-30 07:42
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3023387&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Functions
Group: 0.90
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: https://me.yahoo.com/a/N1XAFoxk ()
>Assigned to: Ryan Boggs (rmboggs)
Summary: variable with if statement not working inside setenv

Initial Comment:
 I have the following setenv block:


   
 

The environment variable does not exist, but I get a fatal error as the value 
is still attempted to be set.

Function call failed.
Expression: ${environment::get-variable('some_non_existing_envvar')}
  
Environment variable "some_non_existing_envvar" does not exist.

If I move the "if" statement up to the setenv level, the variable is not set 
which is what I expect.
The workaround I am using is this:


  
   

--

>Comment By: Ryan Boggs (rmboggs)
Date: 2010-07-03 20:56

Message:
I'll take a look but I can't promise anything.  I'll keep you posted.

------

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

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3023699 ] Build error when referencing System.Management

2010-07-03 Thread SourceForge.net
Bugs item #3023699, was opened at 2010-07-01 01:33
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3023699&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: 0.91-alpha1
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Eberhard Beilharz (eberhard)
>Assigned to: Ryan Boggs (rmboggs)
Summary: Build error when referencing System.Management

Initial Comment:
When building for .NET 4.0 and the csc task includes a reference to 
System.Management.dll the build fails with:

  [csc] 
c:\Windows\Microsoft.NET\Framework\v4.0.30319\System.Management.dll: error 
CS1703: An assembly with the same identity 'System.Management, Version=4.0.0.0, 
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' has already been imported. 
Try removing one of the duplicate references.
  [csc] c:\Program Files\Reference 
Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Management.dll: 
(Location of symbol related to previous error)


--

>Comment By: Ryan Boggs (rmboggs)
Date: 2010-07-03 20:50

Message:
Thanks for the report Eberhard.  I commited the fix and confirmed that it
works with the test you sent it.  It will be in 0.91 Alpha2.

--

Comment By: Eberhard Beilharz (eberhard)
Date: 2010-07-01 01:44

Message:
The reason it fails is a typo in NAnt.exe.config where
System.Management.dll is misspelled. See patch #3023707 for a fix.

--

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

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3023699 ] Build error when referencing System.Management

2010-07-01 Thread SourceForge.net
Bugs item #3023699, was opened at 2010-07-01 03:33
Message generated for change (Comment added) made by eberhard
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3023699&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: 0.91-alpha1
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Eberhard Beilharz (eberhard)
Assigned to: Nobody/Anonymous (nobody)
Summary: Build error when referencing System.Management

Initial Comment:
When building for .NET 4.0 and the csc task includes a reference to 
System.Management.dll the build fails with:

  [csc] 
c:\Windows\Microsoft.NET\Framework\v4.0.30319\System.Management.dll: error 
CS1703: An assembly with the same identity 'System.Management, Version=4.0.0.0, 
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' has already been imported. 
Try removing one of the duplicate references.
  [csc] c:\Program Files\Reference 
Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Management.dll: 
(Location of symbol related to previous error)


--

>Comment By: Eberhard Beilharz (eberhard)
Date: 2010-07-01 03:44

Message:
The reason it fails is a typo in NAnt.exe.config where
System.Management.dll is misspelled. See patch #3023707 for a fix.

--

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

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3023699 ] Build error when referencing System.Management

2010-07-01 Thread SourceForge.net
Bugs item #3023699, was opened at 2010-07-01 03:33
Message generated for change (Tracker Item Submitted) made by eberhard
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3023699&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Framework support
Group: 0.91-alpha1
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Eberhard Beilharz (eberhard)
Assigned to: Nobody/Anonymous (nobody)
Summary: Build error when referencing System.Management

Initial Comment:
When building for .NET 4.0 and the csc task includes a reference to 
System.Management.dll the build fails with:

  [csc] 
c:\Windows\Microsoft.NET\Framework\v4.0.30319\System.Management.dll: error 
CS1703: An assembly with the same identity 'System.Management, Version=4.0.0.0, 
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' has already been imported. 
Try removing one of the duplicate references.
  [csc] c:\Program Files\Reference 
Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Management.dll: 
(Location of symbol related to previous error)


--

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

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3023387 ] variable with if statement not working inside setenv

2010-06-30 Thread SourceForge.net
Bugs item #3023387, was opened at 2010-06-30 14:42
Message generated for change (Tracker Item Submitted) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3023387&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Functions
Group: 0.90
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: https://me.yahoo.com/a/N1XAFoxk ()
Assigned to: Nobody/Anonymous (nobody)
Summary: variable with if statement not working inside setenv

Initial Comment:
 I have the following setenv block:


   
 

The environment variable does not exist, but I get a fatal error as the value 
is still attempted to be set.

Function call failed.
Expression: ${environment::get-variable('some_non_existing_envvar')}
  
Environment variable "some_non_existing_envvar" does not exist.

If I move the "if" statement up to the setenv level, the variable is not set 
which is what I expect.
The workaround I am using is this:


  
   

--

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

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


  1   2   3   4   5   6   7   8   9   10   >