Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [buckminster-dev] Naming of components that are not projects

On 8/31/05, Thomas Hallgren <thhal@xxxxxxxxxxxxxx> wrote:
> ken1 wrote:
> > Theoretically, we could get the
> >desired effect by actually creating a '.buckminster' project the
> >regular/programmatic way and we would then of course be free to muck around
> >inside such a project just like anyone else.
> >
> I think that would be a bad idea. 'mocking around' means you destroy
> stuff that Buckminster manages for you. I think it would be a mistake to
> encourage that for the same reason that the .metadata is hidden.
> 

What Ken here describes as a theoretical solution is in fact precisely
what EMF's JET framework does. The reasons for this is that it then
uses Eclipse functions to process resources in this project.
Specifically it uses JDT to compile Java sources in there. I don't
know whether there will be any similar requirements in the case of
Buckminster, but I thought it was worth pointing out. See the page I
referenced for more details on what JET does.

--knut


Back to the top