JDE

1999-08-02 Thread Andreas Tille
Hello, I've installed the latest jde package from potato. Now I wonder what I have to do to let Emacs enter jde-mode automatically when loading a Java source file. Without any investigation jde-mode is unknown to Emacs and the nice menu entry as shown in the jde documentation is missing. Should

Re: JDE

1999-08-03 Thread Andreas Tille
On 2 Aug 1999, Ruud de Rooij wrote: > As explained in /usr/doc/jde/README.Debian, all that is required is > putting > > (require 'jde) > > into your ~/.emacs file. Sorry for bothering you. I'm sure I looked at this file but I must have been blind :-(. > Note that other add-on packages to Ema

Re: JDE

1999-08-03 Thread Andreas Tille
On Tue, 3 Aug 1999, Ruud de Rooij wrote: > > No, I think this is the right behaviour. The only thing which would > > make sense could be, that the ~/.emacs files of each user could > > be scanned and the line could be added as comment with a describing > > text. So each user could be informed ab

Appletviewer for tutorial?

1999-08-04 Thread Andreas Tille
Hello, as a bloody beginner I want to start with suns Java tutorial. To read and to test the examples I want to use the Netscape Communicator (I use an up to date potato system). If I try an example I get the following message: Note: Because the preceding applet uses the Swing 1.1 API, it

Servlets

1999-08-17 Thread Andreas Tille
Hello, I wanted to follow the "Servlet Essentials" from Stefan Zeiger which kann be found on http://www.novocode.com/doc/servlet-essentials. According to this document I have to install JSDK2.1 which I downloaded from ftp://ftp.java.sun.com/pub/jsdk/76895u/jsdk2_1-solsparc.tar.Z. The CLASSPATH v

Re: Servlets

1999-08-17 Thread Andreas Tille
On Tue, 17 Aug 1999, Stefan Gybas wrote: > You also need a JSDK2.1 compliant servlet engine, not just the jsdk2.1 > jar archive. Unfortunately Apache-JServ does only support the servlet 2.0 > specification yet, so you have to use Sun's (or any other non-free) > engine. You then have to set the cla

Problems with examples of libpsjava

1999-08-18 Thread Andreas Tille
Hello, I managed to get my first "Hello-Word"-like Java programs. Now I started fiddling around with the examples of libpgjava because I intend to write a database application. I copied the examples to my home directory and compiled them with javac which is shipped with the following Debian packa

Problems with examples of libpsjava (fwd)

1999-08-19 Thread Andreas Tille
Sorry, if this posting reaches the list twice, but I didn't found it in my mailbox from the list and I'm afraid that it has been lost the day before. Hello, I managed to get my first "Hello-Word"-like Java programs. Now I started fiddling around with the examples of libpgjava because I intend to

CLASSPATH settings for JDBC

1999-08-19 Thread Andreas Tille
Hello, I tried to get database access via freetds_jdbc. The installation process seemed to be successful. By default the necessary files are installed in /usr/local/share/LocalJava. To let the example work I have to set the CLASSPATH variable correctly. Now I've read in /usr/doc/jdk1.1/README.

Re: CLASSPATH settings for JDBC

1999-08-25 Thread Andreas Tille
On Wed, 25 Aug 1999, Stephane Bortzmeyer wrote: > > 1) Where can I find the recent Debian Java policy for storing the > >files right? > http://www.debian.org/~bortz/Java/policy.html Thanks. I hoped to find out what to do that the package would work without setting an explicite CLASSPATH. Unf

Re: FAQ-java draft

2000-02-18 Thread Andreas Tille
> * kafee ^ kaffe > * ibm > 2.3. Why is not Sun's jdk 1.2 available? > > > Due to license problems. 2.3.1. Are there any chances that this will change? 2.3.2. Are there any inofficial deb packages? I consider it to

Re: Forte for Java Open source announcement

2000-03-16 Thread Andreas Tille
On Wed, 15 Mar 2000, Jim Franklin wrote: > >Hello, > >Sun issued the following announcement yesterday afternoon about releasing > >the Forte for Java code to the open source community. > >-Cecile Just for the sake of interest and because I'm to stupid to understand such legal issues: Does this

Re: Null Pointer exceptions in servlets since latest Apache/Jserv update

2000-03-21 Thread Andreas Tille
nfiguration file a) an example hoe to enable access from localhost/certain host/any host or b) include a hint to such information. I'm fighting since two weeks to get working what was working before the latest Jserv/Apache packages and I try to investigate in the problems that my Database

RE: Null Pointer exceptions in servlets since latest Apache/Jserv update

2000-03-22 Thread Andreas Tille
On Tue, 21 Mar 2000, LAVAU Michel wrote: > At this point: > > "rs = stmt.executeQuery("SELECT * FROM Table");" > > you haven't yet initialized your stmt variable: "Statement stmt;". > You should first set 'stmt' to NULL when you declare it (in order to start > with proper code), and mo

Looking for valid Jserv configurations (Was: Null Pointer exceptions in servlets since latest Apache/Jserv update)

2000-03-23 Thread Andreas Tille
On Tue, 21 Mar 2000, Andreas Tille wrote: > On Tue, 21 Mar 2000 16:24:29 +0100 Stefan Gybas <[EMAIL PROTECTED]> > > > I have included the line > > > > > >repositories=/usr/share/java/servlets,/usr/share/java/freetds_jdbc.jar > > > > >

Solved: Looking for valid Jserv configuration

2000-03-24 Thread Andreas Tille
On Thu, 23 Mar 2000, Andreas Tille wrote: > > # Syntax: wrapper.class=[classname] (String) Stefan told me, that it has to be "wrapper.classpath". ... of course ... :) Now I'll have a nice weekend. Hopefully you all, too :) Regards Andreas.

JServ logging

2000-03-27 Thread Andreas Tille
Hello, after solving my serious problems with finding JDBC classses of JServ a smaler but ugly Problem remains: Jserv doesn't do the usual logging I expect it to do :-( I have set ApJServLogLevel info in /etc/jserv/jserv.conf to increase the level of the messages which should be logged (t

Re: JServ logging

2000-03-28 Thread Andreas Tille
On Mon, 27 Mar 2000, Peter M Kahle wrote: > In my /etc/apache/jserv.conf file, I have the following line, which seems > to be working: > ApJServLogFile /var/log/apache/jserv.log >From my /etc/apache/jserv.conf: # Syntax: ApJServLogFile [filename] # Default: "./logs/mod_jserv.log" # Note: when set

Re: JServ logging

2000-03-29 Thread Andreas Tille
On Wed, 29 Mar 2000, Robert Varga wrote: > On Tue, 28 Mar 2000, Andreas Tille wrote: > > > On Mon, 27 Mar 2000, Peter M Kahle wrote: > > > > > In my /etc/apache/jserv.conf file, I have the following line, which seems > > > to be working: > > > ApJS

Re: JServ logging

2000-03-30 Thread Andreas Tille
On Thu, 30 Mar 2000, Stefan Gybas wrote: > I don't understand your main problem at all. What is wrong with using > apache's error log for jserv logging? You can use differnt error logs > for each virtual host, even for each directory - just use ErrorLog > in httpd.conf. The problem is, that there

Please help: JServ logging not solved yet

2000-04-12 Thread Andreas Tille
Hello, unfortunately I was not yet able to solve my realy urgent problem with logging of JServ messages. Please could anyone who is running JServ please test the simple example I attached to this mail. It just prints a simple debugging line vie log()-method, System.out and System.err. I really

Re: Please help: JServ logging not solved yet

2000-04-12 Thread Andreas Tille
On Wed, 12 Apr 2000, Seth R Arnold wrote: > But, I can ask a question: rather than depend upon System.out and > System.err, why not open a brand new file, say /tmp/debugger, and send > all your debugging there? If you just need the debugging while writing > your servlets, this might be plenty. If

Re: Please help: JServ logging not solved yet

2000-04-12 Thread Andreas Tille
On Wed, 12 Apr 2000, Eric Ravelomanantsoa wrote: > Instead of System.out() and/or System.err() use the log() method of the > GenericServlet abstract class (your Servlet should be a subclass of it). This > will > output your stuff in the jserv.log file. OK, I've thought about that, but my problem

Re: Please help: JServ logging not solved yet

2000-04-12 Thread Andreas Tille
On Wed, 12 Apr 2000, Stefan Gybas wrote: > So why don't you use log()? I tried to explain this into the mail to Eric Ravelomanants. May be it is bad design??? > > System.out(): nowhere ( is this normal ???) > > Yes, it has always been this way. If this was intended by the developers, does t

Re: Please help: JServ logging not solved yet

2000-04-20 Thread Andreas Tille
On Wed, 12 Apr 2000, Tom Tromey wrote: > So write a PrintStream subclass which calls log(), create it at > startup from a place where log() is visible, and call System.setOut > and System.setErr with it as the argument. Thanks for the hint. I tried import java.io.*; import javax.servlet.*; p

Re: Please help: JServ logging not solved yet

2000-04-20 Thread Andreas Tille
On Thu, 20 Apr 2000, Edouard G. Parmelan wrote: > > Found 3 semantic errors compiling "LogWriter.java": > > > > 5. public class LogWriter extends PrintStream > > <---> > > *** Error: No match was found for constructor "PrintStream()". > > Class P

Re: PostgreSQL 7.0 & JDBC

2000-05-22 Thread Andreas Tille
On Sun, 21 May 2000, Nicolás Lichtmaier wrote: > > [EMAIL PROTECTED] ~> apt-cache search jdbc > > freetds-jdbc - Pure Java JDBC driver for MS SQL and Sybase > > libpgjava - Java database (JDBC) driver for PostgreSQL > > Does the current Java driver work with the new PostgreSQL release? Have > an

Examples of PostgreSQL JDBC driver fail

2000-08-14 Thread Andreas Tille
Hello, I started fiddling around with PostgreSQL JDBC driver. Unfortunately the examples in /usr/share/doc/libpgjava/examples just cause a coredump for me. I plan to write some servlets and would really like some examples using the PostgreSQL JDBC driver. Could someone give any examples for such

Jserv problem

2000-08-18 Thread Andreas Tille
Hello, I'm curious why my jserv didn't worked since some time. I appended the logfile because I have no clue what the problem could be. I havn't checked if jserv worked since some weeks. Between the last time when it was working some updates of frozen were done. Now I run the final potato. Any

Re: Examples of PostgreSQL JDBC driver fail

2000-08-29 Thread Andreas Tille
On Mon, 14 Aug 2000, Andreas Tille wrote: > Unfortunately the examples in /usr/share/doc/libpgjava/examples > just cause a coredump for me. > > I plan to write some servlets and would really like some examples > using the PostgreSQL JDBC driver. Could someone give any examples >

Re: Examples of PostgreSQL JDBC driver fail

2000-08-29 Thread Andreas Tille
On Tue, 29 Aug 2000, Hugues Marilleau wrote: > You should look in /var/log/jserv.log, the error messages are generally > more explicit than in /var/log/apache/error.log for the Jserv stuff. [29/08/2000 11:43:43:737 CEST] java.lang.NullPointerException: at javax.servlet.http.HttpServlet.

Re: Examples of PostgreSQL JDBC driver fail

2000-08-29 Thread Andreas Tille
On Tue, 29 Aug 2000, Hugues Marilleau wrote: > > [29/08/2000 11:43:43:737 CEST] java.lang.NullPointerException: > > at javax.servlet.http.HttpServlet.testConditional(HttpServlet.java:334) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:270) > > at javax.servlet.http.Htt

JServ and Kaffe (Was: JSP error on simple page.)

2000-11-01 Thread Andreas Tille
On Fri, 27 Oct 2000, Edouard G. Parmelan wrote: > Could you describe me JServ problems with Kaffe ? I had problems with JServ and Kaffe. Anybody had success with this? It reached nearly top on my Todo list to write a note for the docs of JServ as I promised Stefan Gybas in private mail. Kind reg

Re: Bug#715530: jai-core: Please build explicitly with OpenJDK 6

2013-12-22 Thread Andreas Tille
Hi, On Wed, Jul 10, 2013 at 07:27:04PM -0500, Micah Gersten wrote: > > I would normally agree, but I believe that the upstream is dead (no > updates in 7+ years) and it's not just a substitution API, but would be > a reimplementation, but I'll leave the maintainer to decide the proper > course of

Re: Bug#715530: jai-core: Please build explicitly with OpenJDK 6

2013-12-22 Thread Andreas Tille
Hi Emmanuel, On Sun, Dec 22, 2013 at 10:30:28PM +0100, Emmanuel Bourg wrote: > Le 22/12/2013 21:29, Andreas Tille a écrit : > > > I wonder how large the effort might be to port libpixelmed-java which is > > (currently) the only Build-Depends of libjai-imageio-core-java to thi

Need help for libcofoja-java

2014-03-08 Thread Andreas Tille
Hi, as a predependency for the Debian Med package igv we need to package https://code.google.com/p/cofoja/ (see #741052) I have injected some initial packaging stuff at git://anonscm.debian.org/debian-med/libcofoja-java.git Unfortunately I have no idea what package might provide a prope

Re: Need help for libcofoja-java

2014-03-09 Thread Andreas Tille
Hi Emmanuel, On Sun, Mar 09, 2014 at 09:01:35AM +0100, Emmanuel Bourg wrote: > Le 09/03/2014 07:56, Andreas Tille a écrit : > > > Any hint? > > Hi Andrea, > > According to the README bootstrap.jar is actually the cofoja.jar > renamed. This part of the build is optio

Re: Need help for libcofoja-java

2014-03-09 Thread Andreas Tille
Hi, thanks for the quick reply: On Sun, Mar 09, 2014 at 10:00:24PM +0100, Emmanuel Bourg wrote: > Le 09/03/2014 21:50, Andreas Tille a écrit : > > > Any hint? > > Certainly, the *cough* README also states that cofoja requires ASM 4 or > higher, so you should try with libas

Re: cofoja vs libcofoja-java

2014-04-09 Thread Andreas Tille
On Thu, Apr 10, 2014 at 05:07:50AM +0200, olivier sallou wrote: > 2014-04-10 0:30 GMT+02:00 Diane Trout : > > > That was my mistake. I wonder why I didn't find the java team package? > > > > Is there a way to retract my package in favor of the java teams? > > > Hi, > I packaged it for Java team b

Re: cofoja vs libcofoja-java

2014-04-10 Thread Andreas Tille
Hi, On Thu, Apr 10, 2014 at 08:40:43AM +0200, Emmanuel Bourg wrote: > > BTW, is there some policy to name Java source packages? I personally > > prefer the same source name as the binary name (as Diane did). > > There is a policy for the name of the binary packages, but nothing for > the source

Re: cofoja vs libcofoja-java

2014-04-14 Thread Andreas Tille
Hi, On Mon, Apr 14, 2014 at 06:14:15PM +0200, Emmanuel Bourg wrote: > > I guess there is a lack of consensus to turn this into a policy. That > sound like an excellent bikeshedding topic that could keep us busy > during the freeze :) I think the best strategy is to write a proposal down since we

Re: cofoja vs libcofoja-java

2014-04-15 Thread Andreas Tille
Hi Tony, On Mon, Apr 14, 2014 at 09:09:51PM -0700, tony mancill wrote: > >> So if there are Debian Java team members who have some preference why > >> not recommending this in a policy document? For people who are seldomly > >> touching Java packages strict rules would be simply helpful. > > > >

Moving some Java packages from Debian Med to Debian Java

2014-04-17 Thread Andreas Tille
[Please CC me - I'm not subscribed] Hi, recently there was some discussion about Java packages maintained by Debian Med team as preconditions for some medical / biological applications. It seems to be reasonable to move them to the Java team to better cope with global changes to enable easear tr

Re: Moving some Java packages from Debian Med to Debian Java

2014-04-18 Thread Andreas Tille
[Please CC me - I'm not subscribed] Hi, On Fri, Apr 18, 2014 at 08:48:41AM +0200, Andreas Tille wrote: > needed. While this is beeing clarified we could probably do the > move to Debian Java. The package is maintained currently here: > > Vcs-Svn: svn://anonscm.debian.org

Re: Moving some Java packages from Debian Med to Debian Java

2014-04-19 Thread Andreas Tille
Hi Tony, On Sat, Apr 19, 2014 at 11:57:51AM -0700, tony mancill wrote: > What's great about Java is that there are k-different build systems, > each supporting n-different, often overlapping methods of > parameterization, all of them partially documented... :) :-) > In this case, tcode builds w

Re: RFS: cofoja/1.1-r150-2

2014-06-04 Thread Andreas Tille
Hi Emmanuel, thanks for working on this package. I noticed that the pristine-tar branch did not contained the properly named upstream source. I fixed this - please make sure you checkout the proper tags to your local repository. Kind regards Andreas. On Wed, Jun 04, 2014 at 06:00:26PM

How to start if upstream source contains pom.xml

2014-07-16 Thread Andreas Tille
Hi, I intend to package imeji[1] in Debian Science team. Unfortunately I'm not that skilled with Java packaging. For maven based packages I found MavenBuilder[2] but this page looks quite outdated refering to debhelper (>= 5), cdbs, openjdk-6-jdk which lloks somehow ancient. I wonder if so

Re: How to start if upstream source contains pom.xml

2014-07-16 Thread Andreas Tille
Hi Emmanuel, On Wed, 16 Jul 2014 , Emmanuel Bourg wrote: > When dealing with a Maven project you "just" have to checkout the code > and run mh_make. If all goes well this will create the packaging files > and match the dependencies with the Debian packages. I checked this and was stumbling upon

Re: How to start if upstream source contains pom.xml

2014-07-18 Thread Andreas Tille
Hi Emmanuel, On Thu, Jul 17, 2014 at 10:14:38AM +0200, Emmanuel Bourg wrote: > > What would be the correct answer at this point of the process. > > The right answer here is: s/.*/debian/ > But mh_make shouldn't ask as there is not ambiguity here, I'll see if I > can improve that. If you install t

Re: How to start if upstream source contains pom.xml

2014-07-18 Thread Andreas Tille
On Fri, Jul 18, 2014 at 01:17:36PM +0200, Emmanuel Bourg wrote: > Le 18/07/2014 13:09, Andreas Tille a écrit : > > > Is this because of the missing dependencies or is anything else wrong > > here? > > This is probably caused by the missing dependencies. I suggest to j

Re: How to start if upstream source contains pom.xml

2014-07-18 Thread Andreas Tille
On Fri, Jul 18, 2014 at 01:30:09PM +0200, Emmanuel Bourg wrote: > Le 18/07/2014 13:27, Andreas Tille a écrit : > > > I went trough the whole mh_make process by trying to hit y/n/ > > wherever it seemed to be reasonable but there is even no such thing like > > a log file.

Re: How to start if upstream source contains pom.xml

2014-07-18 Thread Andreas Tille
Hi Emmanuel, On Fri, Jul 18, 2014 at 02:15:22PM +0200, Emmanuel Bourg wrote: > Le 18/07/2014 13:57, Andreas Tille a écrit : > > > Is the solution to get at least "some" debian packaging stuff by ignoring > > javax.mail? > > Yes I think so, as I understand this

Re: How to start if upstream source contains pom.xml

2014-07-18 Thread Andreas Tille
Hi Thorsten, On Fri, Jul 18, 2014 at 03:01:15PM +0200, Thorsten Glaser wrote: > > Reason: POM 'org.richfaces:richfaces-bom' not found in repository: System > > is offline. > > > > org.richfaces:richfaces-bom:pom:debian > > I think you reached the point of yak-shaving: where you > have to pack

Re: How to start if upstream source contains pom.xml

2014-07-20 Thread Andreas Tille
reas. On Fri, Jul 18, 2014 at 03:58:19PM +0200, Andreas Tille wrote: > Hi Thorsten, > > On Fri, Jul 18, 2014 at 03:01:15PM +0200, Thorsten Glaser wrote: > > > Reason: POM 'org.richfaces:richfaces-bom' not found in repository: System > > > is offline. > > >

Status of netbeans

2014-08-14 Thread Andreas Tille
Hi, even if I have no idea why according to https://qa.debian.org/excuses.php?package=igv igv depends from netbeans (any explanation for this would be interesting as well) I wonder if anybody might care about this package which is not fit for release since over one year without any response (

Re: Status of netbeans (... and what to do with igv)

2014-08-15 Thread Andreas Tille
Hi Niels, On Thu, Aug 14, 2014 at 06:42:15PM +0200, Niels Thykier wrote: > On 2014-08-14 09:52, Andreas Tille wrote: > > even if I have no idea why according to > > > >https://qa.debian.org/excuses.php?package=igv > > > > igv depends from netbeans (

Please help with Java lib

2014-09-25 Thread Andreas Tille
Hi Debian Java folks, it seems there is no real progress in this issue. Do you have any hint what to do. BTW (as in other cases): if you prefer maintaining libsnappy-java in Debian Java team I'd happily move the packaging into your Git repository. Kind regards Andreas. -- http://fam-t

Re: Please help with Java lib

2014-09-26 Thread Andreas Tille
Hi Olivier, On Fri, Sep 26, 2014 at 09:23:47AM +0200, Olivier Sallou wrote: > > On 09/25/2014 10:19 PM, Andreas Tille wrote: > > Hi Debian Java folks, > > > > it seems there is no real progress in this issue. Do you have any hint > > what to do. BTW (as

Re: Status of netbeans (... and what to do with igv)

2014-09-30 Thread Andreas Tille
Hi, any news about netbeans? Kind regards Andreas. On Mon, Aug 18, 2014 at 09:47:19AM +0200, Emmanuel Bourg wrote: > Le 17/08/2014 11:04, Emmanuel Bourg a écrit : > > > But now there is another problem with svnkit 1.8.5, if > > someone could look into it I'm not familiar with this libr

Re: Bug#713182: Status of netbeans (... and what to do with igv)

2014-10-01 Thread Andreas Tille
Hi Emmanuel, On Tue, Sep 30, 2014 at 04:42:12PM +0200, Emmanuel Bourg wrote: > Le 30/09/2014 16:34, Andreas Tille a écrit : > > > any news about netbeans? > > I gave up trying to fix it, sorry. It really needs a more recent > version. That means you should probably keep t

Please help freeing libcolt-java [Was: Update on Trinityrnaseq packaging]

2015-02-21 Thread Andreas Tille
(or at least confirm that it is as simple as I assume) and thus I wonder whether there is some kind soul on Debian Java having a look into this. Kind regards Andreas. - Forwarded message from Andreas Tille - Date: Tue, 17 Feb 2015 09:50:35 +0100 From: Andreas Tille To: debian

Re: Please help freeing libcolt-java [Was: Update on Trinityrnaseq packaging]

2015-02-22 Thread Andreas Tille
Hi Emmanuel, On Sun, Feb 22, 2015 at 01:01:39AM +0100, Emmanuel Bourg wrote: > > I got a quick look and it seems some of these classes are available in > the aida and jaida modules of freehep. The main issue seems to be the > hep.aida.bin package, it doesn't exist in freehep and depends on Colt >

Re: Please help freeing libcolt-java [Was: Update on Trinityrnaseq packaging]

2015-02-22 Thread Andreas Tille
On Sun, Feb 22, 2015 at 01:40:22AM +0100, Emmanuel Bourg wrote: > I just found out the Apache Mahout project maintains a fork of Colt [1], > they kept only the free bits. Maybe it could be used as a replacement > for the projects based on Colt that don't use the non free part? This would be really

Re: Please help freeing libcolt-java [Was: Update on Trinityrnaseq packaging]

2015-02-22 Thread Andreas Tille
Hi Markus, thanks for checking this. On Sun, Feb 22, 2015 at 12:47:00AM +0100, Markus Koschany wrote: > > Where could one find the aida code replacement on java.freehep.org? So > far I found As far as I understood Emmanuel he has answered the question in his mail. > http://aida.freehep.org/li

Re: Please help freeing libcolt-java [Was: Update on Trinityrnaseq packaging]

2015-02-22 Thread Andreas Tille
Hi Emmanuel, On Sun, Feb 22, 2015 at 09:52:48AM +0100, Emmanuel Bourg wrote: > Le 22/02/2015 09:41, Andreas Tille a écrit : > > > This would be really good news. I'd be really happy about this but I > > personally have no idea what exactly needs to be done to approach it

Re: Please help freeing libcolt-java [Was: Update on Trinityrnaseq packaging]

2015-02-22 Thread Andreas Tille
Hi Markus, On Sun, Feb 22, 2015 at 06:11:47PM +0100, Markus Koschany wrote: > I think Emmanuel has already pointed in the right directions. Just to > clarify what exactly is controversial or difficult and has to be done. > > The *.java files under src/hep/aida/ in Colt belong to the freehep-aida

Re: Please help freeing libcolt-java [Was: Update on Trinityrnaseq packaging]

2015-02-22 Thread Andreas Tille
Hi Emmanuel, On Sun, Feb 22, 2015 at 11:19:37AM +0100, Emmanuel Bourg wrote: > There is something else you could try, you may remove the non free parts > of colt and try rebuilding the reverse dependencies with this stripped > down version. If it works you could then derive a new colt-free package

Re: Please help freeing libcolt-java [Was: Update on Trinityrnaseq packaging]

2015-02-22 Thread Andreas Tille
Hi Sune, On Sun, Feb 22, 2015 at 06:12:55PM +, Sune Vuorela wrote: > On 2015-02-22, Andreas Tille wrote: > > I tried the stupid approach and simply replaced the affected files > > > > IAxis.java IHistogram*.java > > > > by the equally named files I found

Re: Please help freeing libcolt-java [Was: Update on Trinityrnaseq packaging]

2015-02-22 Thread Andreas Tille
Hi Emmanuel, On Sun, Feb 22, 2015 at 10:31:13PM +0100, Emmanuel Bourg wrote: > Le 22/02/2015 22:06, Andreas Tille a écrit : > > > As far as I understand ftpmaster everything needs to be removed in > > src/hep/aida (including bin and ref). > > Yes they are right, but exc

Re: Please help freeing libcolt-java

2015-02-23 Thread Andreas Tille
Hi Thorsten, On Mon, Feb 23, 2015 at 09:09:43AM +0100, Thorsten Glaser wrote: > > In the meantime, I had forwarded the initial mail to our internal > developers’ mailing list (we a̲r̲e̲ an OSS company, and my coworkers > d̲o̲ deal in Java™, after all), and found someone who already looked > at it

Re: Please help freeing libcolt-java

2015-02-24 Thread Andreas Tille
On Tue, Feb 24, 2015 at 06:14:15PM +0100, Martin Steghöfer wrote: > Hi Thorsten! > > Thorsten Glaser wrote: > >Can you, or anyone really, give some detail on what exactly is the > >problem here (which files)? > > I'm sorry for not having been more specific from the beginning. > Given that you had

Re: Please help freeing libcolt-java

2015-02-24 Thread Andreas Tille
On Tue, Feb 24, 2015 at 06:51:24PM +0100, Martin Steghöfer wrote: > Hi Andreas! > > Andreas Tille wrote: > >Does anybody honestly think that the vanished author who does not > >seem to care for his very old code at all will mind about our > >perfectly theoretical

Re: Please help freeing libcolt-java [Was: Update on Trinityrnaseq packaging]

2015-03-03 Thread Andreas Tille
Hi again, On Sun, Feb 22, 2015 at 10:59:02PM +0100, Andreas Tille wrote: > > > At this point I think freehep aida/jaida should be packaged, then a new > > colt-free package could be created using freehep-aida and the > > modifications I made. This will allow you to fre

Tried to create libcolt-free-java.git (Was: Please help freeing libcolt-java)

2015-03-07 Thread Andreas Tille
Hi Emmanuel, I tried with my admittedly close to zero Java skills to follow your advise given in your mail. On Sun, Feb 22, 2015 at 10:31:13PM +0100, Emmanuel Bourg wrote: > I conducted a quick experiment: I removed the hep.aida.bin package from > Colt, removed/patched the code using it and built

Re: Tried to create libcolt-free-java.git (Was: Please help freeing libcolt-java)

2015-03-10 Thread Andreas Tille
Hi Emmanuel, On Tue, Mar 10, 2015 at 06:07:49PM +0100, Emmanuel Bourg wrote: > Le 07/03/2015 11:02, Andreas Tille a écrit : > > > I also fetched the files from freehep jaida with the same names and > > moved them into place. > > I didn't go that far and I can

Help with Java package needed

2015-04-25 Thread Andreas Tille
Hi, I intent to package mauve[1] and prepared the package in Git[2]. I was able to get rid of several JARs upstream included but it seems now it starts to become tricky enough that I need some help. The Mauve download contains ext/zeus-jscl.jar. The source of this is available here[3] and I thi

Packaging fest-swing and its dependencies

2015-04-25 Thread Andreas Tille
Hi, the Debian Med team is packaging spread-phy[1]. Since the latest upgrade a new dependency fest-swing[2] is needed. I realised that fest-swing in turn needs fest-reflect[3] and commited my try to package this to pkg-java Git[4]. Unfortunately it does not build. My attempt to create the pack

Re: Help with Java package needed

2015-04-26 Thread Andreas Tille
On Sun, Apr 26, 2015 at 06:06:52PM +0200, Matthias Klose wrote: > On 04/26/2015 07:20 AM, Andreas Tille wrote: > > Hi, > > > > I intent to package mauve[1] and prepared the package in Git[2]. > > Please rename the package. We already have a mauve package in the archiv

Re: Packaging fest-swing and its dependencies

2015-04-26 Thread Andreas Tille
Hi Tim, On Sun, Apr 26, 2015 at 10:50:55AM +, Potter, Tim (Cloud Services) wrote: > On 26 Apr 2015, at 3:57 pm, Andreas Tille wrote: > > > > Any help to get this package building would be welcome. > > Hi Andreas. I packaged up fest-assert so I can take a look at f

Re: Help with Java package needed

2015-04-26 Thread Andreas Tille
Hi Markus, On Sun, Apr 26, 2015 at 04:09:16PM +0200, Markus Koschany wrote: > > This is an upstream bug because mauve's code is incompatible with the > latest version of zeus-jscl and the code was split into JConsole.java > and JConsolePane.java years ago. I'm attaching a patch which at least > a

Re: Help with Java package needed

2015-04-27 Thread Andreas Tille
Hi Markus, On Sun, Apr 26, 2015 at 04:09:16PM +0200, Markus Koschany wrote: > > The problem is that in src/org/gel/mauve/MyConsole.java and in > src/org/gel/mauve/gui/MauveFrame.java the console variable is of type > JConsole but it should be JConsolePane. I would file an upstream bug > report fo

Re: Packaging fest-swing and its dependencies

2015-04-27 Thread Andreas Tille
s not show any signs that the tests were executed. Isn't javahelper running tests automatically? Kind regards Andreas. On Mon, Apr 27, 2015 at 07:12:32AM +, Potter, Tim (Cloud Services) wrote: > On 26 Apr 2015, at 3:57 pm, Andreas Tille wrote: > > > [4] git://anons

Re: Help with Java package needed

2015-04-27 Thread Andreas Tille
Hi Markus, On Mon, Apr 27, 2015 at 12:59:03PM +0200, Markus Koschany wrote: > > I think that's because the manifest file of mauve still references the > embedded upstream jar in the ext directory. Since you use javahelper, > you can create a mauve.manifest or mauve.classpath file and override > t

Re: Help with Java package needed

2015-04-27 Thread Andreas Tille
Hi Markus, On Mon, Apr 27, 2015 at 02:13:15PM +0200, Markus Koschany wrote: > > In the end you have to replace all embedded jar files. Yes, I understood this (if the package should go into main). BTW, formerly the file http://ftp-master.debian.org/users/twerner/jar-content.txt.gz was very

Re: Help with Java package needed

2015-04-27 Thread Andreas Tille
Hi, On Mon, Apr 27, 2015 at 10:55:46AM -0400, The Wanderer wrote: > > > unix-0.5.jar: This seems to come from > > https://github.com/cathive/dbus-java > > but I'm not sure. Could anybody please confirm that this > > needs to be packaged or whether I'm missing som

Re: Packaging fest-swing and its dependencies

2015-05-24 Thread Andreas Tille
10:58:14PM +0200, Felix Natter wrote: > "Potter, Tim (Cloud Services)" writes: > > > On 26 Apr 2015, at 3:57 pm, Andreas Tille wrote: > > > >> [2] https://github.com/alexruiz/fest-swing-1.x > > > > OK here’s my attempt: > > > > http://anon

Re: Packaging fest-swing and its dependencies

2015-07-02 Thread Andreas Tille
Hi Tim, On Sun, Apr 26, 2015 at 10:50:55AM +, Potter, Tim (Cloud Services) wrote: > On 26 Apr 2015, at 3:57 pm, Andreas Tille wrote: > > > > Hi, > > > > the Debian Med team is packaging spread-phy[1]. Since the latest > > upgrade a new dependency fest-swi

Re: Packaging fest-swing and its dependencies

2015-07-05 Thread Andreas Tille
Hi Emmanuel, On Fri, Jul 03, 2015 at 08:08:32AM +0200, Emmanuel Bourg wrote: > > I verified that libjsr305-java is in Build-Depends but I have no idea how > > to cope with this. > > The artifact in the libjsr305-java package has the version 0.x, you need > a Maven rule (in debian/maven.rules) lik

Re: Packaging fest-swing and its dependencies

2015-07-17 Thread Andreas Tille
Hi Tim, On Fri, Jul 03, 2015 at 06:20:46AM +, Potter, Tim (Cloud Services) wrote: > > The artifact in the libjsr305-java package has the version 0.x, you need > > a Maven rule (in debian/maven.rules) like this one: > > > > org.jsr-305 jsr305 * s/.*/0.x/ * * > > Andreas, if you get stuck with

Re: Bug#796917: snappy1.0.3-java: dependency on libsnappy1

2015-09-02 Thread Andreas Tille
Hi, I guess the current dependency was injected due to the fact that the original upstream source contained a copy if libsnappy.so and src/main/java/org/xerial/snappy/LoadSnappy.java says: * This class loads a native library of snappy-java (snappyjava.dll, * libsnappy.so, etc.) according to

Re: Bug#796917: snappy1.0.3-java: dependency on libsnappy1

2015-09-02 Thread Andreas Tille
Hi Emmanuel, On Wed, Sep 02, 2015 at 12:54:57PM +0200, Emmanuel Bourg wrote: > I'm not sure snappy1.0.3-java even works. The native part isn't compiled > (the SnappyNative.h and SnappyNative.c files in > src/main/java/org/xerial/snappy). So the libsnappy1 dependency is bogus > and could be removed

Re: Asking a review of the htsjdk package

2015-09-07 Thread Andreas Tille
Hi Vincent, On Mon, Sep 07, 2015 at 12:56:42AM +0200, Vincent Danjean wrote: > I'm in the process to package the new picard-tools upstream. > It is done within the Debian Med packaging team but it is a > java program. > The new upstream version modifies a lot its layout. In particular, > a big

Help needed for Java dependencies of Beast2 package

2015-09-29 Thread Andreas Tille
Hi, I intend to package Beast2 for the Debian Med team[1]. I was able to replace nearly all JARs that came with upstream tarball but there are two remaining ones: 1. antlr-runtime-4.5.jar It seems that we have antlr-runtime version 3 of this in the package libantlr3-runtime-java but

Java problem when upgrading pixelmed

2015-10-06 Thread Andreas Tille
Hi, I tried to upgrade pixelmed[1] to the latest version (20150917 as per trunk in SVN) but the build failed with export JAVAVERSIONTARGETJARFILE=/usr/lib/jvm/default-java/jre/lib/rt.jar; javac -O -target 1.7 -source 1.7 -bootclasspath ${JAVAVERSIONTARGETJARFILE} -encoding "UTF8" -Xlint:

Re: Java problem when upgrading pixelmed

2015-10-08 Thread Andreas Tille
On Tue, Oct 06, 2015 at 10:36:56PM +0200, Emmanuel Bourg wrote: > Le 06/10/2015 22:28, Andreas Tille a écrit : > > > export JAVAVERSIONTARGETJARFILE=/usr/lib/jvm/default-java/jre/lib/rt.jar; > > javac -O -target 1.7 -source 1.7 -bootclasspath ${JAVAVERSIONTARGETJARFILE} &

Re: Java problem when upgrading pixelmed

2015-10-08 Thread Andreas Tille
Hi, On Thu, Oct 08, 2015 at 01:40:58PM +0200, Bas Couwenberg wrote: > On 2015-10-08 13:28, Emmanuel Bourg wrote: > >It looks like you need the new standard Java API for JSON processing > >(JSR 353) [1], we haven't packaged it yet, but josm has a local copy (if > >you search for 'package javax.json

Help getting missing classes found by prottest

2015-10-16 Thread Andreas Tille
Hi, I try to package prottest[1] but I get errors of kind i[mkdir] Created dir: /build/prottest-3.4+dfsg/build/empty [javac] Compiling 120 source files to /build/prottest-3.4+dfsg/build/classes [javac] /build/prottest-3.4+dfsg/src/main/java/es/uvigo/darwin/prottest/ProtTest.java:23:

Re: Help getting missing classes found by prottest

2015-10-16 Thread Andreas Tille
Hi On Fri, Oct 16, 2015 at 11:32:18PM +0200, Emmanuel Bourg wrote: > Le 16/10/2015 23:26, Markus Koschany a écrit : > > > P.S.: Please note that the swing-worker.jar is still imported from the > > libs directory. I don't know if this one is already packaged for Debian. > > I don't think we have

Re: Help getting missing classes found by prottest

2015-10-16 Thread Andreas Tille
ebian package ... Thanks a lot Andreas. On Sat, Oct 17, 2015 at 12:21:03AM +0200, Andreas Tille wrote: > Hi > > On Fri, Oct 16, 2015 at 11:32:18PM +0200, Emmanuel Bourg wrote: > > Le 16/10/2015 23:26, Markus Koschany a écrit : > > > > > P.S.: Please note

Re: Latest version (1.8.11) fails to build

2015-11-04 Thread Andreas Tille
en repository. It might be that it does > download it, but compile classpath includes system package (1.0.2) and > older version is actually used. > > With best regards, > Alexander Kitaev, > TMate Software, > http://subgit.com/ git-svn import & mirror > > On 4 Nove

  1   2   3   4   5   6   >