imagej for debian

2006-05-18 Thread Paolo Ariano
Hi * i've finally found time to make the .deb of imagej (java imaging software), here you can find .deb and other usefull things: http://www.personalweb.unito.it/paolo.ariano/imagej.html Things could be done better but this is just the first step, hope this help. Paolo -- Paolo Ariano

new deb of imagej

2005-04-13 Thread Paolo Ariano
-- Paolo Ariano Neuroscience PhD student @ UniTo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: javac problem compiling a new .deb

2005-01-25 Thread Paolo Ariano
Jerry Haltom wrote: Is this package destined for Debian? Has a free JVM been attempted? yes it would be, at the moment i've compiled imagej with: j2sdk1.4 | java2-compiler, cdbs (= 0.4.5.3), debhelper ( 4.0.0), ant (= 1.5) and the installation depend on j2re1.3 | j2re1.4 | java2-runtime just

Re: javac problem compiling a new .deb

2005-01-24 Thread Paolo Ariano
Arnaud Vandyck wrote: A good DEB_CLASSPATH could be: DEB_CLASSPATH := $(ANT_HOME)/lib/ant.jar:\ $(ANT_HOME)/lib/ant-launcher.jar:\ $(JAVA_HOME)/lib/tools.jar 1st of all thanks barry and arnaud: i've reinstalled sun-j2sdk1.4 and in update-alternatives all seem to be ok, i've changed in build.xml

Re: javac problem compiling a new .deb

2005-01-21 Thread Paolo Ariano
Barry Hawkins wrote: JAVA_HOME := /usr/java/jdk1.5.0_01 JAVACMD := ${JAVA_HOME}/bin/java i've tryed also this way: export DH_VERBOSE=1 include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk JAVA_HOME:=

Re: javac problem compiling a new .deb

2005-01-21 Thread Paolo Ariano
Barry Hawkins wrote: which is not good; if you remove the last '/' from the value for JAVA_HOME, I have a strong suspicion that things might begin working for you. Also, you may want to ensure that tools.jar is in your defined classpath for Ant. i'm trying all the combinations but nothing:

Re: javac problem compiling a new .deb

2005-01-20 Thread Paolo Ariano
Loïc Minier wrote: #JAVA_HOME := /usr/java/jdk1.5.0_01 So, did you uncomment JAVA_HOME? thanks, i've tryed with JAVA_HOME :=/usr/java/jdk1.5.0_01/ but nothing happen ... and in this dir i can see: imotion:~/Devel/imagej-1.33 :) $ lx /usr/java/jdk1.5.0_01/ totale 164

always debianizing ImageJ

2004-11-18 Thread Paolo Ariano
Hi * so i'm still trying in my spere time to *debianize* ImageJ and i wrote a roadmap or sothing like everybody can find here http://www.personalweb.unito.it/paolo.ariano/imagej.html suggestion are really wellcome till next paolo -- Paolo Ariano Neuroscience PhD Student @ UniTo Tan - AAVV

.deb froma a java program

2004-10-27 Thread Paolo Ariano
files 5. debian has been created with dh_make and i'm still trying to modify files ... now i've to use dh_java ? i've to *hand-write* rules, Makefile (doesn't exist) and dirs ? thanks a lot bye paolo -- Paolo Ariano Neuroscience PhD Student @ UniTo Meglio un professore povero che un asino ricco

makefile or build

2003-09-18 Thread Paolo Ariano
Hi * always trying to make a .deb, i've some errors launching dpkg-buildpackage and i'm trying to debug my Makefile. It is better to use the Makefile or i've to edit the build.xml. dowloading the source of ant i saw that it has not Makefile but only the build.xml thanks paolo -- Paolo Ariano

makefile or build

2003-09-18 Thread Paolo Ariano
Hi * always trying to make a .deb, i've some errors launching dpkg-buildpackage and i'm trying to debug my Makefile. It is better to use the Makefile or i've to edit the build.xml. dowloading the source of ant i saw that it has not Makefile but only the build.xml thanks paolo -- Paolo Ariano

trying to make a new .deb

2003-08-14 Thread Paolo Ariano
ij.ImageJ in the second case it could also compile dircetly .java plugin -- Paolo Ariano Neuroscience PhD Student DBAU INFM Turin (Italy) La liberta' in coppia si dimezza - Io

Re: trying to make a new .deb

2003-08-14 Thread Paolo Ariano
/ and start to modify the skeleton to give more sense till next paolo, switching in reading mode -- Paolo Ariano Neuroscience PhD Student DBAU INFM Turin (Italy) La liberta' in coppia si dimezza - Io

still trying to pack a .deb

2003-08-14 Thread Paolo Ariano
maintainer is Paolo Ariano [EMAIL PROTECTED] dpkg-buildpackage: host architecture is i386 fakeroot debian/rules clean test -f debian/rules rm -f build /usr/bin/make -f Makefile clean make[1]: Entering directory `/data/paolo2/dev/imagej-1.30s' make[1]: Leaving directory `/data/paolo2/dev/imagej-1.30s' rm -f

Re: trying to make a new .deb

2003-08-14 Thread Paolo Ariano
the question 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...? mmm i've an original build.xml wrote by the upstream author, how do i use it ? thanks and sorry for lots of questions... paolo -- Paolo

Re: trying to make a new .deb

2003-08-14 Thread Paolo Ariano
. thanks paolo who is coming to understand -- Paolo Ariano Neuroscience PhD Student DBAU INFM Turin (Italy) I bagni dovrebbero essere suddivisi in base al prodotto - Io

still trying to pack a .deb

2003-08-12 Thread Paolo Ariano
maintainer is Paolo Ariano [EMAIL PROTECTED] dpkg-buildpackage: host architecture is i386 fakeroot debian/rules clean test -f debian/rules rm -f build /usr/bin/make -f Makefile clean make[1]: Entering directory `/data/paolo2/dev/imagej-1.30s' make[1]: Leaving directory `/data/paolo2/dev/imagej-1.30s' rm -f

Re: trying to make a new .deb

2003-08-11 Thread Paolo Ariano
the question 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...? mmm i've an original build.xml wrote by the upstream author, how do i use it ? thanks and sorry for lots of questions... paolo -- Paolo

Re: trying to make a new .deb

2003-08-11 Thread Paolo Ariano
. thanks paolo who is coming to understand -- Paolo Ariano Neuroscience PhD Student DBAU INFM Turin (Italy) I bagni dovrebbero essere suddivisi in base al prodotto - Io

Re: trying to make a new .deb

2003-08-10 Thread Paolo Ariano
something like dh-make debhelper to create the skeleton ? thanks paolo now is trying to do something -- Paolo Ariano Neuroscience PhD Student DBAU INFM Turin (Italy) I bravi ragazzi vanno in Paradiso, i cattivi in Giro

trying to make a new .deb

2003-08-07 Thread Paolo Ariano
ij.ImageJ in the second case it could also compile dircetly .java plugin -- Paolo Ariano Neuroscience PhD Student DBAU INFM Turin (Italy) La liberta' in coppia si dimezza - Io

Re: trying to make a new .deb

2003-08-07 Thread Paolo Ariano
something like dh-make debhelper to create the skeleton ? thanks paolo now is trying to do something -- Paolo Ariano Neuroscience PhD Student DBAU INFM Turin (Italy) I bravi ragazzi vanno in Paradiso, i cattivi in Giro

Re: trying to make a new .deb

2003-08-07 Thread Paolo Ariano
/ and start to modify the skeleton to give more sense till next paolo, switching in reading mode -- Paolo Ariano Neuroscience PhD Student DBAU INFM Turin (Italy) La liberta' in coppia si dimezza - Io

new deb pack

2002-12-20 Thread Paolo Ariano
anyone has suggestions on how to pack a new java program ? thanks a lot paolo -- Paolo Ariano Neuroscience PhD Student DBAU INFM Turin (Italy) La liberta' in coppia si dimezza -- Io