Try "

-----Original Message-----
From: Michael Wang (IT) [mailto:[EMAIL PROTECTED] 
Sent: February 18, 2005 1:12 PM
To: Ant Users List
Subject: Escape " in ANT script and Use CVS task

Hi,

I wanna use <cvs> task to add and commit some files. What's the correct
format to do it?

So far, for commit, here is a sample ant

        <target name="_put.cvs.file_">
                <echo message="Checkin CVS for [${file.name}]"
level="debug" />
                <cvs cvsroot="${cvs.root}" cvsrsh="${cvs.rsh}"
dest="${module.dir}" command="-r ci -m \"Auto Builder\"
${build.dir}\${file.name}"/>
        </target>

        is there a way to put message or lable there when commit?

I still don't figure out how to add a new file there. Thanks.

MW.

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


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

Reply via email to