Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » How to obtain debug output from p2.generator ant task?
How to obtain debug output from p2.generator ant task? [message #121046] Tue, 11 November 2008 16:09 Go to next message
Eclipse UserFriend
Originally posted by: any.swc.rwth-aachen.de

Hallo again,

the generated assemble script within my headless build system feail when
calling the p2.generator task (compare bug #254835). I would like to
investigate the cause of the problem, however I cannot infer why the p2
generator task fails. Is there an easy possiblity to get more debugging
output?

Best Regards
Alexander
Re: How to obtain debug output from p2.generator ant task? [message #121055 is a reply to message #121046] Tue, 11 November 2008 18:51 Go to previous message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
The exception that is thrown out to ant does contain a nested exception
which is the real cause of the problem. However, it doesn't seem that
ant does anything with this nested exception. Maybe running ant in
verbose mode might get something?
Otherwise, you will need to run it under a debugger. The interesting
class is GeneratorTask in org.eclipse.equinox.p2.metadata.generator.

I did raise https://bugs.eclipse.org/bugs/show_bug.cgi?id=254911.
-Andrew
Alexander Nyßen wrote:
> Hallo again,
>
> the generated assemble script within my headless build system feail when
> calling the p2.generator task (compare bug #254835). I would like to
> investigate the cause of the problem, however I cannot infer why the p2
> generator task fails. Is there an easy possiblity to get more debugging
> output?
>
> Best Regards
> Alexander
Previous Topic:Using links file with p2
Next Topic:Installing RCP with features
Goto Forum:
  


Current Time: Tue Mar 19 11:41:54 GMT 2024

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

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

Back to the top