Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Unable to set breakpoint in Ant script
Unable to set breakpoint in Ant script [message #652653] Fri, 04 February 2011 16:05
Dims  is currently offline Dims
Messages: 11
Registered: August 2010
Junior Member
How to debug ant scripts?

I have and script in the Liferay plugin project. It's build.xml contains

<import file="../build-common-portlet.xml" />

entry, and the latter file contains

<import file="../build-common-plugin.xml" />

entry in turn.

So, the actual script is outside of the project directory.

Probably this is the reason I can't toggle breakpoint in build-common-plugin.xml file.

So, how to debug ant script in such a situation?

Thanks.
Previous Topic:How to pre-fill jUnit dialog with default values when generating Test Class ?
Next Topic:Running annotations after other classes generated
Goto Forum:
  


Current Time: Wed May 22 13:06:46 EDT 2013

Powered by FUDForum. Page generated in 0.01481 seconds