ant-contrib
How can I use something like an array or list in Ant?
I have a list of strings (e.g. \"piyush,kumar\") in an Ant script for which I want to assign piyush to var1 like <var name=\"var1\" value=\"piyush\"/> and kumar to var2 like <var name=\"var2\[详细]
2023-04-02 06:49 分类:问答How to generate a comma separated list in Ant?
How can I generate a comma-separated list from a for loop in Ant? I can loop through a source property with ant-contrib for, but I\'m not sure how to output to the destination property:[详细]
2023-03-20 20:20 分类:问答antcontrib foreach executed in parallel does not raise errors
I have the following ant script that I can\'t seem to find a way to make fail when parallel is set to true for antcontrib\'s foreach task.Any ideas?[详细]
2023-03-13 02:20 分类:问答ant build script issue
I have 2 ant build scripts named \"build\" and \"tarne\" Build: <?xml version=\"1.0\" ?> <project name=\"build\" default=\"zip\">[详细]
2023-02-24 23:23 分类:问答Compiling a C program using ant-contrib using cpptasks
This is what my build.xml file looks like: <project name=\"test\" xmlns:cpptasks=\"antlib:net.sf.antcontrib.cpptasks\">[详细]
2023-02-24 07:22 分类:问答Using antcontrib <if> task via maven-antrun-plugin
My maven java project uses the maven-antrun-plugin to execute a deploy.xml ant script that deploys my app. The deploy.xml uses the <if> task and this seems to be causing the problem;[详细]
2023-02-05 11:47 分类:问答How to view bash history executed by PC1 on PC2 by way of Ant sshexec
there are currently 2 PCs, PC1 and PC2. I have an Ant script on PC1, the script will execute bash commands on PC2 using sshexec task, the snippet may like the following:[详细]
2023-01-29 15:55 分类:问答Question related to find/replace using propertyregex
In my ant build file, I have a property \'Version\' that contains the version. Ex. 2.5.17.230 Now, I am using propertyregex of ant-contrib to replace all \'.\' (dot) characters with an underscore. I[详细]
2023-01-28 05:22 分类:问答Using Ivy to download/install ant-contrib, bsf, beanshell, commons-logging
I am building a project using Ant and Ivy. The build.xml file depends on ant-contrib, bean scripting framework, beanshell, and commons-logging.[详细]
2023-01-16 05:11 分类:问答How can "if-else" logic be emulated using "condition"?
I know that there is ant-contrib, which provides \"if-else\" logic for ant. But I need to achieve the 开发者_StackOverflow中文版same without ant-contrib. Is that possible?[详细]
2023-01-05 22:19 分类:问答