Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How can I see <echo> output from custom build callbacks?
How can I see <echo> output from custom build callbacks? [message #699307] Thu, 21 July 2011 10:10 Go to next message
Alexey Romanov is currently offline Alexey RomanovFriend
Messages: 263
Registered: May 2010
Senior Member
I have a customBuildCallbacks.xml file and

customBuildCallbacks = customBuildCallbacks.xml
customBuildCallbacks.inheritall = true

in build.properties. However, it isn't working as desired, and I can't even see output from <echo> tasks (whether in Console View or in the terminal from which Eclipse was started) to help with debugging. Are custom build callbacks used at all when doing "Export > Plug-in development > Deployable plug-ins
and fragments"?
Re: How can I see <echo> output from custom build callbacks? [message #714278 is a reply to message #699307] Wed, 10 August 2011 08:12 Go to previous message
Alexey Romanov is currently offline Alexey RomanovFriend
Messages: 263
Registered: May 2010
Senior Member
I have checked that customBuildCallbacks.xml is called. Unfortunately, the best I can do for output so far is

<concat append="true" destfile="${log.file}">Output</concat>

which doesn't show Ant errors Sad
Previous Topic:Why does a run configuration include unexpected plugins?
Next Topic:Eclipse plugin development Maven repository
Goto Forum:
  


Current Time: Tue Apr 23 07:21:04 GMT 2024

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

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

Back to the top