It's all about the answers!

Ask a question

I can not see my updated class file changes in the pending changes in RTC. Is there anything I'm missing?


Kirupa Ashok (811) | asked Feb 26 '15, 3:18 p.m.

I can not see my updated class file changes in the pending changes in RTC.

I have a RTC VS plugin installed and I have a java project in the Sandbox.

I need to check-in and deliver the class files into the RTC, but I'm unable to see the changes in Pending Changes window.

When I compare the file with the local changes I see the differences.

I have tried to refresh the Sandbox, Remote changes and both as well.

Accepted answer


permanent link
Kevin Ramer (4.5k6175193) | answered Feb 26 '15, 3:58 p.m.
edited Feb 26 '15, 4:01 p.m.
.class files ( and many other generated artifacts) are typically globally configured to be ignored in the RTC eclipse client.  You might check under Window / Preferences / Team / Ignored resources.

also in the eclipse project's .jazzignore ( if it's there )

For example in one of my eclipse project .jazzignore is this stanza:

core.ignore.recursive= \
    {*.class}

Kirupa Ashok selected this answer as the correct answer

Comments
Kirupa Ashok commented Feb 26 '15, 5:19 p.m. | edited Feb 26 '15, 5:20 p.m.

Thanks for your quick response. I was not sure, who updated that .class to the ignore list, anyway that was really helpful.

Your answer


Register or to post your answer.