Details
Description
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
- 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.
Thanks for the patch!