Re: Tomcat 9 removed from Debian 12

2024-05-05 Thread Luis Panadero Guardeño
TS had two versions of tomcat at same time on his repositories without issues (7 and 8.5). El 3/5/24 a las 15:46, Thorsten Glaser escribió: Hola Luis, I know that the remove tomcat9 packages was done on December of 2023 and that this was decided a long time ago. But I think that nobody has

Tomcat 9 removed from Debian 12

2024-05-03 Thread Luis Panadero Guardeño
configured our Debian 12 virtual machine template, Tomcat 9 was yet there. PD: Sorry, if I write something that sounds weird on English, this isn't my mother language. -- /Luis Panadero Guardeño/ Departamento de Informática luis.panad...@digibis.com DIGIBÍS S.L. DIGIBÍS S.L.U. C/ Alenza, 4,

Transporte de Carga de Puertos y Distribución Nacional

2016-11-16 Thread Luis Arriaga - Gerente Comercial
de: transporte de carga alquiler de maquinaria de construcción alquiler de grúas telescopicas tansporte de carga extradimensionada transporte de cemento a granel reciban un cordial saludo, luis arriaga gerente comercial [4] ven...@transmaquina.com.ve 0424-1362899 [5] www.transmaquina.com.ve [6

Cómo Exportar en la Venezuela de Hoy, Es Posible ?

2016-07-13 Thread Luis Arriaga
de: transporte de carga alquiler de maquinaria de construcción alquiler de grúas telescopicas tansporte de carga extradimensionada transporte de cemento a granel reciban un cordial saludo, luis arriaga gerente comercial [4] ven...@transmaquina.com.ve 0424-1362899 [5] www.transmaquina.com.ve [6

Star Wars 3 - actors wear Rolex watches

2005-07-13 Thread Luis
Get the Finest Rolex Watch Replica ! We only sell premium watches. There's no battery in these replicas just like the real ones since they charge themselves as you move. The second hand moves JUST like the real ones, too. These original watches sell in stores for thousands of dollars. We sell

Re: Java AWT for Debian?

2003-06-03 Thread José Luis Tallón
At 19:54 02/06/2003 +0200, Juergen Kreileder wrote: [EMAIL PROTECTED] writes: > The "offending" code ( in configure ) is this: > ( I am not a Java programmer myself , BTW ) > > 8< -- > > cat > Test0.java << EOF > class Test0 { > static int foo { return 0; }

Re: Java AWT for Debian?

2003-06-03 Thread José Luis Tallón
At 19:29 02/06/2003 +0200, Daniel Bonniot wrote: cat > Test0.java << EOF class Test0 { static int foo { return 0; } } EOF I don't believe this is valid Java source, because of missing parentheses. It should be: ... static int foo () { return 0; } Obviously not valid -- My fault . The o

Re: Java AWT for Debian?

2003-06-03 Thread José Luis Tallón
At 17:17 02/06/2003 +0200, Arnaud Vandyck wrote: José Luis Tallón <[EMAIL PROTECTED]> wrote: > Hi all Hi! > Regarding my recently packaged "webCDwriter" [ > http://wwwhomes.uni-bielefeld.de/jhaeger/webCDwriter/ ], i have found > *the* p

Re: Java AWT for Debian?

2003-06-02 Thread José Luis Tallón
At 19:54 02/06/2003 +0200, Juergen Kreileder wrote: [EMAIL PROTECTED] writes: > The "offending" code ( in configure ) is this: > ( I am not a Java programmer myself , BTW ) > > 8< -- > > cat > Test0.java << EOF > class Test0 { > static int foo { return 0; }

Re: Java AWT for Debian?

2003-06-02 Thread José Luis Tallón
At 19:29 02/06/2003 +0200, Daniel Bonniot wrote: cat > Test0.java << EOF class Test0 { static int foo { return 0; } } EOF I don't believe this is valid Java source, because of missing parentheses. It should be: ... static int foo () { return 0; } Obviously not valid -- My fault . The or

Re: Java AWT for Debian?

2003-06-02 Thread José Luis Tallón
At 17:17 02/06/2003 +0200, Arnaud Vandyck wrote: José Luis Tallón <[EMAIL PROTECTED]> wrote: > Hi all Hi! > Regarding my recently packaged "webCDwriter" [ > http://wwwhomes.uni-bielefeld.de/jhaeger/webCDwriter/ ], i have found > *the* p