[nant-dev] Changes to StyleTask

2012-01-21 Thread Ryan Boggs
Hi,

Just giving everyone a heads up regarding the StyleTask in NAnt.  A
change to this task is being made for it to start using the
XslCompiledTransform class to replace the aging XslTransform class
that has been used all this time.  This change is also an attempt to
remedy an issue that is described here:
http://stackoverflow.com/questions/5032347/xslt-stylesheet-replaces-self-closing-tags-with-empty-paired-tags

This change comes from a pull request in github by Michael Tutty.  The
pull request can be found here for those who are interested:
https://github.com/nant/nant/pull/18

Thanks for the contribution Michael. :)

Thanks,
Ryan

--
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


[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