build.xml
invoking only the required test in testng file while using ant
I am trying to invoke tests of a testng.xml file from ant. My testng.xml looks like the following: <suite name=\"testsuite\">[详细]
2023-04-10 12:33 分类:问答Specifying directory with Japanese characters in build.xml for ant in windows
I have a build.xml file that specify a directory with Japanese characters as an argument to a command.[详细]
2023-04-09 17:44 分类:问答Specifying up directory in build.xml for ant in windows
I have a build.xml file for ant, and I want to modify a directory from <condition 开发者_StackOverflow社区property=\"flex_sdk\" value=\"%cd%/SDK/flex_sdk/\">[详细]
2023-04-09 04:47 分类:问答Target "debug" does not exist in the project
I am trying to do custom build, hence I am editing build.xml file. I have added 2 new targets, but now NetBea开发者_Python百科ns are giving me error, when trying to debug - Target \"debug\" does not e[详细]
2023-04-08 11:24 分类:问答Custom building of APK
is there any way how to change, via changes in build.xml file, package 开发者_如何学编程name in time of build? Is it even possible?[详细]
2023-04-07 13:18 分类:问答Coverage report for unit test
I\'m trying to get coverage report for my unit test, but BUILD always FAIL. I\'m using this tutorial (blog.pboos) step-by-step.[详细]
2023-04-05 04:35 分类:问答Breaking strings into different lines in ant build.xml files
I\'d like to know how to shorten lines containing long string literals in my ant build.xml file.For example:[详细]
2023-03-31 14:57 分类:问答Grails create-app does not produce build.xml?
It is said here that grails create-app should produce a bu开发者_如何学Cild.xml for ant or maven. However it does not (at least in version 1.3.7). How can I build it with ant?In order to allow your pr[详细]
2023-03-28 09:39 分类:问答Getting and using parent directory through ANT
I have a directory structure & build.xml like this /path-to-project/src/prj1 /path-to-project/src/prj2[详细]
2023-03-26 11:43 分类:问答ant built version of application fails to find dependent jar
Trying to build a java application I am able to run the application successfully through Eclipse but I\'m unable to run the jar file built by ant. I suspect my build.xml is to blame, I\'m trying to ge[详细]
2023-03-24 12:36 分类:问答