Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8541847
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T11:55:24+00:00 2026-06-11T11:55:24+00:00

I have an Ant task that builds an executable JAR file, runs some JUnit

  • 0

I have an Ant task that builds an executable JAR file, runs some JUnit tests, and then runs the executable JAR file to see if it was built correctly. However, the problem is that I have to be next to my computer to shut down my Java program. Is there a way to shut it down from Ant after it runs for maybe a few seconds?

<target name="buildAndTest" depends="create-submission-jar">
    <!-- Other stuff happening here -->
    <java fork="true" jar="${jar.executable}" failonerror="true" />
</target>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T11:55:25+00:00Added an answer on June 11, 2026 at 11:55 am

    Likely your application is threaded and has a concept of a main loop. I think the easier approach is letting your app accepting an extra parameter like --timeout=120s, and using this parameter to make a Timer that gracefully ends the main loop (I think you’ll have some sort of control variable, a PID file or anything). Then Ant will pass this extra parameter, so after some time the process end by itself.

    Obviously, when the parameter is not set, the Timer is not created at all and you’ll use your normal way to tell the program to stop.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have here a Windows distribution server that runs an ANT task to build
I've got a executable JAR file. And I've got an Ant build script that
I have an ant task that executes some command on a list of files.
I have an Ant task which runs if the lock file is not existing.
We currently have an ant task that contains something similar to the following: <filelist
I have an ant target that echo's the content of an eclipse .project file,
I'm trying to make an executable war file ( java -jar myWarFile.war ) that
I have a buildr script that first loads a java properties file, then creates
I have the following ant task: <target name=test> <replace file=test.txt token=smth value=anything/> </target> test.txt
I have an ant task that contains javac task inside. It reports about error

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.