Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Criar documentação de como rodar a aplicação #19

Open
raphaelmolesim opened this issue Jul 25, 2012 · 5 comments
Open

Criar documentação de como rodar a aplicação #19

raphaelmolesim opened this issue Jul 25, 2012 · 5 comments
Assignees

Comments

@raphaelmolesim
Copy link
Owner

No description provided.

@viniciushana
Copy link
Contributor

É proposital usar um gemset do rvm chamado rails-32? Talvez não seria melhor renomeá-lo para algo mais próximo ao projeto?

@raphaelmolesim
Copy link
Owner Author

Podemos fazer isso, mas mais importante é fazer a criação do gemset de forma automática!

@viniciushana
Copy link
Contributor

Pull request mandado e aceito, agora farei o doc.

@viniciushana
Copy link
Contributor

Problema: ao fazer build no Gradle, obtive os seguintes erros:

[ant:scalac] Compiling 6 scala and 1 java source files to /Users/vinicius/Projects/Personal/Para-onde-foi-meu-voto/scala/build/classes/main
[ant:scalac] error: IO error while decoding /Users/vinicius/Projects/Personal/Para-onde-foi-meu-voto/scala/src/main/scala/voto/MapaDeVereadores.scala with UTF-8
[ant:scalac] Please try specifying another one using the -encoding option
[ant:scalac] error: IO error while decoding /Users/vinicius/Projects/Personal/Para-onde-foi-meu-voto/scala/src/main/scala/voto/Projetos.scala with UTF-8
[ant:scalac] Please try specifying another one using the -encoding option
[ant:scalac] error: IO error while decoding /Users/vinicius/Projects/Personal/Para-onde-foi-meu-voto/scala/src/main/scala/voto/Chars.java with UTF-8
[ant:scalac] Please try specifying another one using the -encoding option
[ant:scalac] three errors found

@jonasabreu sabe como resolver isso? Dei uma fuçada rápida mas nada pareceu ajudar.

@viniciushana
Copy link
Contributor

Update: esses arquivos usam referências a caracteres especiais que o UTF-8 não está reconhecendo. Tentei salvar os 3 arquivos com UTF-8, eles ficam legíveis mas começo a ter erros de compilação que não reconhece literais char.

Exemplo:
[ant:javac] case 'ô':
[ant:javac] ^
[ant:javac] /Users/vinicius/Projects/Personal/Para-onde-foi-meu-voto/scala/src/main/scala/voto/Chars.java:88: unclosed character literal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants