Skip to main content



      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 06:10 Go to next message
Eclipse UserFriend
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 04:12 Go to previous message
Eclipse UserFriend
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: Thu Jul 24 10:08:41 EDT 2025

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

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

Back to the top