- 
        1. Re: Unable to build project in JBoss Toolsmaxandersen Nov 24, 2007 3:31 PM (in response to dkane)did you commit the .classpath and .project for the project? 
- 
        2. Re: Unable to build project in JBoss Toolsdkane Nov 24, 2007 3:39 PM (in response to dkane)"max.andersen@jboss.com" wrote: 
 did you commit the .classpath and .project for the project?
 No. Our policy is to keep only sources in SVN, not IDE-specific and workstation-specific files.
- 
        3. Re: Unable to build project in JBoss Toolsmaxandersen Nov 25, 2007 3:42 AM (in response to dkane)so how do you expect the IDE to remember the setup ? 
 .classpath and .project is not machine specific (unless you put machine specific paths in it which is not necessary)
 Without those files you will have to recreate the project everytime; e.g. by using New Project with an Existing location instead of importing.
- 
        4. Re: Unable to build project in JBoss Toolsdkane Nov 25, 2007 4:03 AM (in response to dkane)"max.andersen@jboss.com" wrote: 
 so how do you expect the IDE to remember the setup ?
 I thought "Java Builder" is basic default component for all Java projects. If even it was not added upon import, there should be a possibility to add builder in "Builders" tab. But I see only "JBossIDE Packages builder" and no "Java builder" in "New..." dialog.
 This expectation is probably incorrect, I don't know Eclipse concepts well. But with JBoss IDE 2.0 we had no such problems on checkout.
- 
        5. Re: Unable to build project in JBoss Toolsmaxandersen Nov 25, 2007 4:12 AM (in response to dkane)JBossIDE does not control how eclipse does these things so there must be something you are doing different. 
 How are you actually importing this ? My guess is you have used "Create new project" instead "create new Java project" which would result in something similar to what you are describing.
- 
        6. Re: Unable to build project in JBoss Toolsdkane Nov 25, 2007 5:47 AM (in response to dkane)"max.andersen@jboss.com" wrote: 
 JBossIDE does not control how eclipse does these things so there must be something you are doing different.
 Ok, understood."max.andersen@jboss.com" wrote: 
 How are you actually importing this ?
 In Workspace : "New".."Other".."Checkout projects from SVN" .
 Thank you for explanations. Creating new Java project and importing sources "from existing filesystem" helps.
- 
        7. Re: Unable to build project in JBoss Toolsmaxandersen Nov 25, 2007 1:57 PM (in response to dkane)ok - I always had bad experiences with the "checkout from cvs/svn" kinda of imports. I prefer to checkout manually and then import them - more control and more reliable (at least in my opinion) 
 
    