This is the mail archive of the rhug-rhats@sources.redhat.com mailing list for the RHUG project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

One more problem with Xalan...


..but I don't have time to look at it right now.  Gary, do you recognize
this?

(cd upstream/src && \
 (find -name \*.class | sed -e 's:^\./::'; \
  for i in upstream/src/org/apache/xalan/res/XSLTInfo.properties
upstream/src/org/apache/xalan/res/XSLTErrorResources.properties
upstream/src/org/apache/xalan/serialize/serializer.properties
upstream/src/org/apache/xalan/templates/output_html.properties
upstream/src/org/apache/xalan/templates/output_text.properties
upstream/src/org/apache/xalan/templates/output_xml.properties
upstream/src/org/apache/xalan/serialize/XMLEntities.res
upstream/src/org/apache/xalan/serialize/HTMLEntities.res; do echo $i;
done | \
      sed -e 's:^upstream/src/::') | \
     jar -c@) > xalan-2.4.1.jar
org/apache/xalan/res/XSLTInfo.properties: No such file or directory
Error adding org/apache/xalan/res/XSLTInfo.properties to jar archive!
make: *** [xalan-2.4.1.jar] Error 1

-- 
Anthony Green <green@redhat.com>
Red Hat, Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]