ant
ant build.xml file doesn't exist
After the installation o开发者_如何学JAVAf my ant in my windows 7 . In cmd i typed ant -v it\'s given the ant version but it says the following also.[详细]
2023-04-08 11:16 分类:问答failing An ANT build file if the java program it's referring to throws an Exception
I have the following Ant target : <target name=\"getArchiverStatus\" depends=\"exportContent\"> <java classname=\"com.test.cms.build.GetErrorCountForArchiver\"failonerror=\"true\">[详细]
2023-04-08 06:13 分类:问答Ant: How to echo the name of targetfile within apply
I\'m not really familiar with Ant and i wonder how to print the name of the current processed file to the commandline.[详细]
2023-04-08 06:02 分类:问答Any way of parametrizing whether or not to append inner elements in ant?
I am writing an ant file for compiling a flex project (but this question may apply to non-flex ant scripts as well).[详细]
2023-04-08 04:20 分类:问答problem running JUnit tests with Ant in Eclipse. Beginner question
I\'m learning these days how to use ant to run automated test folowing this tutorial. I have JUnit in the classpath of my project. All seem to work fine and I can include it in my classes:[详细]
2023-04-08 02:35 分类:问答Ant xslt task output to stdout
Using the <xslt> task in ant, how do I get the output to generate to stdout? My XSLT is generating multiple files through xsl:result-document and the normal output is just sta开发者_开发百科tu[详细]
2023-04-07 21:18 分类:问答How to pass multiple parameters to a target in Ant?
I have this dummy target: <mkdir dir=\"${project.stage}/release <war destfile=\"${project.stage}/release/sigma.war\">[详细]
2023-04-07 20:23 分类:问答Unit testing slow with Cobertura
I recently integrated Cobertura into my Ant build scripts and I am wondering if I did it correctly because it has significantly slowed down the time it takes to run the unit tests.[详细]
2023-04-07 11:41 分类:问答how can i break the line in JOptionpane message box
<script language=\"javascript\"> <![CDATA[ importPackage(javax.swing); importPackage(java.lang);[详细]
2023-04-07 03:20 分类:问答How to debug java class file in eclipse while running the ant script?
I am running the ant script from eclipse helios. Which executes the jave files in same workspace. how to debug the java code? I have put line break points and running the script in debug mode but the[详细]
2023-04-06 22:20 分类:问答