Issue Details (XML | Word | Printable)

Key: MOJO-827
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dan Tran
Reporter: Graham Leggett
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Mojo

Clarify PDE return code 13: tell the user where to find the error

Created: 18/Jun/07 09:07 AM   Updated: 22/Jun/07 06:24 PM   Resolved: 22/Jun/07 06:24 PM
Return to search
Component/s: pde
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. File pde-code-13.diff (1 kB)


Complexity: Intermediate
Patch Submitted: Yes


 Description  « Hide

When a PDE build fails, the PDE process will exit with exit code 13 - this signals to the calling process that an error has occurred with the PDE build, and that the details of the error can be found inside the PDE build log file produced as part of the build.

In the current pde-maven-plugin code, the error message returned to the user is simply that the build returned exit code 13 - the end user concludes from this error that the Eclipse PDE build process has crashed, when instead an error has occurred and logged to a logfile.

The attached patch makes it clear in the error message that the end user should be looking for the cause of the error in the PDE build log.



Dan Tran added a comment - 22/Jun/07 06:24 PM

applied thanks