We can set you up at the mojo project if you want a place to work on it.

On 6 Aug 07, at 11:07 AM 6 Aug 07, Jason Dillon wrote:

I don't actually use XCode, but I am an avid mac fan and lover, as well as crack smoker... and I would love to see Maven help support XCode development anywhere possible.

Cheers,

--jason


On Aug 2, 2007, at 9:12 PM, Curt Arnold wrote:

I've been working on generating XCode project files for C++ compilation for the last few days and think I have enough in place that I could likely branch maven-idea-plugin to generate XCode project for Java projects in fairly short order. I searched but I could not see any existing XCode project generation plugin, but if I somehow missed it, let me know.

XCode maintains its project description as a property list and writes the project description using Cocoa's old-style ASCII property list format inherited from NextStep. However, it seems to have no problem reading a project description written in XML (which it then writes back old-style when XCode closes). The approach would be to populate a java.util.Map with the project description and then write the corresponding XML file using a javax.xml.transform.sax.SAXTransformer.

Anything I should know about maven-idea-plugin before I get started or is there a better starting place?

---------------------------------------------------------------------
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]


Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------




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

Reply via email to