You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Igor Bukanov <ig...@fastmail.fm> on 2004/08/08 16:51:07 UTC

rhino project: dependency on xmlbean.jar

Hi!

Is it possible to add dependency on http://xmlbeans.apache.org/ to rhino 
project,  http://brutus.apache.org/gump/public/rhino/rhino/index.html ?

Rhino started to utilize XMLBeans for its E4X implementation (see 
http://www.ecma-international.org/publications/standards/Ecma-357.htm ) 
and the build script in Rhino automatically downloads xmlbean.jar if one 
is not found.

But as gump passes build.sysclasspath when it builds Rhino, that 
downloaded jar is ignored and E4X compilation fails. Still the 
compilation as whole succeeds since E4X is optional feature and build 
file ignores errors during its compilation.

So is it possible to add the missing dependency?

Regards, Igor

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: rhino project: dependency on xmlbean.jar

Posted by "Adam R. B. Jack" <aj...@apache.org>.
Igor wrote:

> Is it possible to add dependency on http://xmlbeans.apache.org/ to rhino 
> project,  http://brutus.apache.org/gump/public/rhino/rhino/index.html ?

I've added

 	<depend project="xml-xmlbeans-v1"/>

to

 	http://cvs.apache.org/viewcvs.cgi/gump/project/rhino.xml

I hope that helps.

regards

Adam

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org