Which means your email will bounce to you again from the same servers by not 
changing the subject.

You will note that I changed the subject so as not to bounce you again.

he he,
Angus.

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of 
> Ian MacLean
> Sent: Tuesday, 5 July 2005 5:24 PM
> To: Thomas Tomiczek
> Cc: nant-users@lists.sourceforge.net
> Subject: Re: [Nant-users] Error in copy task - fubars my directory
> structure.
> 
> 
> Just a request to avoid coarse language when posting to the list. Its 
> not that I'm a prude or anything just that as one of the list 
> admins I 
> get the bounce messages from all those mail servers that have filters 
> installed . 4 in the last two minutes like:
> 
> >The content of the following email has been checked by the HBOS plc
> >systems and may contain inappropriate words or phrases.  As 
> a result the
> >email has been blocked and returned to you.  Please modify 
> the content,
> >paying particular attention to words which may have a double-meaning,
> >and re-send.
> >
> >"Thomas Tomiczek" <[EMAIL PROTECTED]>
> >[Nant-users] Error in copy task - fubars  up directory structure.
> >
> It also means your post never gets to the inboxes of subscribers on 
> those mail servers making it much less likely that you'll get 
> an answer 
> to your question.
> 
> Thanks
> Ian
> 
> 
> Thomas Tomiczek wrote:
> 
> >Given the following entry:
> >
> >             <copy todir="Build.Documentation" >
> >                     <fileset
> >basedir="c:\work\tmp.Documentation\Build.Documentation">
> >                             <include name="**/*" />
> >                     </fileset>
> >             </copy>
> >
> >I am getting the following output:
> >
> >NAnt 0.85 (Build 0.85.1998.0; nightly; 21.06.2005)
> >Copyright (C) 2001-2005 Gerry Shaw
> >http://nant.sourceforge.net
> >...
> >     [copy] Created directory
> >'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\
> dotnetdiagr
> >amimages'.
> >     [copy] Created directory
> >'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\
> dotnetimage
> >s'.
> >     [copy] Created directory
> >'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\images'.
> >     [copy] Created directory
> >'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\script'.
> >     [copy] Created directory
> >'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\
> stylesheets
> >'.
> >     [copy] Created directory
> >'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Html\
> webimages'.
> >     [copy] Copying 7994 files to
> >'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation'.
> >     [copy] Copying
> >'c:\Work\tmp.Documentation\Build.Documentation\Html\PowerNode
> s.Cms~Power
> >Nodes.Cms.EntityObjectSet.DocumentListPartStub~EntityObjectLi
> nkChange.ht
> >ml' to
> >'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Power
> Nodes.Cms~P
> >owerNodes.Cms.EntityObjectSet.DocumentListPartStub~EntityObje
> ctLinkChang
> >e.html'.
> >     [copy] Copying
> >'c:\Work\tmp.Documentation\Build.Documentation\Html\PowerNode
> s.Mbr~Power
> >Nodes.Mbr.UserAuthentificationType.html' to
> >'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Power
> Nodes.Mbr~P
> >owerNodes.Mbr.UserAuthentificationType.html'.
> >     [copy] Copying
> >'c:\Work\tmp.Documentation\Build.Documentation\Html\PowerNode
> s.Cms~Power
> >Nodes.Cms.Web.TemplateContext_fields.html' to
> >'C:\Work\PowerNodes\PowerNodes\01.1\Build.Documentation\Power
> Nodes.Cms~P
> >owerNodes.Cms.Web.TemplateContext_fields.html'.
> >
> >
> >Explanation: this is copying a temp folder into its final 
> location under
> >the nant project dir. I need to curun certain operations 
> from the higher
> >up temp dir due to path length restrictions.
> >
> >Anyhow, the direcftory contains short to 8000 files. It is a 
> HTML help
> >structure. Nearly all of them are in a Html subdirectory. 
> Most of those
> >end up in the base directory, not I nthe html subdirectory. 
> You can see
> >this in the parths of the output. The "Html" part of the path (which
> >exists in the source) is removed in the target.
> >
> >Anyone an explanation what I need to change?
> >
> >Thomas


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to