Yup. I just changed a Style task with includes to individual Style tasks for each  
file with in and out. That seems to work,
at least in my case. I'm going to crack open the Ant source now and look at how Xalan 
2.0.1 and Xalan 2.2.0 APIs have
changed.

"Frank E. Weiss" wrote:

> I've also been having problems using Xalan 2.2.0 with Ant 1.4.1. In my case 
>everything works fine with Xalan 2.0.1. But
> with Xalan 2.2.0, Ant only completes a few transformations before the build fails 
>with a Xalan exception. When I
> hand-run the failed stylesheet using Xalan 2.2.0, it's OK. I'm suspecting a Xalan 
>2.2.0 / JVM problem (using JDK 1.3.1),
> but it may have something to do with the way Ant executes the Style task.
>
> ul73 wrote:
>
> > hi,
> >
> > i am using
> >   ant 1.4.1
> >   xalan-j_2_3_D1
> >   xerces-2_0_0
> >
> >   jdk 1.3.1 and jdk 1.4.0-rc
> >
> > my project does lots of xsl transformation, and I always run into
> > the following error:
> >
> >         BUILD FAILED
> >
> >         java.lang.OutOfMemoryError
> >
> > is this problem known?
> >
> > i am using a styleshet to generate ant project files:
> >
> >         build
> >                 -> (1-1)
> >                         generates "modules_to_build"
> >                                 -> (1-n)
> >                                         generates "moduleX_build_file"
> >
> > this "n"-moduleX_build_file are started using <ant
> > antfile="moduleX_build_file"/>.
> > if i just start 1 or 2 moduleX processes - no problem. as soon as it
> > generates 3 or
> > more moduleX process i get the memory error.
> >
> > HELP!!!
> >
> > brgds
> >
> > papick
> >
> > --
> > To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to