Importing .class files
One answer
Hi Sean,
http://jazz.net/forums/viewtopic.php?t=8531&highlight=ignore+class
Otherwise, if the class files are in other directories you will have to remove the global .class ignore rule by selecting one of the .class files and select Team > Remove From Ignore List.
.class is in the default list, this should add an .ignorefile at the root of the project without the default global rule for .class files.
Hope this helps!
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Nov 19 '13, 3:34 a.m.I am not sure what you are doing.
Can you describe a bit better what you do, how you try to import and from where? The class files are usually not under version control for a reason, this is typically true for all version control systems. In RTC you can manage the patterns of files to ignore during the share process. The data is then stored in .jazzignore files, which you can change.
Here is a description: https://jazz.net/help-dev/clm/topic/com.ibm.team.scm.doc/topics/t_scm_eclipse_ignore.html and there are similar descriptions for other clients.
1 vote