Re: trying to make a new .deb

2003-08-14 Thread egonw
Quoting Paolo Ariano <[EMAIL PROTECTED]>: > > The Jmol program uses a Makefile wrapper around the Ant build.xml file... > > so you used Ant to make the build.xml and than you obtained the > Makefile...? No, Ant is the program that compiles the software based on the build.xml... Ant is to build.x

Re: trying to make a new .deb

2003-08-11 Thread egonw
Quoting Paolo Ariano <[EMAIL PROTECTED]>: > > The Jmol program uses a Makefile wrapper around the Ant build.xml file... > > so you used Ant to make the build.xml and than you obtained the > Makefile...? No, Ant is the program that compiles the software based on the build.xml... Ant is to build.x

Re: trying to make a new .deb

2003-08-11 Thread egonw
Quoting Paolo Ariano <[EMAIL PROTECTED]>: > Il gio, 2003-08-07 alle 16:50, Paolo Ariano ha scritto: > > now i'll read http://pkg-java.alioth.debian.org/ and start to modify the > > skeleton to give more sense > > hi * > > i used (as suggested) > > dh_make --single -c blank -e [EMAIL PROTECTED]

Re: trying to make a new .deb

2003-08-11 Thread egonw
Quoting Paolo Ariano <[EMAIL PROTECTED]>: > Il gio, 2003-08-07 alle 16:50, Paolo Ariano ha scritto: > > now i'll read http://pkg-java.alioth.debian.org/ and start to modify the > > skeleton to give more sense > > hi * > > i used (as suggested) > > dh_make --single -c blank -e [EMAIL PROTECTED]

What Java specific tools are available for making Debian packages?

2003-05-11 Thread egonw
Hi all, this one is for the Debian GNU/Linux Java FAQ: I want to make a list of Java specific tools that make compiling/processing Java programs, writing Java programs, and building Debian packages easier... (that is, those outside the java,javac,javadoc range...) There is for example, the set

gettext experience?

2003-05-11 Thread egonw
Hi all, in the past months I´ve been working on internationalization (i18n) of two Java programs ([jchempaint|jmol].sf.net) using the Java native mechanism, i.e. with ResourceBundle´s... However, in the future I want to use the gettext mechanism, using .po files, so that translators can use sp

Re: java library installation issues

2001-04-03 Thread egonw
Quoting Per Bothner <[EMAIL PROTECTED]>: > > Op dinsdag 03 april 2001 02:43, schreef Per Bothner: > > > I'd like to make some progress on standard Linux/GNU installation > > > standards for Java, and how GCJ fits into this. > > > > Have you taken over the maintainership? (Just wondering) > > I

Re: java library installation issues

2001-04-03 Thread egonw
Quoting Seth Arnold <[EMAIL PROTECTED]>: > > > With this setup: > > > (1) All Java compilers and VMs can compile find all "installed" .jars, > > > without users having to fiddle with classpaths. > > I do not like this idea. I agree. I mentioned it because it came up in earlier discussions. > Ther

Re: java library installation issues

2001-04-03 Thread egonw
Quoting Per Bothner <[EMAIL PROTECTED]>: > > Op dinsdag 03 april 2001 02:43, schreef Per Bothner: > > > I'd like to make some progress on standard Linux/GNU installation > > > standards for Java, and how GCJ fits into this. > > > > Have you taken over the maintainership? (Just wondering) > > I

Re: java library installation issues

2001-04-03 Thread egonw
Quoting Seth Arnold <[EMAIL PROTECTED]>: > > > With this setup: > > > (1) All Java compilers and VMs can compile find all "installed" .jars, > > > without users having to fiddle with classpaths. > > I do not like this idea. I agree. I mentioned it because it came up in earlier discussions. > The