Is the version of Jetspeed-1 in CVS "working"? If not, where should I
download the most current, working versions? Or perhaps there are several
steps not in the INSTALL I must follow to obtain additional .jar's, etc.; if
so, what are these steps?

In the portals.apache.org website, it says (after login) download from cvs
using "cvs -z3 -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co
portals-site". This project does not exist.

This leads me to assume that the "portals-site" is a place-holder, so I use
"cvs -z3 -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co
jakarta-jetspeed". This downloads, but, following the INSTALL instructions,
I change to the build directory and type ./build.sh war. This produces the
errors below. What jumps out for me are:

- why does the echo think java.home is the jre under my JAVA_HOME (which is
a var in my env)?
- the echo shows build.compiler is not set
- org/exolab/castor/builder/SourceGenerator not exist (missing .jar?)
- and of course the expanding torque.jar error (I do no see torque.jar
anywhere)


Buildfile: build.xml

init:
     [echo] ---------- Jetspeed Portal Implementation 1.5-dev ----------

     [echo] java.class.path =
:../build/lib/ant-1.5.jar:../build/lib/ant-1.5-opt
ional.jar:../build/lib/cactus-22-1.2.jar:../build/lib/cactus-23-1.2.jar:../b
uild
/lib/cactus-ant-1.2.jar:../build/lib/httpclient.jar:../build/lib/junit.jar:.
./bu
ild/lib/xercesImpl.jar:../build/lib/xml-apis.jar:../lib/*.jar:/usr/local/jav
a/li
b/tools.jar

     [echo] java.home = /opt/java/j2sdk1.4.2_04/jre
     [echo] ant.home = build
     [echo] user.home = /root

     [echo] basedir = /home/sbelt/jakarta-jetspeed

     [echo] cactus-22.jar = build/lib/cactus-22-1.2.jar
     [echo] cactus-23.jar = build/lib/cactus-23-1.2.jar
     [echo] cactus.ant.jar = build/lib/cactus-ant-1.2.jar
     [echo] junit.jar = build/lib/junit.jar
     [echo] build.compiler = ${build.compiler}
     [echo] locale.default = en
    [mkdir] Created dir: /home/sbelt/jakarta-jetspeed/bin/classes

prepare_apis:

apis:
     [java] Exception in thread "main" java.lang.NoClassDefFoundError:
org/exola
b/castor/builder/SourceGenerator
     [java] Java Result: 1

check_om:

om:

main:
    [mkdir] Created dir:
/home/sbelt/jakarta-jetspeed/build/torque/templates.scr
atch
    [unjar] Expanding: /home/sbelt/jakarta-jetspeed/lib/torque-3.0.jar into
/hom
e/sbelt/jakarta-jetspeed/build/torque/templates.scratch

BUILD FAILED
file:/home/sbelt/jakarta-jetspeed/build/torque/build.xml:39: Error while
expandi
ng /home/sbelt/jakarta-jetspeed/lib/torque-3.0.jar

Total time: 2 seconds



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to