Getting Ant to recognise a classpath

后端 未结 3 1021
-上瘾入骨i
-上瘾入骨i 2020-11-30 04:30

I have an Apache Ant build file with a command that requires four specific JARs to be on the build classpath. I\'ve tried to do this:

3条回答
  •  攒了一身酷
    2020-11-30 04:59

    Here's an example from a project I am currently working on. I suspect you can modify it to work for your situation.

    
      
        
      
    
      
        
      
    
      
    
    
    ...
    
    
      
      
    
    

提交回复
热议问题