[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=detailatid=402868aid=3383872group_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:
IPermission class=System.Security.Permissions.EnvironmentPermission, mscorlib,
 Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
version=1
Unrestricted=true/


--

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

--
BlackBerryreg; 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 16:51
Message generated for change (Comment added) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3058913group_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:
  project xmlns=http://nant.sf.net/release/0.91-alpha2/nant.xsd; name=a
descriptionmy description/description
  /project
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: xs:complexType name=NAnt.Core.Tasks.DescriptionTask
by  xs:complexType name=NAnt.Core.Tasks.DescriptionTask mixed=true

or

replace the occurrences of xs:element name=description 
type=nant:NAnt.Core.Tasks.DescriptionTask /
by  xs:element name=description type=xs:string /


--

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:

  xs:complexType name=Target mixed=true
xs:choice minOccurs=0 maxOccurs=unbounded
  xs:complexType name=NAnt.Core.Tasks.DescriptionTask

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=detailatid=402868aid=3058913group_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=detailatid=402868aid=3058913group_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:
  project xmlns=http://nant.sf.net/release/0.91-alpha2/nant.xsd; name=a
descriptionmy description/description
  /project
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: xs:complexType name=NAnt.Core.Tasks.DescriptionTask
by  xs:complexType name=NAnt.Core.Tasks.DescriptionTask mixed=true

or

replace the occurrences of xs:element name=description 
type=nant:NAnt.Core.Tasks.DescriptionTask /
by  xs:element name=description type=xs:string /


--

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:

  xs:complexType name=Target mixed=true
xs:choice minOccurs=0 maxOccurs=unbounded
  xs:complexType name=NAnt.Core.Tasks.DescriptionTask

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=detailatid=402868aid=3058913group_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=detailatid=402868aid=3058913group_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:
  project xmlns=http://nant.sf.net/release/0.91-alpha2/nant.xsd; name=a
descriptionmy description/description
  /project
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: xs:complexType name=NAnt.Core.Tasks.DescriptionTask
by  xs:complexType name=NAnt.Core.Tasks.DescriptionTask mixed=true

or

replace the occurrences of xs:element name=description 
type=nant:NAnt.Core.Tasks.DescriptionTask /
by  xs:element name=description type=xs:string /


--

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:

  xs:complexType name=Target mixed=true
xs:choice minOccurs=0 maxOccurs=unbounded
  xs:complexType name=NAnt.Core.Tasks.DescriptionTask

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=detailatid=402868aid=3058913group_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=detailatid=402868aid=3058913group_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:
  project xmlns=http://nant.sf.net/release/0.91-alpha2/nant.xsd; name=a
descriptionmy description/description
  /project
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: xs:complexType name=NAnt.Core.Tasks.DescriptionTask
by  xs:complexType name=NAnt.Core.Tasks.DescriptionTask mixed=true

or

replace the occurrences of xs:element name=description 
type=nant:NAnt.Core.Tasks.DescriptionTask /
by  xs:element name=description type=xs:string /


--

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:

  xs:complexType name=Target mixed=true
xs:choice minOccurs=0 maxOccurs=unbounded
  xs:complexType name=NAnt.Core.Tasks.DescriptionTask

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=detailatid=402868aid=3058913group_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 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=detailatid=402868aid=3317505group_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=detailatid=402868aid=3317505group_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=detailatid=402868aid=3317505group_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=detailatid=402868aid=3317505group_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=detailatid=402868aid=3317505group_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 exec 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=detailatid=402868aid=3317505group_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 13:02
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3317505group_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 exec 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=detailatid=402868aid=3317505group_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=detailatid=402868aid=3314793group_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.

include name=WPF/NaturalLanguage6.dll /
include name=WPF/NlsData0009.dll /
include name=WPF/NlsLexicons0009.dll /
include name=WPF/PenIMC.dll /
include name=WPF/PresentationCore.dll /
include name=WPF/PresentationFramework.Aero.dll /
include name=WPF/PresentationFramework.Classic.dll /
include name=WPF/PresentationFramework.dll /
include name=WPF/PresentationFramework.Luna.dll /
include name=WPF/PresentationFramework.Royale.dll /
include name=WPF/PresentationHost_v0400.dll /
include name=WPF/PresentationNative_v0400.dll /
include name=WPF/PresentationUI.dll /
include name=WPF/ReachFramework.dll /
include name=WPF/System.Printing.dll /
include name=WPF/System.Speech.dll /
include name=WPF/System.Windows.Input.Manipulations.dll /
include name=WPF/System.Windows.Presentation.dll /
include name=WPF/UIAutomationClient.dll /
include name=WPF/UIAutomationClientsideProviders.dll /
include name=WPF/UIAutomationProvider.dll /
include name=WPF/UIAutomationTypes.dll /
include name=WPF/WindowsBase.dll /
include name=WPF/WindowsFormsIntegration.dll /
include name=WPF/wpfgfx_v0400.dll /

Hope this helps !
Best regards,
Olivier GAUDEFROY

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3314793group_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-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=detailatid=402868aid=3306119group_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=detailatid=402868aid=3306119group_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=detailatid=402868aid=3301583group_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.

target name=remove-branches-checkout depends=remove-trunk-checkout
  delete dir=${local.r2w.clienttools.branches.dir} /
/target
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=detailatid=402868aid=3301583group_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-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=detailatid=402868aid=3095656group_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:

?xml version=1.0?
project name=Test default=run basedir=.
description/description  
property name=debug value=true/
property name=nant.settings.currentframework value=net-3.5 /
target name=run
script language=c#
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
/script
/target
/project

--

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=detailatid=402868aid=3095656group_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-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=detailatid=402868aid=3082030group_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:
exec / 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=detailatid=402868aid=3082030group_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-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=detailatid=402868aid=3105012group_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, ILoggerRepository repository)
   at log4net.Core.DefaultRepositorySelector.CreateRepository(Assembly
repositoryAssembly, Type repositoryType, String

[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=detailatid=402868aid=3105012group_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=detailatid=402868aid=3105012group_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=detailatid=402868aid=3105012group_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=detailatid=402868aid=3105012group_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 (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3105012group_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=detailatid=402868aid=3105012group_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 (Comment added) made by cmundi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3105012group_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
repositoryAssembly)
   at log4net.Core.LoggerManager.GetLogger(Assembly repositoryAssembly,
String name)
   at log4net.LogManager.GetLogger(Type type

[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=detailatid=402868aid=3095656group_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:

?xml version=1.0?
project name=Test default=run basedir=.
description/description  
property name=debug value=true/
property name=nant.settings.currentframework value=net-3.5 /
target name=run
script language=c#
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
/script
/target
/project

--

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

--
Nokia and ATT 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-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=detailatid=402868aid=3087400group_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=detailatid=402868aid=3087400group_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=detailatid=402868aid=3087400group_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=detailatid=402868aid=3087400group_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-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=detailatid=402868aid=3087620group_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=detailatid=402868aid=3087620group_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=detailatid=402868aid=3083774group_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:

startup
!-- .NET Framework 4.0 --
supportedRuntime version=v4.0.30319 /

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=detailatid=402868aid=3083774group_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=detailatid=402868aid=3083774group_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:

startup
!-- .NET Framework 4.0 --
supportedRuntime version=v4.0.30319 /

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=detailatid=402868aid=3083774group_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=detailatid=402868aid=3083774group_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:

startup
!-- .NET Framework 4.0 --
supportedRuntime version=v4.0.30319 /

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:

!-- .NET Framework 4.0 --
supportedRuntime version=v4.0.30319 /

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=detailatid=402868aid=3083774group_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=detailatid=402868aid=3082030group_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:
exec / 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=detailatid=402868aid=3082030group_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 ] exec 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=detailatid=402868aid=3080640group_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: exec Task Always Returns 0 for Batch Files on Windows XP

Initial Comment:
I\\\'m encountering an issue with the exec  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 exec 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:

target name=\\\build\\\
exec program=\\\fail.bat\\\
failonerror=\\\false\\\ resultproperty=\\\makeall.result\\\
/exec
echo message=\\\Makeall task returned result ${makeall.result}\\\/
fail if=\\\${int::parse(makeall.result) != 0}\\\Encountered 
${makeall.result} errors./fail
/target

which calls the following batch file:

exit /b 1

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

build:

 [exec] C:UsersWillCodeexit /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 
Codeexit /b 1 
 [echo] Makeall task returned result 0

BUILD SUCCEEDED

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3080640group_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=detailatid=402868aid=3008782group_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 - 
finisBUILD
 1 - 
FINIS

###nightmare to read - end

[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=detailatid=402868aid=3020488group_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=detailatid=402868aid=3020488group_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=detailatid=402868aid=3037484group_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=detailatid=402868aid=3037484group_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-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=detailatid=402868aid=3037484group_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=detailatid=402868aid=3037484group_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-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=detailatid=402868aid=3058913group_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:
  project xmlns=http://nant.sf.net/release/0.91-alpha2/nant.xsd; name=a
descriptionmy description/description
  /project
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: xs:complexType name=NAnt.Core.Tasks.DescriptionTask
by  xs:complexType name=NAnt.Core.Tasks.DescriptionTask mixed=true

or

replace the occurrences of xs:element name=description 
type=nant:NAnt.Core.Tasks.DescriptionTask /
by  xs:element name=description type=xs:string /


--

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=detailatid=402868aid=3058913group_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=detailatid=402868aid=3050877group_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:\SFNant091alpha2nmake /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=detailatid=402868aid=3050877group_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=detailatid=402868aid=3048200group_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
and extended installed, along with the 7 SDK and the .NET 2.0 SDK. The 0.90
doesn't crash. I'll

[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=detailatid=402868aid=3050877group_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:\SFNant091alpha2nmake /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=detailatid=402868aid=3050877group_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 18:23
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3050877group_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:\SFNant091alpha2nmake /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=detailatid=402868aid=3050877group_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=detailatid=402868aid=3048200group_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.exe] Error 126

--

Comment By: Ryan Boggs

[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=detailatid=402868aid=3048200group_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=detailatid=402868aid=3048200group_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=detailatid=402868aid=3020488group_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=detailatid=402868aid=3020488group_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=detailatid=402868aid=3020488group_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=detailatid=402868aid=3020488group_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=detailatid=402868aid=3048200group_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=detailatid=402868aid=3048200group_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 16:13
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3048200group_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 file that you are trying to build (or a simplified
build file if it contains sensitive

[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=detailatid=402868aid=3048200group_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=detailatid=402868aid=3048200group_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=detailatid=402868aid=3042497group_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:

include if=${framework::exists('mono-2.0')} 
name=${path::combine(framework::get-assembly-directory('mono-2.0'), 
'Mono.CompilerServices.SymbolWriter.dll')} /

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=detailatid=402868aid=3042497group_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=detailatid=402868aid=3048200group_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=detailatid=402868aid=3048200group_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=detailatid=402868aid=3048200group_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=detailatid=402868aid=3048200group_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=detailatid=402868aid=3048200group_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=detailatid=402868aid=3048200group_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 ] sysinfo / 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=detailatid=402868aid=3032628group_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: sysinfo / on x64 systems

Initial Comment:
On my W7x64 task sysinfo / 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=detailaid=1082225group_id=31650atid=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=detailatid=402868aid=3032628group_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=detailatid=402868aid=3013492group_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=detailatid=402868aid=3013492group_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 ] sysinfo / 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=detailatid=402868aid=3032628group_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: sysinfo / on x64 systems

Initial Comment:
On my W7x64 task sysinfo / 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=detailatid=402868aid=3032628group_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-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=detailatid=402868aid=3042497group_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:

include if=${framework::exists('mono-2.0')} 
name=${path::combine(framework::get-assembly-directory('mono-2.0'), 
'Mono.CompilerServices.SymbolWriter.dll')} /

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=detailatid=402868aid=3042497group_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=detailatid=402868aid=3037484group_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=detailatid=402868aid=3037484group_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=detailatid=402868aid=3037066group_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=detailatid=402868aid=3037066group_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=detailatid=402868aid=3037066group_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=detailatid=402868aid=3037066group_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 ] sysinfo / 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=detailatid=402868aid=3032628group_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: sysinfo / on x64 systems

Initial Comment:
On my W7x64 task sysinfo / 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=detailatid=402868aid=3032628group_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=detailatid=402868aid=1219844group_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.ThresholdLevel.Info) return;


That should suppress messages from embedded tasks, 
like attrib called within solution.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=detailatid=402868aid=1219844group_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 ] sysinfo / 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=detailatid=402868aid=3032628group_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: sysinfo / on x64 systems

Initial Comment:
On my W7x64 task sysinfo / 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=detailatid=402868aid=3032628group_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 15:04
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3008782group_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 - 
finisBUILD
 1 - 
FINIS

###nightmare to read - end

[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=detailatid=402868aid=3008782group_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 - 
finisBUILD
 1 - 
FINIS

###nightmare to read - end

[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=detailatid=402868aid=3008782group_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 - 
finisBUILD
 1 - 
FINIS

###nightmare to read - end

[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=detailatid=402868aid=3029856group_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 configmerge which has the following XML in an include 
file:

  !-- Analytics --
  configmerge configfile=filename.config
element action=Merge xpath=/configuration/setting
  setting name=Analytics.EMailFromAddress value=o...@pentia.dk 
xmlns=http://my.uri; /
/element
  /configmerge

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=detailatid=402868aid=3029856group_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 (Settings changed) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3029856group_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 configmerge which has the following XML in an include 
file:

  !-- Analytics --
  configmerge configfile=filename.config
element action=Merge xpath=/configuration/setting
  setting name=Analytics.EMailFromAddress value=o...@pentia.dk 
xmlns=http://my.uri; /
/element
  /configmerge

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=detailatid=402868aid=3029856group_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 17:04
Message generated for change (Comment added) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3008782group_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 - 
finisBUILD
 1 - 
FINIS

###nightmare to read - end

[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=detailatid=402868aid=3008782group_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 - 
finisBUILD
 1 - 
FINIS

###nightmare to read - end

[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=detailatid=402868aid=3008782group_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 - 
finisBUILD
 1 - 
FINIS

###nightmare to read - end

[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=detailatid=402868aid=3029856group_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 configmerge which has the following XML in an include 
file:

  !-- Analytics --
  configmerge configfile=filename.config
element action=Merge xpath=/configuration/setting
  setting name=Analytics.EMailFromAddress value=o...@pentia.dk 
xmlns=http://my.uri; /
/element
  /configmerge

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=detailatid=402868aid=3029856group_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=detailatid=402868aid=3023699group_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=detailatid=402868aid=3023699group_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=detailatid=402868aid=3023387group_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:

setenv verbose=true failonerror=false
   variable name=test 
value=${environment::get-variable('some_non_existing_envvar')} 
if=${environment::variable-exists('some_non_existing_envvar')} /
 /setenv

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:

if test=${environment::variable-exists('some_non_existing_envvar')} 
  setenv verbose=true name=test 
value=${environment::get-variable('some_non_existing_envvar')}
   /if

--

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=detailatid=402868aid=3023387group_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-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=detailatid=402868aid=3010101group_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=detailatid=402868aid=3010101group_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=detailatid=402868aid=3008782group_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 - 
finisBUILD
 1 - 
FINIS

###nightmare to read - end

[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=detailatid=402868aid=2972647group_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=detailatid=402868aid=2972647group_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=detailatid=402868aid=3023699group_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=detailatid=402868aid=3023699group_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=detailatid=402868aid=3023699group_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=detailatid=402868aid=3023699group_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-3016497 ] recursive include task

2010-06-18 Thread SourceForge.net
Bugs item #3016497, was opened at 2010-06-15 06:09
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3016497group_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.90
Status: Open
Resolution: Fixed
Priority: 8
Private: No
Submitted By: Alexander Mayer (alexandermayer)
Assigned to: Ryan Boggs (rmboggs)
Summary: recursive include task

Initial Comment:
Since version 0.90 the include task is called recursively. Thus, our builds 
fail for example with the message duplicate target 'coverage'. When different 
build files includ the same common.targets.build file, this error occurs.

Is that an expected behaviour? Can we expect a fix back to the 0.85-behaviour?

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-06-18 19:37

Message:
Hey, I have a fix in review right now.  Once it is approved, I will commit
for the next 0.91 alpha and close this ticket.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-06-16 17:24

Message:
Hi Alexander,
Thanks for the examples.  This really helps out.  I'll take a look this
week and see if I can track this down.

--

Comment By: Alexander Mayer (alexandermayer)
Date: 2010-06-16 05:40

Message:
I have attached some buildfiles from our build server.
- VehicleSystemTest.build is the main build for the project
- targets.include contains common build targets used for all build
projects.
- includes.include usually contains dependend project to be build before.

--

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

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3016497 ] recursive include task

2010-06-16 Thread SourceForge.net
Bugs item #3016497, was opened at 2010-06-15 06:09
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3016497group_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.90
Status: Open
Resolution: None
Priority: 8
Private: No
Submitted By: Alexander Mayer (alexandermayer)
Assigned to: Ryan Boggs (rmboggs)
Summary: recursive include task

Initial Comment:
Since version 0.90 the include task is called recursively. Thus, our builds 
fail for example with the message duplicate target 'coverage'. When different 
build files includ the same common.targets.build file, this error occurs.

Is that an expected behaviour? Can we expect a fix back to the 0.85-behaviour?

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-06-16 17:24

Message:
Hi Alexander,
Thanks for the examples.  This really helps out.  I'll take a look this
week and see if I can track this down.

--

Comment By: Alexander Mayer (alexandermayer)
Date: 2010-06-16 05:40

Message:
I have attached some buildfiles from our build server.
- VehicleSystemTest.build is the main build for the project
- targets.include contains common build targets used for all build
projects.
- includes.include usually contains dependend project to be build before.

--

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

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3016497 ] recursive include task

2010-06-15 Thread SourceForge.net
Bugs item #3016497, was opened at 2010-06-15 13:09
Message generated for change (Tracker Item Submitted) made by alexandermayer
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3016497group_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.90
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alexander Mayer (alexandermayer)
Assigned to: Nobody/Anonymous (nobody)
Summary: recursive include task

Initial Comment:
Since version 0.90 the include task is called recursively. Thus, our builds 
fail for example with the message duplicate target 'coverage'. When different 
build files includ the same common.targets.build file, this error occurs.

Is that an expected behaviour? Can we expect a fix back to the 0.85-behaviour?

--

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

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
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-06-08 Thread SourceForge.net
Bugs item #3013492, was opened at 2010-06-08 16:37
Message generated for change (Tracker Item Submitted) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3013492group_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: None
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.

--

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

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3010101 ] Automatic Property Support

2010-06-03 Thread SourceForge.net
Bugs item #3010101, was opened at 2010-06-02 00:32
Message generated for change (Comment added) made by gkello
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3010101group_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: Gert Kello (gkello)
Date: 2010-06-03 10: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-03 08:47

Message:
What are the property names that you are looking for?

--

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

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3010101 ] Automatic Property Support

2010-06-02 Thread SourceForge.net
Bugs item #3010101, was opened at 2010-06-01 14:32
Message generated for change (Settings changed) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3010101group_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-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=detailatid=402868aid=3010101group_id=31650

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3010101 ] Automatic Property Support

2010-06-01 Thread SourceForge.net
Bugs item #3010101, was opened at 2010-06-01 21:32
Message generated for change (Tracker Item Submitted) made by jh72i
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3010101group_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.90-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

--

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

--

___
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-05-28 Thread SourceForge.net
Bugs item #3008782, was opened at 2010-05-28 17:04
Message generated for change (Tracker Item Submitted) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3008782group_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-beta1
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 - 
finisBUILD
 1 - 
FINIS

###nightmare to read

[nant-dev] [ nant-Bugs-2999539 ] Both Zip and Tar tasks error using the latest release

2010-05-28 Thread SourceForge.net
Bugs item #2999539, was opened at 2010-05-10 12:12
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=2999539group_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: None
Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: fmhome (fmhome)
Assigned to: Nobody/Anonymous (nobody)
Summary: Both Zip and Tar tasks error using the latest release

Initial Comment:
Hi,

After upgrading to v0.90. I am getting this error while running the script.
Script Code:

project name=test

 target name=test1
  zip zipfile=D:\test\tes-lib.zip
  fileset basedir=D:\test\3.0.x prefix=test-lib
include name=**/
   /fileset
  /zip

  tar destfile=D:\test\tes-lib.tar.gz compression=GZip
   fileset basedir=D:\test\3.0.x prefix=test-lib
include name=**/
   /fileset
  /tar
 /target
/project

Error:
INTERNAL ERROR

System.IO.FileLoadException: Could not load file or assembly 
'ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, 
PublicKeyToken=1b03e6acf11
64f73' or one of its dependencies. The located assembly's manifest definition 
does not match the assembly reference. (Exception from HRESULT: 0x801310
40)
File name: 'ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, 
PublicKeyToken=1b03e6acf1164f73'
   at NAnt.Compression.Tasks.ZipTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Project.InitializeProjectDocument(XmlDocument doc)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value 
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure 
logging.
To turn this feature off, remove the registry value 
[HKLM\Software\Microsoft\Fusion!EnableLog].


--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-05-28 15:20

Message:
Nothing to do as it was a SharpZipLib versioning issue between NAnt
versions.

--

Comment By: fmhome (fmhome)
Date: 2010-05-10 12:21

Message:
ok, I found where the problem is.

It is an upgrade issue from 0.85. It used to be just overwriting the
existing binaries and one would be able to use the new version after that.

Not anymore...
I just tried a clean 0.90 and the taks seems to work.

Maybe, we should have upgrade section in the install/release notes

Thanks

--

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

--

___
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-05-28 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=detailatid=402868aid=3008782group_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 - 
finisBUILD
 1 - 
FINIS

###nightmare to read - end

[nant-dev] [ nant-Bugs-2999539 ] Both Zip and Tar tasks error using the latest release

2010-05-10 Thread SourceForge.net
Bugs item #2999539, was opened at 2010-05-10 12:12
Message generated for change (Tracker Item Submitted) made by fmhome
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=2999539group_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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: fmhome (fmhome)
Assigned to: Nobody/Anonymous (nobody)
Summary: Both Zip and Tar tasks error using the latest release

Initial Comment:
Hi,

After upgrading to v0.90. I am getting this error while running the script.
Script Code:

project name=test

 target name=test1
  zip zipfile=D:\test\tes-lib.zip
  fileset basedir=D:\test\3.0.x prefix=test-lib
include name=**/
   /fileset
  /zip

  tar destfile=D:\test\tes-lib.tar.gz compression=GZip
   fileset basedir=D:\test\3.0.x prefix=test-lib
include name=**/
   /fileset
  /tar
 /target
/project

Error:
INTERNAL ERROR

System.IO.FileLoadException: Could not load file or assembly 
'ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, 
PublicKeyToken=1b03e6acf11
64f73' or one of its dependencies. The located assembly's manifest definition 
does not match the assembly reference. (Exception from HRESULT: 0x801310
40)
File name: 'ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, 
PublicKeyToken=1b03e6acf1164f73'
   at NAnt.Compression.Tasks.ZipTask.ExecuteTask()
   at NAnt.Core.Task.Execute()
   at NAnt.Core.Project.InitializeProjectDocument(XmlDocument doc)
   at NAnt.Core.Project.Execute()
   at NAnt.Core.Project.Run()

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value 
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure 
logging.
To turn this feature off, remove the registry value 
[HKLM\Software\Microsoft\Fusion!EnableLog].


--

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

--

___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-2997300 ] tar task should create a folder

2010-05-07 Thread SourceForge.net
Bugs item #2997300, was opened at 2010-05-05 13:46
Message generated for change (Settings changed) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=2997300group_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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: fmhome (fmhome)
Assigned to: Ryan Boggs (rmboggs)
Summary: tar task should create a folder 

Initial Comment:
Hi,

It's me again :)

Similar issue but different task...
It is similar to zip task issue you guys have fixed last time.

The issue is with destfile attribute of tar task.
tar destfile=${root.dir}/${archive}/test.tar.gz

When the task is excuted, the task doesn't create the 
${root.dir}/${archive} folder structure and fail, unless the structure is
already there.
Sometime, users want to put the final tar.gz file in a different folder.
Otherwise one has to use mkdir to create the dir structure first then call
the tar task.



--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-05-07 20:52

Message:
hmm, I thought this was already fixed.  I'll look at it.  Should be
straight forward.

--

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

--

___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-2997300 ] tar task should create a folder

2010-05-05 Thread SourceForge.net
Bugs item #2997300, was opened at 2010-05-05 13:46
Message generated for change (Tracker Item Submitted) made by fmhome
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=2997300group_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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: fmhome (fmhome)
Assigned to: Nobody/Anonymous (nobody)
Summary: tar task should create a folder 

Initial Comment:
Hi,

It's me again :)

Similar issue but different task...
It is similar to zip task issue you guys have fixed last time.

The issue is with destfile attribute of tar task.
tar destfile=${root.dir}/${archive}/test.tar.gz

When the task is excuted, the task doesn't create the 
${root.dir}/${archive} folder structure and fail, unless the structure is
already there.
Sometime, users want to put the final tar.gz file in a different folder.
Otherwise one has to use mkdir to create the dir structure first then call
the tar task.



--

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

--
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-1526481 ] Copy, cant handle filepath

2010-04-24 Thread SourceForge.net
Bugs item #1526481, was opened at 2006-07-21 13:57
Message generated for change (Comment added) made by cchan_qa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1526481group_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.85
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: carle78 (carle78)
Assigned to: Charles Chan (cchan_qa)
Summary: Copy, cant handle filepath

Initial Comment:
Hi!

Im performing a backup of our perforce server, and one
file path is truncated. Everything else works. So I
suppose the path contains some character that confuses
the copy-task.

Here it is:
[copy] Copying
'd:\Perforce\depot\customerprojects\optics\interoptik\imports\vare\orginalfiler
fra leverandorer\ok\ok_adidas sport~februar
2005.xls,d\1.1.gz' to 'z:\Perforce\Data\1.1.gz'.

As you can see, only the last part of the path is kept.
This is from the NAnt-script:
copy todir=${backup.data.dir}
overwrite=${do.overwrite}  verbose=true

   fileset basedir=${data.dir}
  include name=**/*/
  exclude name=checkpoint*/
  exclude name=journal*/
  exclude name=db.*/
   /fileset

/copy

Best regards
Carl Ericsson

--

Comment By: Charles Chan (cchan_qa)
Date: 2010-04-24 21:51

Message:
I did a quick test and it appears to be working in the latest CVS HEAD.

directory structure:
C:\cygwin\home\admin\nanttree scratch\srcdir
Folder PATH listing
Volume serial number is C408-A4F3
C:\CYGWIN\HOME\ADMIN\NANT\SCRATCH\SRCDIR
├───normal_folder
└───ok_adidas sport~februar2005.xls,d

.build file:
?xml version=1.0?
project name=Hello World
copy todir=destdir overwrite=true verbose=true
fileset basedir=srcdir
include name=**/*/
/fileset
/copy
/project

result:
C:\cygwin\home\admin\nantbootstrap\nant.exe
-buildfile:scratch\test.build
NAnt 0.90 (Build 0.90.3761.0; dev; 4/19/2010)
Copyright (C) 2001-2010 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/cygwin/home/admin/nant/scratch/test.build
Target framework: Microsoft .NET Framework 3.5

 [copy] Copying 2 files to
'C:\cygwin\home\admin\nant\scratch\destdir'.
 [copy] Copying
'C:\cygwin\home\admin\nant\scratch\srcdir\normal_folder\aFile.txt' to
'C:\cygwin\home\admin\nant\scratch\destdir\normal_
folder\aFile.txt'.
 [copy] Copying 'C:\cygwin\home\admin\nant\scratch\srcdir\ok_adidas
sport~februar2005.xls,d\1.1.gz' to 'C:\cygwin\home\admin\nant\scratc
h\destdir\ok_adidas sport~februar2005.xls,d\1.1.gz'.

BUILD SUCCEEDED

Total time: 0.1 seconds.

--

Comment By: Charles Chan (cchan_qa)
Date: 2010-04-23 03:10

Message:
Hello carle78. Just want to check if this is still an issue? If so, are you
able to provide a small sample to reproduce the issue?

--

Comment By: carle78 (carle78)
Date: 2006-07-23 18:41

Message:
Logged In: YES 
user_id=1559638

Hello, actually I will not be able to do that for a while.
I´m  at home packing my bags for vacation, and I got the
scripts at  work. 
What I can say is that it was quite a lot of files (1+)
that where copied, but that shouln´t affect the logic I suppose.
I will be back at work in three weeks, I´ll try a
newer/nightly build and see if I can reproduce it.

/Carl

--

Comment By: Gert Driesen (drieseng)
Date: 2006-07-23 15:34

Message:
Logged In: YES 
user_id=707851

I'm unable to reproduce this issue. Can you create a small 
repro ?

You can use mkdir and touch to setup the 
files/directories in that sample build file to ensure it's 
a self-contained repro. 

--

Comment By: carle78 (carle78)
Date: 2006-07-23 11:30

Message:
Logged In: YES 
user_id=1559638

The value of the data.dir is d:/Perforce

--

Comment By: carle78 (carle78)
Date: 2006-07-23 11:29

Message:
Logged In: YES 
user_id=1559638

The filename is 1.1.gz

--

Comment By: Gert Driesen (drieseng)
Date: 2006-07-22 23:54

Message:
Logged In: YES 
user_id=707851

What's the value of data.dir ? In your example, what's the 
filename part ? It is ok_adidas sport~februar 
2005.xls,d\1.1.gz ? 

--

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

--
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https

[nant-dev] [ nant-Bugs-1526481 ] Copy, cant handle filepath

2010-04-24 Thread SourceForge.net
Bugs item #1526481, was opened at 2006-07-21 13:57
Message generated for change (Comment added) made by cchan_qa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1526481group_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.85
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: carle78 (carle78)
Assigned to: Charles Chan (cchan_qa)
Summary: Copy, cant handle filepath

Initial Comment:
Hi!

Im performing a backup of our perforce server, and one
file path is truncated. Everything else works. So I
suppose the path contains some character that confuses
the copy-task.

Here it is:
[copy] Copying
'd:\Perforce\depot\customerprojects\optics\interoptik\imports\vare\orginalfiler
fra leverandorer\ok\ok_adidas sport~februar
2005.xls,d\1.1.gz' to 'z:\Perforce\Data\1.1.gz'.

As you can see, only the last part of the path is kept.
This is from the NAnt-script:
copy todir=${backup.data.dir}
overwrite=${do.overwrite}  verbose=true

   fileset basedir=${data.dir}
  include name=**/*/
  exclude name=checkpoint*/
  exclude name=journal*/
  exclude name=db.*/
   /fileset

/copy

Best regards
Carl Ericsson

--

Comment By: Charles Chan (cchan_qa)
Date: 2010-04-24 21:56

Message:
Just for completeness, I also reconstructed the extended path based on the
information provided. Again it appears to be working correctly in the
latest CVS HEAD.

C:\cygwin\home\admin\nantbootstrap\nant.exe
-buildfile:scratch\test.build
NAnt 0.90 (Build 0.90.3761.0; dev; 4/19/2010)
Copyright (C) 2001-2010 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/cygwin/home/admin/nant/scratch/test.build
Target framework: Microsoft .NET Framework 3.5

 [copy] Created directory
'C:\cygwin\home\admin\nant\scratch\destdir\normal_folder'.
 [copy] Created directory
'C:\cygwin\home\admin\nant\scratch\destdir\Perforce\depot\customerprojects\optics\interoptik\imports\vare\orig
inal filter fra leverandorer\ok\ok_adidas sport~februar2005.xls,d'.
 [copy] Copying 2 files to
'C:\cygwin\home\admin\nant\scratch\destdir'.
 [copy] Copying
'C:\cygwin\home\admin\nant\scratch\srcdir\normal_folder\aFile.txt' to
'C:\cygwin\home\admin\nant\scratch\destdir\normal_
folder\aFile.txt'.
 [copy] Copying
'C:\cygwin\home\admin\nant\scratch\srcdir\Perforce\depot\customerprojects\optics\interoptik\imports\vare\original
filter
 fra leverandorer\ok\ok_adidas sport~februar2005.xls,d\1.1.gz' to
'C:\cygwin\home\admin\nant\scratch\destdir\Perforce\depot\customerprojects
\optics\interoptik\imports\vare\original filter fra
leverandorer\ok\ok_adidas sport~februar2005.xls,d\1.1.gz'.

BUILD SUCCEEDED

Total time: 0.2 seconds.

--

Comment By: Charles Chan (cchan_qa)
Date: 2010-04-24 21:51

Message:
I did a quick test and it appears to be working in the latest CVS HEAD.

directory structure:
C:\cygwin\home\admin\nanttree scratch\srcdir
Folder PATH listing
Volume serial number is C408-A4F3
C:\CYGWIN\HOME\ADMIN\NANT\SCRATCH\SRCDIR
├───normal_folder
└───ok_adidas sport~februar2005.xls,d

.build file:
?xml version=1.0?
project name=Hello World
copy todir=destdir overwrite=true verbose=true
fileset basedir=srcdir
include name=**/*/
/fileset
/copy
/project

result:
C:\cygwin\home\admin\nantbootstrap\nant.exe
-buildfile:scratch\test.build
NAnt 0.90 (Build 0.90.3761.0; dev; 4/19/2010)
Copyright (C) 2001-2010 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/cygwin/home/admin/nant/scratch/test.build
Target framework: Microsoft .NET Framework 3.5

 [copy] Copying 2 files to
'C:\cygwin\home\admin\nant\scratch\destdir'.
 [copy] Copying
'C:\cygwin\home\admin\nant\scratch\srcdir\normal_folder\aFile.txt' to
'C:\cygwin\home\admin\nant\scratch\destdir\normal_
folder\aFile.txt'.
 [copy] Copying 'C:\cygwin\home\admin\nant\scratch\srcdir\ok_adidas
sport~februar2005.xls,d\1.1.gz' to 'C:\cygwin\home\admin\nant\scratc
h\destdir\ok_adidas sport~februar2005.xls,d\1.1.gz'.

BUILD SUCCEEDED

Total time: 0.1 seconds.

--

Comment By: Charles Chan (cchan_qa)
Date: 2010-04-23 03:10

Message:
Hello carle78. Just want to check if this is still an issue? If so, are you
able to provide a small sample to reproduce the issue?

--

Comment By: carle78 (carle78)
Date: 2006-07-23 18:41

Message:
Logged In: YES 
user_id=1559638

Hello, actually I will not be able to do that for a while.
I´m  at home packing my bags for vacation, and I got the
scripts at  work. 
What I can say is that it was quite a lot of files (1+)
that where copied, but that shouln´t affect the logic I suppose.
I

[nant-dev] [ nant-Bugs-1526481 ] Copy, cant handle filepath

2010-04-24 Thread SourceForge.net
Bugs item #1526481, was opened at 2006-07-21 13:57
Message generated for change (Comment added) made by cchan_qa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1526481group_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.85
Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: carle78 (carle78)
Assigned to: Charles Chan (cchan_qa)
Summary: Copy, cant handle filepath

Initial Comment:
Hi!

Im performing a backup of our perforce server, and one
file path is truncated. Everything else works. So I
suppose the path contains some character that confuses
the copy-task.

Here it is:
[copy] Copying
'd:\Perforce\depot\customerprojects\optics\interoptik\imports\vare\orginalfiler
fra leverandorer\ok\ok_adidas sport~februar
2005.xls,d\1.1.gz' to 'z:\Perforce\Data\1.1.gz'.

As you can see, only the last part of the path is kept.
This is from the NAnt-script:
copy todir=${backup.data.dir}
overwrite=${do.overwrite}  verbose=true

   fileset basedir=${data.dir}
  include name=**/*/
  exclude name=checkpoint*/
  exclude name=journal*/
  exclude name=db.*/
   /fileset

/copy

Best regards
Carl Ericsson

--

Comment By: Charles Chan (cchan_qa)
Date: 2010-04-24 21:57

Message:
Resolve Fixed. Based my test, this does not appear to be an issue any more
and I will close the ticket.

--

Comment By: Charles Chan (cchan_qa)
Date: 2010-04-24 21:56

Message:
Just for completeness, I also reconstructed the extended path based on the
information provided. Again it appears to be working correctly in the
latest CVS HEAD.

C:\cygwin\home\admin\nantbootstrap\nant.exe
-buildfile:scratch\test.build
NAnt 0.90 (Build 0.90.3761.0; dev; 4/19/2010)
Copyright (C) 2001-2010 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/cygwin/home/admin/nant/scratch/test.build
Target framework: Microsoft .NET Framework 3.5

 [copy] Created directory
'C:\cygwin\home\admin\nant\scratch\destdir\normal_folder'.
 [copy] Created directory
'C:\cygwin\home\admin\nant\scratch\destdir\Perforce\depot\customerprojects\optics\interoptik\imports\vare\orig
inal filter fra leverandorer\ok\ok_adidas sport~februar2005.xls,d'.
 [copy] Copying 2 files to
'C:\cygwin\home\admin\nant\scratch\destdir'.
 [copy] Copying
'C:\cygwin\home\admin\nant\scratch\srcdir\normal_folder\aFile.txt' to
'C:\cygwin\home\admin\nant\scratch\destdir\normal_
folder\aFile.txt'.
 [copy] Copying
'C:\cygwin\home\admin\nant\scratch\srcdir\Perforce\depot\customerprojects\optics\interoptik\imports\vare\original
filter
 fra leverandorer\ok\ok_adidas sport~februar2005.xls,d\1.1.gz' to
'C:\cygwin\home\admin\nant\scratch\destdir\Perforce\depot\customerprojects
\optics\interoptik\imports\vare\original filter fra
leverandorer\ok\ok_adidas sport~februar2005.xls,d\1.1.gz'.

BUILD SUCCEEDED

Total time: 0.2 seconds.

--

Comment By: Charles Chan (cchan_qa)
Date: 2010-04-24 21:51

Message:
I did a quick test and it appears to be working in the latest CVS HEAD.

directory structure:
C:\cygwin\home\admin\nanttree scratch\srcdir
Folder PATH listing
Volume serial number is C408-A4F3
C:\CYGWIN\HOME\ADMIN\NANT\SCRATCH\SRCDIR
├───normal_folder
└───ok_adidas sport~februar2005.xls,d

.build file:
?xml version=1.0?
project name=Hello World
copy todir=destdir overwrite=true verbose=true
fileset basedir=srcdir
include name=**/*/
/fileset
/copy
/project

result:
C:\cygwin\home\admin\nantbootstrap\nant.exe
-buildfile:scratch\test.build
NAnt 0.90 (Build 0.90.3761.0; dev; 4/19/2010)
Copyright (C) 2001-2010 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/cygwin/home/admin/nant/scratch/test.build
Target framework: Microsoft .NET Framework 3.5

 [copy] Copying 2 files to
'C:\cygwin\home\admin\nant\scratch\destdir'.
 [copy] Copying
'C:\cygwin\home\admin\nant\scratch\srcdir\normal_folder\aFile.txt' to
'C:\cygwin\home\admin\nant\scratch\destdir\normal_
folder\aFile.txt'.
 [copy] Copying 'C:\cygwin\home\admin\nant\scratch\srcdir\ok_adidas
sport~februar2005.xls,d\1.1.gz' to 'C:\cygwin\home\admin\nant\scratc
h\destdir\ok_adidas sport~februar2005.xls,d\1.1.gz'.

BUILD SUCCEEDED

Total time: 0.1 seconds.

--

Comment By: Charles Chan (cchan_qa)
Date: 2010-04-23 03:10

Message:
Hello carle78. Just want to check if this is still an issue? If so, are you
able to provide a small sample to reproduce the issue?

--

Comment By: carle78 (carle78)
Date: 2006-07-23 18:41

Message:
Logged In: YES 
user_id=1559638

Hello, actually

[nant-dev] [ nant-Bugs-2972505 ] Directory not empty error

2010-04-24 Thread SourceForge.net
Bugs item #2972505, was opened at 2010-03-18 10:25
Message generated for change (Comment added) made by cchan_qa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=2972505group_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: Chris Kennedy (fresnobob)
Assigned to: Charles Chan (cchan_qa)
Summary: Directory not empty error

Initial Comment:
When I delete a folder with a lot sub folder I get a  Directory not empty 
error, when I run the script again it works. I am using v .85. 

I am doing a delete dir=path/

--

Comment By: Charles Chan (cchan_qa)
Date: 2010-04-24 22:28

Message:
Hello Chris, 

I did a quick test and is unable to reproduce this problem. Can you be
more specific and provide a zipped folder structure and build file for
testing?

Thanks.

--

Comment By: Chris Kennedy (fresnobob)
Date: 2010-03-24 10:50

Message:
I have put fail on error to false and this seems to fix it as it only
throws an error on the final root folder. Seems a bit of a hack :)

--

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

--
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-2737865 ] zip task does not include some files

2010-04-24 Thread SourceForge.net
Bugs item #2737865, was opened at 2009-04-06 15:51
Message generated for change (Comment added) made by cchan_qa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=2737865group_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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nikita Evseenko (kapam6a)
Assigned to: Nobody/Anonymous (nobody)
Summary: zip task does not include some files

Initial Comment:
When I'm using English(United States) in Regional Options (Windows XP), files 
with russian names are not present in .zip archive until I explicity specify 
encoding property.

--

Comment By: Charles Chan (cchan_qa)
Date: 2010-04-24 22:31

Message:
Hello Nikita,

Can you provide a sample folder layer and build file for testing?

Thanks.

--

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

--
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-1761298 ] No documentation exist for Project page

2010-04-24 Thread SourceForge.net
Bugs item #1761298, was opened at 2007-07-26 14:47
Message generated for change (Comment added) made by cchan_qa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1761298group_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: Documentation
Group: 0.85
Status: Closed
Resolution: Out of Date
Priority: 5
Private: No
Submitted By: Anupama (anupama_matta)
Assigned to: Nobody/Anonymous (nobody)
Summary: No documentation exist for Project page

Initial Comment:
An error has been encountered in accessing this page.

1. Server: nant.sourceforge.net
2. URL path: /release/0.85/sdk/NAnt.Core.Project.html
3. Error notes: File does not exist: 
/home/groups/n/na/nant/htdocs/release/0.85/sdk/NAnt.Core.Project.html
4. Error type: 404
5. Request method: GET
6. Request query string:
7. Time: 2007-07-26 07:37:26 PDT (1185460646)

--

Comment By: Charles Chan (cchan_qa)
Date: 2010-04-24 22:42

Message:
For documentation in regards to the latest release
http://nant.sourceforge.net/release/latest/help/

For documentation in regards to 0.85:
http://nant.sourceforge.net/release/0.85/help/

--

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

--
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-1685036 ] Copy task failed with PathTooLongException exception

2010-04-24 Thread SourceForge.net
Bugs item #1685036, was opened at 2007-03-21 10:14
Message generated for change (Comment added) made by cchan_qa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1685036group_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: Wont Fix
Priority: 5
Private: No
Submitted By: Fabien Poirier (pogzy)
Assigned to: Nobody/Anonymous (nobody)
Summary: Copy task failed with PathTooLongException exception

Initial Comment:
I run Nant 0.85, I've got the following error during a copy task: 
--- begin log extract --
 [echo] 
K:\nobkp\dev\tbu1\appli\prd\pclink\v1.0\buildauto/b2007_03_21/reference/Libraries
 
 [echo] D:\PC_Link_v1.0\dev\/Libraries 

BUILD FAILED 

INTERNAL ERROR 

System.IO.PathTooLongException: The specified path, file name, or both are too 
long. The fully qualified file name must be less than 260 characters, and the 
directory name must be less than 248 characters.

   at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck) 
   at System.IO.Path.GetFullPathInternal(String path) 
   at System.IO.FileInfo..ctor(String fileName) 
   at NAnt.Core.Tasks.CopyTask.ExecuteTask() 
   at NAnt.Core.Task.Execute() 
   at NAnt.Core.Target.Execute() 
   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies) 
   at NAnt.Core.Tasks.CallTask.ExecuteTask() 
   at NAnt.Core.Task.Execute() 
   at NAnt.Core.Target.Execute() 
   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies) 
   at NAnt.Core.Project.Execute() 
   at NAnt.Core.Project.Run() 

Please send bug report to nant-develop...@lists.sourceforge.net. 
--- end log extract --

From the following build file: 
--- begin build.build extract --
echo message=${integration.dir}/Libraries/ 
echo message=${home.dir}/Libraries/ 
copy todir=${integration.dir}/Libraries 
fileset basedir=${home.dir}/Libraries 
include name=** / 
/fileset 
/copy 
--- end build.build extract --

And i fact, in the D:\PC_Link_v1.0\dev\/Libraries I've got quite long subdirs. 


--

Comment By: Charles Chan (cchan_qa)
Date: 2010-04-24 22:46

Message:
Hello Fabien,

As you can see from the error, this is a limitation of Windows. According
to MSDN, it states: Full paths must not exceed 260 characters to maintain
compatibility with Windows operating systems. For more information about
this restriction, see the entry Long Paths in .NET  in the BCL Team blog.
http://msdn.microsoft.com/en-us/library/system.io.pathtoolongexception.aspx

There is nothing that can be done by NAnt. As a result, I am marking this
issue as Won't Fix.

--

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

--
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-1370910 ] Wiki link is borked

2010-04-24 Thread SourceForge.net
Bugs item #1370910, was opened at 2005-12-01 14:26
Message generated for change (Comment added) made by cchan_qa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1370910group_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: Web site
Group: None
Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: anatoly techtonik (techtonik)
Assigned to: Charles Chan (cchan_qa)
Summary: Wiki link is borked

Initial Comment:
http://nant.sourceforge.net/wiki/ is offline. 
Seems like somebody forgot to upgrade wiki DB when SF
did the same, but can be other reason also.


--

Comment By: Charles Chan (cchan_qa)
Date: 2010-04-24 22:54

Message:
The Wiki has been reactivated:
https://sourceforge.net/apps/mediawiki/nant/

--

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

--
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-1526481 ] Copy, cant handle filepath

2010-04-22 Thread SourceForge.net
Bugs item #1526481, was opened at 2006-07-21 13:57
Message generated for change (Comment added) made by cchan_qa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1526481group_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.85
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: carle78 (carle78)
Assigned to: Charles Chan (cchan_qa)
Summary: Copy, cant handle filepath

Initial Comment:
Hi!

Im performing a backup of our perforce server, and one
file path is truncated. Everything else works. So I
suppose the path contains some character that confuses
the copy-task.

Here it is:
[copy] Copying
'd:\Perforce\depot\customerprojects\optics\interoptik\imports\vare\orginalfiler
fra leverandorer\ok\ok_adidas sport~februar
2005.xls,d\1.1.gz' to 'z:\Perforce\Data\1.1.gz'.

As you can see, only the last part of the path is kept.
This is from the NAnt-script:
copy todir=${backup.data.dir}
overwrite=${do.overwrite}  verbose=true

   fileset basedir=${data.dir}
  include name=**/*/
  exclude name=checkpoint*/
  exclude name=journal*/
  exclude name=db.*/
   /fileset

/copy

Best regards
Carl Ericsson

--

Comment By: Charles Chan (cchan_qa)
Date: 2010-04-23 03:10

Message:
Hello carle78. Just want to check if this is still an issue? If so, are you
able to provide a small sample to reproduce the issue?

--

Comment By: carle78 (carle78)
Date: 2006-07-23 18:41

Message:
Logged In: YES 
user_id=1559638

Hello, actually I will not be able to do that for a while.
I´m  at home packing my bags for vacation, and I got the
scripts at  work. 
What I can say is that it was quite a lot of files (1+)
that where copied, but that shouln´t affect the logic I suppose.
I will be back at work in three weeks, I´ll try a
newer/nightly build and see if I can reproduce it.

/Carl

--

Comment By: Gert Driesen (drieseng)
Date: 2006-07-23 15:34

Message:
Logged In: YES 
user_id=707851

I'm unable to reproduce this issue. Can you create a small 
repro ?

You can use mkdir and touch to setup the 
files/directories in that sample build file to ensure it's 
a self-contained repro. 

--

Comment By: carle78 (carle78)
Date: 2006-07-23 11:30

Message:
Logged In: YES 
user_id=1559638

The value of the data.dir is d:/Perforce

--

Comment By: carle78 (carle78)
Date: 2006-07-23 11:29

Message:
Logged In: YES 
user_id=1559638

The filename is 1.1.gz

--

Comment By: Gert Driesen (drieseng)
Date: 2006-07-22 23:54

Message:
Logged In: YES 
user_id=707851

What's the value of data.dir ? In your example, what's the 
filename part ? It is ok_adidas sport~februar 
2005.xls,d\1.1.gz ? 

--

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

--
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-1802899 ] get usetimestamp=true always download file

2010-04-21 Thread SourceForge.net
Bugs item #1802899, was opened at 2007-09-26 16:07
Message generated for change (Comment added) made by cchan_qa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1802899group_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.85
Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: ahm4711 (ahm4711)
Assigned to: Charles Chan (cchan_qa)
Summary: get usetimestamp=true always download file

Initial Comment:
When setting usetimestamp to true, behaviour is not as described in the 
documentation. The requested file is always beeing download, allthougth the 
files timestamp has not changed on the server.
Just try below code twice and you will see that it faq.html is downloaded the 
second time as well (which should not happen).



target name=Bug
get verbose=true usetimestamp=true 
src=http://nant.sourceforge.net/faq.html; dest=c:/faq.html /
target name=GetZipAndInstall




I had a look in the code and when changing the code from:

httpRequest.IfModifiedSince = gmtTime;

to

httpRequest.IfModifiedSince = fileLastModified;

in   private WebRequest GetWebRequest(string url, DateTime fileLastModified)

then behaviour seems to be correct! In any case I do not understand why the 
gmtTime hack there is needed.






--

Comment By: Charles Chan (cchan_qa)
Date: 2010-04-22 04:09

Message:
Fixed. Checked into CVS. Fix usetimestamp to only download new file if
the timestamp for the resource has changed on the server.

src/NAnt.Core/Tasks/GetTask.cs

--

Comment By: Charles Chan (cchan_qa)
Date: 2010-04-19 04:34

Message:
Need to verify:
1) When a file is downloaded, the local file timestamp is set to the
remote timestamp.
2) When the file is downloaded, check if the file timestamp on the server
is newer.

--

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

--
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-1802899 ] get usetimestamp=true always download file

2010-04-15 Thread SourceForge.net
Bugs item #1802899, was opened at 2007-09-26 16:07
Message generated for change (Settings changed) made by cchan_qa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=1802899group_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.85
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: ahm4711 (ahm4711)
Assigned to: Charles Chan (cchan_qa)
Summary: get usetimestamp=true always download file

Initial Comment:
When setting usetimestamp to true, behaviour is not as described in the 
documentation. The requested file is always beeing download, allthougth the 
files timestamp has not changed on the server.
Just try below code twice and you will see that it faq.html is downloaded the 
second time as well (which should not happen).



target name=Bug
get verbose=true usetimestamp=true 
src=http://nant.sourceforge.net/faq.html; dest=c:/faq.html /
target name=GetZipAndInstall




I had a look in the code and when changing the code from:

httpRequest.IfModifiedSince = gmtTime;

to

httpRequest.IfModifiedSince = fileLastModified;

in   private WebRequest GetWebRequest(string url, DateTime fileLastModified)

then behaviour seems to be correct! In any case I do not understand why the 
gmtTime hack there is needed.






--

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

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-2985057 ] csc Task output dir is not created automatically

2010-04-11 Thread SourceForge.net
Bugs item #2985057, was opened at 2010-04-10 15:00
Message generated for change (Comment added) made by cchan_qa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=2985057group_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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Charles Chan (cchan_qa)
Assigned to: Charles Chan (cchan_qa)
Summary: csc Task output dir is not created automatically

Initial Comment:
Copied from bug 2981389
In addition you also might check CompilerBase.cs.
Currently output dir must be created in advance. If not, a simple csc
task will fail

--

Comment By: Charles Chan (cchan_qa)
Date: 2010-04-11 22:37

Message:
With the attached test-project.zip, I was able to recreate the problem.
Basically when the specified output path includes non-existing directories,
the task will fail. Instead to make the task more user firendly, the first
step should automatically the directories automatically, then to allow the
output binaries to be created.

test.build
---
?xml version=1.0?
project name=Hello World
csc target=exe output=bin\HelloWorld.exe debug=true
nowarn
!-- do not report warnings for missing XML comments --
warning number=0519 /
/nowarn
sources
include name=*.cs /
/sources
references
include name=System.dll /
include name=System.Data.dll /
/references
/csc
/project

Output
---

NAnt 0.90 (Build 0.90.3742.0; alpha1; 3/31/2010)
Copyright (C) 2001-2010 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/cygwin/home/admin/nant/scratch/test.build
Target framework: Microsoft .NET Framework 2.0

  [csc] Compiling 1 files to
'C:\cygwin\home\admin\nant\scratch\bin\HelloWorld.exe'.
  [csc] warning CS1691: '0519' is not a valid warning number
  [csc] fatal error CS0042: Unexpected error creating debug
information file 'c:\cygwin\home\admin\nant\scratch\bin\
c:\cygwin\home\admin\nant\scratch\bin\HelloWorld.pdb: The system cannot
find the path specified.
  [csc] '

BUILD FAILED

C:\cygwin\home\admin\nant\scratch\test.build(3,6):
External Program Failed:
c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\csc.exe (return code was 1)

Total time: 0.6 seconds.

--

Comment By: Charles Chan (cchan_qa)
Date: 2010-04-10 15:01

Message:
Need to investigate the nature of this issue and whether it is also
inconsistent with the other tasks.

--

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

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-2981389 ] zip task should create a folder

2010-04-09 Thread SourceForge.net
Bugs item #2981389, was opened at 2010-04-03 01:25
Message generated for change (Comment added) made by cchan_qa
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=2981389group_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: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: fmhome (fmhome)
Assigned to: Charles Chan (cchan_qa)
Summary: zip task should create a folder

Initial Comment:
The current zip task in Nant  v0.90

In the following example;
zipfile should create a folder structure ( ${root.dir}/${which.platform} ) with 
the zip file in that folder.
Currently, one has to use the mkdir task first to create the folder structure 
${root.dir}/${which.platform}

zip zipfile=${root.dir}/${archive}/test.zip
fileset basedir=${stage.dir}
include name=**/**/
/fileset
/zip

--

Comment By: Charles Chan (cchan_qa)
Date: 2010-04-09 21:25

Message:
After reviewing the latest comments, the team agrees it's is a good idea to
make sure the zip is consistent with the copy task.

Also, it's true that Ant's implementation of the zip task does in fact
create the parent folder as well (line 623):
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Zip.java?revision=910825view=markup

I will assign this to myself and fix in an upcoming release.

--

Comment By: fmhome (fmhome)
Date: 2010-04-09 03:19

Message:
I understand what you are trying to say but, I think the code should be
consistent across the board. If you look at the Copy Task

It does the same and create the folder structure, if it doesn't exist
already. Eventhough, you are copying 1 file.

Also, to make my case stronger. The same zip task in ant creates the
folder structure as well. Take a look at the ant examples here...

http://ant.apache.org/manual/CoreTasks/zip.html

Also, the NAnt zip task do not have a proper error message when it fails
if the directory structure is not created in advance.

I would and I am sure quite a few more people would appreciate if this can
be modified.

Thanks.

--

Comment By: Dominik Guder (dogu)
Date: 2010-04-05 21:15

Message:
Hi,

I see your point, but I don't see that zip task is responsible to create
any parent directories if they not exists. Maybe someone will see this
different, but zip task should deal with zip files not with dir layout. 

So I don't see any needs to change this. (This will also duplicate code.)

--

Comment By: fmhome (fmhome)
Date: 2010-04-05 16:17

Message:
Sorry for the confusion here...
Let me clarify this issue.

The issue is with zipfile attribute of zip task.
zip zipfile=${root.dir}/${archive}/test.zip

When the task is excuted, the task doesn't create the 
${root.dir}/${archive} folder structure and fail, unless the structure is
already there.
Sometime, users want to put the final zip file in a different folder.
Otherwise one has to use mkdir to create the dir structure first then call
the zip task.

IMO... This is an un-necesary additional step.

--

Comment By: Dominik Guder (dogu)
Date: 2010-04-03 12:28

Message:
I know that this would be helpfull, but IMHO when you are zipping a folder
(in windows) with winzip when you won't get this main directory added to
zip.
But you might take a look into docu:
http://nant.sourceforge.net/release/latest/help/types/zipfileset.html
use 
fileset basedir=${stage.dir} prefix=${which.platform} to create your
toplevel directory
hth Dominik


--

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

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
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   >