I have tried to build on jenkins slave with osx on it and got this error. When I log into machine, I can run ant -version and it works. Only when I try to build from jenkins this error occurs:
Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
答案 0 :(得分:1)
我发现问题在于蚂蚁的brew版本。如果我已安装单独的版本,它的工作原理我发现它可能是由不同的dir结构引起的。在Brew版本中有一个libexec目录是否在“普通”中有一个lib目录。也许使用lib名称创建符号链接到libexec它可以工作,但我没有检查它。