From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17940 invoked by alias); 13 Dec 2007 19:17:13 -0000 Received: (qmail 17910 invoked by uid 367); 13 Dec 2007 19:17:12 -0000 Date: Thu, 13 Dec 2007 19:17:00 -0000 Message-ID: <20071213191712.17895.qmail@sourceware.org> From: cagney@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Add FAQ section on eclipse. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c7bcf13c081afe97cfcfa4d54fb950978580a123 X-Git-Newrev: 15c6dcf70b5bcf0930c261e8d187e608d28303cf Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org X-SW-Source: 2007-q4/txt/msg00585.txt.bz2 The branch, master has been updated via 15c6dcf70b5bcf0930c261e8d187e608d28303cf (commit) via 8902c6c6ec72c00e6dca8abd04d48d54a85284c3 (commit) from c7bcf13c081afe97cfcfa4d54fb950978580a123 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 15c6dcf70b5bcf0930c261e8d187e608d28303cf Author: Andrew Cagney Date: Thu Dec 13 14:16:02 2007 -0500 Add FAQ section on eclipse. commit 8902c6c6ec72c00e6dca8abd04d48d54a85284c3 Author: Andrew Cagney Date: Thu Dec 13 14:03:36 2007 -0500 Add section on eclipse. ----------------------------------------------------------------------- Summary of changes: htdocs/build/index.html | 39 ++++++++++++++++++++++++++++----------- 1 files changed, 28 insertions(+), 11 deletions(-) First 500 lines of diff: diff --git a/htdocs/build/index.html b/htdocs/build/index.html index b891438..5c619d4 100644 --- a/htdocs/build/index.html +++ b/htdocs/build/index.html @@ -53,8 +53,9 @@

-Build or Test Question?
-Git questions
+Build and Test FAQ
+Eclipse FAQ
+GIT FAQ

Fedora
Ubuntu
@@ -257,15 +258,6 @@ answers

  • Add, rename, or delete the file.
  • Run ./bootstrap.sh -
    How do I build under eclipse?
      -
    • Go to Window->Preferences...->General->Workspace->Linked Resources. -
    • Create a new linked resource called "build" and link it to a directory -where you want to build frysk. -
    • Select Project->Build Project or Project->Clean to rebuild the project. -
    • If you already have a build in that directory you can refresh your -project and the jars will be found. -
    -
    How do I add a Java program that should be installed into bin/?
    • in the frysk/pkgbindir/ directory, create .java and .xml files named to @@ -358,6 +350,31 @@ suppression will take place.
    +

    Eclipse Questions, with Answers

    + +
    How to I edit files using eclipse?
    + +
    +
      +
    • Check eclipse-jdt is installed +
    • Select: File -> New -> Project; to bring up the New Project window +
    • Select: Java + Java Project +
    • Edit: Create project from existing source; entering the root of a fresh GIT tree +
    • Click finish +
    +
    + +
    What should my eclipse format options be set to?
    +
    +
      +
    • Select: Window -> Preferences ... +
    • Select: Java + Code Style + Formater +
    • Change: Active Profile; to Java Conventions +
    • Apply +
    • + +
    +

    GIT Questions, with Answers

    hooks/post-receive -- frysk system monitor/debugger