[jdom-interest] New builds scripts

Philip Nelson panmanphil at yahoo.com
Wed Apr 2 20:44:06 PST 2003


--- Jason Hunter <jhunter at servlets.com> wrote:
> Hi all,
> 
> I've integrated a bunch of new build improvements including a bunch of
> great ones from Laurent, and would appreciate if people with access to
> CVS would do a quick checkout and build to make sure things look good. 
> Try at least "build", "build samples", and "build javadoc".  I'm
> especially interested to see how Solaris, Linux, IRIX, and JDK 1.1 users
> fare since I'm testing with JDK 1.4 Windows.

Pretty good here.  Suse Linux 8.0, Sun JDK 1.3.1.  jdom built with no errors. 
jdom-test built without errors.  Tests ran with two errors, both whitespace
issues where an exact match was expected but not found, but was erroneous. This
happened when run with targets test, or testreport.  Under testui, there was a
problem loading the XmlReader that caused an additional 20 errors.  Jdom
contrib built with the following warnings.

compile:
    [javac] Compiling 23 source files to
/home/panmanphil/jdom/jdom-contrib/build/                 classes
    [javac]
/home/panmanphil/jdom/jdom-contrib/build/src/org/jdom/contrib/beans/Te         
       stBean.java:60: Note: The constructor java.util.Date(int,int,int) has
been depreca                 ted.
    [javac]         alex.setBirthdate(new Date(69, 7, 8));
    [javac]                           ^
    [javac]
/home/panmanphil/jdom/jdom-contrib/build/src/org/jdom/contrib/beans/Te         
       stBean.java:65: Note: The constructor java.util.Date(int,int,int) has
been depreca                 ted.
    [javac]         amy.setBirthdate(new Date(75, 4, 1));
    [javac]                          ^
    [javac]
/home/panmanphil/jdom/jdom-contrib/build/src/org/jdom/contrib/beans/Da         
       teUtils.java:72: Note: The constructor java.util.Date(java.lang.String)
has been d                 eprecated.
    [javac]         date = new Date(s);
    [javac]                ^
    [javac]
/home/panmanphil/jdom/jdom-contrib/build/src/org/jdom/contrib/beans/Da         
       teUtils.java:89: Note: The constructor java.util.Date(java.lang.String)
has been d                 eprecated.
    [javac]         date = new Date(s);
    [javac]                ^
    [javac] Note: 2 files use or override a deprecated API.  Please consult the
do                 cumentation for a better alternative in each case.
    [javac] 1 warning

package:
      [jar] Building jar:
/home/panmanphil/jdom/jdom-contrib/build/jdom-contrib.ja                 r

BUILD SUCCESSFUL




More information about the jdom-interest mailing list