Thanks, Henry, found it:

> But here is a quick summary of what you will need to do to build on OS X:
> 
> 1. Update the vendor files (ant and its supporting jars)
> 
>  (cd $LZ_VENDOR_ROOT; svn update)
> 
> You will have to either install ant 1.7 from the zip file as described in the 
> wiki, or, if you are on Snow Leopard, simply set your ANT_HOME to 
> /usr/share/ant (which is ant 1.7 as distributed in Snow Leopard).
> 
> I recommend that you do _not_ use the install_libs task in vendor as it will 
> install many unnecessary jars.  Instead, I recommend you copy just the ones 
> you need to your ${HOME}/.ant/lib/ directory (you will need to ensure this 
> directory exists):
> 
> cp ${LZ_VENDOR_ROOT}/{ant-contrib,catalina-ant,jing,js}.jar ${HOME}/.ant/lib/
> 
> is sufficient for basic builds.  If you also are building the documentation, 
> you will also need the xalan and serializer jars.

Haven't tested it, but I'll try now. Cheers,
Raju

On Feb 12, 2010, at 11:06 PM, Henry Minsky wrote:

> Tucker ran into this, I forget how he fixed it. Was some new jar file needed? 
> 
> On Fri, Feb 12, 2010 at 5:01 PM, Raju Bitter <[email protected]> 
> wrote:
> I ran into an error building trunk: build-tools/build-opt.xml:87: 
> ReferenceError: "javax" is not defined.
> 
> Has anyone had a similar error? I tested with both Java5 and Java6 on OS X 
> 10.6.
> 
> Thanks,
> Raju
> 
> 
> 
> -- 
> Henry Minsky
> Software Architect
> [email protected]
> 
> 

Reply via email to