Thank, it worked.
But now I'm also trying to get one of my Eclipse projects to textmate and
ain't working.
It says:
Cliente.java:14<txmt://open?url=file:///Users/rodrigoruiz/Desktop/Rodrigo_Projeto4_Parte2/src/Classes/Cliente.java&line=14>:
cannot
find symbol
symbol : class Contrato
location: class Classes.Cliente
public void adicionarContrato(Contrato c)
^
Cliente.java:16<txmt://open?url=file:///Users/rodrigoruiz/Desktop/Rodrigo_Projeto4_Parte2/src/Classes/Cliente.java&line=16>:
cannot
find symbol
symbol : class ContratoPre
location: class Classes.Cliente
if (c instanceof ContratoPre)
^
Cliente.java:30<txmt://open?url=file:///Users/rodrigoruiz/Desktop/Rodrigo_Projeto4_Parte2/src/Classes/Cliente.java&line=30>:
cannot
find symbol
symbol : class ContratoPos
location: class Classes.Cliente
if (c instanceof ContratoPos)
^
3 errors
Problem is that it was working on Eclipse.
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.