RE: [nant-dev] NAnt 0.85 release notes + to-do's

2004-08-03 Thread Troy Laurin
 

 -Original Message-
 From: Gert Driesen [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, 4 August 2004 3:13 AM
 To: Troy Laurin; Nant-Developers (E-Mail)
 Subject: Re: [nant-dev] NAnt 0.85 release notes + to-do's
 
 Troy,
 
 I committed some changes to the release notes (and 
 index.html). I'll upload a new nightly build soon.

The changes look good.

Apologies for the incremental changes, but there are a couple more:
General changes:
* This release of NAnt introduces support for expressions.
should probably be
* Added support for expressions.
for better consistency with other general changes

Commandline changes:
* Deprecated -[defaultframewor]k option in favor of -[t]argetframework.
should be
* Deprecated -[defaultframewor]k option in favor of -t[argetframework].

* Added -emacs option
could be
* Added -e[macs] option
Actually, regarding these last two, 

* The default logger will now also output the number non-fatal errors
and warnings.
this should probably be in general changes


Finally, will the title for the 0.85-beta 1 release become 0.85-rc1 (or
0.85-rc 1), to be consistent with previous releases?

 I wonder if we should also use links for all the task/types 
 headers (eg.
 csc) ?  Not sure I like the layout that much when we change 
 the headers into anchors/links.

Previous releases in the file don't (hardly) include links at all... 

Adding links to the task/type headers doesn't affect the layout, does
it?  If it's a stylistic thing, then you could suppress the link
underline and colour through the style sheet... Certainly, the file
would become rather busy if each of these headings was underlined in
blue.


-T

Disclaimer Message:

This message contains confidential information and is intended only for the 
individual(s) named.  If you are not the named addressee you should not disseminate, 
distribute or copy this e-mail. Please immediately delete it and all copies of it from 
your system, destroy any hard copies of it, and notify the sender. E-mail transmission 
cannot be guaranteed to be secure or error-free as information could be intercepted, 
corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. To the 
maximum extent permitted by law, Immersive Technologies Pty. Ltd. does not accept 
liability for any errors or omissions in the contents of this message which arise as a 
result of e-mail transmission.


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


RE: [nant-dev] NAnt 0.85 release notes + to-do's

2004-08-02 Thread Troy Laurin
This is probably just being picky, and I don't actually know what a good
solution is...

In /doc/index.html, one of the images is loaded from
http://sourceforge.net 
This just means that the image will be broken when the page is viewed
from a computer with no internet connection, or NTLM password
authentication is requested when opening the page in Firebird if the
network has a stupid NTLM web proxy installed.

Not a big issue, but I thought I'd bring it up, while people are (kinda)
thinking about this kind of thing.


Release notes suggestions: (It's not all about complaints :-)

General changes...
* FilterChain support has finally been introduced to NAnt.
should be
* FilterChain support has been introduced to NAnt.
(No need to give newcomers to NAnt the impression that things are slow
to move in NAnt development)

* NAnt will now report unknown attributes and child elements.
could be expanded slightly, perhaps
* NAnt will now report unknown attributes and child elements when
parsing project files.  (These are common symptoms of errors in the
project file)

Is it worth introducing a partial ordering to the list of general
changes?  Error reporting, new features, changed features, documentation
changes...?


Developer information...
* The Task.LogPrefix property has been deprecated...
should be
* The Task.LogPrefix property has been deprecated and is no longer
used...


What needs to be updated in expression support?  I just had a flick
through, and it seems fine...
I'll have a stab at some of the function documentation and forward this
on in a later email.  Would this stuff be most useful in the format
found in the source files?  How do you define a link to a html page in
this format?


Regards, and great work!

-- Troy


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of Gert Driesen
 Sent: Tuesday, 3 August 2004 4:28 AM
 To: Nant-Developers (E-Mail); NAnt Users Mailing List
 Subject: [nant-dev] NAnt 0.85 release notes + to-do's
 
 Hi,
 
 The release notes for the NAnt 0.85 beta 1 are ready for review here :
 http://nant.sourceforge.net/releasenotes.html (and in cvs ofcourse).
 
 Please let me know if there's anything missing or incorrect.
 
 Before we can actually release the first beta, the following 
 tasks need to be completed :
 
 - create and review release notes for NAntContrib
 - update documentation for NAnt expression/function support
 - the NAnt/NAntContrib admins still need to agree on the 
 release (quality)
 
 I won't have time for this tomorrow, so if there are any 
 volunteers for
 this: please don't wait for me to get started ;-)
 
 Gert
 
 
 
 
 ---
 This SF.Net email is sponsored by OSTG. Have you noticed the 
 changes on Linux.com, ITManagersJournal and NewsForge in the 
 past few weeks? Now, one more big change to announce. We are 
 now OSTG- Open Source Technology Group. Come see the changes 
 on the new OSTG site. www.ostg.com 
 ___
 nant-developers mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/nant-developers
 
 
 

Disclaimer Message:

This message contains confidential information and is intended only for the 
individual(s) named.  If you are not the named addressee you should not disseminate, 
distribute or copy this e-mail. Please immediately delete it and all copies of it from 
your system, destroy any hard copies of it, and notify the sender. E-mail transmission 
cannot be guaranteed to be secure or error-free as information could be intercepted, 
corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. To the 
maximum extent permitted by law, Immersive Technologies Pty. Ltd. does not accept 
liability for any errors or omissions in the contents of this message which arise as a 
result of e-mail transmission.


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] NAnt 0.85 release notes + to-do's

2004-08-02 Thread Gert Driesen
Don't have much time right now, but jus a quick reply on the
expression/function docs question :

- we now also support addition between datetime and timespan
- we now also support subtraction between two datetime expressions
- datetime::add and datetime::diff no longer exist
- datetime::add-seconds should probably removed
- it might be good to add examples to the function code
- 

Gert

- Original Message -
From: Troy Laurin [EMAIL PROTECTED]
To: Gert Driesen [EMAIL PROTECTED]; Nant-Developers (E-Mail)
[EMAIL PROTECTED]
Sent: Tuesday, August 03, 2004 4:41 AM
Subject: RE: [nant-dev] NAnt 0.85 release notes + to-do's


This is probably just being picky, and I don't actually know what a good
solution is...

In /doc/index.html, one of the images is loaded from
http://sourceforge.net
This just means that the image will be broken when the page is viewed
from a computer with no internet connection, or NTLM password
authentication is requested when opening the page in Firebird if the
network has a stupid NTLM web proxy installed.

Not a big issue, but I thought I'd bring it up, while people are (kinda)
thinking about this kind of thing.


Release notes suggestions: (It's not all about complaints :-)

General changes...
* FilterChain support has finally been introduced to NAnt.
should be
* FilterChain support has been introduced to NAnt.
(No need to give newcomers to NAnt the impression that things are slow
to move in NAnt development)

* NAnt will now report unknown attributes and child elements.
could be expanded slightly, perhaps
* NAnt will now report unknown attributes and child elements when
parsing project files.  (These are common symptoms of errors in the
project file)

Is it worth introducing a partial ordering to the list of general
changes?  Error reporting, new features, changed features, documentation
changes...?


Developer information...
* The Task.LogPrefix property has been deprecated...
should be
* The Task.LogPrefix property has been deprecated and is no longer
used...


What needs to be updated in expression support?  I just had a flick
through, and it seems fine...
I'll have a stab at some of the function documentation and forward this
on in a later email.  Would this stuff be most useful in the format
found in the source files?  How do you define a link to a html page in
this format?


Regards, and great work!

-- Troy


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On
 Behalf Of Gert Driesen
 Sent: Tuesday, 3 August 2004 4:28 AM
 To: Nant-Developers (E-Mail); NAnt Users Mailing List
 Subject: [nant-dev] NAnt 0.85 release notes + to-do's

 Hi,

 The release notes for the NAnt 0.85 beta 1 are ready for review here :
 http://nant.sourceforge.net/releasenotes.html (and in cvs ofcourse).

 Please let me know if there's anything missing or incorrect.

 Before we can actually release the first beta, the following
 tasks need to be completed :

 - create and review release notes for NAntContrib
 - update documentation for NAnt expression/function support
 - the NAnt/NAntContrib admins still need to agree on the
 release (quality)

 I won't have time for this tomorrow, so if there are any
 volunteers for
 this: please don't wait for me to get started ;-)

 Gert




 ---
 This SF.Net email is sponsored by OSTG. Have you noticed the
 changes on Linux.com, ITManagersJournal and NewsForge in the
 past few weeks? Now, one more big change to announce. We are
 now OSTG- Open Source Technology Group. Come see the changes
 on the new OSTG site. www.ostg.com
 ___
 nant-developers mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/nant-developers




Disclaimer Message:

This message contains confidential information and is intended only for the
individual(s) named.  If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please immediately delete it
and all copies of it from your system, destroy any hard copies of it, and
notify the sender. E-mail transmission cannot be guaranteed to be secure or
error-free as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses. To the maximum extent
permitted by law, Immersive Technologies Pty. Ltd. does not accept liability
for any errors or omissions in the contents of this message which arise as a
result of e-mail transmission.



---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo