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.
Import all projects into Eclipse:
- ch.qos.logback.beagle
- ch.qos.logback.beagle.feature
- ch.qos.logback.beagle.releng
- ch.qos.logback.beagle.repository
- ch.qos.logback.beagle.target
- ch.qos.logback.beagle.tests (compilation errors unresolved)
- In Eclipse go to project ch.qos.logback.beagle.target and open ch.qos.logback.beagle.target.target file. This will open a window labeled "Target Definition". Wait a few moments for the required plug-ins to be downloaded.
- Click on "Set as Target Platform" in the "Target Definition" window.
From console go to $LB-BEAGLE/ch.qos.logback.beagle.releng and issue command:
mvn clean package
Update site will be inside $LB-BEAGLE/ch.qos.logback.beagle.repository/target/repository folder.
Please contact [email protected] mailing list if you have questions about importing logback-beagle into Eclipse.