[
https://issues.jboss.org/browse/TEIID-3162?page=com.atlassian.jira.plugin...
]
Tom Arnold updated TEIID-3162:
------------------------------
Description:
It looks like a large number of class files were accidentally checked into Git. This is
generally considered bad practice. The files are in the salesforce-api and google-api
modules.
Can verify using the Github file search.
https://github.com/teiid/teiid/find/master (type
".class", not sure how to link to it).
Can do something like this to remove them:
{code}
find . -name '*.class' -exec git rm {} \;
{code}
was:
It looks like a large number of class files were accidentally checked into GIT. This is
generally considered bad practice. The files are in the salesforce-api and google-api
modules.
Can verify using the Github file search.
https://github.com/teiid/teiid/find/master (type
".class", not sure how to link to it).
Can do something like this to remove them:
{code}
find . -name '*.class' -exec git rm {} \;
{code}
Class files checked into Git
----------------------------
Key: TEIID-3162
URL:
https://issues.jboss.org/browse/TEIID-3162
Project: Teiid
Issue Type: Bug
Components: Common
Reporter: Tom Arnold
Assignee: Steven Hawkins
It looks like a large number of class files were accidentally checked into Git. This is
generally considered bad practice. The files are in the salesforce-api and google-api
modules.
Can verify using the Github file search.
https://github.com/teiid/teiid/find/master (type
".class", not sure how to link to it).
Can do something like this to remove them:
{code}
find . -name '*.class' -exec git rm {} \;
{code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)