Re: Problem with building MozillaInterfaces.jar
Haris Peco <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Message-ID | <200610192310.08292.snpe__32070.6964856528$1161292293$gmane$org@snpe.co.yu> |
Hi Javier, On Thursday 19 October 2006 21:32, Javier Pedemonte wrote: > Haris Peco wrote: > > yes, I'm sure, because I have tried with both tags (on 2 machines, ubuntu and Redhat ) > > and create method is gone. > > Well, it is still there on my MOZILLA_1_8_BRANCH build that I checked > out on Oct 16, and it is still shown here: > http://lxr.mozilla.org/mozilla1.8/source/widget/public/nsIAppShell.idl#68. > It is strange.I have had this class in MozillaInterfaces.jar (checkout before 4-5 days) I checkout just now make -f client.mk checkout and this classes exists However, old nsIAppShell#create is void create(long[] arg1, String[] arg2); and new is : void create(int[] argc, String[] argv); > > It is interesting that it works with interfaces from tags FIREFOX_2_0b2_RELEASE > > Are there some known problems if I use MozillaInterfaces.jar from FIREFOX_2_0b2_RELEASE > > and xulrunner from MOZILLA_1_8_BRANCH (or FIREFOX_2_0rc3_RELEASE) ? > > Yes, I recently checked in > https://bugzilla.mozilla.org/show_bug.cgi?id=340960, which changes > Mozilla.java and some of the supporting classes. But there shouldn't be > any change in the generated Mozilla interfaces. > > > Is there something what I can use for this feature in Java ? > > I don't know much about that interface. You might want to ask in one of > the other newsgroups, such as mozilla.dev.tech.dom. > > Many thanks Peco