Nethravathitcs / unitt

Automatically exported from code.google.com/p/unitt
0 stars 0 forks source link

Names of tag library Eclipse projects conflict #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The names of the Eclipse projects for applications is the same as for the tag 
libraries that they use. This means that Eclipse import projects cannot be used 
from the top level directory. See the attached image.

Suggestion: rename the Eclipse projects for tag libraries to include the word 
'tags' followed by the tag version, e.g.:

authorization-tags-1.0.1
foundation-tags-1.0.0

Original issue reported on code.google.com by mslinn on 2 Oct 2011 at 2:53

Attachments:

GoogleCodeExporter commented 8 years ago
Tags are used to take a snapshot of the project at a release. This allows you 
to go back and check out the exact version and build. Doing so should yield the 
same results as it did when that version was built. This requires that the name 
is the same. You can change the name of the project in Eclipse as part of the 
checkout, if you check it out using the "New Project Wizard". Unfortunately, 
changing the names of the project in the tag would defeat the purpose of the 
tag itself.

Original comment by joshuadmorris@gmail.com on 2 Oct 2011 at 6:39

GoogleCodeExporter commented 8 years ago
Right, unitt is not one project but many, each with a different trunk/ and 
tags/. This organization is a bit awkward when working with more than one 
project at a time, but there was probably a reason for setting it up this way.

Original comment by mslinn on 2 Oct 2011 at 6:54