On Feb 16, 4:58 pm, "Nitai @ SixSigns" <[email protected]> wrote: > Why don't you just download the nightly build? There is no need to > build it on your own and make life complicated :-)
I'm working on packaging this for Regen2/Gentoo Linux distro, 99% of packages are built from source, if it can be it should be. But if I can't get the whole build process figured out... no package. for the heck of it here's the package so far... cat openbd-1.0.1.ebuild # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="2" inherit eutils java-pkg-2 java-ant-2 DESCRIPTION="Open BlueDragon is the open source version of the popular BlueDragon CFML engine." HOMEPAGE="http:// www.openbluedragon.org/" SRC_URI="http://openbd.viviotech.net/downloader.cfm/id/65/file/ openbluedragon- src.tar.gz" LICENSE="GPLv3" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=virtual/jdk-1.5 >=java-virtuals/servlet-api-2.3 java-virtuals/javamail java-virtuals/jaf >=dev-java/commons-dbcp-1.1 >=dev-java/commons-pool-1.1 >=dev-java/xmlrpc-1.2" RDEPEND="${DEPEND} >=virtual/jre-1.5 >=java-virtuals/servlet-api-2.3" S="${WORKDIR}" EANT_BUILD_XML="${S}/build/build.xml" src_prepare() { rm -r ${S}/lib/ } according to a convo I was having in #gentoo-java xml-apis.jar comes from xerces. what version of xerces is needed? 1.3? 2? something else? where does jaws.jar come from? are the jar files in /lib/ actually needed to build? since no where are they listed as dependencies that I've seen. --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
