RE: MyEclipse 4 and Maven 2

2005-10-21 Thread Pilgrim, Peter
 -Original Message-
 From: Pilgrim, Peter [mailto:[EMAIL PROTECTED]
====

The actual error from the ``Eclipse Problems'' is

cvc-elt.1: Cannot find the declaration of element 'project'.
s
 
 I have noticed that MyEclipse XML Edit flags the getting 
 started guid pom.xml as invalid
 
 Does Maven2 has a valid DOCTYPE definition?
 
 project xmlns=http://maven.apache.org/POM/4.0.0; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
   xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
 http://maven.apache.org/maven-v4_0_0.xsd;
   modelVersion4.0.0/modelVersion
   groupIdcom.mycompany.app/groupId
   artifactIdmy-app/artifactId
   packagingjar/packaging
   version1.0-SNAPSHOT/version
   nameMaven Quick Start Archetype/name
   urlhttp://maven.apache.org/url
   dependencies
 dependency
   groupIdjunit/groupId
   artifactIdjunit/artifactId
   version3.8.1/version
   scopetest/scope
 /dependency
   /dependencies
 /project
 
====
 
--
Peter Pilgrim :: J2EE Software Development
Operations/IT - Credit Suisse First Boston, 
Floor 15, 5 Canada Square, London E14 4QJ, United Kingdom
Tel: +44-(0)207-883-4497



==
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.csfb.com/legal_terms/disclaimer_external_email.shtml

==


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



RE: MyEclipse 4 and Maven 2 [SOLVED]

2005-10-21 Thread Pilgrim, Peter
 cvc-elt.1: Cannot find the declaration of element 'project'. 
Previous post was rubbish!

I upgraded to the newest Eclipse SDK to 3.1.1 and lost the MyEclipse
internet proxy settings in the process. In Eclipse set the proxy again

1. Windows - Preferences - MyEclipse - Internet Tools - Internet Proxy

2. On the ``pom.xml'' in the ``Package Explorer' right click on the icon
and select ``Validate XML File'', the error should disappear because
the plug-in can then finally download the Maven V4 XSD.

 -Original Message-
 From: Pilgrim, Peter [mailto:[EMAIL PROTECTED]
====
 
 
 I have noticed that MyEclipse XML Edit flags the getting 
 started guid pom.xml as invalid
 
 Does Maven2 has a valid DOCTYPE definition?
 
 project xmlns=http://maven.apache.org/POM/4.0.0; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
   xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
  modelVersion4.0.0/modelVersion
  groupIdcom.mycompany.app/groupId
  artifactIdmy-app/artifactId
  packagingjar/packaging
  version1.0-SNAPSHOT/version
  nameMaven Quick Start Archetype/name
  urlhttp://maven.apache.org/url
  dependencies
dependency
  groupIdjunit/groupId
  artifactIdjunit/artifactId
  version3.8.1/version
  scopetest/scope
/dependency
  /dependencies
/project
====

--
Peter Pilgrim :: J2EE Software Development
Operations/IT - Credit Suisse First Boston, 
Floor 15, 5 Canada Square, London E14 4QJ, United Kingdom
Tel: +44-(0)207-883-4497


==
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.csfb.com/legal_terms/disclaimer_external_email.shtml

==


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



Re: MyEclipse 4 and Maven 2

2005-10-21 Thread Brett Porter
It looks ok, what is the error you get?

On 10/21/05, Pilgrim, Peter [EMAIL PROTECTED] wrote:

 I have noticed that MyEclipse XML Edit flags the getting started guid pom.xml 
 as invalid

 Does Maven2 has a valid DOCTYPE definition?

 project xmlns=http://maven.apache.org/POM/4.0.0; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
   xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
 http://maven.apache.org/maven-v4_0_0.xsd;
   modelVersion4.0.0/modelVersion
   groupIdcom.mycompany.app/groupId
   artifactIdmy-app/artifactId
   packagingjar/packaging
   version1.0-SNAPSHOT/version
   nameMaven Quick Start Archetype/name
   urlhttp://maven.apache.org/url
   dependencies
 dependency
   groupIdjunit/groupId
   artifactIdjunit/artifactId
   version3.8.1/version
   scopetest/scope
 /dependency
   /dependencies
 /project

 --
 Peter Pilgrim :: J2EE Software Development
 Operations/IT - Credit Suisse First Boston,
 Floor 15, 5 Canada Square, London E14 4QJ, United Kingdom
 Tel: +44-(0)207-883-4497


 ==
 Please access the attached hyperlink for an important electronic 
 communications disclaimer:

 http://www.csfb.com/legal_terms/disclaimer_external_email.shtml

 ==


 -
 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: MyEclipse 4 and Maven 2

2005-10-21 Thread Brett Porter
Ah, I saw your later message. It works in IntelliJ - perhaps a
MyEclipse problem?

On 10/21/05, Brett Porter [EMAIL PROTECTED] wrote:
 It looks ok, what is the error you get?

 On 10/21/05, Pilgrim, Peter [EMAIL PROTECTED] wrote:
 
  I have noticed that MyEclipse XML Edit flags the getting started guid 
  pom.xml as invalid
 
  Does Maven2 has a valid DOCTYPE definition?
 
  project xmlns=http://maven.apache.org/POM/4.0.0; 
  xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
  http://maven.apache.org/maven-v4_0_0.xsd;
modelVersion4.0.0/modelVersion
groupIdcom.mycompany.app/groupId
artifactIdmy-app/artifactId
packagingjar/packaging
version1.0-SNAPSHOT/version
nameMaven Quick Start Archetype/name
urlhttp://maven.apache.org/url
dependencies
  dependency
groupIdjunit/groupId
artifactIdjunit/artifactId
version3.8.1/version
scopetest/scope
  /dependency
/dependencies
  /project
 
  --
  Peter Pilgrim :: J2EE Software Development
  Operations/IT - Credit Suisse First Boston,
  Floor 15, 5 Canada Square, London E14 4QJ, United Kingdom
  Tel: +44-(0)207-883-4497
 
 
  ==
  Please access the attached hyperlink for an important electronic 
  communications disclaimer:
 
  http://www.csfb.com/legal_terms/disclaimer_external_email.shtml
 
  ==
 
 
  -
  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]