Return-Path: X-Original-To: apmail-incubator-jspwiki-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-jspwiki-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3AEB7D52D for ; Thu, 19 Jul 2012 19:04:36 +0000 (UTC) Received: (qmail 74381 invoked by uid 500); 19 Jul 2012 19:04:36 -0000 Delivered-To: apmail-incubator-jspwiki-commits-archive@incubator.apache.org Received: (qmail 74367 invoked by uid 500); 19 Jul 2012 19:04:36 -0000 Mailing-List: contact jspwiki-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-commits@incubator.apache.org Received: (qmail 74359 invoked by uid 99); 19 Jul 2012 19:04:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2012 19:04:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jul 2012 19:04:34 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DF81D238890D for ; Thu, 19 Jul 2012 19:04:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r826349 - in /websites/staging/jspwiki/trunk/content: ./ jspwiki/development/building.html Date: Thu, 19 Jul 2012 19:04:15 -0000 To: jspwiki-commits@incubator.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120719190415.DF81D238890D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Thu Jul 19 19:04:15 2012 New Revision: 826349 Log: Staging update by buildbot for jspwiki Modified: websites/staging/jspwiki/trunk/content/ (props changed) websites/staging/jspwiki/trunk/content/jspwiki/development/building.html Propchange: websites/staging/jspwiki/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Thu Jul 19 19:04:15 2012 @@ -1 +1 @@ -1363478 +1363480 Modified: websites/staging/jspwiki/trunk/content/jspwiki/development/building.html ============================================================================== --- websites/staging/jspwiki/trunk/content/jspwiki/development/building.html (original) +++ websites/staging/jspwiki/trunk/content/jspwiki/development/building.html Thu Jul 19 19:04:15 2012 @@ -115,7 +115,7 @@ you override the build.properties- build.properties-file called "my.properties", make a small shell script and call it "my_build.sh":

1
-2
#!/bin/sh
+2
\#!/bin/sh
 ant -Dbuild.properties=/path/to/my.properties
 
@@ -134,30 +134,18 @@ To get JSPWiki build from within Eclipse

Directory structure

    -
  • -

    src contains the source code (under org/apache/wiki).

    -
  • -
  • -

    src/webdocs contains all the files that are published in the final webapps -directory, including all of the deployment files under WEB-INF.

    -
  • -
  • -

    src/wikipages contains a number of ready-made Wikipages called the core +

  • src contains the source code (under org/apache/wiki).
  • +
  • src/webdocs contains all the files that are published in the final webapps +directory, including all of the deployment files under WEB-INF.
  • +
  • src/wikipages contains a number of ready-made Wikipages called the core pages. There is a subdirectory for each language that is supported. Feel free -to use them.

    -
  • -
  • -

    tests contains a number of tests which you can run by saying ant tests.
    -If any of them fail, you know you've broken something.

    -
  • -
  • -

    etc contains all configuration files.

    -
  • -
  • -

    lib and tests/lib contains all libraries that are required to run and test +to use them.

  • +
  • tests contains a number of tests which you can run by saying ant tests.
    +If any of them fail, you know you've broken something.
  • +
  • etc contains all configuration files.
  • +
  • lib and tests/lib contains all libraries that are required to run and test JSPWiki. Note, however, that they aren't included in the source distribution.
    -They're automatically downloaded from init target.

    -
  • +They're automatically downloaded from init target.