Bug#212863: (no subject)
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Scriptpackage for new java policy available
Hallo, I've uploaded a apt-get'able 'new-java-policy' package, which contains all the related scripts and also some additional java-config files for all 'lib.*-java' packages, which I had installed and for kaffe, gcj, sablevm and sun-java-vm-1.4 (mpkg-j2sdk version I think). This are basicly the scripts, which are also attached to |Bug#212863: [PROPSAL] New java policy including tools to manage the changes (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=212863) which some additional debug Messages (enable via 'export DEBUG="yes"') in java-config. The thing can be found at deb[-src] http://www.katzien.de/debian/java ./ To play around, try |findjava [--server|--client] kaffe gcj sun-java-vm-1.4 sablevm |java-config [--all|--contrib|--classpath] ... I've taken the ant package and to show how 'CONTRIB' works and how apps can use the java-config system. tomcat4 isn't done as properly. There is also a dh_java script, which will allow for such things: debian/package.jars: |JARS="/usr/share/subdir/private.jar:#DEBHELPER#" |CONTRIB="ant" debian/package.java: |libregex-java >=2.5 |libother-java >=4.5 This information will be included in debian/control as {java:Depends} and the whole will be muched into a usr/share/java-config/package file: |JARS="/usr/share/subdir/private.jar:/usr/share/java/package.jar" |CONTRIB="ant" |DEPENDS="libregex-java libother-java" Also, if CONTRIB is present, a postinst and postrm debhelper part will be included. See man dh_java for more info. Or read the script itself, it's my first perl script... Every script has a manpage and there are also manpages for the configuration files: java-config-update(1), dh_java(1), findjava(1), java-config(1), findjavarc(5), java-config-file(5) Any comments *greatly* apreciated! Jan signature.asc Description: Digital signature
Problem with compiling eclipse
Hi list, I have Debian Sid in SunBlade100, I compile the eclipse in this machines. This was my log while compiled eclipse. $ wget http://www.ibiblio.org/pub/packages/development/eclipse/eclipse/downloads/drops/R-2.1.1-200306271545/eclipse-sourceBuild-srcIncluded-2.1.1.zip $ unzip eclipse-sourceBuild-srcIncluded-2.1.1.zip $ export JAVA_HOME=/usr/local/j2sdk1.4.1/ $./build -os linux -ws gtk In the end out this. init: build.jars: all.fragments: all.children: BUILD SUCCESSFUL Ok the compile is OK the problem is when the eclipse can't execute $ ./eclipse bash: ./eclipse: cannot execute binary file I don't know, Someome ideas = \\ || // ((@\/@)) (((\\ /||\ //))) ((( \\\///(((||)))\\\/// ))) || ((||)) || (||) (((;; ;; ))) _ Do You Yahoo!? La mejor conexión a internet y 25MB extra a tu correo por $100 al mes. http://net.yahoo.com.mx -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Problem with compiling eclipse
Hallo DIEGO, * DIEGO ENRIQUE RODRIGUEZ DELGADO wrote: >I have Debian Sid in SunBlade100, I compile the >eclipse in this machines. Can you run eclipse, if you compile from source from the debian packages? apt-get source -b eclipse-sdk What is SunBlade100 actually names as a 'debian arch'? >$./build -os linux -ws gtk >the problem is when the eclipse can't execute >bash: ./eclipse: cannot execute binary file Small wonder: the ant buildfile (this is, what you call via ./build.sh) does *not* build the binaries or the libswt *.so-files. So either you build them as well or you try the above debian packages, which do build from source. Jan -- Jan Schulz [EMAIL PROTECTED] "Wer nicht fragt, bleibt dumm." -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Scriptpackage for new java policy available
Hallo Jan, This is just a quick note, that I will be away during the next week, so I can't really do some bugfixing, if these will show up. I got one bug in the findjava script, which now should honor the user set env variables. The new packages are uploaded. Anyway, I will probably able to answere any other mail. I would be really happy if someone could give some comments on the scripts. * Jan Schulz wrote: [re-edit of another mail] Sorry about that. I was too lazy to C&P, so I just re-edited a message and missed the headers :( Jan -- Jan Schulz [EMAIL PROTECTED] "Wer nicht fragt, bleibt dumm." -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#212863: (no subject)
Scriptpackage for new java policy available
Hallo, I've uploaded a apt-get'able 'new-java-policy' package, which contains all the related scripts and also some additional java-config files for all 'lib.*-java' packages, which I had installed and for kaffe, gcj, sablevm and sun-java-vm-1.4 (mpkg-j2sdk version I think). This are basicly the scripts, which are also attached to |Bug#212863: [PROPSAL] New java policy including tools to manage the changes (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=212863) which some additional debug Messages (enable via 'export DEBUG="yes"') in java-config. The thing can be found at deb[-src] http://www.katzien.de/debian/java ./ To play around, try |findjava [--server|--client] kaffe gcj sun-java-vm-1.4 sablevm |java-config [--all|--contrib|--classpath] ... I've taken the ant package and to show how 'CONTRIB' works and how apps can use the java-config system. tomcat4 isn't done as properly. There is also a dh_java script, which will allow for such things: debian/package.jars: |JARS="/usr/share/subdir/private.jar:#DEBHELPER#" |CONTRIB="ant" debian/package.java: |libregex-java >=2.5 |libother-java >=4.5 This information will be included in debian/control as {java:Depends} and the whole will be muched into a usr/share/java-config/package file: |JARS="/usr/share/subdir/private.jar:/usr/share/java/package.jar" |CONTRIB="ant" |DEPENDS="libregex-java libother-java" Also, if CONTRIB is present, a postinst and postrm debhelper part will be included. See man dh_java for more info. Or read the script itself, it's my first perl script... Every script has a manpage and there are also manpages for the configuration files: java-config-update(1), dh_java(1), findjava(1), java-config(1), findjavarc(5), java-config-file(5) Any comments *greatly* apreciated! Jan signature.asc Description: Digital signature
Problem with compiling eclipse
Hi list, I have Debian Sid in SunBlade100, I compile the eclipse in this machines. This was my log while compiled eclipse. $ wget http://www.ibiblio.org/pub/packages/development/eclipse/eclipse/downloads/drops/R-2.1.1-200306271545/eclipse-sourceBuild-srcIncluded-2.1.1.zip $ unzip eclipse-sourceBuild-srcIncluded-2.1.1.zip $ export JAVA_HOME=/usr/local/j2sdk1.4.1/ $./build -os linux -ws gtk In the end out this. init: build.jars: all.fragments: all.children: BUILD SUCCESSFUL Ok the compile is OK the problem is when the eclipse can't execute $ ./eclipse bash: ./eclipse: cannot execute binary file I don't know, Someome ideas = \\ || // ((@\/@)) (((\\ /||\ //))) ((( \\\///(((||)))\\\/// ))) || ((||)) || (||) (((;; ;; ))) _ Do You Yahoo!? La mejor conexión a internet y 25MB extra a tu correo por $100 al mes. http://net.yahoo.com.mx
Re: Problem with compiling eclipse
Hallo DIEGO, * DIEGO ENRIQUE RODRIGUEZ DELGADO wrote: >I have Debian Sid in SunBlade100, I compile the >eclipse in this machines. Can you run eclipse, if you compile from source from the debian packages? apt-get source -b eclipse-sdk What is SunBlade100 actually names as a 'debian arch'? >$./build -os linux -ws gtk >the problem is when the eclipse can't execute >bash: ./eclipse: cannot execute binary file Small wonder: the ant buildfile (this is, what you call via ./build.sh) does *not* build the binaries or the libswt *.so-files. So either you build them as well or you try the above debian packages, which do build from source. Jan -- Jan Schulz [EMAIL PROTECTED] "Wer nicht fragt, bleibt dumm."
Re: Scriptpackage for new java policy available
Hallo Jan, This is just a quick note, that I will be away during the next week, so I can't really do some bugfixing, if these will show up. I got one bug in the findjava script, which now should honor the user set env variables. The new packages are uploaded. Anyway, I will probably able to answere any other mail. I would be really happy if someone could give some comments on the scripts. * Jan Schulz wrote: [re-edit of another mail] Sorry about that. I was too lazy to C&P, so I just re-edited a message and missed the headers :( Jan -- Jan Schulz [EMAIL PROTECTED] "Wer nicht fragt, bleibt dumm."