Here are the steps required for importing the logback-beagle project into Eclipse. Let $LB-BEAGLE be the folder where you cloned logback-beagle from Github.
Here are the commands:
cd $LB-BEAGLE
mvn eclipse:clean
mvn eclipse:eclipse
-
In Eclipse, File -> Open File, select $LB-BEAGLE/logback-beagle.target. This will open a window labeled "Target Definition". Wait a few moments for the required plug-ins to be downlaoded.
-
Click on "Set as Target Platform" in the "Target Definition" window.
Import following projects into Eclipse:
- ch.qos.logback.beagle
Please contact [email protected] mailing list if you have questions about importing logback-beagle into Eclipse.