Ant cannot find a class needed by an externally defined taskdef

前端 未结 6 457
闹比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条回答
  •  孤独总比滥情好
    2020-12-31 06:45

    Why not just take the simplest option and specify the classpath in your ?

    
        
            
        
    
    

    Or create a second entry that subsets library.dir?

    
        
            
        
        
    
    

    Messing around with ${ant.home}/lib is not such a good idea and can almost always be avoided.

提交回复
热议问题