Oi Marcelo, tudo bem!!
Primeiramente, obrigado por responder......
Pois ent�o, o meu script est� relacionado abaixo:
<!-- [BOF] CVS PARAMETROS-->
<property name="CVS" value=":pserver:[EMAIL PROTECTED]:/home/cvs"/> <property name="CVSPWD" value="0647argoPWD"/> <!-- [EOF] CVS PARAMETROS--> <!-- [BOF] CVS TASKS--> <target name="cvs-login" > <cvspass cvsroot="${CVS}" password="${CVSPWD}" passfile="c:/.cvspass"/> </target> <target name="cvs-update" depends="cvs-login"> <cvs cvsroot="${CVS}" command="update" passfile="c:/.cvspass"/> </target>
O usu�rio e senhas est�o corretos, bem como toda a configura��o, po�r�m quando executo a tarefa cvs-update � retornado o seguinte erro:
cvs-update:
[cvs] Using cvs passfile: C:\.cvspass
[cvs] Caught exception: CreateProcess: cvs -d:pserver:[EMAIL PROTECTED]:/home/cvs update error=2
Pesquisei no Google sobre o erro. Encontrei algumas ocorr�ncias que apontavam que poderia ser alguma falha na utiliza��o do arquivo .cvspass .
Voc� j� passou por algo parecido? Poderia ser alguma configura��o relativo a integra��o das crend�nciais de acesso do SO e do CVS?
Att.
Sandro
Marcelo Mayworm <[EMAIL PROTECTED]> wrote:
Ola Sandro,
isso ajuda?
<cvspass
cvsroot=":pserver:[EMAIL PROTECTED]:/home/cvs/repository:odj4"
passfile="/Users/mayworm/.cvspass"
password="12345678"
/>
[]'s
Marcelo Mayworm
Java User Group Petr�polis
Sandro A.Coelho wrote:
>
> Pessoal, bom dia!
>
>
> Algu�m tem algum exemplo da tag CVS no ANT?
> Estou com problemas quanto a gera��o /utiliza��o do
> arquivo .cvspass
>
> Obrigado!
>
> Sandro
>
> ------------------------------------------------------------------------
> Yahoo! Mail
> <http://br.rd.yahoo.com/mail/taglines/*http://br.info.mail.yahoo.com/>
> - Agora com *250MB* de espa�o gratuito. Abra uma conta agora!
> *Yahoo! Groups Sponsor*
> <http://us.ard.yahoo.com/SIG=1296o5vac/M=324847.5707096.6763800.3001176/D=groups/S=1705006905:HM/EXP=1102594071/A=2343726/R=0/SIG=12isimq7g/*http://clk.atdmt.com/VON/go/yhxxxvon01900091von/direct/01/&time=1102507671014465>
>
>
> Get unlimited calls to
>
> U.S./Canada
>
> <http://us.ard.yahoo.com/SIG=1296o5vac/M=324847.5707096.6763800.3001176/D=groups/S=1705006905:HM/EXP=1102594071/A=2343726/R=1/SIG=12isimq7g/*http://clk.atdmt.com/VON/go/yhxxxvon01900091von/direct/01/&time=1102507671014465>
>
>
>
> ------------------------------------------------------------------------
> *Yahoo! Groups Links*
>
> * To visit your group on the web, go to:
> http://groups.yahoo.com/group/jug-petropolis/
>
> * To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>
Yahoo! Mail - Agora com 250MB de espa�o gratuito. Abra uma conta agora!
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/jug-petropolis/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
