Bugs item #2833055, was opened at 2009-08-06 12:45
Message generated for change (Tracker Item Submitted) made by nikitok
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=2833055&group_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.86
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nikita Selenkov (nikitok)
Assigned to: Nobody/Anonymous (nobody)
Summary: Can't copy self-copied file with overwrite="true"  attribute

Initial Comment:
I tried to call this target:
<target name="initializeConfigFiles">
        <copy verbose="true" file="${root}\configuration.cfg" 
tofile="${root}\configuration.cfg" overwrite="true">
                <filterchain>
                        <replacestring from="Alias=testOdbcString" 
to="Alias=${odbcAlias}" />
                </filterchain>
        </copy>
</target>

but have
[initializeConfigFiles] copy
[initializeConfigFiles] Copying 1 file to 'C:\root\configuration.cfg'.
[initializeConfigFiles] Skipping self-copy of 'C:\root\configuration.cfg'.

in output notwithstanding not paying attention at explicit overwrite="true" 
attribute.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=2833055&group_id=31650

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to