Functional Java Plugin for Mozilla in SID?

2004-02-03 Thread Adam Kessel
Is there any Java plugin that works for mozilla or mozilla-firebird in sid? I've tried the latest plugin from Sun (1.4.2) but no luck: the ns610-gcc32 version crashes both moz and firebird whenever I go to a page that has any Java content; the ns610 and ns4 versions don't show up as plugins at all

Re: [Fwd: Re: [architecture] Re: JPackages and ObjectWeb]

2004-02-03 Thread Jan Schulz
Hallo David, First of all: I've written up my version of this all on http://java.debian.net/index.php/CombinedClasspathAndRuntimeSolution Please comment, I'm not sure, how well I've written that up... * David Walluck wrote: >Jan Schulz wrote: >So far, this is the only options we use: >$JAVACMD

Re: [Fwd: Re: [architecture] Re: JPackages and ObjectWeb]

2004-02-03 Thread David Walluck
Jan Schulz wrote: Hm, seems that the only real difference is, that in your case the JVM will pickup some jars because they ar ein a special dir and in my case, it wll be picked up because -bootclasspath is used. One other So far, this is the only options we use: $JAVACMD $FLAGS -classpath $CL

Re: [Fwd: Re: [architecture] Re: JPackages and ObjectWeb]

2004-02-03 Thread Jan Schulz
Hallo David, * David Walluck wrote: >$ build-classpath jdbc-stdext ant bsh xerces-j2 [...] >You can see how jdbc is a jvm extension so it exists as a symlink is >/usr/lib/jvm-exports. Every other jar (normal jar) gets picked up in >/usr/share/java a bit easier. Hm, seems that the only real diff

Re: [Fwd: Re: [architecture] Re: JPackages and ObjectWeb]

2004-02-03 Thread Eric Bruneton
David Walluck wrote: > Eric Bruneton wrote: > >I think so. I'm trying to update the ASM project to take these > >guidelines into account (I attach the corresponding source > > package). I think it follows items 1, 2, 3 (see > > build.properties), 4, 5, 6 (see build.properties again), 7, 8, 9, > > 1

Re: [Fwd: Re: [architecture] Re: JPackages and ObjectWeb]

2004-02-03 Thread David Walluck
Jan Schulz wrote: Hallo Nicolas, * Nicolas Mailhot wrote: jsse.libs=$(build-classpath jsse) javamail.libs=$(build-classpath javamail) test.libs=$(build-classpath junit xerces-j2 httpunit) ^^^ I thought you don't have such a script. Thats exactly what I propose to u

Re: [Fwd: Re: [architecture] Re: JPackages and ObjectWeb]

2004-02-03 Thread Arnaud Vandyck
Kenneth Pronovici <[EMAIL PROTECTED]> writes: >> > >For #8: >> > >We should add that all jars should have a manifest (but without >> > >Class-Path). Ant can autogenerate a manifest, or does, I forget? >> > >> > BTW: I never yet touched Manifests, what are they actually for? :) >> >> Manifests a