Ant cannot find a class needed by an externally defined taskdef

前端 未结 6 434
闹比i
闹比i 2020-12-31 06:00

I am trying to use the axis-java2wsdl ant task to create a wsdl from one of my java classes, but I cannot get the classpath correct.

I am using Ubuntu\'s libaxis-jav

6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-31 06:39

    I met the same problem when I copy a *.jar to the {ant.home}/libs, then i user the -lib to locate the *.jar, it's runs ok! I consider it's the new jars can't be loaded, then i'll test it!

提交回复
热议问题