Issue Details (XML | Word | Printable)

Key: IZPACK-152
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Julien Ponge
Reporter: Sandor Vroemisse
Votes: 0
Watchers: 0
Operations

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

UserPathPanel prints debug messages to console

Created: 01/Sep/08 07:55 AM   Updated: 25/Sep/08 02:45 AM
Component/s: Panels
Affects Version/s: 4.0.0, 4.0.1
Fix Version/s: 4.1.0

Time Tracking:
Not Specified

File Attachments: 1. Text File UserPathPanel_trace.patch (2 kB)

Environment: Any

Patch Submitted: Yes


 Description  « Hide
The installer prints the following in my console when installing:

UserPathPanel looking for activation condition
Checking for pack dependency of Developer

  • Checking if Application Server equals Developer
  • Checking if Developer equals Developer
    • Found Developer, panel will be shown

These come from System.out.println(...) statements in the UserPathPanel class. I attached a patch that replaces all System.out.println calls by Debug.trace calls. This solves the problem for me.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Julien Ponge added a comment - 03/Sep/08 04:30 AM
Thanks for the patch!