Instructions for
setting up a BlogBridge
development environment under Windows
Document History
9/13/04�������� Original, David Coletta, david@colettas.org
8/5/05��������� Misc updates, Paul Kleppner, pkleppner@gmail.com
Note: it's not clear to me which Java2 SDK version to recommend. It's probably best to avoid the 1.5 version, because we don't want to depend on users having that installed. But it might be better to use an earlier version of 1.4 in order to avoid depending on bug fixes from later 1.4 versions that users may not have installed.
hostname: �������� cvs.sourceforge.net
repository path: /cvsroot/blogbridge
user: ���������������� anonymous
password: ��������� <leave blank>
connection type: pserver
use default port����������
Note: I later switched to an SourceForge account for which I was given BlogBridge source read/write privileges. At that time I needed to switch the protocol to to extssh, and of course change the user name and password. - Paul.
Click Project→Clean... to force a build.
Note: I've had various problems in getting the initial build going. Another way to run a build is to right-click on build.xml in the top level of the package explorer tree, and choose Run As→Ant Build . You should see �BUILD SUCCESSFUL� in the Console window. - Paul.
1. Choose Run→Debug... menu
2. In the �Create, manage and run configurations� window:
- click �New�
- set: Name= BlogBridge
Project=blogbridge
Main class = com.salas.bb.core.ApplicationLauncher
3. Click Debug button
You should see the BlogBridge splash screen and first dialog.
For future debugging, click the F11 key or choose the Debug icon in the Eclipse toolbar.