From joseph.walker at gmail.com Sat Sep 25 13:17:25 2004 From: joseph.walker at gmail.com (Joe Walker) Date: Sat Sep 25 13:12:32 2004 Subject: [jsword-svn] Quick Test Message-ID: <5dd474260409251317412428d@mail.gmail.com> We've had some problems getting the list to work properly. We have fixed it now if you ge tthis. From jswordcvs at crosswire.org Sat Sep 25 14:27:15 2004 From: jswordcvs at crosswire.org (jswordcvs@crosswire.org) Date: Sat Sep 25 14:27:17 2004 Subject: [jsword-svn] jsword-support/java/limbo/org/crosswire/common/xml s Message-ID: <200409252127.i8PLRFD7017885@www.crosswire.org> Update of /cvs/jsword/jsword-support/java/limbo/org/crosswire/common/xml In directory www.crosswire.org:/tmp/cvs-serv17852/java/limbo/org/crosswire/common/xml Modified Files: DOMDefaultHandler.java XMLUtil.java Log Message: javadoc fixes Index: DOMDefaultHandler.java =================================================================== RCS file: /cvs/jsword/jsword-support/java/limbo/org/crosswire/common/xml/DOMDefaultHandler.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DOMDefaultHandler.java 8 Aug 2004 11:39:35 -0000 1.3 --- DOMDefaultHandler.java 25 Sep 2004 21:27:13 -0000 1.4 *************** *** 33,38 **** * The copyright to this program is held by it's authors. * - * @see Project B Home - * @see <{docs.Licence}> * @author Joe Walker * @version D0.I0.T0 --- 33,36 ---- Index: XMLUtil.java =================================================================== RCS file: /cvs/jsword/jsword-support/java/limbo/org/crosswire/common/xml/XMLUtil.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** XMLUtil.java 21 Sep 2004 17:46:49 -0000 1.4 --- XMLUtil.java 25 Sep 2004 21:27:13 -0000 1.5 *************** *** 32,37 **** * The copyright to this program is held by it's authors. * - * @see Project B Home - * @see <{docs.Licence}> * @author Joe Walker * @version D0.I0.T0 --- 32,35 ---- *************** *** 187,191 **** private static final String DOT_PADDING = ".................................................................."; //$NON-NLS-1$ private static final String SPACE = " "; //$NON-NLS-1$ - private static final String DOT = "."; //$NON-NLS-1$ /** --- 185,188 ---- From jswordcvs at crosswire.org Sat Sep 25 14:27:15 2004 From: jswordcvs at crosswire.org (jswordcvs@crosswire.org) Date: Sat Sep 25 14:27:17 2004 Subject: [jsword-svn] jsword-support/java/limbo/org/crosswire/common/swing s Message-ID: <200409252127.i8PLRF4C017878@www.crosswire.org> Update of /cvs/jsword/jsword-support/java/limbo/org/crosswire/common/swing In directory www.crosswire.org:/tmp/cvs-serv17852/java/limbo/org/crosswire/common/swing Modified Files: DeckLayout.java MoneyDocument.java Log Message: javadoc fixes Index: MoneyDocument.java =================================================================== RCS file: /cvs/jsword/jsword-support/java/limbo/org/crosswire/common/swing/MoneyDocument.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MoneyDocument.java 27 Jul 2004 21:41:13 -0000 1.2 --- MoneyDocument.java 25 Sep 2004 21:27:13 -0000 1.3 *************** *** 25,30 **** * The copyright to this program is held by it's authors. * - * @see Project B Home - * @see <{docs.Licence}> * @author Joe Walker */ --- 25,28 ---- Index: DeckLayout.java =================================================================== RCS file: /cvs/jsword/jsword-support/java/limbo/org/crosswire/common/swing/DeckLayout.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** DeckLayout.java 8 Aug 2004 11:39:35 -0000 1.2 --- DeckLayout.java 25 Sep 2004 21:27:13 -0000 1.3 *************** *** 41,46 **** * The copyright to this program is held by it's authors. * - * @see Project B Home - * @see <{docs.Licence}> * @author Joe Walker * @author Claude Duguay Copyright (c) 1998 --- 41,44 ---- From jswordcvs at crosswire.org Sat Sep 25 14:27:15 2004 From: jswordcvs at crosswire.org (jswordcvs@crosswire.org) Date: Sat Sep 25 14:27:17 2004 Subject: [jsword-svn] jsword-support/java/limbo/org/crosswire/common/util s Message-ID: <200409252127.i8PLRF1e017865@www.crosswire.org> Update of /cvs/jsword/jsword-support/java/limbo/org/crosswire/common/util In directory www.crosswire.org:/tmp/cvs-serv17852/java/limbo/org/crosswire/common/util Modified Files: Validator.java OldStringUtil.java Log Message: javadoc fixes Index: OldStringUtil.java =================================================================== RCS file: /cvs/jsword/jsword-support/java/limbo/org/crosswire/common/util/OldStringUtil.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OldStringUtil.java 25 Jun 2004 15:01:49 -0000 1.2 --- OldStringUtil.java 25 Sep 2004 21:27:13 -0000 1.3 *************** *** 33,37 **** * @param words The phrase from which to get the capital letters. * @return The capital letters in the given words. - * @see #getInitials(String) */ public static String getCapitals(String words) --- 33,36 ---- Index: Validator.java =================================================================== RCS file: /cvs/jsword/jsword-support/java/limbo/org/crosswire/common/util/Validator.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Validator.java 25 Jun 2004 11:19:26 -0000 1.1 --- Validator.java 25 Sep 2004 21:27:13 -0000 1.2 *************** *** 21,26 **** * The copyright to this program is held by it's authors. * - * @see Project B Home - * @see <{docs.Licence}> * @author Joe Walker */ --- 21,24 ---- From jswordcvs at crosswire.org Sat Sep 25 14:27:15 2004 From: jswordcvs at crosswire.org (jswordcvs@crosswire.org) Date: Sat Sep 25 14:27:17 2004 Subject: [jsword-svn] jsword-support/java/limbo/org/crosswire/common/net s Message-ID: <200409252127.i8PLRFD1017873@www.crosswire.org> Update of /cvs/jsword/jsword-support/java/limbo/org/crosswire/common/net In directory www.crosswire.org:/tmp/cvs-serv17852/java/limbo/org/crosswire/common/net Modified Files: Header.java Cookie.java Log Message: javadoc fixes Index: Header.java =================================================================== RCS file: /cvs/jsword/jsword-support/java/limbo/org/crosswire/common/net/Header.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Header.java 8 Aug 2004 11:39:35 -0000 1.2 --- Header.java 25 Sep 2004 21:27:13 -0000 1.3 *************** *** 13,17 **** * @param name a string specifying the name of the cookie * @param value a string specifying the value of the cookie - * @see #setValue */ public Header(String name, String value) --- 13,16 ---- *************** *** 34,38 **** * Returns the value of the header. * @return a string containing the header's present value - * @see setValue */ public String getValue() --- 33,36 ---- Index: Cookie.java =================================================================== RCS file: /cvs/jsword/jsword-support/java/limbo/org/crosswire/common/net/Cookie.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Cookie.java 21 Sep 2004 17:46:49 -0000 1.3 --- Cookie.java 25 Sep 2004 21:27:13 -0000 1.4 *************** *** 2,8 **** package org.crosswire.common.net; - import javax.servlet.http.HttpServletRequest; - import javax.servlet.http.HttpServletResponse; - import org.crosswire.common.util.StringUtil; --- 2,5 ---- *************** *** 20,25 **** * *
The servlet sends cookies to the browser by using the ! * {@link HttpServletResponse.addCookie} method, which adds ! * fields to HTTP response headers to send cookies to the * browser, one at a time. The browser is expected to * support 20 cookies for each Web server, of at least 4 KB each. --- 17,22 ---- * *
The servlet sends cookies to the browser by using the ! * {@link javax.servlet.http.HttpServletResponse#addCookie(javax.servlet.http.Cookie)} ! * method, which adds fields to HTTP response headers to send cookies to the * browser, one at a time. The browser is expected to * support 20 cookies for each Web server, of at least 4 KB each. *************** *** 27,31 **** *
The browser returns cookies to the servlet by adding * fields to HTTP request headers. You can retrieve all of the cookies ! * in a request by using the {@link HttpServletRequest.getCookies} method. * Several cookies might have the same name but different path attributes. * --- 24,29 ---- *
The browser returns cookies to the servlet by adding * fields to HTTP request headers. You can retrieve all of the cookies ! * in a request by using the ! * {@link javax.servlet.http.HttpServletRequest#getCookies()} method. * Several cookies might have the same name but different path attributes. * *************** *** 301,305 **** * @param value a string specifying the new value * @see #getValue - * @see #Cookie */ public void setValue(String value) --- 299,302 ---- *************** *** 311,315 **** * Returns the value of the cookie. * @return a string containing the cookie's present value - * @see setValue * @see Cookie */ --- 308,311 ---- From jswordcvs at crosswire.org Sat Sep 25 14:27:53 2004 From: jswordcvs at crosswire.org (jswordcvs@crosswire.org) Date: Sat Sep 25 14:27:54 2004 Subject: [jsword-svn] biblemapper/java/main/org/crosswire/biblemapper/model s Message-ID: <200409252127.i8PLRraB017937@www.crosswire.org> Update of /cvs/jsword/biblemapper/java/main/org/crosswire/biblemapper/model In directory www.crosswire.org:/tmp/cvs-serv17933/java/main/org/crosswire/biblemapper/model Modified Files: AdjustOriginRule.java Log Message: compiler warning fixes Index: AdjustOriginRule.java =================================================================== RCS file: /cvs/jsword/biblemapper/java/main/org/crosswire/biblemapper/model/AdjustOriginRule.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AdjustOriginRule.java 20 Apr 2004 21:10:38 -0000 1.1 --- AdjustOriginRule.java 25 Sep 2004 21:27:51 -0000 1.2 *************** *** 1,3 **** - package org.crosswire.biblemapper.model; --- 1,2 ---- From jswordcvs at crosswire.org Sun Sep 26 02:11:35 2004 From: jswordcvs at crosswire.org (jswordcvs@crosswire.org) Date: Sun Sep 26 02:11:36 2004 Subject: [jsword-svn] jsword-web/web/logos/jira - New directorys Message-ID: <200409260911.i8Q9BZv5031991@www.crosswire.org> Update of /cvs/jsword/jsword-web/web/logos/jira In directory www.crosswire.org:/tmp/cvs-serv31987/web/logos/jira Log Message: Directory /cvs/jsword/jsword-web/web/logos/jira added to the repository From jswordcvs at crosswire.org Sun Sep 26 02:17:02 2004 From: jswordcvs at crosswire.org (jswordcvs@crosswire.org) Date: Sun Sep 26 02:17:03 2004 Subject: [jsword-svn] jsword-web/web/images/eclipse - New directorys Message-ID: <200409260917.i8Q9H2oY032017@www.crosswire.org> Update of /cvs/jsword/jsword-web/web/images/eclipse In directory www.crosswire.org:/tmp/cvs-serv32013/web/images/eclipse Log Message: Directory /cvs/jsword/jsword-web/web/images/eclipse added to the repository From jswordcvs at crosswire.org Sun Sep 26 02:19:29 2004 From: jswordcvs at crosswire.org (jswordcvs@crosswire.org) Date: Sun Sep 26 02:19:30 2004 Subject: [jsword-svn] jsword-web/web/logos/jira s Message-ID: <200409260919.i8Q9JTGw032043@www.crosswire.org> Update of /cvs/jsword/jsword-web/web/logos/jira In directory www.crosswire.org:/tmp/cvs-serv32034/web/logos/jira Added Files: readme.txt jira_tile_150wx300h.gif url_to_link_to.txt jira_banner_468wx60h.gif acknowledgement_text.txt jira_button_120wx60h.gif Log Message: updated logos and new eclipse compiler settings --- NEW FILE: acknowledgement_text.txt --- Atlassian supports our efforts by contributing their bug tracking and issue tracking application, JIRA, to our project. Atlassian is an innovative Australian software company providing enterprise software solutions to the world's leading organisations. Atlassian's leading software product, JIRA is a bug tracking and issue tracking application developed to track and manage the issues and bugs that emerge during a project. JIRA customers include departments from NASA, Boeing, Cisco, JP Morgan, 3M, BP, Sony and more. Try it for yourself today. --- NEW FILE: jira_button_120wx60h.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: jira_tile_150wx300h.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: url_to_link_to.txt --- http://www.atlassian.com/c/NPOS/10160 --- NEW FILE: readme.txt --- -------------------------------- ACKNOWLEDGEMENT PACK INSTUCTIONS -------------------------------- These instructions are for organisations who have been granted an Open Source Project license of Atlassian's JIRA and choose to acknowledge Atlassian's contributions. If that is you, thank you! :) PACK CONTENTS ------------- The acknowledgement_pack.zip contains the following files: - acknowledgement_text.txt (a short text acknowledgement) - jira_banner_468wx60h.gif (a standard JIRA banner ad) - jira_button_120wx60h.gif (a small JIRA button ad) - jira_tile_150wx300h.gif (a medium JIRA tile ad) - readme.txt (these instructions) - url_to_link_to.txt (the 'url' or web address to link any JIRA images or text to) USAGE INSTRUCTIONS ------------------ - You can use any combination of the images supplied (banner, tile or button) and/or the text provided within this zip file to acknowledge Atlassian's contributions. - When using any form of acknowledgement please make sure to include the link provided (url_to_link_to.txt). FUTHER INFORMATION ------------------ If you have any questions please email sales@atlassian.com. Thanks again and good luck with your Open Source endeavours. ATLASSIAN - http://www.atlassian.com Expert J2EE Software, Services and Support --- NEW FILE: jira_banner_468wx60h.gif --- (This appears to be a binary file; contents omitted.) From jswordcvs at crosswire.org Sun Sep 26 02:19:29 2004 From: jswordcvs at crosswire.org (jswordcvs@crosswire.org) Date: Sun Sep 26 02:19:33 2004 Subject: [jsword-svn] jsword-web/web/images/eclipse s Message-ID: <200409260919.i8Q9JToU032049@www.crosswire.org> Update of /cvs/jsword/jsword-web/web/images/eclipse In directory www.crosswire.org:/tmp/cvs-serv32034/web/images/eclipse Added Files: compiler6-build.gif compiler3-unused.gif compiler4-javadoc.gif compiler5-compliance.gif compiler2-advanced.gif compiler1-style.gif Log Message: updated logos and new eclipse compiler settings --- NEW FILE: compiler5-compliance.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: compiler2-advanced.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: compiler3-unused.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: compiler6-build.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: compiler1-style.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: compiler4-javadoc.gif --- (This appears to be a binary file; contents omitted.) From jswordcvs at crosswire.org Sun Sep 26 02:19:29 2004 From: jswordcvs at crosswire.org (jswordcvs@crosswire.org) Date: Sun Sep 26 02:19:33 2004 Subject: [jsword-svn] jsword-web/web s Message-ID: <200409260919.i8Q9JT05032054@www.crosswire.org> Update of /cvs/jsword/jsword-web/web In directory www.crosswire.org:/tmp/cvs-serv32034/web Modified Files: index.html writingcode.html Log Message: updated logos and new eclipse compiler settings Index: index.html =================================================================== RCS file: /cvs/jsword/jsword-web/web/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** index.html 26 Aug 2004 22:34:14 -0000 1.4 --- index.html 26 Sep 2004 09:19:27 -0000 1.5 *************** *** 63,99 ****
![]() |
![]() |
! ![]() |
!
![]() |
! ![]() |
! |
![]() |
! ![]() |
! ![]() |
![]() |
! ![]() |
! ![]() |
![]() |
! ![]() |
! ![]() |
![]() |
! ! The CrossWire Bible Society is an organization with the purpose to sponsor and provide a place for engineers and others to come and collaborate on free, open-source projects aimed at furthering the Kingdom of our God. ! CrossWire is a non-income organization, which means that not only do we offer our services for free, but we also do not solicit donations to exist. We exist because we, as a community come together and offer our services and time freely. ! |
![]() |
! ! Atlassian supports our efforts by contributing their bug tracking and issue tracking application, JIRA, to our project. ! Atlassian is an innovative Australian software company providing enterprise software solutions to the world's leading organisations. Atlassian's leading software product, JIRA is a bug tracking and issue tracking application developed to track and manage the issues and bugs that emerge during a project. JIRA customers include departments from NASA, Boeing, Cisco, JP Morgan, 3M, BP, Sony and more. Try it for yourself today. ! |
![]() |
! ! Jakarta Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform. ! Jakarta Lucene is an open source project available for free download from Apache Jakarta. Please use the links on the left to access Lucene. ! |
![]() |
! We intend to provide a solution for using XML from Java that is as simple as Java itself. ! There is no compelling reason for a Java API to manipulate XML to be complex, tricky, unintuitive, or a pain in the neck. JDOM is both Java-centric and Java-optimized. It behaves like Java, it uses Java collections, it is completely natural API for current Java developers, and it provides a low-cost entry point for using XML. |
Quite often we need to mark a place in the source-code in case we need to come --- 25,29 ----
Quite often we need to mark a place in the source-code in case we need to come *************** *** 55,62 ****
! There are other tags, documented in tags.txt in the root of the project
!The goal of Java is "write once, run anywhere." With regard to the JSword development, --- 55,74 ----
! There are other tags, documented in tags.txt in the root of the jsword module.
!! If you want to know how to setup Eclipse to use the same compiler settings ! as we do then the following screenshots ought to help: !
The goal of Java is "write once, run anywhere." With regard to the JSword development, *************** *** 73,77 ****
!The coding standards used on this project so far are very much based on the --- 85,89 ----
!The coding standards used on this project so far are very much based on the *************** *** 80,84 ****
!There is a split between classes that are specific to this project and those --- 92,96 ----
!There is a split between classes that are specific to this project and those *************** *** 107,111 ****
!The "Sun Way" conserves screen space at the expense of readibility - which --- 119,123 ----
!The "Sun Way" conserves screen space at the expense of readibility - which *************** *** 124,128 ****
!Sun recommend using the same convention as for method names. This does confuse --- 136,140 ----
!Sun recommend using the same convention as for method names. This does confuse *************** *** 134,138 ****
!Variables are not important members of a class so why put them at the top? --- 146,150 ----
!Variables are not important members of a class so why put them at the top? *************** *** 140,144 ****
!4 space indents are a Good Thing, however using a tab character instead of --- 152,156 ----
!4 space indents are a Good Thing, however using a tab character instead of *************** *** 148,152 ****
!All java source should have the following at the end of the class JavaDoc
--- 160,164 ---- !Preamble
All java source should have the following at the end of the class JavaDoc
*************** *** 191,195 **** !Similarity beween Java Sword API and C++ Sword API
The core Java API is similar in that there are concepts like Key, Verse etc --- 203,207 ----
!Similarity beween Java Sword API and C++ Sword API
The core Java API is similar in that there are concepts like Key, Verse etc From jswordcvs at crosswire.org Sun Sep 26 02:46:37 2004 From: jswordcvs at crosswire.org (jswordcvs@crosswire.org) Date: Sun Sep 26 02:46:38 2004 Subject: [jsword-svn] bibledesktop/resource s Message-ID: <200409260946.i8Q9kbYR032243@www.crosswire.org> Update of /cvs/jsword/bibledesktop/resource In directory www.crosswire.org:/tmp/cvs-serv32239/resource Modified Files: config.xml Log Message: Put configurable stylesheet option back in Index: config.xml =================================================================== RCS file: /cvs/jsword/bibledesktop/resource/config.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** config.xml 8 Sep 2004 19:57:58 -0000 1.11 --- config.xml 26 Sep 2004 09:46:34 -0000 1.12 *************** *** 55,58 **** --- 55,59 ---- + --> - -->