Eclipse-based IDEs
In this topic ...
Factory Projects in Eclipse-based Environments
Finding the Factory and Eclipse-based IDE Logs
Related Topics ...
The Designer in Eclipsed-based development environments operates as a fully integrated IDE and is available as a plugin to the following Eclipsed-based IDEs:
- Eclipse 3.x
- IBM Rational Development Environments
Factory Projects in Eclipse-based IDEs
The table below describes the characteristics of Factory projects:
Viewing Console Messages
We can view the console messages generated by your IDE (including System.out statements in builder generation classes) by modifying the command property for the menu item or short cut you use to launch the Designer.
To modify the Designer launch command so that it displays a console:
- Open the Programs | WebSphere Portlet Factory | Designer menu item.
- Right-click on Designer and select Properties.
- In the Designer Properties dialog, add the -debug -consolelog flags to the Target value. For example:
C:\eclipse\eclipse.exe -debug -consolelog
- Click OK.
Finding Factory and Eclipse-base IDE Logs
We can find the log file for the Designer in the eclipse/plugins/com.bowstreet.designer.core/log directory.
We can find the log file for the Factory in the Factory's WEB-INF/logs directory.