Re: StandAlone Project File
Svata Dedic <[email protected]> Sat, 25 Oct 2003 07:12:05 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.projects.devel |
|---|---|
| Message-ID | <[email protected]> |
Wade Chandler wrote: > I have been trying to find in the documentation whether an actual > projects file which can be saved then opened is being worked on, or is > in planning any where. Does anyone know this answer, or is my question > phrased wrong. > > i.e. In Jbuilder you will save a project as a file and open a project as > a file. That makes adding a project to source control easier, and it > makes being able to place dependency libs and things in relative paths > to be accessed by the project file easier. I was wondering if anyone > else is interested in this type of an idea or if it existed. > The prj40_prototype branch (discussed on this mailing list) is aiming to have that feature. IIRC, the current project file is a .xml that happens to contain a filesystem structure -- but the exact contents may change (e.g. if some better serialization is invented). What is not likely to change is that: - the project file can be anywhere - it will have textual form (more precisely: it will be an XML) - it should contain file referencies in a (more or less) portable form -Svata