2011年12月5日月曜日

groovy 実行コードのパスを求める

定期的なオペレーションに使っていたgroovy のscriptが動かない、、、。
htmlunitに付属するxm-api.jarが何処かとぶつかっているみたいで、同様のトラブルはgoogle
すると結構見つかる。 バージョン(javaも含めて)によりclassが衝突を起こす、という事の
様で、「不要なパッケージを消す」事で対応している様です。 さー、cron起動のスクリプトの
classpathを何処で指定しようか、、、。

How can I access the path of the script file from within the script?
(後で役立つかもしれないので)

scriptDir
= new File(getClass().protectionDomain.codeSource.location.path).parent
scriptFile
= getClass().protectionDomain.codeSource.location.path

println scriptDir
println scriptFile

0 件のコメント:

Windows11 upgrade 続々続編

 取り合えず、突然死は無くなって、何とか安定に動いていますが、音が酷いのは治らない! やむを得ないので Sound Blaster Audigy FXをインストールしてみました(Creative AppはAudigyを検出してくれないみたいなので、 ドライバーをマニュアルでダウン...