Re: [Nant-users] prj2make and .build files

2005-03-15 Thread Ian MacLean
Ian MacLean wrote: Hi Paco, Francisco T. Martinez wrote: I am interested in studying the potential to add support for generating build files from prj2make and could use such schema. You may be interested in the slingshot code that exists in NAntContrib. This is a tool to generate build files fro

Re: [Nant-users] prj2make and .build files

2005-03-15 Thread Ian MacLean
Hi Paco, Francisco T. Martinez wrote: I am interested in studying the potential to add support for generating build files from prj2make and could use such schema. You may be interested in the slingshot code that exists in NAntContrib. This is a tool to generate build files from vs.net project fi

Re: [Nant-users] prj2make and .build files

2005-03-15 Thread Francisco T. Martinez
Scott Carr wrote: Francisco T. Martinez wrote: Hi folks: Is there an XML schema that documents the NAnt build file? In the Mono project we have a mechanism to generate both make files and #Develop compatible solution and project file types. At there are a few other projects that have evolved fro

RE: [Nant-users] prj2make and .build files

2005-03-15 Thread Parag Chandra
I think this is in the FAQ, but basically you want to use the task. Here's what I do: http://nant.sourceforge.net/schema/"/> -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francisco T. Martinez Sent: Tuesday, March 15

Re: [Nant-users] prj2make and .build files

2005-03-15 Thread Scott Carr
Francisco T. Martinez wrote: Hi folks: Is there an XML schema that documents the NAnt build file? In the Mono project we have a mechanism to generate both make files and #Develop compatible solution and project file types. At there are a few other projects that have evolved from the original pr