I'm trying to get dSpace 1.4.1 installed on Red Hat Enterprise Linux
version 5 using Red Hat's official tomcat5 and associated dependency
packages.

On top of an almost default OS install, I did

# yum install tomcat5

This installed the tomcat5-5.5.17-8jpp.2 package and a lot of
dependencies, including ant-1.6.5-2jpp.2.  I can provide a full list of
all installed packages if required.

When I to do an "ant fresh_install" in the dSpace source directory,
here's what I see:

#=====================
[EMAIL PROTECTED] ~]$ cd /tmp/dspace-1.4.1-source
[EMAIL PROTECTED] dspace-1.4.1-source]$
[EMAIL PROTECTED] dspace-1.4.1-source]$
[EMAIL PROTECTED] dspace-1.4.1-source]$ ant fresh_install
Buildfile: build.xml

BUILD FAILED
/tmp/dspace-1.4.1-source/build.xml:88: No supported regular expression
matcher found

Total time: 0 seconds
[EMAIL PROTECTED] dspace-1.4.1-source]$
#=====================

A bit of searching has lead me to believe that the jakarta-oro package
(which was one of the dependencies automatically installed with tomcat5)
should be able to provide the regexp matcher that ant needs, and that I
should be able to inform ant about this by setting it in CLASSPATH.

The jakarta-oro package installed the following jar:

/usr/share/java/jakarta-oro-2.0.8.jar

And created the following symlinks to that file:

/usr/share/java/jakarta-oro.jar
/usr/share/java/oro-2.0.8.jar
/usr/share/java/oro.jar


How would I go about altering CLASSPATH - I've tried fiddling
with /etc/profile, but maybe I need to actually modify the dSpace
build.xml file?

I can provide output of ant -diagnostics if that helps.

Regards,

Nik Lam






-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to