开发者

Teamcity ant build classpath - how to add additional jars

开发者 https://www.devze.com 2022-12-31 17:53 出处:网络
In Teamcity I\'m kicking off an Ant Build. I want to add additional jars to the classpath, including ant-javamail.jar

In Teamcity I'm kicking off an Ant Build. I want to add additional jars to the classpath, including ant-javamail.jar

How do I specify thes开发者_运维技巧e in the settings control panel?


Can you specify "-lib /path/to/ant-javamail.jar" in the "Additional Ant command line parameters:" of your Ant Runner's configuration in TC?

References:

http://ant.apache.org/manual/running.html

http://confluence.jetbrains.net/display/TCD5/Ant

0

精彩评论

暂无评论...
验证码 换一张
取 消