Re: Packaging java program - questions (dependencies on j2, jboss story)

2003-05-13 Thread Ean Schuessler
I don't think any of the free Javas (or actually Classpath.org's Classpath) is up to handling JBoss' esoteric use of Proxies, Classloaders or garbage handling. I could be wrong, but that is my impression. Heck, I'd be excited about Tomcat 4.0. On Thu, 2002-05-09 at 10:39, Alex Lau wrote: > Have yo

Re: Kaffe marked remove (was Release-critical Bugreport for May 9, 2003)

2003-05-13 Thread Ean Schuessler
On Fri, 2003-05-09 at 19:23, Adam Heath wrote: > This is a bug that exists in *stable*, and does *not* exist in > unstable(upstream requires the user to explicitly set a file to use, and > doesn't pick one itself). It was only filed this week. The other RC bug has > been fixed. Please mark kaff

JVMPI GetCurrentThreadCpuTime units?

2003-05-13 Thread Kristian G. Kvilekval
I've implemented a simple high res timer using JVMPI GetCurrentThreadCpuTime as per http://www.javaworld.com/javaworld/javatips/jw-javatip92.html It appears to work giving back some timing numbers. However I am sure the units are not in nanoseconds as the documentation says. Does anybody

Re: failed building eclipse on powerpc

2003-05-13 Thread Keegan Quinn
On Tuesday 13 May 2003 03:01 pm, Jan Schulz wrote: > Now it compiles, but I get an error from ld: > ld -o libswt-gnome-gtk-2133.so gnome.o -x \ > -shared `pkg-config --libs gnome-vfs-2.0` > ld: unrecognized option '-pthread' > ld: use the --help option for usage information > make[1]: *** [li

Re: failed building eclipse on powerpc

2003-05-13 Thread Jan Schulz
* Arnaud Vandyck <[EMAIL PROTECTED]> wrote: > Yes it is! I've got the additional icon.xpm in source-tree Strange... Anyway, as this copying was the only thing what the ant-task was usefull for, this is now done in debian/rules... > No! j2sdk from blackdown (1.3)... I'm reinstalling the blackdown

Re: Installing JDK1.4.1

2003-05-13 Thread Michael S Daines
I guess this might be a difference between stable and unstable (I'm using woody). When I apt-get install java-common, it is successful and reports that I have the newest version. But there is no dummy-packages/ directory or any *.control files anywhere in that heirarchy. I did a search across the

Re: I can't install eclipse

2003-05-13 Thread Jan Schulz
* David Rosenstrauch <[EMAIL PROTECTED]> wrote: [eclipse packages] > What do I need to add to my sources.list to be able to grab this? unstable with controb section. As I'm running woody, here is may deb-src entry: deb-src http://debian.tu-bs.de/debian/ unstable main non-free contrib apt-get sour

Re: I can't install eclipse

2003-05-13 Thread David Rosenstrauch
On Wednesday 23 April 2003 11:04 am, Takashi Okamoto wrote: > From: Jan Schulz <[EMAIL PROTECTED]> > Subject: Re: I can't install eclipse > Date: Tue, 22 Apr 2003 23:46:20 +0200 > > > Hopefully a new version will be uploaded soon... > > I just uploaded eclipse 2.1-2. > > Takashi Okamoto What do I

Re: failed building eclipse on powerpc

2003-05-13 Thread Arnaud Vandyck
Jan Schulz wrote: * Arnaud Vandyck <[EMAIL PROTECTED]> wrote: # fakeroot debian/rules build-java-stamp -> eclipse and icon.xpm should be in there. OK, everything is OK So no additional copying? Yes it is! I've got the additional icon.xpm in source-tree Ok, java is already compiled... It seems ;-)

Re: Swing and other free GUIs (KDE?)

2003-05-13 Thread Matt Zimmerman
On Tue, May 13, 2003 at 08:57:33AM +0200, E.L. Willighagen wrote: > On Monday 12 May 2003 19:56, Matt Zimmerman wrote: > > Package: libswt-java > > Ooops... sorry, my mistake: what I meant is, where are those simple tests? > Are those too in libswt-java (packages.d.o does not mention those)? The

Re: failed building eclipse on powerpc

2003-05-13 Thread Jan Schulz
* Arnaud Vandyck <[EMAIL PROTECTED]> wrote: >> # fakeroot debian/rules build-java-stamp >> -> eclipse and icon.xpm should be in there. > OK, everything is OK So no additional copying? >> If the icon.xpm is not copied, I will change the way copying is >> done. Should anyway happen, as the precomp

Re: failed building eclipse on powerpc

2003-05-13 Thread Arnaud Vandyck
Jan Schulz wrote: * I wrote: # fakeroot debian/rules build -> check what's in /source-tree. There should now be the icon.xpm Hm, I'm not totally sure, what's happening here, but this seems like a bug somewhere... If icon.xpm isn't there, please do a cd source-tree; cp plugins/platform-launcher/bin

Re: Swing and other free GUIs (KDE?)

2003-05-13 Thread E.L. Willighagen
On Monday 12 May 2003 19:56, Matt Zimmerman wrote: > On Mon, May 12, 2003 at 07:32:09PM +0200, E.L. Willighagen (Egon) wrote: > > On Monday 12 May 2003 17:29, Matt Zimmerman wrote: > > > What about SWT? I've used it under both gij and from gcj-compiled code > > > for some simple tests. > > > > Whe