Either of these two approaches seems fine to me. I was just working off a some notes I took the first time I built Woden (back when there was a .project in woden/java) and I was puzzled as to what had changed.
I can help with the Woden-46 jira if you would like . . . - gp > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Jeremy Hughes > Sent: Tuesday, August 01, 2006 9:35 AM > To: [email protected] > Subject: Re: Development environment setup (was RE: Many > JUnit tests failing due incorrect namespace URI) > > Hi, > > On 8/1/06, Gilbert Pilz <[EMAIL PROTECTED]> wrote: > > Jeremy, > > > > Your step (2) is: > > > > > 2) same as you but import the woden/java directory not the woden > > > directory. This will give you a .classpath file as well > > > > The problem is that you removed the .project file under the > woden/java > > directory [1]. Eclipse won't list this directory as a target for > > importing if it can't find a .project file. > > An alternative to importing is to create a new java project > and point it to the directory you checked out woden to. The > wizard for creating the new project will create a .project > for you and use the .classpath already present. > > Also, I just created an empty java project via the wizard and > right clicked the project -> import then specified a separate > directory where I had woden checked out to and that worked ok too. > > > > > I worked around this by copying the .project file from > > woden/tags/M5_20060611 and changing the <name> element. > Given that you > > can't really have a .project file in SVN that works for > everybody, all > > I can suggest is a default 'project-rename-me' file along with > > instructions to 'mv project-name-me .project' the first > time you setup > > Woden. > > > > - gp > > > > [1] > > > http://mail-archives.apache.org/mod_mbox/ws-woden-dev/200607.mbox/%3ca > > db [EMAIL PROTECTED] > > So I'm not quite sure what steps you were following to mean > you didn't have a default .project file created. > > Regards, > Jeremy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
