DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22522>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22522

<cvs>-Task ignores dest-Attribute

           Summary: <cvs>-Task ignores dest-Attribute
           Product: Ant
           Version: 1.5.3
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When using the <cvs>-Task with the dest-Attribute, the output - i.e. the
exported files - are not redirected to the dest-directory.

Example 1:
==========
<cvs cvsRoot="${cvs.root}" command="export" tag="HEAD"
    package="MyApp\dev\Implementierung\Common\build\cvsbuild.properties"
    failonerror="true" dest=".\"/>

Create the whole pathstructure insted of exporting the file into the current
directory.

Example 2:
==========
<cvs cvsRoot="${cvs.root}" command="export -d .\" tag="HEAD"
    package="MyApp\dev\Implementierung\Common\build\master_cvs_build.xml"
    failonerror="true" />

The dest-Attribute is added to the command-Attribute ==> everything works fine.

I'm using Windows NT with SP6a and CVSNT 2.0.4

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to