It's all about the answers!

Ask a question

Importing .class files


Sean Burke (3789144247) | asked Nov 18 '13, 10:49 p.m.
 When importing a directory from the file system (part of a migration from another tool)  the .class files are not getting migrated because they are on an ignore list.  How can you set RTC to not ignore .class files

Comments
1
Ralph Schoon commented Nov 19 '13, 3:34 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

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.

One answer



permanent link
Marek Siekierski (817510) | answered Nov 20 '13, 7:15 p.m.
Hi Sean,

If you are using the Eclipse client and want to checkin the class files in the bin/ folder, then see 


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!

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.