Open
Conversation
Owner
|
Hello, Lucas Seiki!
I just found your e-mail.
Thank you for your message and sorry for my late response.
Were you able to use ERENO?
Please let me know if you have any questions or want to collaborate on
research using it.
Atenciosamente,
Silvio E. Quincozes.
…--
*Prof. Dr. Silvio E. Quincozes*
Professor do Magistério Superior - Engenharia de Software
Universidade Federal do Pampa (UNIPAMPA), campus Alegrete.
https://unipampa.edu.br/
Em dom., 10 de mar. de 2024 às 12:56, Lucas Seiki Oshiro <
***@***.***> escreveu:
Hi!
I was trying to set up and run ERENO, but I couldn't by only using the
current master branch and its README. This PR introduces small changes
that I did in order to run:
- f8fa5a1
<f8fa5a1>:
remove an extra }, as the code won't compile with it
- 361e733
<361e733>:
generated by IntelliJ when bumping JDK to version 21
- 1643331
<1643331>:
add some IntelliJ files to .gitignore, basically copied from
https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
- 858d0c4
<858d0c4>:
add a note about Tomcat version. ERENO won't run with Tomcat 10 in the
latest master. I bisected the code and found that it is due to the
changes introduced in 0e3a5df
<0e3a5df>
(the previous commit is ok). I tried to fix it by myself but I couldn't as
I don't have experience with Tomcat.
------------------------------
You can view, comment on, or merge this pull request online at:
#3
Commit Summary
- f8fa5a1
<f8fa5a1>
remove } out of place
- 361e733
<361e733>
bump JDK to version 21
- 1643331
<1643331>
add JetBrains generated files to .gitignore
- 858d0c4
<858d0c4>
add note about tomcat version in README
File Changes
(5 files <https://github.com/sequincozes/ereno/pull/3/files>)
- *M* .gitignore
<https://github.com/sequincozes/ereno/pull/3/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947>
(34)
- *M* .idea/misc.xml
<https://github.com/sequincozes/ereno/pull/3/files#diff-7ea1cd7bd5d16299a0abd33128e8d0a8bc04146f6b00c07bcd3cc0aad813c229>
(3)
- *D* .idea/workspace.xml
<https://github.com/sequincozes/ereno/pull/3/files#diff-9f043e4e89d784b579b6d75ea8704b232f9475fa5b3afd11f805fdf8e74c675c>
(783)
- *M* README.md
<https://github.com/sequincozes/ereno/pull/3/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5>
(57)
- *M* src/main/java/br/ufu/facom/ereno/MultiSource.java
<https://github.com/sequincozes/ereno/pull/3/files#diff-34d5026c815998b45fe5ad84befa846b0bcdeb57344465d5ebf0f6782ad6b6d3>
(1)
Patch Links:
- https://github.com/sequincozes/ereno/pull/3.patch
- https://github.com/sequincozes/ereno/pull/3.diff
—
Reply to this email directly, view it on GitHub
<#3>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AETJP76D5VKLJADX4WYSEPDYXR7DRAVCNFSM6AAAAABEPCJQE6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGE3TONZYGE4TMNQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi!
I was trying to set up and run ERENO, but I couldn't by only using the current
masterbranch and its README. This PR introduces small changes that I did in order to run:}, as the code won't compile with itmaster. I bisected the code and found that it is due to the changes introduced in 0e3a5df (the previous commit is ok). I tried to fix it by myself but I couldn't as I don't have experience with Tomcat.