RE: [CMake] cmake support Eclipse

2007-08-01 Thread Iain Hull
now and will submit my CMakeErrorParser as it stands as a patch for this. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Iain Hull Sent: 01 August 2007 10:12 To: Mike Jackson; Cmake Mailing List; Mike Jackson Subject: RE: [CMake] cmake support Eclipse I als

RE: [CMake] cmake support Eclipse

2007-08-01 Thread Iain Hull
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Jackson Sent: 31 July 2007 15:42 To: Cmake Mailing List; Mike Jackson Subject: Re: [CMake] cmake support Eclipse These are my _thoughts_ on what I would like to see as a first cut at CMake/Eclipse integration. As someone has already done in the

Re: [CMake] cmake support Eclipse

2007-07-31 Thread Mike Jackson
These are my _thoughts_ on what I would like to see as a first cut at CMake/Eclipse integration. As someone has already done in the past day, basically have cmake generate a CDT "Makefile" project that sets up the .project/.cproject files for eclipse to invoke make on the makefiles that are

Re: [CMake] cmake support Eclipse

2007-07-31 Thread Eric Noulard
2007/7/31, Brandon Van Every <[EMAIL PROTECTED]>: > On 7/31/07, Eric Noulard <[EMAIL PROTECTED]> wrote: > > 2007/7/31, Brandon Van Every <[EMAIL PROTECTED]>: > > > > > and CMake > > > doesn't figure out how to do Java, then CMake will lose in the Eclipse > > > world. > > > > Not so sure, even if I

Re: [CMake] cmake support Eclipse

2007-07-31 Thread Brandon Van Every
On 7/31/07, Eric Noulard <[EMAIL PROTECTED]> wrote: > 2007/7/31, Brandon Van Every <[EMAIL PROTECTED]>: > > > and CMake > > doesn't figure out how to do Java, then CMake will lose in the Eclipse > > world. > > Not so sure, even if I'm no eclipse expert. > If CMake is able to generate Eclipse proje

Re: [CMake] cmake support Eclipse

2007-07-31 Thread Mike Jackson
I have been following this thread and I guess it is time to chime it a bit with what I know. First my background. I used Eclipse since '03 for Java development then switched in mid '06 to C++ development with Eclipse/CDT so I have a fair amount of experience with Eclipse, Ant and about a ye

Re: [CMake] cmake support Eclipse CDT

2007-07-31 Thread Eric Noulard
2007/7/31, Brandon Van Every <[EMAIL PROTECTED]>: > On 7/30/07, Andreas Pakulat <[EMAIL PROTECTED]> wrote: > > Of course CDT still uses the java-written eclipse > > platform sdk, but it doesn't have anything else to do with Java. > > So you're writing a plugin in Java to integrate CMake with Eclips

Re: [CMake] cmake support Eclipse

2007-07-31 Thread Eric Noulard
2007/7/31, Brandon Van Every <[EMAIL PROTECTED]>: > On 7/30/07, Andy Dingfelder <[EMAIL PROTECTED]> wrote: > > > Building java apps it typically done using Maven or Ant, and I see no > > need to re-invent the wheel and use cmake to do that. > > I do. If you want Eclipse developer mindshare, then u

Re: [CMake] cmake support Eclipse

2007-07-30 Thread Brandon Van Every
On 7/30/07, Andy Dingfelder <[EMAIL PROTECTED]> wrote: > > What's a non-trivial Java app that's using a CMake build? Dart2 > server perhaps? > > I don't know any java apps that are built using cmake if thats what you > mean. Looks like Dart2 is an Ant project. VTK has a Java wrapper but it doesn

Re: [CMake] cmake support Eclipse

2007-07-30 Thread Andreas Pakulat
On 31.07.07 12:12:17, Andy Dingfelder wrote: > My vision for a cmake plugin would be as an administrative tool that > eases the creation of the CMakeLists.txt file and the running of > ccmake. > > Basically, there would be a GUI screen or wizard that would ask > questions such as what OS you want

Re: [CMake] cmake support Eclipse

2007-07-30 Thread Andy Dingfelder
> What's a non-trivial Java app that's using a CMake build? Dart2 server perhaps? I don't know any java apps that are built using cmake if thats what you mean. Building java apps it typically done using Maven or Ant, and I see no need to re-invent the wheel and use cmake to do that. All cmake nee

Re: [CMake] cmake support Eclipse

2007-07-30 Thread Brandon Van Every
On 7/30/07, Andy Dingfelder <[EMAIL PROTECTED]> wrote: > > You are correct in your thoughts that the individual who writes a cmake > plugin would need to know java. Yes as you point out there is always a > risk that perhaps cmake will not be up to the task of large scale cross > platform developme

Re: [CMake] cmake support Eclipse CDT

2007-07-30 Thread Brandon Van Every
On 7/30/07, Andreas Pakulat <[EMAIL PROTECTED]> wrote: > Of course CDT still uses the java-written eclipse > platform sdk, but it doesn't have anything else to do with Java. So you're writing a plugin in Java to integrate CMake with Eclipse. Well, don't you think you should use CMake to build the