1
vote
6answers
37 views
deleting new lines with regular expression from Ant task
I've posted to 2 forums already (CodeRanch and nabble) and no one has responded with an answer .... so stack overflow ... you are my last hope. All I'm trying to do is delete the " …
1
vote
1answer
18 views
How to run Ant inside Visual Studio 2008?
I'm wondering if anyone out there has any ideas about how to run Ant inside Visual Studio 2008. I'm looking to perform some pretty common Ant tasks such as selecting a target to ru …
0
votes
8answers
61 views
i want to continously run my java threads
I am running my java application where i have used threads...
i am running this application using ant command on the terminal..
But when i close my terminal or press ctrl+c,then ja …
1
vote
1answer
26 views
How to include a file in ivy.xml?
I have a fairly large ivy.xml containing a number of configurations which are the same for a number of projects.
I would like to break out this large repetitive section in to a co …
1
vote
2answers
31 views
Getting all Maven artifacts from Hudson
I have a Maven project that is a child project. It has many sibling projects and the job of this project is to get resources from the siblings and package them in a zip file using …
0
votes
2answers
27 views
Subant targets instead of ant
Hi everybody! I 'm having a problem with subant and have no ideas any more. Can anyone help? SOS
Using ant to replace some strings for other (i.e Productname and Version for "Foo" …
0
votes
4answers
31 views
Group and counting a String in Ant
I have the following problem. I have something like 300 Eclipse Plugins. Now, as part of an ant script I want to read all MANIFEST.MF files and then look for the execution enviro …
0
votes
2answers
44 views
How to create a tar file from a jar file, Netbeans, ant
Hi I have netbeans 6.7.1. My build.xml file creates a jar file. Now I want both jar and tar file. my tar file must be created from my jar file. SO how to create tar file from my ja …
0
votes
2answers
29 views
Reading XML file prepared for JAR when testing application in Eclipse
I'm writing a small app with the help of Eclipse while learning Swing GUIs in Java. I'm also taking my first baby steps in Ant build scripting and have come across a small problem. …
1
vote
3answers
31 views
AntClassLoader cannot be cast to URLClassLoader
I have an Ant task to compile jsp files with Jasper. The first step is generate the java files:
<java classname="org.apache.jasper.JspC" fork="no" failonerror="true">
&l …
0
votes
1answer
39 views
java ant buildfile for project with dependencies
I am new to ant, but am trying to create an ant script that builds my current proeject with another project as a dependency. I have the ant script building my current project, but …
0
votes
1answer
13 views
how to specify set of files to be copied in lib while creating war
This is my build target
<target name="build-war" depends="build-java">
<war destfile="${dist.dir}/${std.war.file}" webxml="${resources.dir}/WEB-INF/web.xm …
1
vote
1answer
29 views
How do I properly fix deploy permission issues with Hudson and ant?
I'm having trouble deploying my Web start to the web server due to permissions problems (reformatted):
/home/hudson/.../build/build-web-start.xml:20: Failed to copy
/home/hudson/. …
0
votes
1answer
47 views
Custom JUnit Report?
I am using the ant tasks 'junit' and 'junitreport' to run my JUnit Tests and generate a report at the end (=> "Unit Test Results").
Is it there some easy way to extend this output …
0
votes
3answers
48 views
Cruisecontrol is having trouble parsing a line that ant is just fine with
I'm having trouble getting my cruisecontrol script to do something. I want to call grep on the files in my project to search for a few preprocessor defines, and place them into a l …
