由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - build.xml
相关主题
question on ant taskjava dumb question
菜鸟问题一问问个java on linux的奇怪问题
how to add my own class into a jar file?ant javac error in eclipse 3.0?
htmlunit中的classpath问题,总是找不到package请问一个最初级问题
CruiseControl: out of memory problemcom.sun.tools.javac.Main 问题
[转载] Urgent Help needed about Java Servlet?问个eclipse的问题
JBuilder questionJava fun
如何从java中调用Matlabeclipse can't resolve transitive dependency projects ?
相关话题的讨论汇总
话题: classpath话题: fileset话题: dir话题: name话题: jar
进入Java版参与讨论
1 (共1页)
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
3




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!

1 (共1页)
进入Java版参与讨论
相关主题
eclipse can't resolve transitive dependency projects ?CruiseControl: out of memory problem
Re: 奇怪?? import找不到package[转载] Urgent Help needed about Java Servlet?
Re: How to compile a Java program with import my own package in UNIXJBuilder question
How to import a class?如何从java中调用Matlab
question on ant taskjava dumb question
菜鸟问题一问问个java on linux的奇怪问题
how to add my own class into a jar file?ant javac error in eclipse 3.0?
htmlunit中的classpath问题,总是找不到package请问一个最初级问题
相关话题的讨论汇总
话题: classpath话题: fileset话题: dir话题: name话题: jar