Hi, eclipse 3.2, ant 1.6
I need to add files to the cvs and Im doing this
<apply executable="cvs" dir="${branch.path}">
<arg value="add"/>
<fileset dir="${branch.path}">
<patternset>
<include name="**/*"/>
</patternset>
</fileset>
</apply>
Im using an apply task because exec doesn't allow a fileset
The final result is
cvs [add aborted]: Absolute pathname
`C:\gvr\versions\R20060613-MCS\framework\lib\commons-collections-3.1.jar
' not allowed
Is there any way to say to the fileset to use relative path names from
the directory ?
framework\lib\commons-collections-3.1.jar instead of
C:\...\framework\lib\commons-collections-3.1.jar
Thanks. Rodrigo
Have a nice world cup!
-------------------------------------------------------------------
Rodrigo Asensio
Fuel Management Services
Gilbarco Veeder Root
phone: +1 336 547 5023
email: [EMAIL PROTECTED]
This message (including any attachments) contains confidential
and/or proprietary information intended only for the addressee.
Any unauthorized disclosure, copying, distribution or reliance on
the contents of this information is strictly prohibited and may
constitute a violation of law. If you are not the intended
recipient, please notify the sender immediately by responding to
this e-mail, and delete the message from your system. If you
have any questions about this e-mail please notify the sender
immediately.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]