Hudson ant でTestngが動かないよ

Table of Contents

Hudson antの組み合わせでJBossToolsで作ったTestngが動かなかったよ。

プロジェクトの場所を

C:\Documents and Settings\Administrator\.hudson\jobs\antsample\workspace

D:\workspace

に移動したら動くようになったよ。

環境変数HUDSON_HOME=D:\workspaceを設定すればhudsonのホームディレクトリを変更できるよ。

↓そのときのエラー↓

testng:

[testng] [Parser] Running:

[testng] Ant suite

[testng]

[testng] ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController]

Error installing to Parse:

name=vfsfile:/C:/Documents%20and%20Settings/Administrator/.hudson/jobs/antsample/workspace/MavenHudson-test/bootstrap/deploy/jboss-local-jdbc.rar

state=Not Installed mode=Manual requiredState=Parse

[testng] org.jboss.deployers.spi.DeploymentException: Error parsing

meta data jboss-local-jdbc.rar/META-INF/ra.xml

・・・略

[testng]

[testng] ===============================================

[testng] Ant suite

[testng] Total tests run: 1, Failures: 0, Skips: 1

[testng] Configuration Failures: 1, Skips: 3

[testng] ===============================================

[testng]