O grupo no qual você está postando é um grupo da Usenet. As mensagens postadas neste grupo farão com que o seu e-mail fique visível para qualquer pessoa na internet.
Sua resposta não foi enviada.
A sua postagem aparecerá após ser aprovada pelos moderadores.
Como vocês estão compilando os XLets para o MOStvd?
Vi que tem alguns jars na pasta /home/mos/* e /home/mos/lib/* da máquina virtual. Estava tentando compilar o exemplo padrão HelloLWUIT lá mesmo colocando esses jars no classpath, mas tive alguns problemas. Desconfio que está relacionado com a versão 1.6 disponível. Tentei setar o target do compilador para uma versão menor, mas não funcionou.
root@MOStvds:/home/mos/mos_share# javac -Xlint -cp ../bin/MOStvd.jar:../bin/lib/JavaDTV.jar:../bin/lib/microbackend.jar:../bin /lib/sdljava-cldc.jar HelloLWUITTest.java HelloLWUITTest.java:68: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable themeMap.put("bgColor", "000000"); ^ HelloLWUITTest.java:69: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable themeMap.put("fgColor", "FFFFFF"); ^ HelloLWUITTest.java:70: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable themeMap.put("Button.bgColor", "000000"); ^ HelloLWUITTest.java:71: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable themeMap.put("Button.fgColor", "FFFFFF"); ^ HelloLWUITTest.java:72: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable themeMap.put("Label.bgColor", "113663"); ^ HelloLWUITTest.java:73: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable themeMap.put("Label.fgColor", "FFFFFF"); ^ HelloLWUITTest.java:74: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable themeMap.put("Label.bgSelColor", "113663"); ^ HelloLWUITTest.java:75: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable themeMap.put("Label.fgSelColor", "FFFFFF"); ^ HelloLWUITTest.java:76: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable themeMap.put("TextArea.bgColor", "000000"); ^ HelloLWUITTest.java:77: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable themeMap.put("TextArea.fgColor", "FFFFFF"); ^ 10 warnings
> Como vocês estão compilando os XLets para o MOStvd?
> Vi que tem alguns jars na pasta /home/mos/* e /home/mos/lib/* da máquina > virtual. Estava tentando compilar o exemplo padrão HelloLWUIT lá mesmo > colocando esses jars no classpath, mas tive alguns problemas. Desconfio que > está relacionado com a versão 1.6 disponível. Tentei setar o target do > compilador para uma versão menor, mas não funcionou.
> root@MOStvds:/home/mos/mos_share# javac -Xlint -cp > ../bin/MOStvd.jar:../bin/lib/JavaDTV.jar:../bin/lib/microbackend.jar:../bin /lib/sdljava-cldc.jar > HelloLWUITTest.java > HelloLWUITTest.java:68: warning: [unchecked] unchecked call to put(K,V) as > a member of the raw type java.util.Hashtable > themeMap.put("bgColor", "000000"); > ^ > HelloLWUITTest.java:69: warning: [unchecked] unchecked call to put(K,V) as > a member of the raw type java.util.Hashtable > themeMap.put("fgColor", "FFFFFF"); > ^ > HelloLWUITTest.java:70: warning: [unchecked] unchecked call to put(K,V) as > a member of the raw type java.util.Hashtable > themeMap.put("Button.bgColor", "000000"); > ^ > HelloLWUITTest.java:71: warning: [unchecked] unchecked call to put(K,V) as > a member of the raw type java.util.Hashtable > themeMap.put("Button.fgColor", "FFFFFF"); > ^ > HelloLWUITTest.java:72: warning: [unchecked] unchecked call to put(K,V) as > a member of the raw type java.util.Hashtable > themeMap.put("Label.bgColor", "113663"); > ^ > HelloLWUITTest.java:73: warning: [unchecked] unchecked call to put(K,V) as > a member of the raw type java.util.Hashtable > themeMap.put("Label.fgColor", "FFFFFF"); > ^ > HelloLWUITTest.java:74: warning: [unchecked] unchecked call to put(K,V) as > a member of the raw type java.util.Hashtable > themeMap.put("Label.bgSelColor", "113663"); > ^ > HelloLWUITTest.java:75: warning: [unchecked] unchecked call to put(K,V) as > a member of the raw type java.util.Hashtable > themeMap.put("Label.fgSelColor", "FFFFFF"); > ^ > HelloLWUITTest.java:76: warning: [unchecked] unchecked call to put(K,V) as > a member of the raw type java.util.Hashtable > themeMap.put("TextArea.bgColor", "000000"); > ^ > HelloLWUITTest.java:77: warning: [unchecked] unchecked call to put(K,V) as > a member of the raw type java.util.Hashtable > themeMap.put("TextArea.fgColor", "FFFFFF"); > ^ > 10 warnings
Daniel
+---------------------------------------------------------------+
Overmedia Networks
Soluções Avançadas em Redes Multimídia
Conheça o primeiro treinamento Ginga Java para TV Digital do Brasil!
http://www.overmedianetworks.com.br/
Participe do grupo "Desenvolvimento em Ginga Java para TV Digital"
http://groups.google.com.br/group/gingajava/ +---------------------------------------------------------------+
>> Como vocês estão compilando os XLets para o MOStvd?
>> Vi que tem alguns jars na pasta /home/mos/* e /home/mos/lib/* da máquina
>> virtual. Estava tentando compilar o exemplo padrão HelloLWUIT lá mesmo
>> colocando esses jars no classpath, mas tive alguns problemas. Desconfio que
>> está relacionado com a versão 1.6 disponível. Tentei setar o target do
>> compilador para uma versão menor, mas não funcionou.
>> root@MOStvds:/home/mos/mos_share# javac -Xlint -cp
>> ../bin/MOStvd.jar:../bin/lib/JavaDTV.jar:../bin/lib/microbackend.jar:../bin /lib/sdljava-cldc.jar
>> HelloLWUITTest.java
>> HelloLWUITTest.java:68: warning: [unchecked] unchecked call to put(K,V) as
>> a member of the raw type java.util.Hashtable
>> themeMap.put("bgColor", "000000");
>> ^
>> HelloLWUITTest.java:69: warning: [unchecked] unchecked call to put(K,V) as
>> a member of the raw type java.util.Hashtable
>> themeMap.put("fgColor", "FFFFFF");
>> ^
>> HelloLWUITTest.java:70: warning: [unchecked] unchecked call to put(K,V) as
>> a member of the raw type java.util.Hashtable
>> themeMap.put("Button.bgColor", "000000");
>> ^
>> HelloLWUITTest.java:71: warning: [unchecked] unchecked call to put(K,V) as
>> a member of the raw type java.util.Hashtable
>> themeMap.put("Button.fgColor", "FFFFFF");
>> ^
>> HelloLWUITTest.java:72: warning: [unchecked] unchecked call to put(K,V) as
>> a member of the raw type java.util.Hashtable
>> themeMap.put("Label.bgColor", "113663");
>> ^
>> HelloLWUITTest.java:73: warning: [unchecked] unchecked call to put(K,V) as
>> a member of the raw type java.util.Hashtable
>> themeMap.put("Label.fgColor", "FFFFFF");
>> ^
>> HelloLWUITTest.java:74: warning: [unchecked] unchecked call to put(K,V) as
>> a member of the raw type java.util.Hashtable
>> themeMap.put("Label.bgSelColor", "113663");
>> ^
>> HelloLWUITTest.java:75: warning: [unchecked] unchecked call to put(K,V) as
>> a member of the raw type java.util.Hashtable
>> themeMap.put("Label.fgSelColor", "FFFFFF");
>> ^
>> HelloLWUITTest.java:76: warning: [unchecked] unchecked call to put(K,V) as
>> a member of the raw type java.util.Hashtable
>> themeMap.put("TextArea.bgColor", "000000");
>> ^
>> HelloLWUITTest.java:77: warning: [unchecked] unchecked call to put(K,V) as
>> a member of the raw type java.util.Hashtable
>> themeMap.put("TextArea.fgColor", "FFFFFF");
>> ^
>> 10 warnings
Sou um dos desenvolvedores/adminstradores do projeto MOStvd e estamos
atualizando o site do projeto MOStvd. Eu criei um fórum para
discutirmos sobre problemas de desenvolvimento de xlets.
Lembro que o site do Google code não é mais utilizado, pois
necessitávamos de uma ferramente mais abrangente e optamos por usar o
Redmine. Endereço: http://redmine.mostvd.com
Gostaríamos de ouvir os seus testes e opiniões de como podemos
melhorar esse processo e até disponibilizar seus exemplos em nosso SVN
caso você esteja de acordo.
[]'s
On 26 out, 17:53, Bruno Ghisi <brun...@gmail.com> wrote:
> Como vocês estão compilando os XLets para o MOStvd?
> Vi que tem alguns jars na pasta /home/mos/* e /home/mos/lib/* da máquina
> virtual. Estava tentando compilar o exemplo padrão HelloLWUIT lá mesmo
> colocando esses jars no classpath, mas tive alguns problemas. Desconfio que
> está relacionado com a versão 1.6 disponível. Tentei setar o target do
> compilador para uma versão menor, mas não funcionou.
> root@MOStvds:/home/mos/mos_share# javac -Xlint -cp
> ../bin/MOStvd.jar:../bin/lib/JavaDTV.jar:../bin/lib/microbackend.jar:../bin /lib/sdljava-cldc.jar
> HelloLWUITTest.java
> HelloLWUITTest.java:68: warning: [unchecked] unchecked call to put(K,V) as a
> member of the raw type java.util.Hashtable
> themeMap.put("bgColor", "000000");
> ^
> HelloLWUITTest.java:69: warning: [unchecked] unchecked call to put(K,V) as a
> member of the raw type java.util.Hashtable
> themeMap.put("fgColor", "FFFFFF");
> ^
> HelloLWUITTest.java:70: warning: [unchecked] unchecked call to put(K,V) as a
> member of the raw type java.util.Hashtable
> themeMap.put("Button.bgColor", "000000");
> ^
> HelloLWUITTest.java:71: warning: [unchecked] unchecked call to put(K,V) as a
> member of the raw type java.util.Hashtable
> themeMap.put("Button.fgColor", "FFFFFF");
> ^
> HelloLWUITTest.java:72: warning: [unchecked] unchecked call to put(K,V) as a
> member of the raw type java.util.Hashtable
> themeMap.put("Label.bgColor", "113663");
> ^
> HelloLWUITTest.java:73: warning: [unchecked] unchecked call to put(K,V) as a
> member of the raw type java.util.Hashtable
> themeMap.put("Label.fgColor", "FFFFFF");
> ^
> HelloLWUITTest.java:74: warning: [unchecked] unchecked call to put(K,V) as a
> member of the raw type java.util.Hashtable
> themeMap.put("Label.bgSelColor", "113663");
> ^
> HelloLWUITTest.java:75: warning: [unchecked] unchecked call to put(K,V) as a
> member of the raw type java.util.Hashtable
> themeMap.put("Label.fgSelColor", "FFFFFF");
> ^
> HelloLWUITTest.java:76: warning: [unchecked] unchecked call to put(K,V) as a
> member of the raw type java.util.Hashtable
> themeMap.put("TextArea.bgColor", "000000");
> ^
> HelloLWUITTest.java:77: warning: [unchecked] unchecked call to put(K,V) as a
> member of the raw type java.util.Hashtable
> themeMap.put("TextArea.fgColor", "FFFFFF");
> ^
> 10 warnings
O Redmine é bacana. Bom, estava dando uma olhada e rodei o exemplo padrão do
projeto. Como sugestão, acho que seria interessante adicionar em algum lugar
o how to de como compilar aplicações para incentivar mais pessoas. Como
vocês estão desenvolvendo os exemplos?
Não tenho permissão para editar o wiki, mas segue abaixo, por exemplo, um
texto como sugestão:
**é necessário alterações caso não faça na máquina virtual, para isso baixe
a lib JavaDTV.jar**
Não esqueça de editar o **MANIFEST **para incluir a lib JavaDTV e a classe
(Main-Class: HelloLWUITTest e Class-Path: lib/JavaDTV.jar). É possível criar
o jar com arquivo MANIFEST correto, passando um parâmetro de importação do
comando jar.*
> Sou um dos desenvolvedores/adminstradores do projeto MOStvd e estamos
> atualizando o site do projeto MOStvd. Eu criei um fórum para
> discutirmos sobre problemas de desenvolvimento de xlets.
> Lembro que o site do Google code não é mais utilizado, pois
> necessitávamos de uma ferramente mais abrangente e optamos por usar o
> Redmine. Endereço: http://redmine.mostvd.com
> Gostaríamos de ouvir os seus testes e opiniões de como podemos
> melhorar esse processo e até disponibilizar seus exemplos em nosso SVN
> caso você esteja de acordo.
> []'s
> On 26 out, 17:53, Bruno Ghisi <brun...@gmail.com> wrote:
> > Olá Daniel, boa tarde,
> > Como vocês estão compilando os XLets para o MOStvd?
> > Vi que tem alguns jars na pasta /home/mos/* e /home/mos/lib/* da máquina
> > virtual. Estava tentando compilar o exemplo padrão HelloLWUIT lá mesmo
> > colocando esses jars no classpath, mas tive alguns problemas. Desconfio
> que
> > está relacionado com a versão 1.6 disponível. Tentei setar o target do
> > compilador para uma versão menor, mas não funcionou.
> ../bin/MOStvd.jar:../bin/lib/JavaDTV.jar:../bin/lib/microbackend.jar:../bin /lib/sdljava-cldc.jar
> > HelloLWUITTest.java
> > HelloLWUITTest.java:68: warning: [unchecked] unchecked call to put(K,V)
> as a
> > member of the raw type java.util.Hashtable
> > themeMap.put("bgColor", "000000");
> > ^
> > HelloLWUITTest.java:69: warning: [unchecked] unchecked call to put(K,V)
> as a
> > member of the raw type java.util.Hashtable
> > themeMap.put("fgColor", "FFFFFF");
> > ^
> > HelloLWUITTest.java:70: warning: [unchecked] unchecked call to put(K,V)
> as a
> > member of the raw type java.util.Hashtable
> > themeMap.put("Button.bgColor", "000000");
> > ^
> > HelloLWUITTest.java:71: warning: [unchecked] unchecked call to put(K,V)
> as a
> > member of the raw type java.util.Hashtable
> > themeMap.put("Button.fgColor", "FFFFFF");
> > ^
> > HelloLWUITTest.java:72: warning: [unchecked] unchecked call to put(K,V)
> as a
> > member of the raw type java.util.Hashtable
> > themeMap.put("Label.bgColor", "113663");
> > ^
> > HelloLWUITTest.java:73: warning: [unchecked] unchecked call to put(K,V)
> as a
> > member of the raw type java.util.Hashtable
> > themeMap.put("Label.fgColor", "FFFFFF");
> > ^
> > HelloLWUITTest.java:74: warning: [unchecked] unchecked call to put(K,V)
> as a
> > member of the raw type java.util.Hashtable
> > themeMap.put("Label.bgSelColor", "113663");
> > ^
> > HelloLWUITTest.java:75: warning: [unchecked] unchecked call to put(K,V)
> as a
> > member of the raw type java.util.Hashtable
> > themeMap.put("Label.fgSelColor", "FFFFFF");
> > ^
> > HelloLWUITTest.java:76: warning: [unchecked] unchecked call to put(K,V)
> as a
> > member of the raw type java.util.Hashtable
> > themeMap.put("TextArea.bgColor", "000000");
> > ^
> > HelloLWUITTest.java:77: warning: [unchecked] unchecked call to put(K,V)
> as a
> > member of the raw type java.util.Hashtable
> > themeMap.put("TextArea.fgColor", "FFFFFF");
> > ^
> > 10 warnings
Os exemplos nós desenvolvemos para não deixar a comnidade sem
documentação alguma de como começar. Nós os fizemos bazeados em
códigos hello world de lwuit para celular mesmo e testamos no MOS.
Estamos vendo quem está interessado em criar mais exemplos também, se
estiver interessado!
[]'s
On 29 out, 11:11, Bruno Ghisi <brun...@gmail.com> wrote:
> O Redmine é bacana. Bom, estava dando uma olhada e rodei o exemplo padrão do
> projeto. Como sugestão, acho que seria interessante adicionar em algum lugar
> o how to de como compilar aplicações para incentivar mais pessoas. Como
> vocês estão desenvolvendo os exemplos?
> Não tenho permissão para editar o wiki, mas segue abaixo, por exemplo, um
> texto como sugestão:
> **é necessário alterações caso não faça na máquina virtual, para isso baixe
> a lib JavaDTV.jar**
> Não esqueça de editar o **MANIFEST **para incluir a lib JavaDTV e a classe
> (Main-Class: HelloLWUITTest e Class-Path: lib/JavaDTV.jar). É possível criar
> o jar com arquivo MANIFEST correto, passando um parâmetro de importação do
> comando jar.*
> 2009/10/28 Leonardo Baptista <leonardoobaptis...@gmail.com>
> > Beleza Bruno?
> > Sou um dos desenvolvedores/adminstradores do projeto MOStvd e estamos
> > atualizando o site do projeto MOStvd. Eu criei um fórum para
> > discutirmos sobre problemas de desenvolvimento de xlets.
> > Lembro que o site do Google code não é mais utilizado, pois
> > necessitávamos de uma ferramente mais abrangente e optamos por usar o
> > Redmine. Endereço:http://redmine.mostvd.com
> > Gostaríamos de ouvir os seus testes e opiniões de como podemos
> > melhorar esse processo e até disponibilizar seus exemplos em nosso SVN
> > caso você esteja de acordo.
> > []'s
> > On 26 out, 17:53, Bruno Ghisi <brun...@gmail.com> wrote:
> > > Olá Daniel, boa tarde,
> > > Como vocês estão compilando os XLets para o MOStvd?
> > > Vi que tem alguns jars na pasta /home/mos/* e /home/mos/lib/* da máquina
> > > virtual. Estava tentando compilar o exemplo padrão HelloLWUIT lá mesmo
> > > colocando esses jars no classpath, mas tive alguns problemas. Desconfio
> > que
> > > está relacionado com a versão 1.6 disponível. Tentei setar o target do
> > > compilador para uma versão menor, mas não funcionou.
> > ../bin/MOStvd.jar:../bin/lib/JavaDTV.jar:../bin/lib/microbackend.jar:../bin /lib/sdljava-cldc.jar
> > > HelloLWUITTest.java
> > > HelloLWUITTest.java:68: warning: [unchecked] unchecked call to put(K,V)
> > as a
> > > member of the raw type java.util.Hashtable
> > > themeMap.put("bgColor", "000000");
> > > ^
> > > HelloLWUITTest.java:69: warning: [unchecked] unchecked call to put(K,V)
> > as a
> > > member of the raw type java.util.Hashtable
> > > themeMap.put("fgColor", "FFFFFF");
> > > ^
> > > HelloLWUITTest.java:70: warning: [unchecked] unchecked call to put(K,V)
> > as a
> > > member of the raw type java.util.Hashtable
> > > themeMap.put("Button.bgColor", "000000");
> > > ^
> > > HelloLWUITTest.java:71: warning: [unchecked] unchecked call to put(K,V)
> > as a
> > > member of the raw type java.util.Hashtable
> > > themeMap.put("Button.fgColor", "FFFFFF");
> > > ^
> > > HelloLWUITTest.java:72: warning: [unchecked] unchecked call to put(K,V)
> > as a
> > > member of the raw type java.util.Hashtable
> > > themeMap.put("Label.bgColor", "113663");
> > > ^
> > > HelloLWUITTest.java:73: warning: [unchecked] unchecked call to put(K,V)
> > as a
> > > member of the raw type java.util.Hashtable
> > > themeMap.put("Label.fgColor", "FFFFFF");
> > > ^
> > > HelloLWUITTest.java:74: warning: [unchecked] unchecked call to put(K,V)
> > as a
> > > member of the raw type java.util.Hashtable
> > > themeMap.put("Label.bgSelColor", "113663");
> > > ^
> > > HelloLWUITTest.java:75: warning: [unchecked] unchecked call to put(K,V)
> > as a
> > > member of the raw type java.util.Hashtable
> > > themeMap.put("Label.fgSelColor", "FFFFFF");
> > > ^
> > > HelloLWUITTest.java:76: warning: [unchecked] unchecked call to put(K,V)
> > as a
> > > member of the raw type java.util.Hashtable
> > > themeMap.put("TextArea.bgColor", "000000");
> > > ^
> > > HelloLWUITTest.java:77: warning: [unchecked] unchecked call to put(K,V)
> > as a
> > > member of the raw type java.util.Hashtable
> > > themeMap.put("TextArea.fgColor", "FFFFFF");
> > > ^
> > > 10 warnings