[Fwd: Re: [Gump] Jicarilla failures]

Leo Simons <[email protected]>
Newsgroups gmane.comp.java.jicarilla.devel
Message-ID <[email protected]>
keep stuff public :D

-------- Original Message --------
Subject: Re: [Gump] Jicarilla failures
Date: Thu, 04 Mar 2004 13:45:23 +0100
From: Leo Simons <[email protected]>
To: Stefan Bodewig <[email protected]>
References: <[email protected]>

Stefan Bodewig wrote:
> since Ant 1.6 Ant uses Jakarta BSF instead of IBM's BSF for <script>.
> In Gump "bsf" is the IBM version and "jakarta-bsf" the Jakarta one.

yep, but that doesn't seem to be the problem:

<project
href="http://cvs.sourceforge.net/viewcvs.py/*checkout*/jicarilla/jicarilla-sandbox/platform/gump/gump-jicarilla-build-system.xml?content-type=text/xml&amp;rev=HEAD" 

name="jicarilla-build-system">

   <depend project="ant" runtime="true" inherit="hard"/>
   <depend project="jakarta-bsf" runtime="true" inherit="all"/>
   <depend project="rhino" runtime="true" inherit="all"/>

coupled with

<project
href="http://cvs.sourceforge.net/viewcvs.py/*checkout*/jicarilla/jicarilla-sandbox/platform/gump/gump-jicarilla-framework-api.xml?content-type=text/xml&amp;rev=HEAD" 

name="jicarilla-framework-api">
   <depend project="jicarilla-build-system" inherit="all"/>

is what I wanted to work. Take a look here:

http://lsd.student.utwente.nl/gump/jicarilla-sandbox/jicarilla-framework-api_details.html#Classpath

jakarta-bsf is on the classpath, but maybe there is a conflict between
the old bsf being on there as well...which is there because rhino
apparently depends on it:

<project name="rhino">
   <depend project="ant" inherit="runtime"/>
   <depend project="bsf"/>
   <depend project="xml-xerces"/>

...do you know of any gump-built projects that use the <script> tag?
Anyways, I'm going to try

<project
href="http://cvs.sourceforge.net/viewcvs.py/*checkout*/jicarilla/jicarilla-sandbox/platform/gump/gump-jicarilla-build-system.xml?content-type=text/xml&amp;rev=HEAD" 

name="jicarilla-build-system">

   <depend project="ant" runtime="true" inherit="jars"/>
   <depend project="jakarta-bsf" runtime="true" inherit="jars"/>
   <depend project="rhino" runtime="true" inherit="jars"/>

to see if it will change the classpath ordering properly.

-- 
cheers,

- Leo Simons

-----------------------------------------------------------------------
Weblog              -- http://leosimons.com/
IoC Component Glue  -- http://jicarilla.org/
Articles & Opinions -- http://articles.leosimons.com/
-----------------------------------------------------------------------
"We started off trying to set up a small anarchist community, but
  people wouldn't obey the rules."
                                                         -- Alan Bennett



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.