RTC Eclipse Plugin Question
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:
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:
I can't figure out how to load any files out of the root directory without getting those annoying RTC overlap errors.
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.