Egit showing all .class file in unstaged changes after building workspace [message #1852428] |
Mon, 16 May 2022 08:02 |
hyejin kim Messages: 3 Registered: May 2022 |
Junior Member |
|
|
Hi.
There're 10 people using eclipse egit with bitbucket. all of them made individual branch from master branch, and merge the individual branch into development branch.
I changed A.java and merge from my branch to development branch, I found something strange that EGit showing all class files including A.class in unstaged Changes after building workspace. (Everyone was checked Build Automatically)
So I tested unchecked Build Automatically to build a class manually(i used ctrl + B on each file) and merge into development branch, it only shows my file which is manually build one.
Any tips what I'm doing wrong here? ... Is it a bug of Egit?
(Sorry for my poor English skills.. TㅅT)
all of computing environment are same as below :
- java version : 1.8.0_241
- Egit version : 2.3.1.201302201838-r
- eclipse version : 2019-06 (4.12.0)
- OS : Windows 10
Thanks,
HyeJin.
[Updated on: Thu, 19 May 2022 06:16] Report message to a moderator
|
|
|
|
Re: Egit showing all .class file in unstaged changes after building workspace [message #1852501 is a reply to message #1852436] |
Thu, 19 May 2022 06:03 |
hyejin kim Messages: 3 Registered: May 2022 |
Junior Member |
|
|
Hi.
Thanks for your reply.
Unfortunately, the .gitignore file has already been implemented in our repository.
You can see the detail as below.
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ
### STS ###
.apr_generated
.classpath
.factorypath
*.log
.project
.settings
.springBeans
.sts4-cache
.externalToolBuilders
### InteliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### VS Code ###
.vscode/
/bin/
### PowerShell ##
pre-commit.ps1
pre-commit2.ps1
/repo-classes
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ
Also, It's hard for us to upgrade that version due to company regulations.
Is there any other idea you can think of?
We are still in the same trouble, We really need your support..TㅅT..
I will be waiting to hear from you.
Thanks,
HyeJin
[Updated on: Thu, 19 May 2022 06:22] Report message to a moderator
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.23174 seconds