RE: Generating source from a plugin

2006-11-28 Thread Crossley, Jim
ds SWIG to create a Java wrapper around a C++ program. Regards Mark Donszelmann Stanford Linear Accelerator Center - Original Message - From: "Jason Dillon" <[EMAIL PROTECTED]> To: "Maven Developers List" Sent: Monday, November 27, 2006 6:05 PM Subject: Re: Gen

Re: Generating source from a plugin

2006-11-27 Thread Mark Donszelmann
apper around a C++ program. Regards Mark Donszelmann Stanford Linear Accelerator Center - Original Message - From: "Jason Dillon" <[EMAIL PROTECTED]> To: "Maven Developers List" Sent: Monday, November 27, 2006 6:05 PM Subject: Re: Generating source from a plugin Yo

Re: Generating source from a plugin

2006-11-27 Thread Jason Dillon
You could include the compiler in the plugin's jar, then extract it into /tmp (or something) to execute it. But, unless you include a bunch of platform binaries its not going to be very portable. Easier to expect the compiler to be on the system search path and execute it... or expose the