Frequently Asked Questions

General

  1. How do I start Jetty without blocking the build?

General

How do I start Jetty without blocking the build?
<j:thread>
  <attainGoal name="jetty:run-war"/>
</j:thread>
<ant:waitfor>
  <ant:http url="[url to wait for to decide when server is started]"/>
</ant:waitfor>