i**p 发帖数: 902 | 1 My program needs the 3rd party jar file abc.jar which is located in /a/b/c/d
. Here is my build.xml but I got a build error "Problem: failed to create
task or type classpath". Any suggestion?
.....
|
h*****0 发帖数: 4889 | 2 是不是这样写,原来的classpath就没了,比如其实的库
/d
【在 i**p 的大作中提到】 : My program needs the 3rd party jar file abc.jar which is located in /a/b/c/d : . Here is my build.xml but I got a build error "Problem: failed to create : task or type classpath". Any suggestion? : : : : : : ..... :
|
j*****a 发帖数: 436 | |
i**p 发帖数: 902 | 4 BUILD FAILED. Line 11 is
build.xml:11: Problem: failed to create task or type classpath
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any / declarations have taken place.
: : : : :
|
j*****a 发帖数: 436 | 5 Where is the and sections? |
i**p 发帖数: 902 | 6 no these 2 sections.
where to add?
【在 j*****a 的大作中提到】 : Where is the and sections?
|
j*****a 发帖数: 436 | 7 OK, the format should looks like this:
the dir "src" |
i**p 发帖数: 902 | 8 Will try it.
Any good book/web site to learn it?'
Thanks!
【在 j*****a 的大作中提到】 : OK, the format should looks like this: : : : : : : : : :
|
j*****a 发帖数: 436 | 9 Google "apache ant tutorial", you will find a lot web sites.
【在 i**p 的大作中提到】 : Will try it. : Any good book/web site to learn it?' : Thanks!
|