Eclipse project file for xith-tk

Hi!

When checking xith3d from CVS there is project file for Eclipse, but there is no such file for xith-tk…
Not big deal really but I found it convenient project file to be there especially if you are not too much :wink: familiar with CVS…

Accordingly to the poll (“which IDE…?”) most of the developers use Eclipse, though since xith3d has that file anyhow, then would be handy to have one for xith-tk…

Bohdan.

Actually there is. Maybe you should try to recheckout. Perhaps you lost it in any step.

Remember that .project files won’t show in the Java perspective, they should be viewabler from the resource perspective though

This is filter dependant. In Eclipse 3.1.2 there was “show package files” the default. Now in 3.2 “don’t show package files” is the default. But can change this in the filter properties.

And if you modify the project properties, there will be a conflict on CVS checkout. So you can see, there is such a file.

Thanks for replies!

Ahhaaa, my appologies, now I see it too (on the web I mean!!)… but… for xith-tk, “.project” file is in the Attic? :)) Files in the Attic where hidden that’s why I haven’t seen them.
What is that Attic?
Because what is happening to me is, that from xith3d CVS i getting all that files I see on web, but from xith-tk - I definitely not getting those files which are in attic and they just don’t exist on hardrive after I checked the project from CVS. That “.project” file by default is not shown in Eclipse (while in java perspective) - yes, I understand that…
How you guys managing to get those files with Eclipse which are in the attic? In some reason I can’t, have tried many times… And what is that attic at all?

Well it is not the problem really, but just inconvenience so if somebody can point me what I may do wrong - will apreciate your help.

Edit: I have tried to login (web) changed “attic content” to show, logged out, login back - and it is again hidden… so it obviously woudn’t help…
anyhow Eclipse still doesn’t see those files in the attic… strange… but no problems with xith3d CVS… hmmm… and I use Eclipse 3.2 already…

Edit2: For xith-tk, if I specify to check out as a java-project (but not as suggested for xith-tk by default), then I will get this file, but it will not be file from CVS, Eclipse will create it.

Bohdan.

All files in the Attic folder are files which have been deleted. So it is no miracle that you won’t see those files. So the .project file actually doesn’t exist anymore.

You will always have your own .project file which will differ from the one on CVS. So it doesn’t seem to make sense to have one on CVS. But in fact it will give you a hint on which jars to include and so on. Maybe we should provide a new stripped .project file without the link to the xith core and with only the most confusing things administered like “which of these jaxb files to I need?” things.