[SCM] master: Add FAQ section on eclipse.

cagney@sourceware.org cagney@sourceware.org
Thu Dec 13 19:17:00 GMT 2007


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 <cagney@redhat.com>
Date:   Thu Dec 13 14:16:02 2007 -0500

    Add FAQ section on eclipse.

commit 8902c6c6ec72c00e6dca8abd04d48d54a85284c3
Author: Andrew Cagney <cagney@redhat.com>
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 @@
 	    <td valign="top">
 	      <!-- start logo -->
 <p>
-<a href="#faq-build">Build or Test Question?</a><br>
-<a href="#faq-git">Git questions</a><br>
+<a href="#faq-build">Build and Test FAQ</a><br>
+<a href="#faq-eclipse">Eclipse FAQ</a><br>
+<a href="#faq-git">GIT FAQ</a><br>
 <br>
 <a href="#f">Fedora</a><br>
 <a href="#ubuntu">Ubuntu</a><br>
@@ -257,15 +258,6 @@ answers</h2></a>
 <li>Add, rename, or delete the file. <li>Run <tt>./bootstrap.sh</tt>
 </ul></dd>
 
-<dt>How do I build under eclipse?</dt> <dd> <ul>
-<li> Go to Window->Preferences...->General->Workspace->Linked Resources.
-<li> Create a new linked resource called "build" and link it to a directory
-where you want to build frysk.
-<li> Select Project->Build Project or Project->Clean to rebuild the project.
-<li> If you already have a build in that directory you can refresh your
-project and the jars will be found.
-</ul></dd>
-
 <dt>How do I add a Java program that should be installed into
 <tt>bin/</tt>?</dt> <dd> <ul> <li>in the <tt>frysk/pkgbindir/</tt>
 directory, create <tt>.java</tt> and <tt>.xml</tt> files named to
@@ -358,6 +350,31 @@ suppression will take place.</dd>
 
 </dl>
 
+<h3><a name="faq-eclipse">Eclipse Questions, with Answers</h3></a>
+
+<dt>How to I edit files using eclipse?</dt>
+
+<dd>
+<ul>
+<li>Check eclipse-jdt is installed
+<li>Select: File -> New -> Project; to bring up the New Project window
+<li>Select: Java + Java Project
+<li>Edit: Create project from existing source; entering the root of a fresh GIT tree
+<li>Click finish
+</ul>
+</dd>
+
+<dt>What should my eclipse format options be set to?</dt>
+<dd>
+<ul>
+<li>Select: Window -> Preferences ...
+<li>Select: Java + Code Style + Formater
+<li>Change: Active Profile; to Java Conventions
+<li>Apply
+<li>
+
+</dd>
+
 <h3><a name="faq-git">GIT Questions, with Answers</h3></a>
 
 <dl>


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



More information about the Frysk-cvs mailing list