由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Problem on ANT,JAVA,JSP,JSPPrecompiler
相关主题
Re: Problem on ANT,JAVA,JSP,JSPPrecompil这个是JSP的什么技术
其实JSP也不错using SQL in Java
Ant problem入门Java CLASSPATH问题:
Java 求解2java & XML 2 example problem
help neededhelp: where to download JAVA/swing? (转载)
[转载] javascript怎么访问JSP里的arraylist?what is $1.class file in Java?
jsp文件不能compile是咋回事?一个怪异的java 运行问题
Tomcat JSP syntax error关于中文,能在Java source中直接嵌入吗?
相关话题的讨论汇总
话题: ant话题: jsp话题: java话题: server话题: problem
进入Java版参与讨论
1 (共1页)
y*****n
发帖数: 48
1
When we finish the code development and testing on the development server, we
need to publish
these new changes from development server (testing) to production server
(www).
Apache ANT is used to do this publishing. When ANT is executed, ANT will
compile the JAVA codes to JAVA class files, then compile the JSP codes to JSP
class files, then transfer the these class files to www. The codes on the
testing server are intact and should work fine, then once we run ANT, the code
should be compiled and
w*r
发帖数: 2421
2
what is this?
[java] java.lang.NoSuchMethodError: org.apache.jasper.JspC.processFile
(Ljava/lang/String;)Z
^^^^^^^^^^^^^^^^^^^^
" target="_blank" class="a2">http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper/docs/api/org/apache/jasper/JspC.html#processFile(java.lang.String)

【在 y*****n 的大作中提到】
: When we finish the code development and testing on the development server, we
: need to publish
: these new changes from development server (testing) to production server
: (www).
: Apache ANT is used to do this publishing. When ANT is executed, ANT will
: compile the JAVA codes to JAVA class files, then compile the JSP codes to JSP
: class files, then transfer the these class files to www. The codes on the
: testing server are intact and should work fine, then once we run ANT, the code
: should be compiled and

y*****n
发帖数: 48
3

不知道 :-( 我应该怎么查它啊.
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper/docs/api/org/apache/jas
per/JspC.html#processFile(java.lang.String)
we
JSP
code
following
itself
人留
unchecked
which
compiling
after I
followings:

【在 w*r 的大作中提到】
: what is this?
: [java] java.lang.NoSuchMethodError: org.apache.jasper.JspC.processFile
: (Ljava/lang/String;)Z
: ^^^^^^^^^^^^^^^^^^^^
: " target="_blank" class="a2">http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper/docs/api/org/apache/jasper/JspC.html#processFile(java.lang.String)

c**g
发帖数: 274
4
如果你原来编译成功现在不成功,唯一的可能就是你的环境变了,或者compiler或者
有dependency的其他package.

【在 y*****n 的大作中提到】
: When we finish the code development and testing on the development server, we
: need to publish
: these new changes from development server (testing) to production server
: (www).
: Apache ANT is used to do this publishing. When ANT is executed, ANT will
: compile the JAVA codes to JAVA class files, then compile the JSP codes to JSP
: class files, then transfer the these class files to www. The codes on the
: testing server are intact and should work fine, then once we run ANT, the code
: should be compiled and

y*****n
发帖数: 48
5

怎么查这个dependency的package啊.谢谢
we
JSP
code
following
itself
人留
unchecked
which
compiling
after I
followings:
org.apache.tools.ant.taskdefs.Java.execute(Java.java:83)
org.apache.tools.ant.Target.performTasks(Target.java:369)

【在 c**g 的大作中提到】
: 如果你原来编译成功现在不成功,唯一的可能就是你的环境变了,或者compiler或者
: 有dependency的其他package.

1 (共1页)
进入Java版参与讨论
相关主题
关于中文,能在Java source中直接嵌入吗?help needed
啥时候java也可以compile成为native的?[转载] javascript怎么访问JSP里的arraylist?
Java练习题 6jsp文件不能compile是咋回事?
in eclipse EE , how to build a tomcat/web application?Tomcat JSP syntax error
Re: Problem on ANT,JAVA,JSP,JSPPrecompil这个是JSP的什么技术
其实JSP也不错using SQL in Java
Ant problem入门Java CLASSPATH问题:
Java 求解2java & XML 2 example problem
相关话题的讨论汇总
话题: ant话题: jsp话题: java话题: server话题: problem