SV: Does maven surport to process the c or c++ project?

2004-02-26 Thread pnb
Hi Matthew,
as I said, we have something working for BorlandCPPBuilder projects,
interested in that?

/peter

 -Ursprungligt meddelande-
 Från: J. Matthew Pryor [mailto:[EMAIL PROTECTED]
 Skickat: den 26 februari 2004 05:45
 Till: 'Maven Users List'
 Ämne: RE: Does maven surport to process the c or c++ project?
 
 
 Have you made any progress on this?
 I'd be a willing beta tester
 
 Matthew 
 
  -Original Message-
  From: Lester Ward [mailto:[EMAIL PROTECTED] 
  Sent: Friday, January 09, 2004 2:21 AM
  To: 'Maven Users List'
  Subject: RE: Does maven surport to process the c or c++ project?
  
   Not for the moment, but if you want to write a plugin, 
 it's welcome.
  
  I'm writing one (maven-cpp-plugin). It's been... interesting. 
  The include files make everything fun. We've taken to 
  inventing a .car file (C archive) to handle dependencies. 
  This is just a .tar.gz file with a specific layout (libs and 
  includes in specific spots).
  
  It's been working pretty well with Win32 and Linux, though we 
  are still tinkering. Handling cross-platform has is own 
  philosophical challenges. For example, do you try to write a 
  single task that detects the platform and invokes the correct 
  compiler, or you give the control to the user through 
  properties and then only build if you detect you are running 
  on a platform that matches the compiler (that is, if the 
  compiler property is set to Microsoft's Visual Studio 
  compiler and you are running on Linux, what do you do)? So 
  far, we have gone with the latter strategy and skip builds 
  where the properties don't match the platform.
  
  The whole thing uses the Ant tasks for C, which are a bit 
  wiggy in some ways, particularly when using Win32 compilers.
  
  When it gets a bit more stable, I'll make it available, 
  probably on http://maven-plugins.sourceforge.net/ (where I 
  have commit permission, though I've not used it yet).
  
  Wordman
  
  
 -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

RE: Does maven surport to process the c or c++ project?

2004-02-25 Thread J. Matthew Pryor
Have you made any progress on this?
I'd be a willing beta tester

Matthew 

 -Original Message-
 From: Lester Ward [mailto:[EMAIL PROTECTED] 
 Sent: Friday, January 09, 2004 2:21 AM
 To: 'Maven Users List'
 Subject: RE: Does maven surport to process the c or c++ project?
 
  Not for the moment, but if you want to write a plugin, it's welcome.
 
 I'm writing one (maven-cpp-plugin). It's been... interesting. 
 The include files make everything fun. We've taken to 
 inventing a .car file (C archive) to handle dependencies. 
 This is just a .tar.gz file with a specific layout (libs and 
 includes in specific spots).
 
 It's been working pretty well with Win32 and Linux, though we 
 are still tinkering. Handling cross-platform has is own 
 philosophical challenges. For example, do you try to write a 
 single task that detects the platform and invokes the correct 
 compiler, or you give the control to the user through 
 properties and then only build if you detect you are running 
 on a platform that matches the compiler (that is, if the 
 compiler property is set to Microsoft's Visual Studio 
 compiler and you are running on Linux, what do you do)? So 
 far, we have gone with the latter strategy and skip builds 
 where the properties don't match the platform.
 
 The whole thing uses the Ant tasks for C, which are a bit 
 wiggy in some ways, particularly when using Win32 compilers.
 
 When it gets a bit more stable, I'll make it available, 
 probably on http://maven-plugins.sourceforge.net/ (where I 
 have commit permission, though I've not used it yet).
 
 Wordman
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Does maven surport to process the c or c++ project?

2004-01-08 Thread sailorhero


Re: Does maven surport to process the c or c++ project?

2004-01-08 Thread Emmanuel Venisse
Not for the moment, but if you want to write a plugin, it's welcome.

Emmanuel

- Original Message - 
From: sailorhero [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, January 08, 2004 1:36 PM
Subject: Does maven surport to process the c or c++ project?


 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



SV: Does maven surport to process the c or c++ project?

2004-01-08 Thread pnb
Hi,
we hvae written some plugins/taglibs for parsing borland .bbg files,
manipulating .bpr files (setting compiler flags, CG settings etc.),
compiling with make etc that work quite well. If you are interested, we can
share them with you ...

/peter 

 -Ursprungligt meddelande-
 Från: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
 Skickat: den 8 januari 2004 14:17
 Till: Maven Users List
 Ãämne: Re: Does maven surport to process the c or c++ project?
 
 
 Not for the moment, but if you want to write a plugin, it's welcome.
 
 Emmanuel
 
 - Original Message - 
 From: sailorhero [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, January 08, 2004 1:36 PM
 Subject: Does maven surport to process the c or c++ project?
 
 
  
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: SV: Does maven surport to process the c or c project?

2004-01-08 Thread sg
Zitiere [EMAIL PROTECTED]:

 Hi,
 we hvae written some plugins/taglibs for parsing borland .bbg files,
 manipulating .bpr files (setting compiler flags, CG settings etc.),
 compiling with make etc that work quite well. If you are interested, we
 can
 share them with you ...
 

Hi, 
sounds very interesting i would be interesting as well.
Would you publish it as open source? May be an official Maven plugin?

Thanks!
Stefan 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]