calinm wrote:
Option 1: Don't check out HibernateExt as a project.
From eclipse, check out
org.eclipse.hibernate.feature.
org.eclipse.hibernate.help
as individual projects.
I thought of that. The problem is that then each project
has to be updated against cvs individually, plus I need to
check out HibernateExt (skipping the eclipse projects)
so I can build hibernate-tools.jar
Quote:
Option 2:
When you check out HibernateExt from the command line don't check it out under your workspace, and make sure HibernateExt is not an eclipse project, then import and share..
Calin
I've been checking it out outside the workspace (no help).
As I understand, "import" will copy the code from the
source into the workspace and I'm back where I started.
George