RE: [m1] bootstrap build error

2005-08-27 Thread Jeff Jensen
I have just removed all files and started from scratch.  The same problems
exist.

Do any of the committers use bootstrap?  This problem has existed for at
least 3 weeks (I have been sporadically trying it).  I recognize something
could be wrong in my environment, but I have successfully been bootstrapping
since pre-beta 1.1 days.

I have been building with Java 1.5.0_04, if that matters (hasn't
previously).


-Original Message-
From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 25, 2005 12:06 AM
To: 'Maven Users List'
Subject: RE: [m1] bootstrap build error

Hi Jeff,

Yes it was these files ;-(
The download of dependencies was broken.
I had your problem some days ago, which was the use of a bad release of the
maven model in the ejb plugin.
But it was fixed :-(

Arnaud
 

 -Message d'origine-
 De : Jeff Jensen [mailto:[EMAIL PROTECTED]
 Envoyé : jeudi 25 août 2005 03:21
 À : 'Maven Users List'
 Objet : RE: [m1] bootstrap build error
 
 Thanks Arnaud.
 
 These are the new files pulled down:
 
 C:\devroot\reference\mavensvn co
 http://svn.apache.org/repos/asf/maven/maven-1/core/trunk
 maven-1/core/trunk U
 maven-1\core\trunk\src\java\org\apache\maven\repository\Abstra
 ctArtifact.jav
 a
 U  maven-1\core\trunk\src\bin\maven.bat
  U maven-1\core\trunk
 Checked out revision 239972.
 
 C:\devroot\reference\mavensvn co
 http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk
 maven-1/plugins/trunk
 U  maven-1\plugins\trunk\javadoc\xdocs\changes.xml
 U  maven-1\plugins\trunk\pdf\xdocs\changes.xml
 Checked out revision 239972.
 
 
 And I get the same build errors.
  
 
 -Original Message-
 From: Arnaud HERITIER [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, August 24, 2005 6:30 PM
 To: 'Maven Users List'
 Subject: RE: [m1] bootstrap build error
 
 I fixed some errors on the core.
 If you can update it and re-launch the bootstrap.
 
 Arnaud
  
 
  -Message d'origine-
  De : Jeff Jensen [mailto:[EMAIL PROTECTED]
  Envoyé : mercredi 24 août 2005 14:36 À : 'Maven Users List'
  Objet : [m1] bootstrap build error
  
  I have been attempting to build m1 via bootstrap again, and
 have the
  following compile errors.  I did not find the cause from a quick 
  review, and am wondering if this is a known bootstrap
 problem before I
  spend more time with it.  I have verified the classes exist, visual 
  inspection found no problems.  I am wondering about bootstrap 
  classpath, etc.?
  
  From revision 239628.
  
  
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
  org\apache\mav
  en\ejb\EJBArtifactTypeHandler.java:20: cannot find symbol
   [exec] [javac] symbol  : class MavenException
   [exec] [javac] location: package org.apache.maven
   [exec] [javac] import org.apache.maven.MavenException;
   [exec] [javac] ^
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
  org\apache\mav
  en\ejb\EJBArtifactTypeHandler.java:21: cannot find symbol
   [exec] [javac] symbol  : class Project
   [exec] [javac] location: package org.apache.maven.project
   [exec] [javac] import org.apache.maven.project.Project;
   [exec] [javac] ^
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
  org\apache\mav
  en\ejb\EJBArtifactTypeHandler.java:22: package 
  org.apache.maven.repository does not exist
   [exec] [javac] import
  org.apache.maven.repository.ArtifactTypeHandler;
   [exec] [javac]^
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
  org\apache\mav
  en\ejb\EJBArtifactTypeHandler.java:31: cannot find symbol
   [exec] [javac] symbol: class ArtifactTypeHandler
   [exec] [javac] public class EJBArtifactTypeHandler 
 implements
  ArtifactTypeHandler
   [exec] [javac]   
   ^
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
  org\apache\mav
  en\ejb\EJBArtifactTypeHandler.java:40: cannot find symbol
   [exec] [javac] symbol  : class Project
   [exec] [javac] location: class
  org.apache.maven.ejb.EJBArtifactTypeHandler
   [exec] [javac] public String
  constructRepositoryDirectoryPath(String type, Project
  project) throws MavenException
   [exec] [javac]
  ^
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
  org\apache\mav
  en\ejb\EJBArtifactTypeHandler.java:40: cannot find symbol
   [exec] [javac] symbol  : class MavenException
   [exec] [javac] location: class
  org.apache.maven.ejb.EJBArtifactTypeHandler
   [exec] [javac] public String
  constructRepositoryDirectoryPath(String type, Project
  project) throws MavenException
   [exec

RE: [m1] bootstrap build error

2005-08-27 Thread Allison, Bob
I wonder if this could be related to the 503 (service unavailable) errors I 
have been getting from ibiblio periodically while trying to bootstrap Maven2...

-Original Message-
From: Jeff Jensen [mailto:[EMAIL PROTECTED] 
Sent: Saturday, August 27, 2005 15:51
To: 'Maven Users List'
Subject: RE: [m1] bootstrap build error


I have just removed all files and started from scratch.  The same problems
exist.

Do any of the committers use bootstrap?  This problem has existed for at
least 3 weeks (I have been sporadically trying it).  I recognize something
could be wrong in my environment, but I have successfully been bootstrapping
since pre-beta 1.1 days.

I have been building with Java 1.5.0_04, if that matters (hasn't
previously).


-Original Message-
From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 25, 2005 12:06 AM
To: 'Maven Users List'
Subject: RE: [m1] bootstrap build error

Hi Jeff,

Yes it was these files ;-(
The download of dependencies was broken.
I had your problem some days ago, which was the use of a bad release of the
maven model in the ejb plugin.
But it was fixed :-(

Arnaud
 

 -Message d'origine-
 De : Jeff Jensen [mailto:[EMAIL PROTECTED]
 Envoyé : jeudi 25 août 2005 03:21
 À : 'Maven Users List'
 Objet : RE: [m1] bootstrap build error
 
 Thanks Arnaud.
 
 These are the new files pulled down:
 
 C:\devroot\reference\mavensvn co
 http://svn.apache.org/repos/asf/maven/maven-1/core/trunk
 maven-1/core/trunk U
 maven-1\core\trunk\src\java\org\apache\maven\repository\Abstra
 ctArtifact.jav
 a
 U  maven-1\core\trunk\src\bin\maven.bat
  U maven-1\core\trunk
 Checked out revision 239972.
 
 C:\devroot\reference\mavensvn co
 http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk
 maven-1/plugins/trunk
 U  maven-1\plugins\trunk\javadoc\xdocs\changes.xml
 U  maven-1\plugins\trunk\pdf\xdocs\changes.xml
 Checked out revision 239972.
 
 
 And I get the same build errors.
  
 
 -Original Message-
 From: Arnaud HERITIER [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, August 24, 2005 6:30 PM
 To: 'Maven Users List'
 Subject: RE: [m1] bootstrap build error
 
 I fixed some errors on the core.
 If you can update it and re-launch the bootstrap.
 
 Arnaud
  
 
  -Message d'origine-
  De : Jeff Jensen [mailto:[EMAIL PROTECTED]
  Envoyé : mercredi 24 août 2005 14:36 À : 'Maven Users List'
  Objet : [m1] bootstrap build error
  
  I have been attempting to build m1 via bootstrap again, and
 have the
  following compile errors.  I did not find the cause from a quick 
  review, and am wondering if this is a known bootstrap
 problem before I
  spend more time with it.  I have verified the classes exist, visual 
  inspection found no problems.  I am wondering about bootstrap 
  classpath, etc.?
  
  From revision 239628.
  
  
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
  org\apache\mav
  en\ejb\EJBArtifactTypeHandler.java:20: cannot find symbol
   [exec] [javac] symbol  : class MavenException
   [exec] [javac] location: package org.apache.maven
   [exec] [javac] import org.apache.maven.MavenException;
   [exec] [javac] ^
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
  org\apache\mav
  en\ejb\EJBArtifactTypeHandler.java:21: cannot find symbol
   [exec] [javac] symbol  : class Project
   [exec] [javac] location: package org.apache.maven.project
   [exec] [javac] import org.apache.maven.project.Project;
   [exec] [javac] ^
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
  org\apache\mav
  en\ejb\EJBArtifactTypeHandler.java:22: package 
  org.apache.maven.repository does not exist
   [exec] [javac] import
  org.apache.maven.repository.ArtifactTypeHandler;
   [exec] [javac]^
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
  org\apache\mav
  en\ejb\EJBArtifactTypeHandler.java:31: cannot find symbol
   [exec] [javac] symbol: class ArtifactTypeHandler
   [exec] [javac] public class EJBArtifactTypeHandler 
 implements
  ArtifactTypeHandler
   [exec] [javac]   
   ^
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
  org\apache\mav
  en\ejb\EJBArtifactTypeHandler.java:40: cannot find symbol
   [exec] [javac] symbol  : class Project
   [exec] [javac] location: class
  org.apache.maven.ejb.EJBArtifactTypeHandler
   [exec] [javac] public String
  constructRepositoryDirectoryPath(String type, Project
  project) throws MavenException
   [exec] [javac]
  ^
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
  org\apache\mav
  en\ejb

RE: [m1] bootstrap build error

2005-08-27 Thread Jeff Jensen
Are you having compile errors too, or something different like unable to
download dependencies, or other?  I'm getting compile errors on can’t find
classes (even though they exist!).


-Original Message-
From: Allison, Bob [mailto:[EMAIL PROTECTED] 
Sent: Saturday, August 27, 2005 4:54 PM
To: Maven Users List
Subject: RE: [m1] bootstrap build error

I wonder if this could be related to the 503 (service unavailable) errors I
have been getting from ibiblio periodically while trying to bootstrap
Maven2...

-Original Message-
From: Jeff Jensen [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 27, 2005 15:51
To: 'Maven Users List'
Subject: RE: [m1] bootstrap build error


I have just removed all files and started from scratch.  The same problems
exist.

Do any of the committers use bootstrap?  This problem has existed for at
least 3 weeks (I have been sporadically trying it).  I recognize something
could be wrong in my environment, but I have successfully been bootstrapping
since pre-beta 1.1 days.

I have been building with Java 1.5.0_04, if that matters (hasn't
previously).


-Original Message-
From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 25, 2005 12:06 AM
To: 'Maven Users List'
Subject: RE: [m1] bootstrap build error

Hi Jeff,

Yes it was these files ;-(
The download of dependencies was broken.
I had your problem some days ago, which was the use of a bad release of the
maven model in the ejb plugin.
But it was fixed :-(

Arnaud
 

 -Message d'origine-
 De : Jeff Jensen [mailto:[EMAIL PROTECTED]
 Envoyé : jeudi 25 août 2005 03:21
 À : 'Maven Users List'
 Objet : RE: [m1] bootstrap build error
 
 Thanks Arnaud.
 
 These are the new files pulled down:
 
 C:\devroot\reference\mavensvn co
 http://svn.apache.org/repos/asf/maven/maven-1/core/trunk
 maven-1/core/trunk U
 maven-1\core\trunk\src\java\org\apache\maven\repository\Abstra
 ctArtifact.jav
 a
 U  maven-1\core\trunk\src\bin\maven.bat
  U maven-1\core\trunk
 Checked out revision 239972.
 
 C:\devroot\reference\mavensvn co
 http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk
 maven-1/plugins/trunk
 U  maven-1\plugins\trunk\javadoc\xdocs\changes.xml
 U  maven-1\plugins\trunk\pdf\xdocs\changes.xml
 Checked out revision 239972.
 
 
 And I get the same build errors.
  
 
 -Original Message-
 From: Arnaud HERITIER [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, August 24, 2005 6:30 PM
 To: 'Maven Users List'
 Subject: RE: [m1] bootstrap build error
 
 I fixed some errors on the core.
 If you can update it and re-launch the bootstrap.
 
 Arnaud
  
 
  -Message d'origine-
  De : Jeff Jensen [mailto:[EMAIL PROTECTED]
  Envoyé : mercredi 24 août 2005 14:36 À : 'Maven Users List'
  Objet : [m1] bootstrap build error
  
  I have been attempting to build m1 via bootstrap again, and
 have the
  following compile errors.  I did not find the cause from a quick 
  review, and am wondering if this is a known bootstrap
 problem before I
  spend more time with it.  I have verified the classes exist, visual 
  inspection found no problems.  I am wondering about bootstrap 
  classpath, etc.?
  
  From revision 239628.
  
  
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
  org\apache\mav
  en\ejb\EJBArtifactTypeHandler.java:20: cannot find symbol
   [exec] [javac] symbol  : class MavenException
   [exec] [javac] location: package org.apache.maven
   [exec] [javac] import org.apache.maven.MavenException;
   [exec] [javac] ^
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
  org\apache\mav
  en\ejb\EJBArtifactTypeHandler.java:21: cannot find symbol
   [exec] [javac] symbol  : class Project
   [exec] [javac] location: package org.apache.maven.project
   [exec] [javac] import org.apache.maven.project.Project;
   [exec] [javac] ^
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
  org\apache\mav
  en\ejb\EJBArtifactTypeHandler.java:22: package 
  org.apache.maven.repository does not exist
   [exec] [javac] import
  org.apache.maven.repository.ArtifactTypeHandler;
   [exec] [javac]^
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
  org\apache\mav
  en\ejb\EJBArtifactTypeHandler.java:31: cannot find symbol
   [exec] [javac] symbol: class ArtifactTypeHandler
   [exec] [javac] public class EJBArtifactTypeHandler 
 implements
  ArtifactTypeHandler
   [exec] [javac]   
   ^
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
  org\apache\mav
  en\ejb\EJBArtifactTypeHandler.java:40: cannot find symbol
   [exec] [javac] symbol  : class Project
   [exec] [javac

Re: [m1] bootstrap build error

2005-08-27 Thread Brett Porter
Fixed. The recent changes to the EJB plugin worked for 1.0 and 1.1 at
runtime, but only for 1.0 at build time.

- Brett

On 8/28/05, Jeff Jensen [EMAIL PROTECTED] wrote:
 Are you having compile errors too, or something different like unable to
 download dependencies, or other?  I'm getting compile errors on can't find
 classes (even though they exist!).
 
 
 -Original Message-
 From: Allison, Bob [mailto:[EMAIL PROTECTED]
 Sent: Saturday, August 27, 2005 4:54 PM
 To: Maven Users List
 Subject: RE: [m1] bootstrap build error
 
 I wonder if this could be related to the 503 (service unavailable) errors I
 have been getting from ibiblio periodically while trying to bootstrap
 Maven2...
 
 -Original Message-
 From: Jeff Jensen [mailto:[EMAIL PROTECTED]
 Sent: Saturday, August 27, 2005 15:51
 To: 'Maven Users List'
 Subject: RE: [m1] bootstrap build error
 
 
 I have just removed all files and started from scratch.  The same problems
 exist.
 
 Do any of the committers use bootstrap?  This problem has existed for at
 least 3 weeks (I have been sporadically trying it).  I recognize something
 could be wrong in my environment, but I have successfully been bootstrapping
 since pre-beta 1.1 days.
 
 I have been building with Java 1.5.0_04, if that matters (hasn't
 previously).
 
 
 -Original Message-
 From: Arnaud HERITIER [mailto:[EMAIL PROTECTED]
 Sent: Thursday, August 25, 2005 12:06 AM
 To: 'Maven Users List'
 Subject: RE: [m1] bootstrap build error
 
 Hi Jeff,
 
 Yes it was these files ;-(
 The download of dependencies was broken.
 I had your problem some days ago, which was the use of a bad release of the
 maven model in the ejb plugin.
 But it was fixed :-(
 
 Arnaud
 
 
  -Message d'origine-
  De : Jeff Jensen [mailto:[EMAIL PROTECTED]
  Envoyé : jeudi 25 août 2005 03:21
  À : 'Maven Users List'
  Objet : RE: [m1] bootstrap build error
 
  Thanks Arnaud.
 
  These are the new files pulled down:
 
  C:\devroot\reference\mavensvn co
  http://svn.apache.org/repos/asf/maven/maven-1/core/trunk
  maven-1/core/trunk U
  maven-1\core\trunk\src\java\org\apache\maven\repository\Abstra
  ctArtifact.jav
  a
  U  maven-1\core\trunk\src\bin\maven.bat
   U maven-1\core\trunk
  Checked out revision 239972.
 
  C:\devroot\reference\mavensvn co
  http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk
  maven-1/plugins/trunk
  U  maven-1\plugins\trunk\javadoc\xdocs\changes.xml
  U  maven-1\plugins\trunk\pdf\xdocs\changes.xml
  Checked out revision 239972.
 
 
  And I get the same build errors.
 
 
  -Original Message-
  From: Arnaud HERITIER [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, August 24, 2005 6:30 PM
  To: 'Maven Users List'
  Subject: RE: [m1] bootstrap build error
 
  I fixed some errors on the core.
  If you can update it and re-launch the bootstrap.
 
  Arnaud
 
 
   -Message d'origine-
   De : Jeff Jensen [mailto:[EMAIL PROTECTED]
   Envoyé : mercredi 24 août 2005 14:36 À : 'Maven Users List'
   Objet : [m1] bootstrap build error
  
   I have been attempting to build m1 via bootstrap again, and
  have the
   following compile errors.  I did not find the cause from a quick
   review, and am wondering if this is a known bootstrap
  problem before I
   spend more time with it.  I have verified the classes exist, visual
   inspection found no problems.  I am wondering about bootstrap
   classpath, etc.?
  
   From revision 239628.
  
  
[exec] [javac]
   C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
   org\apache\mav
   en\ejb\EJBArtifactTypeHandler.java:20: cannot find symbol
[exec] [javac] symbol  : class MavenException
[exec] [javac] location: package org.apache.maven
[exec] [javac] import org.apache.maven.MavenException;
[exec] [javac] ^
[exec] [javac]
   C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
   org\apache\mav
   en\ejb\EJBArtifactTypeHandler.java:21: cannot find symbol
[exec] [javac] symbol  : class Project
[exec] [javac] location: package org.apache.maven.project
[exec] [javac] import org.apache.maven.project.Project;
[exec] [javac] ^
[exec] [javac]
   C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
   org\apache\mav
   en\ejb\EJBArtifactTypeHandler.java:22: package
   org.apache.maven.repository does not exist
[exec] [javac] import
   org.apache.maven.repository.ArtifactTypeHandler;
[exec] [javac]^
[exec] [javac]
   C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
   org\apache\mav
   en\ejb\EJBArtifactTypeHandler.java:31: cannot find symbol
[exec] [javac] symbol: class ArtifactTypeHandler
[exec] [javac] public class EJBArtifactTypeHandler
  implements
   ArtifactTypeHandler
[exec] [javac

RE: [m1] bootstrap build error

2005-08-27 Thread Jeff Jensen
Success!  Thank you Brett.
 

-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Saturday, August 27, 2005 11:03 PM
To: Maven Users List
Subject: Re: [m1] bootstrap build error

Fixed. The recent changes to the EJB plugin worked for 1.0 and 1.1 at
runtime, but only for 1.0 at build time.

- Brett

On 8/28/05, Jeff Jensen [EMAIL PROTECTED] wrote:
 Are you having compile errors too, or something different like unable 
 to download dependencies, or other?  I'm getting compile errors on 
 can't find classes (even though they exist!).
 
 
 -Original Message-
 From: Allison, Bob [mailto:[EMAIL PROTECTED]
 Sent: Saturday, August 27, 2005 4:54 PM
 To: Maven Users List
 Subject: RE: [m1] bootstrap build error
 
 I wonder if this could be related to the 503 (service unavailable) 
 errors I have been getting from ibiblio periodically while trying to 
 bootstrap Maven2...
 
 -Original Message-
 From: Jeff Jensen [mailto:[EMAIL PROTECTED]
 Sent: Saturday, August 27, 2005 15:51
 To: 'Maven Users List'
 Subject: RE: [m1] bootstrap build error
 
 
 I have just removed all files and started from scratch.  The same 
 problems exist.
 
 Do any of the committers use bootstrap?  This problem has existed for 
 at least 3 weeks (I have been sporadically trying it).  I recognize 
 something could be wrong in my environment, but I have successfully 
 been bootstrapping since pre-beta 1.1 days.
 
 I have been building with Java 1.5.0_04, if that matters (hasn't 
 previously).
 
 
 -Original Message-
 From: Arnaud HERITIER [mailto:[EMAIL PROTECTED]
 Sent: Thursday, August 25, 2005 12:06 AM
 To: 'Maven Users List'
 Subject: RE: [m1] bootstrap build error
 
 Hi Jeff,
 
 Yes it was these files ;-(
 The download of dependencies was broken.
 I had your problem some days ago, which was the use of a bad release 
 of the maven model in the ejb plugin.
 But it was fixed :-(
 
 Arnaud
 
 
  -Message d'origine-
  De : Jeff Jensen [mailto:[EMAIL PROTECTED]
  Envoyé : jeudi 25 août 2005 03:21
  À : 'Maven Users List'
  Objet : RE: [m1] bootstrap build error
 
  Thanks Arnaud.
 
  These are the new files pulled down:
 
  C:\devroot\reference\mavensvn co
  http://svn.apache.org/repos/asf/maven/maven-1/core/trunk
  maven-1/core/trunk U
  maven-1\core\trunk\src\java\org\apache\maven\repository\Abstra
  ctArtifact.jav
  a
  U  maven-1\core\trunk\src\bin\maven.bat
   U maven-1\core\trunk
  Checked out revision 239972.
 
  C:\devroot\reference\mavensvn co
  http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk
  maven-1/plugins/trunk
  U  maven-1\plugins\trunk\javadoc\xdocs\changes.xml
  U  maven-1\plugins\trunk\pdf\xdocs\changes.xml
  Checked out revision 239972.
 
 
  And I get the same build errors.
 
 
  -Original Message-
  From: Arnaud HERITIER [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, August 24, 2005 6:30 PM
  To: 'Maven Users List'
  Subject: RE: [m1] bootstrap build error
 
  I fixed some errors on the core.
  If you can update it and re-launch the bootstrap.
 
  Arnaud
 
 
   -Message d'origine-
   De : Jeff Jensen [mailto:[EMAIL PROTECTED]
   Envoyé : mercredi 24 août 2005 14:36 À : 'Maven Users List'
   Objet : [m1] bootstrap build error
  
   I have been attempting to build m1 via bootstrap again, and
  have the
   following compile errors.  I did not find the cause from a quick 
   review, and am wondering if this is a known bootstrap
  problem before I
   spend more time with it.  I have verified the classes exist, 
   visual inspection found no problems.  I am wondering about 
   bootstrap classpath, etc.?
  
   From revision 239628.
  
  
[exec] [javac]
   C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
   org\apache\mav
   en\ejb\EJBArtifactTypeHandler.java:20: cannot find symbol
[exec] [javac] symbol  : class MavenException
[exec] [javac] location: package org.apache.maven
[exec] [javac] import org.apache.maven.MavenException;
[exec] [javac] ^
[exec] [javac]
   C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
   org\apache\mav
   en\ejb\EJBArtifactTypeHandler.java:21: cannot find symbol
[exec] [javac] symbol  : class Project
[exec] [javac] location: package org.apache.maven.project
[exec] [javac] import org.apache.maven.project.Project;
[exec] [javac] ^
[exec] [javac]
   C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
   org\apache\mav
   en\ejb\EJBArtifactTypeHandler.java:22: package 
   org.apache.maven.repository does not exist
[exec] [javac] import
   org.apache.maven.repository.ArtifactTypeHandler;
[exec] [javac]^
[exec] [javac]
   C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
   org\apache\mav
   en\ejb

[m1] bootstrap build error

2005-08-24 Thread Jeff Jensen
I have been attempting to build m1 via bootstrap again, and have the
following compile errors.  I did not find the cause from a quick review, and
am wondering if this is a known bootstrap problem before I spend more time
with it.  I have verified the classes exist, visual inspection found no
problems.  I am wondering about bootstrap classpath, etc.?

From revision 239628.


 [exec] [javac]
C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\org\apache\mav
en\ejb\EJBArtifactTypeHandler.java:20: cannot find symbol
 [exec] [javac] symbol  : class MavenException
 [exec] [javac] location: package org.apache.maven
 [exec] [javac] import org.apache.maven.MavenException;
 [exec] [javac] ^
 [exec] [javac]
C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\org\apache\mav
en\ejb\EJBArtifactTypeHandler.java:21: cannot find symbol
 [exec] [javac] symbol  : class Project
 [exec] [javac] location: package org.apache.maven.project
 [exec] [javac] import org.apache.maven.project.Project;
 [exec] [javac] ^
 [exec] [javac]
C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\org\apache\mav
en\ejb\EJBArtifactTypeHandler.java:22: package org.apache.maven.repository
does not exist
 [exec] [javac] import
org.apache.maven.repository.ArtifactTypeHandler;
 [exec] [javac]^
 [exec] [javac]
C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\org\apache\mav
en\ejb\EJBArtifactTypeHandler.java:31: cannot find symbol
 [exec] [javac] symbol: class ArtifactTypeHandler
 [exec] [javac] public class EJBArtifactTypeHandler implements
ArtifactTypeHandler
 [exec] [javac]^
 [exec] [javac]
C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\org\apache\mav
en\ejb\EJBArtifactTypeHandler.java:40: cannot find symbol
 [exec] [javac] symbol  : class Project
 [exec] [javac] location: class
org.apache.maven.ejb.EJBArtifactTypeHandler
 [exec] [javac] public String
constructRepositoryDirectoryPath(String type, Project project) throws
MavenException
 [exec] [javac]
^
 [exec] [javac]
C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\org\apache\mav
en\ejb\EJBArtifactTypeHandler.java:40: cannot find symbol
 [exec] [javac] symbol  : class MavenException
 [exec] [javac] location: class
org.apache.maven.ejb.EJBArtifactTypeHandler
 [exec] [javac] public String
constructRepositoryDirectoryPath(String type, Project project) throws
MavenException
 [exec] [javac]
^
 [exec] [javac]
C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\org\apache\mav
en\ejb\EJBArtifactTypeHandler.java:56: cannot find symbol
 [exec] [javac] symbol  : class Project
 [exec] [javac] location: class
org.apache.maven.ejb.EJBArtifactTypeHandler
 [exec] [javac] public String constructRepositoryFullPath(String
type, Project project, String version) throws MavenException
 [exec] [javac]
^
 [exec] [javac]
C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\org\apache\mav
en\ejb\EJBArtifactTypeHandler.java:56: cannot find symbol
 [exec] [javac] symbol  : class MavenException
 [exec] [javac] location: class
org.apache.maven.ejb.EJBArtifactTypeHandler
 [exec] [javac] public String constructRepositoryFullPath(String
type, Project project, String version) throws MavenException
 [exec] [javac]
^
 [exec] [javac]
C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\org\apache\mav
en\ejb\EJBArtifactTypeHandler.java:58: internal error; cannot instantiate
StringBuffer(int) at java.lang.StringBuffer to ()
 [exec] [javac] StringBuffer path = new
StringBuffer(constructRepositoryDirectoryPath(type, project));
 [exec] [javac] ^
 [exec] [javac]
C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\org\apache\mav
en\ejb\EJBArtifactTypeHandler.java:70: cannot find symbol
 [exec] [javac] symbol  : class MavenException
 [exec] [javac] location: class
org.apache.maven.ejb.EJBArtifactTypeHandler
 [exec] [javac] throw new MavenException(Unrecognised
ejb type (is  + type + ));
 [exec] [javac]   ^
 [exec] [javac] 10 errors


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



RE: [m1] bootstrap build error

2005-08-24 Thread Arnaud HERITIER
I fixed some errors on the core.
If you can update it and re-launch the bootstrap.

Arnaud
 

 -Message d'origine-
 De : Jeff Jensen [mailto:[EMAIL PROTECTED] 
 Envoyé : mercredi 24 août 2005 14:36
 À : 'Maven Users List'
 Objet : [m1] bootstrap build error
 
 I have been attempting to build m1 via bootstrap again, and 
 have the following compile errors.  I did not find the cause 
 from a quick review, and am wondering if this is a known 
 bootstrap problem before I spend more time with it.  I have 
 verified the classes exist, visual inspection found no 
 problems.  I am wondering about bootstrap classpath, etc.?
 
 From revision 239628.
 
 
  [exec] [javac]
 C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
 org\apache\mav
 en\ejb\EJBArtifactTypeHandler.java:20: cannot find symbol
  [exec] [javac] symbol  : class MavenException
  [exec] [javac] location: package org.apache.maven
  [exec] [javac] import org.apache.maven.MavenException;
  [exec] [javac] ^
  [exec] [javac]
 C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
 org\apache\mav
 en\ejb\EJBArtifactTypeHandler.java:21: cannot find symbol
  [exec] [javac] symbol  : class Project
  [exec] [javac] location: package org.apache.maven.project
  [exec] [javac] import org.apache.maven.project.Project;
  [exec] [javac] ^
  [exec] [javac]
 C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
 org\apache\mav
 en\ejb\EJBArtifactTypeHandler.java:22: package 
 org.apache.maven.repository does not exist
  [exec] [javac] import
 org.apache.maven.repository.ArtifactTypeHandler;
  [exec] [javac]^
  [exec] [javac]
 C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
 org\apache\mav
 en\ejb\EJBArtifactTypeHandler.java:31: cannot find symbol
  [exec] [javac] symbol: class ArtifactTypeHandler
  [exec] [javac] public class EJBArtifactTypeHandler implements
 ArtifactTypeHandler
  [exec] [javac]   
  ^
  [exec] [javac]
 C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
 org\apache\mav
 en\ejb\EJBArtifactTypeHandler.java:40: cannot find symbol
  [exec] [javac] symbol  : class Project
  [exec] [javac] location: class
 org.apache.maven.ejb.EJBArtifactTypeHandler
  [exec] [javac] public String
 constructRepositoryDirectoryPath(String type, Project 
 project) throws MavenException
  [exec] [javac]
 ^
  [exec] [javac]
 C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
 org\apache\mav
 en\ejb\EJBArtifactTypeHandler.java:40: cannot find symbol
  [exec] [javac] symbol  : class MavenException
  [exec] [javac] location: class
 org.apache.maven.ejb.EJBArtifactTypeHandler
  [exec] [javac] public String
 constructRepositoryDirectoryPath(String type, Project 
 project) throws MavenException
  [exec] [javac]
 ^
  [exec] [javac]
 C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
 org\apache\mav
 en\ejb\EJBArtifactTypeHandler.java:56: cannot find symbol
  [exec] [javac] symbol  : class Project
  [exec] [javac] location: class
 org.apache.maven.ejb.EJBArtifactTypeHandler
  [exec] [javac] public String 
 constructRepositoryFullPath(String
 type, Project project, String version) throws MavenException
  [exec] [javac]
 ^
  [exec] [javac]
 C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
 org\apache\mav
 en\ejb\EJBArtifactTypeHandler.java:56: cannot find symbol
  [exec] [javac] symbol  : class MavenException
  [exec] [javac] location: class
 org.apache.maven.ejb.EJBArtifactTypeHandler
  [exec] [javac] public String 
 constructRepositoryFullPath(String
 type, Project project, String version) throws MavenException
  [exec] [javac]
 ^
  [exec] [javac]
 C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
 org\apache\mav
 en\ejb\EJBArtifactTypeHandler.java:58: internal error; cannot 
 instantiate
 StringBuffer(int) at java.lang.StringBuffer to ()
  [exec] [javac] StringBuffer path = new
 StringBuffer(constructRepositoryDirectoryPath(type, project));
  [exec] [javac] ^
  [exec] [javac]
 C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
 org\apache\mav
 en\ejb\EJBArtifactTypeHandler.java:70: cannot find symbol
  [exec] [javac] symbol  : class MavenException
  [exec] [javac] location: class
 org.apache.maven.ejb.EJBArtifactTypeHandler
  [exec] [javac] throw new 
 MavenException(Unrecognised
 ejb type (is  + type + ));
  [exec] [javac]   ^
  [exec] [javac] 10 errors

RE: [m1] bootstrap build error

2005-08-24 Thread Jeff Jensen
Thanks Arnaud.

These are the new files pulled down:

C:\devroot\reference\mavensvn co
http://svn.apache.org/repos/asf/maven/maven-1/core/trunk maven-1/core/trunk 
U
maven-1\core\trunk\src\java\org\apache\maven\repository\AbstractArtifact.jav
a
U  maven-1\core\trunk\src\bin\maven.bat
 U maven-1\core\trunk
Checked out revision 239972.

C:\devroot\reference\mavensvn co
http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk
maven-1/plugins/trunk 
U  maven-1\plugins\trunk\javadoc\xdocs\changes.xml
U  maven-1\plugins\trunk\pdf\xdocs\changes.xml
Checked out revision 239972.


And I get the same build errors.
 

-Original Message-
From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 24, 2005 6:30 PM
To: 'Maven Users List'
Subject: RE: [m1] bootstrap build error

I fixed some errors on the core.
If you can update it and re-launch the bootstrap.

Arnaud
 

 -Message d'origine-
 De : Jeff Jensen [mailto:[EMAIL PROTECTED]
 Envoyé : mercredi 24 août 2005 14:36
 À : 'Maven Users List'
 Objet : [m1] bootstrap build error
 
 I have been attempting to build m1 via bootstrap again, and have the 
 following compile errors.  I did not find the cause from a quick 
 review, and am wondering if this is a known bootstrap problem before I 
 spend more time with it.  I have verified the classes exist, visual 
 inspection found no problems.  I am wondering about bootstrap 
 classpath, etc.?
 
 From revision 239628.
 
 
  [exec] [javac]
 C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
 org\apache\mav
 en\ejb\EJBArtifactTypeHandler.java:20: cannot find symbol
  [exec] [javac] symbol  : class MavenException
  [exec] [javac] location: package org.apache.maven
  [exec] [javac] import org.apache.maven.MavenException;
  [exec] [javac] ^
  [exec] [javac]
 C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
 org\apache\mav
 en\ejb\EJBArtifactTypeHandler.java:21: cannot find symbol
  [exec] [javac] symbol  : class Project
  [exec] [javac] location: package org.apache.maven.project
  [exec] [javac] import org.apache.maven.project.Project;
  [exec] [javac] ^
  [exec] [javac]
 C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
 org\apache\mav
 en\ejb\EJBArtifactTypeHandler.java:22: package 
 org.apache.maven.repository does not exist
  [exec] [javac] import
 org.apache.maven.repository.ArtifactTypeHandler;
  [exec] [javac]^
  [exec] [javac]
 C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
 org\apache\mav
 en\ejb\EJBArtifactTypeHandler.java:31: cannot find symbol
  [exec] [javac] symbol: class ArtifactTypeHandler
  [exec] [javac] public class EJBArtifactTypeHandler implements
 ArtifactTypeHandler
  [exec] [javac]   
  ^
  [exec] [javac]
 C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
 org\apache\mav
 en\ejb\EJBArtifactTypeHandler.java:40: cannot find symbol
  [exec] [javac] symbol  : class Project
  [exec] [javac] location: class
 org.apache.maven.ejb.EJBArtifactTypeHandler
  [exec] [javac] public String
 constructRepositoryDirectoryPath(String type, Project
 project) throws MavenException
  [exec] [javac]
 ^
  [exec] [javac]
 C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
 org\apache\mav
 en\ejb\EJBArtifactTypeHandler.java:40: cannot find symbol
  [exec] [javac] symbol  : class MavenException
  [exec] [javac] location: class
 org.apache.maven.ejb.EJBArtifactTypeHandler
  [exec] [javac] public String
 constructRepositoryDirectoryPath(String type, Project
 project) throws MavenException
  [exec] [javac]
 ^
  [exec] [javac]
 C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
 org\apache\mav
 en\ejb\EJBArtifactTypeHandler.java:56: cannot find symbol
  [exec] [javac] symbol  : class Project
  [exec] [javac] location: class
 org.apache.maven.ejb.EJBArtifactTypeHandler
  [exec] [javac] public String 
 constructRepositoryFullPath(String
 type, Project project, String version) throws MavenException
  [exec] [javac]
 ^
  [exec] [javac]
 C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
 org\apache\mav
 en\ejb\EJBArtifactTypeHandler.java:56: cannot find symbol
  [exec] [javac] symbol  : class MavenException
  [exec] [javac] location: class
 org.apache.maven.ejb.EJBArtifactTypeHandler
  [exec] [javac] public String 
 constructRepositoryFullPath(String
 type, Project project, String version) throws MavenException
  [exec] [javac]
 ^
  [exec] [javac]
 C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
 org\apache\mav
 en\ejb

RE: [m1] bootstrap build error

2005-08-24 Thread Arnaud HERITIER
Hi Jeff,

Yes it was these files ;-(
The download of dependencies was broken.
I had your problem some days ago, which was the use of a bad release of the 
maven model in the ejb plugin.
But it was fixed :-(

Arnaud
 

 -Message d'origine-
 De : Jeff Jensen [mailto:[EMAIL PROTECTED] 
 Envoyé : jeudi 25 août 2005 03:21
 À : 'Maven Users List'
 Objet : RE: [m1] bootstrap build error
 
 Thanks Arnaud.
 
 These are the new files pulled down:
 
 C:\devroot\reference\mavensvn co
 http://svn.apache.org/repos/asf/maven/maven-1/core/trunk 
 maven-1/core/trunk U 
 maven-1\core\trunk\src\java\org\apache\maven\repository\Abstra
 ctArtifact.jav
 a
 U  maven-1\core\trunk\src\bin\maven.bat
  U maven-1\core\trunk
 Checked out revision 239972.
 
 C:\devroot\reference\mavensvn co
 http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk
 maven-1/plugins/trunk
 U  maven-1\plugins\trunk\javadoc\xdocs\changes.xml
 U  maven-1\plugins\trunk\pdf\xdocs\changes.xml
 Checked out revision 239972.
 
 
 And I get the same build errors.
  
 
 -Original Message-
 From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, August 24, 2005 6:30 PM
 To: 'Maven Users List'
 Subject: RE: [m1] bootstrap build error
 
 I fixed some errors on the core.
 If you can update it and re-launch the bootstrap.
 
 Arnaud
  
 
  -Message d'origine-
  De : Jeff Jensen [mailto:[EMAIL PROTECTED]
  Envoyé : mercredi 24 août 2005 14:36
  À : 'Maven Users List'
  Objet : [m1] bootstrap build error
  
  I have been attempting to build m1 via bootstrap again, and 
 have the 
  following compile errors.  I did not find the cause from a quick 
  review, and am wondering if this is a known bootstrap 
 problem before I 
  spend more time with it.  I have verified the classes exist, visual 
  inspection found no problems.  I am wondering about bootstrap 
  classpath, etc.?
  
  From revision 239628.
  
  
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
  org\apache\mav
  en\ejb\EJBArtifactTypeHandler.java:20: cannot find symbol
   [exec] [javac] symbol  : class MavenException
   [exec] [javac] location: package org.apache.maven
   [exec] [javac] import org.apache.maven.MavenException;
   [exec] [javac] ^
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
  org\apache\mav
  en\ejb\EJBArtifactTypeHandler.java:21: cannot find symbol
   [exec] [javac] symbol  : class Project
   [exec] [javac] location: package org.apache.maven.project
   [exec] [javac] import org.apache.maven.project.Project;
   [exec] [javac] ^
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
  org\apache\mav
  en\ejb\EJBArtifactTypeHandler.java:22: package 
  org.apache.maven.repository does not exist
   [exec] [javac] import
  org.apache.maven.repository.ArtifactTypeHandler;
   [exec] [javac]^
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
  org\apache\mav
  en\ejb\EJBArtifactTypeHandler.java:31: cannot find symbol
   [exec] [javac] symbol: class ArtifactTypeHandler
   [exec] [javac] public class EJBArtifactTypeHandler 
 implements
  ArtifactTypeHandler
   [exec] [javac]   
   ^
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
  org\apache\mav
  en\ejb\EJBArtifactTypeHandler.java:40: cannot find symbol
   [exec] [javac] symbol  : class Project
   [exec] [javac] location: class
  org.apache.maven.ejb.EJBArtifactTypeHandler
   [exec] [javac] public String
  constructRepositoryDirectoryPath(String type, Project
  project) throws MavenException
   [exec] [javac]
  ^
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
  org\apache\mav
  en\ejb\EJBArtifactTypeHandler.java:40: cannot find symbol
   [exec] [javac] symbol  : class MavenException
   [exec] [javac] location: class
  org.apache.maven.ejb.EJBArtifactTypeHandler
   [exec] [javac] public String
  constructRepositoryDirectoryPath(String type, Project
  project) throws MavenException
   [exec] [javac]
  ^
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main\
  org\apache\mav
  en\ejb\EJBArtifactTypeHandler.java:56: cannot find symbol
   [exec] [javac] symbol  : class Project
   [exec] [javac] location: class
  org.apache.maven.ejb.EJBArtifactTypeHandler
   [exec] [javac] public String 
  constructRepositoryFullPath(String
  type, Project project, String version) throws MavenException
   [exec] [javac]
  ^
   [exec] [javac]
  C:\devroot\reference\maven\maven-1\plugins\trunk\ejb\src\main