I have 3 projects in Eclipse that are bound to eachother. With bound i mean this:
- Everytime i add a class in one of the projects, the other projects also updates themselves and add the class
Now i want to add another project to these, but i don’t know how to bind it together with the other projects.
Any suggestions?
Edit:
alt text http://img218.imageshack.us/img218/8441/eclipsesymbol2.png
This is how the projects are listed in eclipse.
Any explanation about the [smax3]?
Any explanation about the “>”?
Thanks
Thanks in advance!
(See Java Build Path Eclipse Help page)
In the build path of a project, you can declare a project in the dependency list of another.
In the tab “
Projects“, add the project “P” you depend on.Each time that project “
P” is changed, your project will take the modifications into account.See that old but still accurate article Configuring an Eclipse Java Project
This illustrates two project under version control (CVS or more probably SVN with Subversive or SubClipse).
See the label decoration help page.
Here: “
[smax3]” is the name of name of the SVN repo, with an “Outgoing flag” (the ‘>‘), meaning some resources within the project need to be committed and published to the SVN repo.