I wouldn't think that there's any file collision here though, since NetBeans puts the build.xml file in the root of the project, and our build.xml file lives a level above that. For instance, in Eclipse, I have distinct projects for core, wtk, tools, web, etc. If each of those folders had their own build.xml, that wouldn't interfere with our build.xml file.
-T On Mon, Aug 31, 2009 at 9:53 AM, Noel Grandin <[email protected]> wrote: > Hi > > He's not talking about explicitly supporting different IDE's - he just > means that maybe we should move stuff around so Netbeans doesn't > accidentally stomp on it with the files it creates by default. > > Regards, Noel. > > Greg Brown wrote: > >> One things to note is that NetBeans put its project files in a > >> nbproject subdir, but put also a build.xml file and a manifest in the > >> root of any project ... I have to see if these files can be moved > >> (maybe in the nbproject subdir). > > > > > > I don't think we should attempt to support multiple IDEs for building > > Pivot, for exactly this reason. Project structures, file locations, > > etc. are different for each IDE. Attempting to support them all would > > be extremely messy. > > > > > > > >
