User: user57  
  Date: 01/11/21 13:47:33

  Modified:    src/docs/developers/guide buildsystem-faq.jsp quickstart.jsp
  Log:
   o truncated quickstart output examples a bit more to make the page a bit
     more readable
   o changed [Printable Version] to [Print] and added [Send To Printer] on
     pritable page
   o only using <em></em> on the faq section when terms are most notibly
     described
   o changed the main style sheet to use relative font sizes (except for
     menu and slogan) so that browsers can correctly adujst them to the
     users preferences (making the text bigger or smaller)
   * Note: The general text size is a touch larger than before, but is really
     close to the harded coded 13px and seems to look ok on IE and Mozilla and
     even in Konqueror, which never seemed to look good at all)
  
  Revision  Changes    Path
  1.4       +17 -8     newsite/src/docs/developers/guide/buildsystem-faq.jsp
  
  Index: buildsystem-faq.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/src/docs/developers/guide/buildsystem-faq.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- buildsystem-faq.jsp       2001/11/21 07:16:57     1.3
  +++ buildsystem-faq.jsp       2001/11/21 21:47:33     1.4
  @@ -1,16 +1,23 @@
   <jsp:include page="/developers/head.jsp" flush="true"/>
  -<!-- $Id: buildsystem-faq.jsp,v 1.3 2001/11/21 07:16:57 user57 Exp $ -->
   <jsp:include page="/developers/slogan.jsp" flush="true">
      <jsp:param name="SLOGAN" value="BUILD SYSTEM FAQ"/>
   </jsp:include>
   
  -<!-- ==================================================================== -->
  +<!-- $Id: buildsystem-faq.jsp,v 1.4 2001/11/21 21:47:33 user57 Exp $ -->
   
   <jsp:include page="/common/picateam.jsp" flush="true"/>
   
  -<p>Find the answers to the most frequently asked questions about the
  +<p>Find the answers to the most frequently asked questions (FAQ) about the
      build system here.
   
  +<p>This is a work in progress, so you might not find the exact question or 
  +   rather answer that you were looking for.  If you have a question which
  +   you believe should be listed here, please send us some 
  +   <a href="mailto:[EMAIL PROTECTED]";>email</a> letting us know.
  +
  +<p>If you are looking for a more compresensive document about the build
  +   system check out the <a href="buildsystem.jsp">Build System Guide</a>.
  +
   <br clear="all">
   
   <!-- ==================================================================== -->
  @@ -19,7 +26,7 @@
   
   <p><ul>
        <li><a href="#Ant_directly">Why can't I use <tt>ant</tt> directly?</a>
  -     <li><a href="#What_are_Hooks">What are <em>hooks</em>?</a>
  +     <li><a href="#What_are_Hooks">What are hooks?</a>
      </ul>
   
   <!-- ==================================================================== -->
  @@ -48,7 +55,7 @@
   
   <p>[<a href="#Contents">Contents</a>]
   
  -<h2><a name="What_are_Hooks"></a>What are <em>hooks</em>?</h2>
  +<h2><a name="What_are_Hooks"></a>What are hooks?</h2>
   
   <p>If you have looked through a <tt>build/build.xml</tt> file, you may have
      noticed a section dealing with module hooks.  Just what are those hooks
  @@ -67,7 +74,7 @@
      actions when those modules were actually exectute, or rather <em>only</em>
      when they are executed.  In comes module <em>hooks</em>.
   
  -<p><em>Hooks</em> are simply targets named in a specific fasion which will
  +<p>Hooks are simply targets named in a specific fasion which will
      be executed before and/or after the module is executed (as specified by
      the module executor... the bit which executes the list modules, and the
      existance of the target as specified by the hook naming convention).
  @@ -81,6 +88,8 @@
      by the user.  This is used to only pull the files which were actually
      generated by the current module execution.
   
  +<jsp:include page="/common/picateam.jsp" flush="true"/>
  +
   <p>For example, consider the difference between the <tt>all</tt> and 
      <tt>most</tt> targets.  The first should generate all of the possible
      files that a module has to offer, while the latter should only generate
  @@ -105,12 +114,12 @@
   <p>With any luck that all makes sense to you now.  If now just remeber that
      <em>hooks</em> are used to <em>pull</em> output from modules and generated
      the release structure for a project.  For each module that exists in a
  -   project and generates output, <em>hooks</em> should be defined in the
  +   project and generates output, hooks should be defined in the
      projects <tt>build/build.xml</tt> file which copy the generated files
      from module to project output.
   
   <p>If you are a adding support for a new module, or changing an existing
  -   <em>hook</em>, please make sure that you test all of the targets which
  +   hook, please make sure that you test all of the targets which
      will trigger the hook to be called before commiting the changes.  Your
      fellow developers will appreciate the extra time you took to test that
      everything works... even if they don't show it =)
  
  
  
  1.3       +10 -10    newsite/src/docs/developers/guide/quickstart.jsp
  
  Index: quickstart.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/src/docs/developers/guide/quickstart.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- quickstart.jsp    2001/11/21 03:21:09     1.2
  +++ quickstart.jsp    2001/11/21 21:47:33     1.3
  @@ -3,7 +3,7 @@
      <jsp:param name="SLOGAN" value="QUICK START GUIDE"/>
   </jsp:include>
   
  -<!-- $Id: quickstart.jsp,v 1.2 2001/11/21 03:21:09 user57 Exp $ -->
  +<!-- $Id: quickstart.jsp,v 1.3 2001/11/21 21:47:33 user57 Exp $ -->
   
   <!-- ==================================================================== -->
   
  @@ -287,7 +287,7 @@
   
   _configure-modules:
        [echo] groups:  default
  -     [echo] modules: 
j2ee,naming,server,security,messaging,pool,connector,admin,cluster...
  +     [echo] modules: j2ee,naming,server,security,messaging,pool,connector...
   
   _configure-tasks:
   
  @@ -301,9 +301,9 @@
   ...
   
   install-dependencies:
  -     [copy] Copying 3 files to 
/home/jason/ws/jboss-all/build/output/jboss-3.0.0alpha/lib
  -     [copy] Copying 29 files to 
/home/jason/ws/jboss-all/build/output/jboss-3.0.0alpha/lib/ext
  -     [copy] Copying 7 files to 
/home/jason/ws/jboss-all/build/output/jboss-3.0.0alpha/client
  +     [copy] Copying 3 files to 
/home/jason/ws/jboss-all/build/output/jboss-3.0.0alpha/...
  +     [copy] Copying 29 files to 
/home/jason/ws/jboss-all/build/output/jboss-3.0.0alpha/...
  +     [copy] Copying 7 files to 
/home/jason/ws/jboss-all/build/output/jboss-3.0.0alpha/...
   
   install:
   
  @@ -461,7 +461,7 @@
    JAVA: /opt/java/jdk/bin/java
   
    JAVA_OPTS: -server -Djboss.boot.loader.name=run.sh 
  
--Djavax.xml.parsers.DocumentBuilderFactory=org.apache.crimson.jaxp.DocumentBuilderFactoryImpl
 
  
+-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.crimson.jaxp.DocumentBuilder...
   -Djavax.xml.parsers.SAXParserFactory=org.apache.crimson.jaxp.SAXParserFactoryImpl
   
    CLASSPATH: /home/jason/ws/jboss-all/build/output/jboss-3.0.0alpha/bin/run.jar:
  @@ -469,10 +469,10 @@
   ================================================================================
   
   [GPA] Microkernel ClassLoaders and Libraries initialized
  -Libraries adding URLClassLoader 1836372353 key URL 
file:/home/jason/ws/jboss-all/build/output/...
  -Libraries adding URLClassLoader -1140360937 key URL 
file:/home/jason/ws/jboss-all/build/output/...
  -Libraries adding URLClassLoader -237481782 key URL 
file:/home/jason/ws/jboss-all/build/output/...
  -[19:13:05,862,root] Started Log4jService, 
config=file:/home/jason/ws/jboss-all/build/output/...
  +Libraries adding URLClassLoader 1836372353 key URL file:/home/jason/ws/jboss-all/...
  +Libraries adding URLClassLoader -1140360937 key URL 
file:/home/jason/ws/jboss-all/...
  +Libraries adding URLClassLoader -237481782 key URL file:/home/jason/ws/jboss-all/...
  +[19:13:05,862,root] Started Log4jService, config=file:/home/jason/ws/jboss-all/...
   [19:13:05,947,GPA] General Purpose Architecture [GPA]
   [19:13:05,957,GPA] Java version: 1.3.1_01,Sun Microsystems Inc.
   [19:13:05,968,GPA] Java VM: Java HotSpot(TM) Server VM 1.3.1_01,Sun Microsystems 
Inc.
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to