It's all about the answers!

Ask a question

RTC Eclipse Plugin Question


Dave Westerman (331110) | asked Apr 08 '10, 5:43 p.m.
I have run into an issue with the RTC Eclipse Plugin that I don't know how to resolve.

In our RTC repository, there are many subdirectories which contain Eclipse projects. I can load these projects into my Eclipse workspace easily.

However, the problem is that there are Ant build files at the root level of the repository, including some subdirectories that it uses. In other words, the repository looks like this:


Component
-> EclipseProject1
-> files ...
-> EclipseProjects2
-> files ...
-> build
-> build.xml
-> etc
-> files ...
-> lib
-> jars ...
-> allbuild.xml



Is there any way for me to load the file allbuild.xml, and the contents of the build, etc, and lib subdirs, all into a single Eclipse project? It would look something like this:


MyBuildProj
-> build
-> build.xml
-> etc
-> files ...
-> lib
-> files ...
-> allbuild.xml



I can't figure out how to load any files out of the root directory without getting those annoying RTC overlap errors.

One answer



permanent link
Dave Westerman (331110) | answered Apr 09 '10, 10:37 a.m.
And even if I can't put all of those files into an Eclipse project, how do I deal with top-level RTC files in Eclipse?

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.