This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] master: Fix typos in instruction and makefile.


The branch, master has been updated
       via  9c76e9dfce159f2acf341174bf88f23ce9bcbdf3 (commit)
      from  cbc4543f8c848f5bcc642f513fa185df153a532a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 9c76e9dfce159f2acf341174bf88f23ce9bcbdf3
Author: Andrew Cagney <cagney@redhat.com>
Date:   Fri Dec 14 12:42:16 2007 -0500

    Fix typos in instruction and makefile.
    
    2007-12-14  Andrew Cagney  <cagney@redhat.com>
    
    	* Makefile.am (BUILT_SOURCES): Fix typo; eclipse/.project and
    	eclipse/.classpath, instead of .project and .classpath.

-----------------------------------------------------------------------

Summary of changes:
 frysk-top/ChangeLog     |    3 +++
 frysk-top/Makefile.am   |    4 ++--
 htdocs/build/index.html |   20 +++++++++++++++-----
 3 files changed, 20 insertions(+), 7 deletions(-)

First 500 lines of diff:
diff --git a/frysk-top/ChangeLog b/frysk-top/ChangeLog
index 77836a6..f464a72 100644
--- a/frysk-top/ChangeLog
+++ b/frysk-top/ChangeLog
@@ -1,5 +1,8 @@
 2007-12-14  Andrew Cagney  <cagney@redhat.com>
 
+	* Makefile.am (BUILT_SOURCES): Fix typo; eclipse/.project and
+	eclipse/.classpath, instead of .project and .classpath.
+
 	* .classpath.in: Add frysk-import's junit.jar, jline.jar,
 	getopt.jar, jdom.jar, antlr.jar and cdtparser.jar.
 
diff --git a/frysk-top/Makefile.am b/frysk-top/Makefile.am
index 62ffe86..2ad105c 100644
--- a/frysk-top/Makefile.am
+++ b/frysk-top/Makefile.am
@@ -169,12 +169,12 @@ $(DOXYFILE): Doxyfile.in
 	mv $@.tmp $@
 CLEANFILES += doxygen
 
-BUILT_SOURCES += .project
+BUILT_SOURCES += eclipse/.project
 eclipse/.project: .project.in
 	mkdir -p `dirname $@`
 	$(SUBST)
 	chmod u+w $@
-BUILT_SOURCES += .classpath
+BUILT_SOURCES += eclipse/.classpath
 eclipse/.classpath: .classpath.in
 	mkdir -p `dirname $@`
 	$(SUBST)
diff --git a/htdocs/build/index.html b/htdocs/build/index.html
index 64233a4..19cc82f 100644
--- a/htdocs/build/index.html
+++ b/htdocs/build/index.html
@@ -372,18 +372,28 @@ files.<br>Once the build has finished, from eclipse:
 
 <dt>What should my eclipse format options be set to?</dt>
 <dd>
-To set the format options globally to "Java" use:
+<em>frysk</em> pretty much follows the standard Java Conventions; to
+set this locally:
 <ul>
-<li>Select: Window -> Preferences ...
+<li>Select: Window -> Preferences; to bring up the Preferences window
 <li>Select: Java + Code Style + Formater
-<li>Change: Active Profile; to Java Conventions
-<li>Apply
+<li>Set Active Profile to Java Conventions
 </ul>
+</dd>
 
+<dt>What should the eclipse compiler be set to?</dt>
+<dd>
+<em>frysk</em>Uses Java 1.4.2; to select that compiler; to set this
+globally:
+<ul>
+<li>Select: Window -> Preferences; to bring up the Preferences window
+<li>Select: Java + Compiler
+<li>Set the Compiler Compliance Level to 1.4
+<li>Check that the Default Compliance Settings are used.
+</ul>
 </dd>
 
 <dt>How do I build <em>frysk</em> from eclipse?</dt>
-
 <dd>
 So far everyone has stuck with the command line.
 </dd>


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]