Re: How to Hebrew?

Alex Samad <[email protected]> Tue, 11 Sep 2007 08:11:33 +1000
Newsgroups gmane.comp.java.jspwiki.user
Message-ID <[email protected]>
On Mon, Sep 10, 2007 at 10:55:16PM +0200, Juan Pablo Santos Rodríguez wrote:
> Hi Itay,
> 
> it appears to me that you are using the jvm instead of the jdk, and thus
> your "cannot find tools.jar" error. Where is pointing your JAVA_HOME? check
> it is not overwritten by e.g. your servlet container or something similar.

looks like he is using gcj - from the gnu people, its mean to be a drop in 
replacement for jdk. gij is the jvm environment.  But there are some things 
missing.  I think that tools.jar might be in a different package than the base 
gcj. I found mine in java-gcj-compat-dev (Debian lenny)

> 
> 
> Regards,
> Juan Pablo
> 
> 
> 2007/9/10, Itai Be'erli <[email protected]>:
> >
> > Hi Juan,
> >
> >
> > Thanks for your reply. I've tried following your suggestion, but,
> > unfortunately, i couldn't pull it off.
> >
> > First, i downloaded the source code from the link on the following page:
> > http://jspwiki.org/wiki/JSPWikiDownload . I saved it in my home directory.
> > Then i ran the following command:
> > ===
> > $ ant i18n-create-template
> > ===
> >
> > The following error message appeared:
> > ===
> > Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-
> > 1.4.2-gcj-4.1-1.4.2.0/lib/tools.jar
> > Buildfile: build.xml does not exist!
> > Build failed
> > ===
> >
> > I extracted the content of the .zip file, and gave the command a second
> > try. Now the following error message appeared:
> > ===
> > Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-
> > 1.4.2-gcj-4.1-1.4.2.0/lib/tools.jar
> > Buildfile: build.xml
> >
> > BUILD FAILED
> > Target `i18n-create-template' does not exist in this project.
> >
> > Total time: 2 seconds
> > ===
> >
> > Finally, i tried running the same command for the third time, this time as
> > the root:
> > ===
> > $ sudo ant i18n-create-template
> > ===
> > But the exact same error message appeared as in the second attempt.
> >
> > What am i doing wrong? More importantly, what should i do to make it work?
> >
> >
> > Regards,
> > Itay
> >
> > > Date: Mon, 10 Sep 2007 21:51:59 +0200
> > > From: [email protected]
> > > To: [email protected]
> > > Subject: Re: [Jspwiki-users] How to Hebrew?
> > >
> > > Hi,
> > >
> > > the easiest way for doing a translation goes through downloading the
> > source
> > > code and executing the "i18n-create-template" target. It should create a
> > > directory structure with all the needed files. Once you've translated
> > them,
> > > execute the "i18n-jar-template" target, which will jar your i18n
> > structure.
> > > Put this jar under your web/WEB-INF/lib folder and that should do it.
> > >
> > > You could also upload that jar to
> > > http://jspwiki.org/wiki/ContributedLocalizations so it can be available
> > for
> > > everyone.
> > >
> > > Eventually, if you wish to maintain up to date your translation with
> > latest
> > > source code, you can also check MissingTranslations.java (default
> > package
> > > under tests folder).
> > >
> > >
> > > Regards,
> > > JP
> > >
> > >
> > > 2007/9/10, Itai Be'erli <[email protected]>:
> > > >
> > > > Hello,
> > > >
> > > > I'd like to change the interface language of my JSPWiki to Hebrew. How
> > > > should i proceed?
> > > >
> > > > _________________________________________________________________
> > > > Explore the seven wonders of the world
> > > >
> > http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE
> > > > _______________________________________________
> > > > This is the Jspwiki-users mailing list, in which we discuss the
> > > > stable release (even-numbered, 2.4.x, 2.6.x), and user-issues.
> > > > For development discussion, please join jspwiki-dev.
> > > > http://ecyrd.com/cgi-bin/mailman/listinfo/jspwiki-users
> > > > http://www.jspwiki.org/JSPWikiMailingList
> > > >
> > > _______________________________________________
> > > This is the Jspwiki-users mailing list, in which we discuss the
> > > stable release (even-numbered, 2.4.x, 2.6.x), and user-issues.
> > > For development discussion, please join jspwiki-dev.
> > > http://ecyrd.com/cgi-bin/mailman/listinfo/jspwiki-users
> > > http://www.jspwiki.org/JSPWikiMailingList
> >
> > _________________________________________________________________
> > Connect to the next generation of MSN Messenger
> >
> > http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline
> > _______________________________________________
> > This is the Jspwiki-users mailing list, in which we discuss the
> > stable release (even-numbered, 2.4.x, 2.6.x), and user-issues.
> > For development discussion, please join jspwiki-dev.
> > http://ecyrd.com/cgi-bin/mailman/listinfo/jspwiki-users
> > http://www.jspwiki.org/JSPWikiMailingList
> >
> _______________________________________________
> This is the Jspwiki-users mailing list, in which we discuss the 
> stable release (even-numbered, 2.4.x, 2.6.x), and user-issues. 
> For development discussion, please join jspwiki-dev.
> http://ecyrd.com/cgi-bin/mailman/listinfo/jspwiki-users
> http://www.jspwiki.org/JSPWikiMailingList
>