python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Problem while trying to execute ant file in java
I'm trying to compile a service using a java ant file as appears below:
and my buid-jar.xml looks like this:
the problem i have is that eclipse is not recognizing the enviroment variables and it tak...
David Sandoval
Votes: 0
Answers: 0
Obtain return value of "condition" apache ant
I need to determine whether the user is on linux OS or windows OS.
For this I use the condition statement. I gave it a value and an else value. My only question now is: How can I obtain the condition ...
I try so hard but I cry harder
Votes: 0
Answers: 0
How to execute an external jar with classpath and also having CI argument using ant
I have a situation where I have a jar already with me. I do not need to create another jar using ant. Also, classpath should add as well.
So my main goal is to run below command using ant
Example is a...
Shubham Jain
Votes: 0
Answers: 2