You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Naumova Natalya (JIRA)" <ji...@apache.org> on 2006/07/07 10:13:30 UTC

[jira] Updated: (HARMONY-795) There is no org/apache/xml/serializer/SerializerTrace in ant classpath

     [ http://issues.apache.org/jira/browse/HARMONY-795?page=all ]

Naumova Natalya  updated HARMONY-795:
-------------------------------------

    Attachment: build_uses_xalan_from_classlib.patch

Tha changes are minimal - added XALAN_HOME instead of remote.XALAN.archive, and added <.expandproperties> tag to recognize ant properties within "loadproperties".. Then the XALAN distributive will be taken form the classlib. 

> There is no org/apache/xml/serializer/SerializerTrace in ant classpath
> ----------------------------------------------------------------------
>
>          Key: HARMONY-795
>          URL: http://issues.apache.org/jira/browse/HARMONY-795
>      Project: Harmony
>         Type: Bug

>   Components: VM
>     Reporter: Naumova Natalya 
>     Priority: Blocker
>  Attachments: build_uses_xalan_from_classlib.patch
>
> DRLVM build is broken since there is no serializer.jar in ant classpath. Xalan is taken from the official xalan mirrow (http://www.reverse.net/pub/apache/xml/xalan-j/xalan-j_2_7_0-bin.zip) in DRLVM build, and the needed class is in serializer.jar, not xalan.jar. All the jars from the xalan-j_2_7_0-bin.zip distributive were put in ant classpath in build.bat/sh, but two days ago build.* was changed so that selializer.jar is not copied to make/tmp. So now the DRLVM build couldn't find the org/apache/xml/serializer/SerializerTrace class. 
> BTW: the Harmoy classlib xalan.far is taken from http://www.ibiblio.org site, and everythig is OK, org/apache/xml/serializer/SerializerTrace class is present  here. So the solution is change the DRLVM build to use the classlib xalan.jar instead the old one.  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira