- PR -

antで、cvsサーバからチェックアウトができません。

1
投稿者投稿内容
ちゃばたけ
会議室デビュー日: 2006/01/31
投稿数: 3
投稿日時: 2006-01-31 17:48
linuxマシン上でantを用いてソースをCVSサーバからのチェックアウトする運用を考えています。
しかし、指定のbuild.xmlでantを実行した所チェックアウトまで動作しません。
※cvsコマンドでのチェックアウト可能でした。

ant,cvsで色々調べたのですが分かりませんでした。
お忙しいところ申し訳わけありませんがご教授をお願いします。

■build.xmlの内容
<?xml version="1.0" ?>
<project default="all">
<target name="all">
<cvspass cvsroot=":pserver:common@**.***.***.***:/export/home/cvs"
password="********" />
<cvs cvsroot=":pserver:common@**.***.***.***:/export/home/cvs"
package="SD_orsd"
dest="/tool/sale/cvs" />
</target>
</project>

■ant -vの結果
Apache Ant version 1.5.2-20 compiled on September 25 2003
Buildfile: build.xml
Detected Java version: 1.4 in: /usr
Detected OS: Linux
parsing buildfile build.xml with URI = file:/tool/sale/build.xml
Project base dir set to: /tool/sale
Build sequence for target `all' is [all]
Complete build sequence is [all]

all:
[cvs] Using cvs passfile: /home/sale/.cvspass
[cvs] Executing 'cvs' with arguments:
[cvs] '-d:pserver:common@**.***.***.**:/export/home/cvs'
[cvs] 'checkout'
[cvs] '-r'
[cvs] 'V2_0_0'
[cvs] 'SD_orsd'
[cvs]
[cvs] The ' characters around the executable and arguments are
[cvs] not part of the command.
[cvs]
[cvs]
[cvs] environment:
[cvs]
[cvs] HOSTNAME=orsd.soft.fujitsu.com
[cvs] TERM=vt100
[cvs] SHELL=/bin/bash
[cvs] JLESSCHARSET=japanese-euc
[cvs] HISTSIZE=1000
[cvs] SSH_CLIENT=10.17.156.86 2923 22
[cvs] OLDPWD=/home/sale
[cvs] SSH_TTY=/dev/pts/1
[cvs] USER=sale
[cvs] LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;3
3;01:or=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*
.bat=01;32:*.sh=01;32:*.csh=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31
:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.c
pio=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.tif=01;35
:
[cvs] MAIL=/var/spool/mail/sale
[cvs] PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/sale
/bin/
[cvs] INPUTRC=/etc/inputrc
[cvs] PWD=/tool/sale
[cvs] LANG=ja_JP.eucJP
[cvs] SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
[cvs] SHLVL=1
[cvs] HOME=/home/sale
[cvs] LOGNAME=sale
[cvs] SSH_CONNECTION=10.17.156.86 2923 10.124.192.65 22
[cvs] LESSOPEN=|/usr/bin/lesspipe.sh %s
[cvs] G_BROKEN_FILENAMES=1
[cvs] _=/usr/bin/ant
[cvs] CVS_PASSFILE=/home/sale/.cvspass

BUILD SUCCESSFUL
Total time: 0 seconds


[ メッセージ編集済み 編集者: じょー 編集日時 2006-01-31 17:50 ]

[ メッセージ編集済み 編集者: じょー 編集日時 2006-01-31 17:51 ]
1

スキルアップ/キャリアアップ(JOB@IT)