You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by Martin Elzen <Ma...@usoft.com> on 2010/08/26 17:57:59 UTC

how to build Xalan svn version with VC2010 with ICU used only as trancoder?

Hi everyone,

I suppose it's a bit backwards to the way it's usually done, but...  I'd like to know: how I can build the SVN version of Xalan on Windows with VC 2010 in such a way that I will be using ICU for transcoding but not for the "localization support method"?  (In other words, how would I get kind of the same result on Windows as I would when specifying -t icu and -m inmem as options for runConfigure for Xalan 1.10 on Solaris?)  Do I need to simply convert and build the VC9 XalanICU.sln file and mess around with it so it ignores the MsgCreator.exe and the XalanMsgLibICU projects?

Sincerely,
Martin




________________________________
The information contained in this communication is intended solely for the use of the individual or entity to whom it is addressed and others authorized to receive it. It may contain confidential or legally privileged information. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this information is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by forwarding this email to MailAdmin@usoft.com and then delete it from your system.

USoft is neither liable for the proper and complete transmission of the information contained in this communication nor for any delay in its receipt.

Re: how to build Xalan svn version with VC2010 with ICU used only as trancoder?

Posted by David Bertoni <db...@apache.org>.
On 8/26/2010 8:57 AM, Martin Elzen wrote:
> Hi everyone,
>
> I suppose it’s a bit backwards to the way it’s usually done, but… I’d
> like to know: how I can build the SVN version of Xalan on Windows with
> VC 2010 in such a way that I will be using ICU for transcoding but not
> for the “localization support method”? (In other words, how would I get
> kind of the same result on Windows as I would when specifying –t icu and
> –m inmem as options for runConfigure for Xalan 1.10 on Solaris?) Do I
> need to simply convert and build the VC9 XalanICU.sln file and mess
> around with it so it ignores the MsgCreator.exe and the XalanMsgLibICU
> projects?
Hi Martin,

You'll find "Release with ICU" and "Debug with ICU" targets in Xalan.sln 
that do exactly what you want.

Dave