RE: project.xml, maven-v3_0_0.xsd and xml aware editors

2005-08-19 Thread Levitt, David, Bookspan
: Thursday, August 18, 2005 7:11 PM To: Maven Users List Subject: Re: project.xml, maven-v3_0_0.xsd and xml aware editors At 11:36 AM 8/18/2005, you wrote: Is there a standard way [a 'best practice'] for declaring a project for an XML aware editor? ... snip ... project xmlns:xsi=http

RE: project.xml, maven-v3_0_0.xsd and xml aware editors

2005-08-19 Thread David Jackman
Thanks for this--it works wonderfully. Is there a similar schema available for maven.xml? -Original Message- From: Andy Glick [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 5:11 PM To: Maven Users List Subject: Re: project.xml, maven-v3_0_0.xsd and xml aware editors At 11

RE: project.xml, maven-v3_0_0.xsd and xml aware editors

2005-08-19 Thread Andy Glick
At 09:22 AM 8/19/2005, David Jackman wrote: Thanks for this--it works wonderfully. Is there a similar schema available for maven.xml? ... snip ... project xmlns=http://maven.apache.org/POM/3.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

project.xml, maven-v3_0_0.xsd and xml aware editors

2005-08-18 Thread Levitt, David, Bookspan
Is there a standard way [a 'best practice'] for declaring a project for an XML aware editor? [using JEdit 4.2 with the XML plugin] I'm starting with: project xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: project.xml, maven-v3_0_0.xsd and xml aware editors

2005-08-18 Thread Andy Glick
At 11:36 AM 8/18/2005, you wrote: Is there a standard way [a 'best practice'] for declaring a project for an XML aware editor? ... snip ... project xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:noNamespaceSchemaLocation=http://maven.apache.org/maven-v3_0_0.xsd; and