📄 project.properties
字号:
build.classes.dir=${build.web.dir}/WEB-INF/classes
build.classes.excludes=**/*.java,**/*.form
build.dir=build
build.generated.dir=${build.dir}/generated
build.test.classes.dir=${build.dir}/test/classes
build.test.results.dir=${build.dir}/test/results
build.web.dir=${build.dir}/web
build.web.excludes=${build.classes.excludes}
client.urlPart=/jsunit/testRunner.html
compile.jsps=false
conf.dir=${source.root}/conf
debug.classpath=${javac.classpath}:${build.classes.dir}
debug.client=false
debug.server=false
debug.test.classpath=\
${run.test.classpath}
display.browser=true
dist.dir=dist
dist.ear.war=${dist.dir}/${war.ear.name}
dist.javadoc.dir=${dist.dir}/javadoc
dist.war=${dist.dir}/${war.name}
file.reference.ant.jar=web/jsunit/java/lib/ant.jar
file.reference.commons-el.jar=web/jsunit/java/lib/commons-el.jar
file.reference.commons-logging.jar=web/jsunit/java/lib/commons-logging.jar
file.reference.jasper-compiler.jar=web/jsunit/java/lib/jasper-compiler.jar
file.reference.jasper-runtime.jar=web/jsunit/java/lib/jasper-runtime.jar
file.reference.javax.servlet.jar=web/jsunit/java/lib/javax.servlet.jar
file.reference.jdom.jar=web/jsunit/java/lib/jdom.jar
file.reference.jsunit.jar=web/jsunit/java/bin/jsunit.jar
file.reference.junit.jar=web/jsunit/java/lib/junit.jar
file.reference.ognl.jar=web/jsunit/java/lib/ognl.jar
file.reference.org.mortbay.jetty.jar=web/jsunit/java/lib/org.mortbay.jetty.jar
file.reference.oscore.jar=web/jsunit/java/lib/oscore.jar
file.reference.rife-continuations.jar=web/jsunit/java/lib/rife-continuations.jar
file.reference.start.jar=web/jsunit/java/lib/start.jar
file.reference.stop.jar=web/jsunit/java/lib/stop.jar
file.reference.webwork-2.2-beta-4.jar=web/jsunit/java/lib/webwork-2.2-beta-4.jar
file.reference.xercesImpl-2.6.2.jar=web/jsunit/java/lib/xercesImpl-2.6.2.jar
file.reference.xwork-1.1.jar=web/jsunit/java/lib/xwork-1.1.jar
j2ee.platform=1.4
j2ee.server.type=J2EE
jar.compress=false
javac.classpath=\
${file.reference.ant.jar}:\
${file.reference.commons-el.jar}:\
${file.reference.commons-logging.jar}:\
${file.reference.jasper-compiler.jar}:\
${file.reference.jasper-runtime.jar}:\
${file.reference.javax.servlet.jar}:\
${file.reference.jdom.jar}:\
${file.reference.junit.jar}:\
${file.reference.ognl.jar}:\
${file.reference.org.mortbay.jetty.jar}:\
${file.reference.oscore.jar}:\
${file.reference.rife-continuations.jar}:\
${file.reference.start.jar}:\
${file.reference.stop.jar}:\
${file.reference.webwork-2.2-beta-4.jar}:\
${file.reference.xercesImpl-2.6.2.jar}:\
${file.reference.xwork-1.1.jar}:\
${file.reference.jsunit.jar}
# Space-separated list of extra javac options
javac.compilerargs=
javac.debug=true
javac.deprecation=false
javac.source=1.5
javac.target=1.5
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}:\
${libs.junit.classpath}
javadoc.additionalparam=
javadoc.author=false
javadoc.encoding=
javadoc.noindex=false
javadoc.nonavbar=false
javadoc.notree=false
javadoc.preview=true
javadoc.private=false
javadoc.splitindex=true
javadoc.use=true
javadoc.version=false
javadoc.windowtitle=
jspcompilation.classpath=${jspc.classpath}:${javac.classpath}
lib.dir=${web.docbase.dir}/WEB-INF/lib
platform.active=default_platform
resource.dir=setup
run.test.classpath=\
${javac.test.classpath}:\
${build.test.classes.dir}
# Space-separated list of JVM arguments used when running class with main method
# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value):
runmain.jvmargs=
source.root=src
src.dir=${source.root}/java
test.src.dir=test
war.content.additional=
war.ear.name=JsUnitExample.war
war.name=JsUnitExample.war
war.package=true
web.docbase.dir=web
webinf.dir=web/WEB-INF
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -