Skip to main content


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 21:05
Dims Mising name is currently offline Dims Mising nameFriend
Messages: 14
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: Fri Apr 19 03:31:52 GMT 2024

Powered by FUDForum. Page generated in 0.01904 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top