[nant-dev] [ nant-Bugs-3390653 ] xmlpeek broken in 0.91alpha2

2011-08-12 Thread SourceForge . net
Bugs item #3390653, was opened at 2011-08-12 13:11
Message generated for change (Tracker Item Submitted) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3390653group_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: Jiho Han ()
Assigned to: Nobody/Anonymous (nobody)
Summary: xmlpeek broken in 0.91alpha2

Initial Comment:
xmlpeek would return the inner xml of the node found in the property specified. 
 This worked in 0.85 but returns an empty string in 0.91alpha2.
I'm not certain whether this has existed in previous versions or not.

--

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

--
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-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

2011-08-29 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: Brian ()
Date: 2011-08-29 19:43

Message:
Brandonarp' suggestion worked for me.   Windows 7 x64.  

--

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

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

--

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

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

--

Comment By: Ryan Boggs (rmboggs)
Date: 2010-09-14 00:21

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

--

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

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

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

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

2011-09-01 Thread SourceForge . net
Bugs item #3383872, was opened at 2011-08-01 14:28
Message generated for change (Comment added) made by jremes
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/


--

Comment By: Joseph Remes (jremes)
Date: 2011-09-01 14:25

Message:
I am getting a very similar error. 

Request for the permission of type
'System.Security.Permissions.FileIOPermission...'

--

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

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free Love Thy Logs t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


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

2011-09-02 Thread SourceForge . net
Bugs item #3383872, was opened at 2011-08-01 15:28
Message generated for change (Comment added) 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: Closed
Resolution: Works For Me
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/


--

Comment By: Gus (sainzg)
Date: 2011-09-02 07:00

Message:
Got it resolved, windows security issue.

--

Comment By: Gus (sainzg)
Date: 2011-09-02 06:59

Message:
Select all files in one the folders, in my case was the nant-contrib \ bin
files, I've copied them over from another server and windows blocks them
until you mark them safe again. So select all files, right click go to
properties and there will be a button at the very bottom to mark the safe
or the like, click on it, repeat this process for any other files on
another folders you might have copied over from different location.

--

Comment By: Joseph Remes (jremes)
Date: 2011-09-01 15:25

Message:
I am getting a very similar error. 

Request for the permission of type
'System.Security.Permissions.FileIOPermission...'

--

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

--
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free Love Thy Logs t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3416986 ] Cannot Compile NAnt CVS Head on Win XP

2011-10-01 Thread SourceForge . net
Bugs item #3416986, was opened at 2011-10-01 15:58
Message generated for change (Comment added) made by tylerk1993
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3416986group_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: 8
Private: No
Submitted By: Tyler (tylerk1993)
Assigned to: Nobody/Anonymous (nobody)
Summary: Cannot Compile NAnt CVS Head on Win XP

Initial Comment:
Whenever I try to build NAnt (the CVS head revision) on Windows XP, VS 2010 
Ultimate, .NET Framework 4.0, I get an error when the bootstrapped NAnt is 
trying to build the documentation:

[exec] BUILD FAILED
[exec]
[exec] C:\NAnt\NAnt.build(361,14):
[exec] Error building documentation.
[exec] This method implicitly uses CAS policy, which has been 
obsoleted by the .NET Framework. In order to enable CAS policy for 
compatibility reasons, please use the NetFx40_LegacySecurityPolicy 
configuration switch. Please see http://go.microsoft.com/fwlink/?LinkID=155570 
for more information.
[exec]
[exec] Total time: 1.2 seconds.
[exec]
BUILD FAILED
C:\NAnt\NAnt.build(335,10):
External Program Failed: C:\NAnt/build/nant-0.91-dev/bin/NAnt.exe (return code 
was 1)
Total time: 10.9 seconds.
NMAKE : fatal error U1077: 'bootstrap\NAnt.exe' : return code '0x1'
Stop.
C:\NAnt 

--

Comment By: Tyler (tylerk1993)
Date: 2011-10-01 16:57

Message:
The file I just posted is a log file I generated with the output from the
nmake command.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2011-10-01 16:25

Message:
Ok try this then,
nmake -f Makefile.nmake TARGET=net-4.0 prefix=c:\program files

--

Comment By: Tyler (tylerk1993)
Date: 2011-10-01 16:19

Message:
I am using Microsoft NMake. I first ran vsvars32.bat (from
%VS100COMNTOOLS%).

--

Comment By: Ryan Boggs (rmboggs)
Date: 2011-10-01 16:13

Message:
If you are using make to build, try using the TARGET=net-4.0 argument.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3416986group_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-d2dcopy2
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3416986 ] Cannot Compile NAnt CVS Head on Win XP

2011-10-01 Thread SourceForge . net
Bugs item #3416986, was opened at 2011-10-01 15:58
Message generated for change (Comment added) made by tylerk1993
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3416986group_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: 8
Private: No
Submitted By: Tyler (tylerk1993)
Assigned to: Nobody/Anonymous (nobody)
Summary: Cannot Compile NAnt CVS Head on Win XP

Initial Comment:
Whenever I try to build NAnt (the CVS head revision) on Windows XP, VS 2010 
Ultimate, .NET Framework 4.0, I get an error when the bootstrapped NAnt is 
trying to build the documentation:

[exec] BUILD FAILED
[exec]
[exec] C:\NAnt\NAnt.build(361,14):
[exec] Error building documentation.
[exec] This method implicitly uses CAS policy, which has been 
obsoleted by the .NET Framework. In order to enable CAS policy for 
compatibility reasons, please use the NetFx40_LegacySecurityPolicy 
configuration switch. Please see http://go.microsoft.com/fwlink/?LinkID=155570 
for more information.
[exec]
[exec] Total time: 1.2 seconds.
[exec]
BUILD FAILED
C:\NAnt\NAnt.build(335,10):
External Program Failed: C:\NAnt/build/nant-0.91-dev/bin/NAnt.exe (return code 
was 1)
Total time: 10.9 seconds.
NMAKE : fatal error U1077: 'bootstrap\NAnt.exe' : return code '0x1'
Stop.
C:\NAnt 

--

Comment By: Tyler (tylerk1993)
Date: 2011-10-01 17:40

Message:
And the strange thing is that one can build *without* the install target
and it builds successfully (but might not be the complete NAnt distro
needed to build other apps).

--

Comment By: Ryan Boggs (rmboggs)
Date: 2011-10-01 17:27

Message:
Ah, I was able to replicate.  I believe that the issue may be with the NDoc
libs that are used to generate NAnt's docs.  I am working on this now.

--

Comment By: Tyler (tylerk1993)
Date: 2011-10-01 16:57

Message:
The file I just posted is a log file I generated with the output from the
nmake command.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2011-10-01 16:25

Message:
Ok try this then,
nmake -f Makefile.nmake TARGET=net-4.0 prefix=c:\program files

--

Comment By: Tyler (tylerk1993)
Date: 2011-10-01 16:19

Message:
I am using Microsoft NMake. I first ran vsvars32.bat (from
%VS100COMNTOOLS%).

--

Comment By: Ryan Boggs (rmboggs)
Date: 2011-10-01 16:13

Message:
If you are using make to build, try using the TARGET=net-4.0 argument.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3416986group_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-d2dcopy2
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3390653 ] xmlpeek broken in 0.91alpha2

2011-10-13 Thread SourceForge . net
Bugs item #3390653, was opened at 2011-08-12 10:11
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3390653group_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: Jiho Han ()
Assigned to: Nobody/Anonymous (nobody)
Summary: xmlpeek broken in 0.91alpha2

Initial Comment:
xmlpeek would return the inner xml of the node found in the property specified. 
 This worked in 0.85 but returns an empty string in 0.91alpha2.
I'm not certain whether this has existed in previous versions or not.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2011-10-13 18:23

Message:
Hmm, I'll take a look.

--

Comment By: Lee (gntleone)
Date: 2011-10-13 08:51

Message:
The old behavior of retrieving the full collection of nodes has been
broken.  The only thing returned now is the text contents of child nodes,
not the full node.  This has been broken since nant-0.91-alpha1. Example
follows.

test.xml
?xml version=1.0 encoding=utf-8 standalone=yes?
builds
build name=TEST
date10/13/2011 10:13:07/date
buildNum126/buildNum
modules
module name=TESTModule
FileVersion11.0.2002.101/FileVersion
ProductVersion11.0.2002.101/ProductVersion
/module
/modules
/build
/builds

QUERY:
xmlpeek xpath=//builds file=${project.versions} property=xmlnodes/

Expected output:
build name=TEST
date10/13/2011 10:13:07/date
buildNum126/buildNum
modules
module name=TESTModule
FileVersion11.0.2002.101/FileVersion
ProductVersion11.0.2002.101/ProductVersion
/module
/modules
/build

ACTUAL output:
  [xmlpeek] Found '1' nodes with the XPath expression '//builds'.
 [echo] xmlnodes: 10/13/2011 10:13:0712611.0.2002.10111.0.2002.101


--

Comment By: Dominik Guder (dogu)
Date: 2011-09-25 13:22

Message:
Until you provide a sample for this issue, I would suggest that you try to
append /text() to your XPath so you should get the inner xml or value.
Please drop me a note if I'm completely wrong.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2011-08-14 13:06

Message:
Hi, can you please provide a sample that can better illustrate this issue? 
I believe that this task is working fine for me, as far as I can tell.

Thanks,
Ryan

--

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

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3366107 ] xmlpeek behavior broken in 0.91 alpha 1

2011-10-16 Thread SourceForge . net
Bugs item #3366107, was opened at 2011-07-13 07:19
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3366107group_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-rc1
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Dmitry Kostenko (bis0n)
Assigned to: Ryan Boggs (rmboggs)
Summary: xmlpeek behavior broken in 0.91 alpha 1

Initial Comment:
The fix for feature request 1560566 [1] has changed the way xmlpeek returns 
value when XPath refers to an XML node, not text() or attribute.

0.90 and before - XML of the node was returned
0.91 alpha 1 and after - Value of the node is returned, making it impossible 
to use XmlPeek + XmlPoke to copy-paste XML between documents.

[1] 
https://sourceforge.net/tracker/index.php?func=detailaid=1560566group_id=31650atid=402871


--

Comment By: Ryan Boggs (rmboggs)
Date: 2011-10-16 20:52

Message:
Fix was just committed to cvs and should be in the next nightly/release.

--

Comment By: Dmitry Kostenko (bis0n)
Date: 2011-07-14 00:26

Message:
Please move this into Bugs - it's not a feature request, I took the wrong
tracker.

--

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

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3390653 ] xmlpeek broken in 0.91alpha2

2011-10-16 Thread SourceForge . net
Bugs item #3390653, was opened at 2011-08-12 10:11
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3390653group_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: Jiho Han ()
Assigned to: Ryan Boggs (rmboggs)
Summary: xmlpeek broken in 0.91alpha2

Initial Comment:
xmlpeek would return the inner xml of the node found in the property specified. 
 This worked in 0.85 but returns an empty string in 0.91alpha2.
I'm not certain whether this has existed in previous versions or not.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2011-10-16 21:01

Message:
This report is actually a duplicate of 3366107.  I just realized this.

However, I just committed an update to XmlPeek to cvs that should address
this issue.  I was able to successfully test the sample provided by
gntleone.  The expected output is now the actual output when nant is built
from cvs.  If possible, please test by building from cvs.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2011-10-13 18:23

Message:
Hmm, I'll take a look.

--

Comment By: Lee (gntleone)
Date: 2011-10-13 08:51

Message:
The old behavior of retrieving the full collection of nodes has been
broken.  The only thing returned now is the text contents of child nodes,
not the full node.  This has been broken since nant-0.91-alpha1. Example
follows.

test.xml
?xml version=1.0 encoding=utf-8 standalone=yes?
builds
build name=TEST
date10/13/2011 10:13:07/date
buildNum126/buildNum
modules
module name=TESTModule
FileVersion11.0.2002.101/FileVersion
ProductVersion11.0.2002.101/ProductVersion
/module
/modules
/build
/builds

QUERY:
xmlpeek xpath=//builds file=${project.versions} property=xmlnodes/

Expected output:
build name=TEST
date10/13/2011 10:13:07/date
buildNum126/buildNum
modules
module name=TESTModule
FileVersion11.0.2002.101/FileVersion
ProductVersion11.0.2002.101/ProductVersion
/module
/modules
/build

ACTUAL output:
  [xmlpeek] Found '1' nodes with the XPath expression '//builds'.
 [echo] xmlnodes: 10/13/2011 10:13:0712611.0.2002.10111.0.2002.101


--

Comment By: Dominik Guder (dogu)
Date: 2011-09-25 13:22

Message:
Until you provide a sample for this issue, I would suggest that you try to
append /text() to your XPath so you should get the inner xml or value.
Please drop me a note if I'm completely wrong.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2011-08-14 13:06

Message:
Hi, can you please provide a sample that can better illustrate this issue? 
I believe that this task is working fine for me, as far as I can tell.

Thanks,
Ryan

--

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

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3366107 ] xmlpeek behavior broken in 0.91 alpha 1

2011-10-17 Thread SourceForge . net
Bugs item #3366107, was opened at 2011-07-13 07:19
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3366107group_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-rc1
Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Dmitry Kostenko (bis0n)
Assigned to: Ryan Boggs (rmboggs)
Summary: xmlpeek behavior broken in 0.91 alpha 1

Initial Comment:
The fix for feature request 1560566 [1] has changed the way xmlpeek returns 
value when XPath refers to an XML node, not text() or attribute.

0.90 and before - XML of the node was returned
0.91 alpha 1 and after - Value of the node is returned, making it impossible 
to use XmlPeek + XmlPoke to copy-paste XML between documents.

[1] 
https://sourceforge.net/tracker/index.php?func=detailaid=1560566group_id=31650atid=402871


--

Comment By: Ryan Boggs (rmboggs)
Date: 2011-10-17 18:48

Message:
10-17-2011 Nightly snapshot contains the fix.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2011-10-16 20:52

Message:
Fix was just committed to cvs and should be in the next nightly/release.

--

Comment By: Dmitry Kostenko (bis0n)
Date: 2011-07-14 00:26

Message:
Please move this into Bugs - it's not a feature request, I took the wrong
tracker.

--

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

--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-3428154 ] Cannot send mail using SMTP user pass

2011-10-31 Thread SourceForge . net
Bugs item #3428154, was opened at 2011-10-25 11:33
Message generated for change (Settings changed) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3428154group_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-rc1
Status: Open
Resolution: None
Priority: 9
Private: No
Submitted By: https://www.google.com/accounts ()
Assigned to: Nobody/Anonymous (nobody)
Summary: Cannot send mail using SMTP user  pass

Initial Comment:
Hi,

When trying to send SMTP using user name and password, it says it cannot send 
unless built with .NET 1.1 or up.

I checked the source code and it is compiled without the compiler flag of 
NET1_1.

--

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

--
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World#153; now supports Android#153; Apps 
for the BlackBerryreg; PlayBook#153;. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-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)

2011-12-09 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: Closed
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 20: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 21: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 21: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 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 

[nant-dev] [ nant-Bugs-3428154 ] Cannot send mail using SMTP user pass

2012-01-21 Thread SourceForge . net
Bugs item #3428154, was opened at 2011-10-25 04:33
Message generated for change (Comment added) made by rmboggs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=3428154group_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-rc1
Status: Closed
Resolution: None
Priority: 9
Private: No
Submitted By: https://www.google.com/accounts ()
Assigned to: Nobody/Anonymous (nobody)
Summary: Cannot send mail using SMTP user  pass

Initial Comment:
Hi,

When trying to send SMTP using user name and password, it says it cannot send 
unless built with .NET 1.1 or up.

I checked the source code and it is compiled without the compiler flag of 
NET1_1.

--

Comment By: Ryan Boggs (rmboggs)
Date: 2012-01-21 18:35

Message:
Closing this out because NAnt is now being built on .NET 2.0 and the
MailTask was recently updated to use System.Net.Mail instead of
System.Web.Mail.  Credential properties have been added to the task along
with other useful attributes, such as port #, UseSsl, etc.

--

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

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers