当前位置: 技术问答>java相关
简单的ant问题!解决了一定,马上结贴,给分。
来源: 互联网 发布时间:2015-07-15
本文导语: 请高手指教! 使用ant 来发布ejb!jboss的服务器 build.xml也写了! 但是每次运行ant的时候总是 提示,如下: D:BBS>ant Usage: java [-options] class [args...] (to execute a class) or java -jar [-options] jarfile [arg...
请高手指教!
使用ant 来发布ejb!jboss的服务器
build.xml也写了!
但是每次运行ant的时候总是
提示,如下:
D:BBS>ant
Usage: java [-options] class [args...]
(to execute a class)
or java -jar [-options] jarfile [args...]
(to execute a jar file)
where options include:
-cp -classpath
set search path for application classes and resources
-D=
set a system property
-verbose[:class|gc|jni]
enable verbose output
-version print product version and exit
-showversion print product version and continue
-? -help print this help message
-X print help on non-standard options
D:BBS>
build.xml 就在BBS目录下头!
java_home,ant_home,ant加入path 都设了!
它的提示!和不代参数运行 java一样!
是不是要装xml解析器?
使用ant 来发布ejb!jboss的服务器
build.xml也写了!
但是每次运行ant的时候总是
提示,如下:
D:BBS>ant
Usage: java [-options] class [args...]
(to execute a class)
or java -jar [-options] jarfile [args...]
(to execute a jar file)
where options include:
-cp -classpath
set search path for application classes and resources
-D=
set a system property
-verbose[:class|gc|jni]
enable verbose output
-version print product version and exit
-showversion print product version and continue
-? -help print this help message
-X print help on non-standard options
D:BBS>
build.xml 就在BBS目录下头!
java_home,ant_home,ant加入path 都设了!
它的提示!和不代参数运行 java一样!
是不是要装xml解析器?
|
我看了,你的build.xml中没有所以肯定不是build.xml中出的错。
一定是在ant.bat中出的错。
你可以随便写一个什么也不做的build.xml看看是不是还是一样的错。
检查你的CLASSPATH ANT_HOME ANT_OPTS ANT_CMD_LINE_ARGS
这些影响ANT执行的系统量有没有设错,其中除了ANT_HOME之外,你都最好删掉试一试,如果不行,就重新安装ANT
一定是在ant.bat中出的错。
你可以随便写一个什么也不做的build.xml看看是不是还是一样的错。
检查你的CLASSPATH ANT_HOME ANT_OPTS ANT_CMD_LINE_ARGS
这些影响ANT执行的系统量有没有设错,其中除了ANT_HOME之外,你都最好删掉试一试,如果不行,就重新安装ANT
|
你把这段build 文件写出来吧.
|
是的,重装就应该好了
|
安装ant的程序*.exe
双击
然后next
然后finish
傻瓜式安装
搞定
双击
然后next
然后finish
傻瓜式安装
搞定