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

  • SEARCH
  • Home
  • 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 6766383
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T14:49:27+00:00 2026-05-26T14:49:27+00:00

I have an Ant file contains a Junit target, before running the Junit target

  • 0

I have an Ant file contains a Junit target, before running the Junit target i have to start the web server(also a target) to let the Unit test run smoothly(there are some web based UI unit tests). However when i start the web server, the ant script is pending and block all following execution. Is there a way to start the web server and then return and running the Unit tests?

    <target name="runserver" description="Run hosted mode">
       <java failonerror="true" fork="true" classname="com.google.gwt.dev.DevMode">.....</java>
    </target>

    <target name="test" depends="runserver">
       <junit fork="yes" printsummary="yes" haltonerror="true" haltonfailure="true">...</junit>
    </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-05-26T14:49:27+00:00Added an answer on May 26, 2026 at 2:49 pm

    you probably have to use “spawn=true” in your exec/java Task. Otherwise after the server has started as a forked process, Ant will be suspended because it tries to read from the standard input. Try in your exec task something like:

        <exec executable="${your.Server.executable}" spawn="true"/>
        <java jar="${your.Server.jar}" spawn="true">...</java>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an ant build file that contains JUnit test suite that I would
I have an ant target that echo's the content of an eclipse .project file,
I have a unit test that contains 6 test cases ( @Test -annotated methods)
I am having issues integrating junit with a working ant build.xml file. My test
I have the following ant file that is not running the targets prepForDeployment and
When I am running a junit test from ant I always get: D:\metrike>ant test
I have a project that contains xml files. I also have an Ant build
We have inherited an ant build file but now need to deploy to both
When you define an extension-point in an Ant build file you can have it
We currently have an ant task that contains something similar to the following: <filelist

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.