You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Arnaud HERITIER <ah...@gmail.com> on 2005/05/25 07:12:50 UTC

M1.1 bootstrap fails

Hi guys,
 
    Is it "normal" that I can't use the bootstrap in 1.1 if i define a property maven.repo.remote in my user's build.properties file
?
 
    Here is the error :
 
     [exec] test-inheritance:
     [exec]     [echo] Testing 0 level
     [exec] DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of maven.xml
     [exec] build:start:
 
     [exec] runTest:
     [exec]     [echo] overridden builtin property POM substitution
 
     [exec] LA CONSTRUCTION A LCHOUL
     [exec] Fichier... D:\Work\Dev\apache-maven-1.1\core\trunk\maven.xml
     [exec] Llement... maven:maven
     [exec] Ligne..... 38
     [exec] Colonne... -1
     [exec] Unable to obtain goal [touchstone-tests] --
D:\Work\Dev\apache-maven-1.1\core\trunk\src\test\touchstone-build\maven.xml:782:-1: <maven:maven> Unable
 to obtain goal [runTest] --
D:\Work\Dev\apache-maven-1.1\core\trunk\src\test\touchstone-build\src\reactor-build\inheritence\maven.xml:26:-1: <ant:fail> Sorry,
but pom.url = 'http://www.ibiblio.org/maven, http://cvs.apache.org/repository, http://xdoclet.sourceforge.net/repository', inherited
incorrectly
     [exec] Temps total    : 1 minutes 28 secondes
     [exec] Fini le        : mercredi 25 mai 2005 07:07:01 CEST
 

clean-maven-home:
   [delete] Deleting directory C:\Programs\dev\apache-maven-dev\bin
    [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\bin
   [delete] Deleting directory C:\Programs\dev\apache-maven-dev\lib
    [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\lib
   [delete] Deleting directory C:\Programs\dev\apache-maven-dev\plugins
    [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\plugins
   [delete] Deleting directory D:\Work\Data\maven\cache
     [copy] Copying 1 file to D:\Work\Dev\apache-maven-1.1\core\trunk\bootstrap\install-phase1\lib
     [copy] Copying 1 file to D:\Work\Dev\apache-maven-1.1\core\trunk\bootstrap\install-phase1
     [copy] Copying 112 files to C:\Programs\dev\apache-maven-dev
 
BUILD SUCCESSFUL
Total time: 4 minutes 54 seconds
D:\Work\Dev\apache-maven-1.1\core\trunk>
 
 
Arnaud




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: M1.1 bootstrap fails

Posted by Arnaud HERITIER <ah...@gmail.com>.
> 
> Are you sure you are up to date? I don't see line 637 being a
> maven:maven call in touchstone-tests/maven.xml. 

 I reproduced it at work (with the good line - I'll retest it at home) :
 
[exec] DEPRECATED: the default goal should be specified in the <build> 
section of project.xml instead of maven.xml

[exec] LA CONSTRUCTION A ╚CHOU╚
[exec] Fichier... C:\Work\OSS\apache-maven-1.1\core\trunk\maven.xml
[exec] ╚lement... maven:maven
[exec] Ligne..... 38
[exec] Colonne... -1
[exec] Unable to obtain goal [touchstone-tests] -- C:\Work\OSS\apache- 
maven-1.1\core\trunk\src\test\touchstone-build\maven.xml:838:-1:
<maven:maven> Error reading plugin script
[exec] Temps total : 2 minutes 49 secondes
[exec] Fini le : mercredi 25 mai 2005 10:04:08 CEST 

clean-maven-home:
[delete] Deleting directory C:\Programs\dev\apache-maven-1.0\bin
[mkdir] Created dir: C:\Programs\dev\apache-maven-1.0\bin
[delete] Deleting directory C:\Programs\dev\apache-maven-1.0\lib 
[mkdir] Created dir: C:\Programs\dev\apache-maven-1.0\lib
[delete] Deleting directory C:\Programs\dev\apache-maven-1.0\plugins
[mkdir] Created dir: C:\Programs\dev\apache-maven-1.0\plugins
[delete] Deleting directory C:\Work\Config\maven\cache 
[copy] Copying 1 file to C:\Work\OSS\apache-
maven-1.1\core\trunk\bootstrap\install-phase1\lib
[copy] Copying 1 file to C:\Work\OSS\apache-
maven-1.1\core\trunk\bootstrap\install-phase1
[copy] Copying 112 files to C:\Programs\dev\apache- maven-1.0

BUILD SUCCESSFUL
Total time: 14 minutes 27 seconds
But the build is successful at the end !!
 
Anyway, it seems to be failing for
> "${basedir}/src/reactor-build/entity-test/project.xml" as that comes 
> next after that test listed. Check if it has a maven.xml file that might
> be invalid.

 I checked all these files and they seem good :-(
 
- Brett
> 
> Arnaud HERITIER wrote:
> 
> >I have another error Brett :
> >
> > [exec] test-non-jar-dependency-path: 
> >
> > [exec] DEPRECATED: the default goal should be specified in the <build> 
> section of project.xml instead of maven.xml
> >
> > [exec] LA CONSTRUCTION A ╚CHOU╚
> > [exec] Fichier... D:\Work\Dev\apache- maven-1.1\core\trunk\maven.xml
> > [exec] ╚lement... maven:maven
> > [exec] Ligne..... 38
> > [exec] Colonne... -1
> > [exec] Unable to obtain goal [touchstone-tests] -- D:\Work\Dev\apache- 
> maven-1.1\core\trunk\src\test\touchstone-build\maven.xml:637:-1:<maven:maven> Error
> >reading plugin script
> > [exec] Temps total : 1 minutes 7 secondes
> > [exec] Fini le : mercredi 25 mai 2005 07:28:25 CEST 
> >
> >Any idea ??
> >
> >I'll take a look later. I must go to work ;-)
> >
> >Arnaud
> >
> >
> >
> >
> >
> >>-----Message d'origine-----
> >>De : Brett Porter [mailto: brett@apache.org]
> >>Envoyé : mercredi 25 mai 2005 07:16
> >>À : Maven Developers List
> >>Objet : Re: M1.1 bootstrap fails
> >>
> >>I think so. For the specific repos you've listed, they should 
> >>be present in project.properties when needed.
> >>
> >>- Brett
> >>
> >>Arnaud HERITIER wrote:
> >>
> >>
> >>
> >>>Hi guys,
> >>>
> >>> Is it "normal" that I can't use the bootstrap in 1.1 if
> >>>
> >>>
> >>i define a
> >>
> >>
> >>>property maven.repo.remote in my user's build.properties file ?
> >>>
> >>> Here is the error :
> >>>
> >>> [exec] test-inheritance:
> >>> [exec] [echo] Testing 0 level
> >>> [exec] DEPRECATED: the default goal should be specified
> >>>
> >>>
> >>in the <build> section of project.xml instead of maven.xml
> >>
> >>
> >>> [exec] build:start:
> >>>
> >>> [exec] runTest:
> >>> [exec] [echo] overridden builtin property POM substitution 
> >>>
> >>> [exec] LA CONSTRUCTION A LCHOUL
> >>> [exec] Fichier...
> >>>
> >>>
> >>D:\Work\Dev\apache-maven-1.1\core\trunk\maven.xml
> >>
> >> 
> >>> [exec] Llement... maven:maven
> >>> [exec] Ligne..... 38
> >>> [exec] Colonne... -1
> >>> [exec] Unable to obtain goal [touchstone-tests] --
> >>>D:\Work\Dev\apache- maven-1.1\core\trunk\src\test\touchstone-b
> >>>
> >>>
> >>uild\maven
> >>
> >>
> >>>.xml:782:-1: <maven:maven> Unable to obtain goal [runTest] --
> >>>D:\Work\Dev\apache- maven-1.1\core\trunk\src\test\touchstone-b
> >>>
> >>>
> >>uild\src\r
> >>
> >>
> >>>eactor-build\inheritence\maven.xml:26:-1: <ant:fail> Sorry,
> >>>
> >>>
> >>but pom.url
> >>
> >>
> >>>= 'http://www.ibiblio.org/maven,
> >>>
> >>>
> >> http://cvs.apache.org/repository,
> >>http://xdoclet.sourceforge.net/repository', inherited incorrectly
> >>
> >>
> >>> [exec] Temps total : 1 minutes 28 secondes 
> >>> [exec] Fini le : mercredi 25 mai 2005 07:07:01 CEST
> >>>
> >>>
> >>>clean-maven-home:
> >>> [delete] Deleting directory C:\Programs\dev\apache-maven-dev\bin 
> >>> [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\bin
> >>> [delete] Deleting directory C:\Programs\dev\apache-maven-dev\lib
> >>> [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\lib 
> >>> [delete] Deleting directory
> >>>
> >>>
> >>C:\Programs\dev\apache-maven-dev\plugins
> >>
> >>
> >>> [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\plugins 
> >>> [delete] Deleting directory D:\Work\Data\maven\cache
> >>> [copy] Copying 1 file to
> >>>
> >>>
> >>D:\Work\Dev\apache-maven-1.1\core\trunk\bootstrap\install-phase1\lib 
> >>
> >>
> >>> [copy] Copying 1 file to
> >>>
> >>>
> >>D:\Work\Dev\apache-maven-1.1\core\trunk\bootstrap\install-phase1
> >>
> >>
> >>> [copy] Copying 112 files to C:\Programs\dev\apache-maven-dev 
> >>>
> >>>BUILD SUCCESSFUL
> >>>Total time: 4 minutes 54 seconds
> >>>D:\Work\Dev\apache-maven-1.1\core\trunk>
> >>>
> >>>
> >>>Arnaud
> >>> 
> >>>
> >>>
> >>>
> >>>---------------------------------------------------------------------
> >>>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For
> >>>
> >>>
> >>additional
> >>
> >>
> >>>commands, e-mail: dev-help@maven.apache.org 
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For
> >>additional commands, e-mail: dev-help@maven.apache.org
> >>
> >>
> >>
> >
> >
> >
> > 
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >For additional commands, e-mail: dev-help@maven.apache.org
> >
> >
> >
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
>

Re: M1.1 bootstrap fails

Posted by Arnaud HERITIER <ah...@gmail.com>.
yes, I'll do it today
 Thx
 Arnaud

 On 5/26/05, Brett Porter <br...@apache.org> wrote: 
> 
> ok, I can reproduce. Stupid XML parsers.....
> 
> Can you file a JIRA?
> 
> - Brett
> 
> Arnaud HERITIER wrote:
> 
> >I use a JDK 1.4.2 on Windows XP :
> >
> >D:\Work\Dev\apache-maven-1.1\core\trunk\src\test\touchstone-build>java 
> -version
> >java version "1.4.2_05"
> >Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04)
> >Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode)
> >
> >Arnaud
> >
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
>

Re: M1.1 bootstrap fails

Posted by Brett Porter <br...@apache.org>.
ok, I can reproduce. Stupid XML parsers.....

Can you file a JIRA?

 - Brett

Arnaud HERITIER wrote:

>I use a JDK 1.4.2 on Windows XP :
>
>D:\Work\Dev\apache-maven-1.1\core\trunk\src\test\touchstone-build>java -version
>java version "1.4.2_05"
>Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04)
>Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode)
>
>Arnaud
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: M1.1 bootstrap fails

Posted by Arnaud HERITIER <ah...@gmail.com>.
I use a JDK 1.4.2 on Windows XP :

D:\Work\Dev\apache-maven-1.1\core\trunk\src\test\touchstone-build>java -version
java version "1.4.2_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04)
Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode)

Arnaud

> 
> What JDK are you using, that you ended up with crimson?
> 
> I thought I tested on JDK 1.4 - will confirm.
> 
> - Brett
> 
> Arnaud HERITIER wrote:
> 
> >I found the error.
> >
> >This is a problem with entities.
> >
> >The entity entity.xml is not found in 
> >apache-maven-1.1\core\trunk\src\test\touchstone-build\src\rea
> ctor-build
> >\entity-test\maven.xml
> >
> >The error is :
> >
> >--- Nested Exception ---
> >java.net.MalformedURLException: no protocol: ./entity/entity.xml
> >        at java.net.URL.<init>(URL.java:537)
> >        at java.net.URL.<init>(URL.java:434)
> >        at java.net.URL.<init>(URL.java:383)
> >        at 
> org.apache.crimson.parser.ExternalEntity.getInputSource(Extern
> alEntity.java:92)
> >        at 
> org.apache.crimson.parser.Parser2.pushReader(Parser2.java:3327)
> >        at 
> org.apache.crimson.parser.Parser2.externalParsedEntity(Parser2
> .java:3013)
> >        at 
> org.apache.crimson.parser.Parser2.expandEntityInContent(Parser
> 2.java:2739)
> >        at 
> org.apache.crimson.parser.Parser2.maybeReferenceInContent(Pars
> er2.java:2606)
> >        at 
> org.apache.crimson.parser.Parser2.content(Parser2.java:2017)
> >        at 
> org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691)
> >        at 
> org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:667)
> >        at org.apache.crimson.parser.Parser2.parse(Parser2.java:337)
> >        at 
> org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448)
> >        at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
> >        at 
> org.apache.maven.plugin.JellyScriptHousing.parse(JellyScriptHo
> using.java:157)
> >        at 
> org.apache.maven.plugin.JellyScriptHousing.parse(JellyScriptHo
> using.java:177)
> >        at 
> org.apache.maven.plugin.PluginManager.readMavenXml(PluginManag
> er.java:524)
> >        at 
> org.apache.maven.plugin.PluginManager.attainGoals(PluginManage
> r.java:596)
> >        at 
> org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
> >        at 
> org.apache.maven.jelly.tags.maven.MavenTag.doTag(MavenTag.java:82)
> >        at 
> org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247)
> >        at 
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
> >        at 
> org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(Mave
> nGoalTag.java:78)
> >        at 
> org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction
> .performAction(MavenGoalTag.java:109)
> >        at org.apache.maven.werkz.Goal.fire(Goal.java:656)
> >        at org.apache.maven.werkz.Goal.attain(Goal.java:592)
> >        at 
> org.apache.maven.werkz.WerkzProject.attainGoal(WerkzProject.java:210)
> >        at 
> org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(Mav
> enAttainGoalTag.java:114)
> >        at 
> org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247)
> >        at 
> org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
> >        at 
> org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(Mave
> nGoalTag.java:78)
> >        at 
> org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction
> .performAction(MavenGoalTag.java:109)
> >        at org.apache.maven.werkz.Goal.fire(Goal.java:656)
> >        at org.apache.maven.werkz.Goal.attain(Goal.java:592)
> >        at 
> org.apache.maven.plugin.PluginManager.attainGoals(PluginManage
> r.java:693)
> >        at 
> org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
> >        at org.apache.maven.cli.App.doMain(App.java:511)
> >        at org.apache.maven.cli.App.main(App.java:1258)
> >        at 
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >        at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess
> orImpl.java:39)
> >        at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth
> odAccessorImpl.java:25)
> >        at java.lang.reflect.Method.invoke(Method.java:324)
> >        at com.werken.forehead.Forehead.run(Forehead.java:551)
> >        at com.werken.forehead.Forehead.main(Forehead.java:581)
> >
> >
> >A new bug ???
> >
> >Arnaud
> >
> >
> >  
> >
> >>-----Message d'origine-----
> >>De : Brett Porter [mailto:brett@apache.org] Envoyé : 
> mercredi 25 mai 
> >>2005 07:35 À : Maven Developers List Objet : Re: M1.1 
> bootstrap fails
> >>
> >>Are you sure you are up to date? I don't see line 637 being a 
> >>maven:maven call in touchstone-tests/maven.xml.
> >>
> >>Anyway, it seems to be failing for
> >>"${basedir}/src/reactor-build/entity-test/project.xml" as 
> that comes 
> >>next after that test listed. Check if it has a maven.xml file that 
> >>might be invalid.
> >>
> >>- Brett
> >>
> >>Arnaud HERITIER wrote:
> >>
> >>    
> >>
> >>>I have another error Brett :
> >>>
> >>>    [exec] test-non-jar-dependency-path:
> >>>
> >>>    [exec] DEPRECATED: the default goal should be specified in the 
> >>><build> section of project.xml instead of maven.xml
> >>>
> >>>    [exec] LA CONSTRUCTION A +CHOU+
> >>>    [exec] Fichier... 
> >>>      
> >>>
> >>D:\Work\Dev\apache-maven-1.1\core\trunk\maven.xml
> >>    
> >>
> >>>    [exec] +lement... maven:maven
> >>>    [exec] Ligne..... 38
> >>>    [exec] Colonne... -1
> >>>    [exec] Unable to obtain goal [touchstone-tests] -- 
> >>>D:\Work\Dev\apache-maven-1.1\core\trunk\src\test\touchstone-b
> >>>      
> >>>
> >>uild\maven.xml:637:-1: <maven:maven> Error reading plugin script
> >>    
> >>
> >>>    [exec] Temps total    : 1 minutes 7 secondes
> >>>    [exec] Fini le        : mercredi 25 mai 2005 07:28:25 CEST
> >>>
> >>>Any idea ??
> >>>
> >>>I'll take a look later. I must go to work ;-)
> >>>
> >>>Arnaud
> >>>
> >>>
> >>>
> >>> 
> >>>
> >>>      
> >>>
> >>>>-----Message d'origine-----
> >>>>De : Brett Porter [mailto:brett@apache.org] Envoyé : 
> >>>>        
> >>>>
> >>mercredi 25 mai
> >>    
> >>
> >>>>2005 07:16 À : Maven Developers List Objet : Re: M1.1
> >>>>        
> >>>>
> >>bootstrap fails
> >>    
> >>
> >>>>I think so. For the specific repos you've listed, they should be 
> >>>>present in project.properties when needed.
> >>>>
> >>>>- Brett
> >>>>
> >>>>Arnaud HERITIER wrote:
> >>>>
> >>>>   
> >>>>
> >>>>        
> >>>>
> >>>>>Hi guys,
> >>>>>
> >>>>>  Is it "normal" that I can't use the bootstrap in 1.1 if
> >>>>>     
> >>>>>
> >>>>>          
> >>>>>
> >>>>i define a
> >>>>   
> >>>>
> >>>>        
> >>>>
> >>>>>property maven.repo.remote in my user's build.properties file ?
> >>>>>
> >>>>>  Here is the error :
> >>>>>
> >>>>>   [exec] test-inheritance:
> >>>>>   [exec]     [echo] Testing 0 level
> >>>>>   [exec] DEPRECATED: the default goal should be specified
> >>>>>     
> >>>>>
> >>>>>          
> >>>>>
> >>>>in the <build> section of project.xml instead of maven.xml
> >>>>   
> >>>>
> >>>>        
> >>>>
> >>>>>   [exec] build:start:
> >>>>>
> >>>>>   [exec] runTest:
> >>>>>   [exec]     [echo] overridden builtin property POM substitution
> >>>>>
> >>>>>   [exec] LA CONSTRUCTION A LCHOUL
> >>>>>   [exec] Fichier... 
> >>>>>     
> >>>>>
> >>>>>          
> >>>>>
> >>>>D:\Work\Dev\apache-maven-1.1\core\trunk\maven.xml
> >>>>   
> >>>>
> >>>>        
> >>>>
> >>>>>   [exec] Llement... maven:maven
> >>>>>   [exec] Ligne..... 38
> >>>>>   [exec] Colonne... -1
> >>>>>   [exec] Unable to obtain goal [touchstone-tests] -- 
> >>>>>D:\Work\Dev\apache-maven-1.1\core\trunk\src\test\touchstone-b
> >>>>>     
> >>>>>
> >>>>>          
> >>>>>
> >>>>uild\maven
> >>>>   
> >>>>
> >>>>        
> >>>>
> >>>>>.xml:782:-1: <maven:maven> Unable  to obtain goal [runTest] -- 
> >>>>>D:\Work\Dev\apache-maven-1.1\core\trunk\src\test\touchstone-b
> >>>>>     
> >>>>>
> >>>>>          
> >>>>>
> >>>>uild\src\r
> >>>>   
> >>>>
> >>>>        
> >>>>
> >>>>>eactor-build\inheritence\maven.xml:26:-1: <ant:fail> Sorry,
> >>>>>     
> >>>>>
> >>>>>          
> >>>>>
> >>>>but pom.url
> >>>>   
> >>>>
> >>>>        
> >>>>
> >>>>>= 'http://www.ibiblio.org/maven,
> >>>>>     
> >>>>>
> >>>>>          
> >>>>>
> >>>>http://cvs.apache.org/repository,
> >>>>http://xdoclet.sourceforge.net/repository', inherited incorrectly
> >>>>   
> >>>>
> >>>>        
> >>>>
> >>>>>   [exec] Temps total    : 1 minutes 28 secondes
> >>>>>   [exec] Fini le        : mercredi 25 mai 2005 07:07:01 CEST
> >>>>>
> >>>>>
> >>>>>clean-maven-home:
> >>>>> [delete] Deleting directory C:\Programs\dev\apache-maven-dev\bin
> >>>>>  [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\bin
> >>>>> [delete] Deleting directory C:\Programs\dev\apache-maven-dev\lib
> >>>>>  [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\lib
> >>>>> [delete] Deleting directory
> >>>>>     
> >>>>>
> >>>>>          
> >>>>>
> >>>>C:\Programs\dev\apache-maven-dev\plugins
> >>>>   
> >>>>
> >>>>        
> >>>>
> >>>>>  [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\plugins
> >>>>> [delete] Deleting directory D:\Work\Data\maven\cache
> >>>>>   [copy] Copying 1 file to
> >>>>>     
> >>>>>
> >>>>>          
> >>>>>
> >>>>D:\Work\Dev\apache-maven-1.1\core\trunk\bootstrap\install-
> phase1\lib
> >>>>   
> >>>>
> >>>>        
> >>>>
> >>>>>   [copy] Copying 1 file to
> >>>>>     
> >>>>>
> >>>>>          
> >>>>>
> >>>>D:\Work\Dev\apache-maven-1.1\core\trunk\bootstrap\install-phase1
> >>>>   
> >>>>
> >>>>        
> >>>>
> >>>>>   [copy] Copying 112 files to C:\Programs\dev\apache-maven-dev
> >>>>>
> >>>>>BUILD SUCCESSFUL
> >>>>>Total time: 4 minutes 54 seconds
> >>>>>D:\Work\Dev\apache-maven-1.1\core\trunk>
> >>>>>
> >>>>>
> >>>>>Arnaud
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>-----------------------------------------------------------
> >>>>>          
> >>>>>
> >>----------
> >>    
> >>
> >>>>>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For
> >>>>>     
> >>>>>
> >>>>>          
> >>>>>
> >>>>additional
> >>>>   
> >>>>
> >>>>        
> >>>>
> >>>>>commands, e-mail: dev-help@maven.apache.org
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>     
> >>>>>
> >>>>>          
> >>>>>
> >>>>------------------------------------------------------------
> >>>>        
> >>>>
> >>---------
> >>    
> >>
> >>>>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
> >>>>additional commands, e-mail: dev-help@maven.apache.org
> >>>>
> >>>>   
> >>>>
> >>>>        
> >>>>
> >>>
> >>>
> >>>-----------------------------------------------------------
> ----------
> >>>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For
> >>>      
> >>>
> >>additional
> >>    
> >>
> >>>commands, e-mail: dev-help@maven.apache.org
> >>>
> >>>
> >>> 
> >>>
> >>>      
> >>>
> >>------------------------------------------------------------
> ---------
> >>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
> >>additional commands, e-mail: dev-help@maven.apache.org
> >>
> >>    
> >>
> >
> >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
> additional 
> >commands, e-mail: dev-help@maven.apache.org
> >
> >
> >  
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
> additional commands, e-mail: dev-help@maven.apache.org
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: M1.1 bootstrap fails

Posted by Brett Porter <br...@apache.org>.
What JDK are you using, that you ended up with crimson?

I thought I tested on JDK 1.4 - will confirm.

- Brett

Arnaud HERITIER wrote:

>I found the error.
>
>This is a problem with entities.
>
>The entity entity.xml is not found in apache-maven-1.1\core\trunk\src\test\touchstone-build\src\reactor-build\entity-test\maven.xml
>
>The error is :
>
>--- Nested Exception ---
>java.net.MalformedURLException: no protocol: ./entity/entity.xml
>        at java.net.URL.<init>(URL.java:537)
>        at java.net.URL.<init>(URL.java:434)
>        at java.net.URL.<init>(URL.java:383)
>        at org.apache.crimson.parser.ExternalEntity.getInputSource(ExternalEntity.java:92)
>        at org.apache.crimson.parser.Parser2.pushReader(Parser2.java:3327)
>        at org.apache.crimson.parser.Parser2.externalParsedEntity(Parser2.java:3013)
>        at org.apache.crimson.parser.Parser2.expandEntityInContent(Parser2.java:2739)
>        at org.apache.crimson.parser.Parser2.maybeReferenceInContent(Parser2.java:2606)
>        at org.apache.crimson.parser.Parser2.content(Parser2.java:2017)
>        at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691)
>        at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:667)
>        at org.apache.crimson.parser.Parser2.parse(Parser2.java:337)
>        at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448)
>        at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
>        at org.apache.maven.plugin.JellyScriptHousing.parse(JellyScriptHousing.java:157)
>        at org.apache.maven.plugin.JellyScriptHousing.parse(JellyScriptHousing.java:177)
>        at org.apache.maven.plugin.PluginManager.readMavenXml(PluginManager.java:524)
>        at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:596)
>        at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
>        at org.apache.maven.jelly.tags.maven.MavenTag.doTag(MavenTag.java:82)
>        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247)
>        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
>        at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:78)
>        at org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:109)
>        at org.apache.maven.werkz.Goal.fire(Goal.java:656)
>        at org.apache.maven.werkz.Goal.attain(Goal.java:592)
>        at org.apache.maven.werkz.WerkzProject.attainGoal(WerkzProject.java:210)
>        at org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttainGoalTag.java:114)
>        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247)
>        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
>        at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:78)
>        at org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:109)
>        at org.apache.maven.werkz.Goal.fire(Goal.java:656)
>        at org.apache.maven.werkz.Goal.attain(Goal.java:592)
>        at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:693)
>        at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
>        at org.apache.maven.cli.App.doMain(App.java:511)
>        at org.apache.maven.cli.App.main(App.java:1258)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:324)
>        at com.werken.forehead.Forehead.run(Forehead.java:551)
>        at com.werken.forehead.Forehead.main(Forehead.java:581)
>
>
>A new bug ???
>
>Arnaud
>
>
>  
>
>>-----Message d'origine-----
>>De : Brett Porter [mailto:brett@apache.org] 
>>Envoyé : mercredi 25 mai 2005 07:35
>>À : Maven Developers List
>>Objet : Re: M1.1 bootstrap fails
>>
>>Are you sure you are up to date? I don't see line 637 being a 
>>maven:maven call in touchstone-tests/maven.xml.
>>
>>Anyway, it seems to be failing for
>>"${basedir}/src/reactor-build/entity-test/project.xml" as 
>>that comes next after that test listed. Check if it has a 
>>maven.xml file that might be invalid.
>>
>>- Brett
>>
>>Arnaud HERITIER wrote:
>>
>>    
>>
>>>I have another error Brett :
>>>
>>>    [exec] test-non-jar-dependency-path:
>>>
>>>    [exec] DEPRECATED: the default goal should be specified in the 
>>><build> section of project.xml instead of maven.xml
>>>
>>>    [exec] LA CONSTRUCTION A +CHOU+
>>>    [exec] Fichier... 
>>>      
>>>
>>D:\Work\Dev\apache-maven-1.1\core\trunk\maven.xml
>>    
>>
>>>    [exec] +lement... maven:maven
>>>    [exec] Ligne..... 38
>>>    [exec] Colonne... -1
>>>    [exec] Unable to obtain goal [touchstone-tests] -- 
>>>D:\Work\Dev\apache-maven-1.1\core\trunk\src\test\touchstone-b
>>>      
>>>
>>uild\maven.xml:637:-1: <maven:maven> Error reading plugin script
>>    
>>
>>>    [exec] Temps total    : 1 minutes 7 secondes
>>>    [exec] Fini le        : mercredi 25 mai 2005 07:28:25 CEST
>>>
>>>Any idea ??
>>>
>>>I'll take a look later. I must go to work ;-)
>>>
>>>Arnaud
>>>
>>>
>>>
>>> 
>>>
>>>      
>>>
>>>>-----Message d'origine-----
>>>>De : Brett Porter [mailto:brett@apache.org] Envoyé : 
>>>>        
>>>>
>>mercredi 25 mai 
>>    
>>
>>>>2005 07:16 À : Maven Developers List Objet : Re: M1.1 
>>>>        
>>>>
>>bootstrap fails
>>    
>>
>>>>I think so. For the specific repos you've listed, they should be 
>>>>present in project.properties when needed.
>>>>
>>>>- Brett
>>>>
>>>>Arnaud HERITIER wrote:
>>>>
>>>>   
>>>>
>>>>        
>>>>
>>>>>Hi guys,
>>>>>
>>>>>  Is it "normal" that I can't use the bootstrap in 1.1 if
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>>i define a
>>>>   
>>>>
>>>>        
>>>>
>>>>>property maven.repo.remote in my user's build.properties file ?
>>>>>
>>>>>  Here is the error :
>>>>>
>>>>>   [exec] test-inheritance:
>>>>>   [exec]     [echo] Testing 0 level
>>>>>   [exec] DEPRECATED: the default goal should be specified
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>>in the <build> section of project.xml instead of maven.xml
>>>>   
>>>>
>>>>        
>>>>
>>>>>   [exec] build:start:
>>>>>
>>>>>   [exec] runTest:
>>>>>   [exec]     [echo] overridden builtin property POM substitution
>>>>>
>>>>>   [exec] LA CONSTRUCTION A LCHOUL
>>>>>   [exec] Fichier... 
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>>D:\Work\Dev\apache-maven-1.1\core\trunk\maven.xml
>>>>   
>>>>
>>>>        
>>>>
>>>>>   [exec] Llement... maven:maven
>>>>>   [exec] Ligne..... 38
>>>>>   [exec] Colonne... -1
>>>>>   [exec] Unable to obtain goal [touchstone-tests] -- 
>>>>>D:\Work\Dev\apache-maven-1.1\core\trunk\src\test\touchstone-b
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>>uild\maven
>>>>   
>>>>
>>>>        
>>>>
>>>>>.xml:782:-1: <maven:maven> Unable  to obtain goal [runTest] -- 
>>>>>D:\Work\Dev\apache-maven-1.1\core\trunk\src\test\touchstone-b
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>>uild\src\r
>>>>   
>>>>
>>>>        
>>>>
>>>>>eactor-build\inheritence\maven.xml:26:-1: <ant:fail> Sorry,
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>>but pom.url
>>>>   
>>>>
>>>>        
>>>>
>>>>>= 'http://www.ibiblio.org/maven,
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>>http://cvs.apache.org/repository,
>>>>http://xdoclet.sourceforge.net/repository', inherited incorrectly
>>>>   
>>>>
>>>>        
>>>>
>>>>>   [exec] Temps total    : 1 minutes 28 secondes
>>>>>   [exec] Fini le        : mercredi 25 mai 2005 07:07:01 CEST
>>>>>
>>>>>
>>>>>clean-maven-home:
>>>>> [delete] Deleting directory C:\Programs\dev\apache-maven-dev\bin
>>>>>  [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\bin
>>>>> [delete] Deleting directory C:\Programs\dev\apache-maven-dev\lib
>>>>>  [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\lib
>>>>> [delete] Deleting directory
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>>C:\Programs\dev\apache-maven-dev\plugins
>>>>   
>>>>
>>>>        
>>>>
>>>>>  [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\plugins
>>>>> [delete] Deleting directory D:\Work\Data\maven\cache
>>>>>   [copy] Copying 1 file to
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>>D:\Work\Dev\apache-maven-1.1\core\trunk\bootstrap\install-phase1\lib
>>>>   
>>>>
>>>>        
>>>>
>>>>>   [copy] Copying 1 file to
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>>D:\Work\Dev\apache-maven-1.1\core\trunk\bootstrap\install-phase1
>>>>   
>>>>
>>>>        
>>>>
>>>>>   [copy] Copying 112 files to C:\Programs\dev\apache-maven-dev
>>>>>
>>>>>BUILD SUCCESSFUL
>>>>>Total time: 4 minutes 54 seconds
>>>>>D:\Work\Dev\apache-maven-1.1\core\trunk>
>>>>>
>>>>>
>>>>>Arnaud
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>-----------------------------------------------------------
>>>>>          
>>>>>
>>----------
>>    
>>
>>>>>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>>additional
>>>>   
>>>>
>>>>        
>>>>
>>>>>commands, e-mail: dev-help@maven.apache.org
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>>------------------------------------------------------------
>>>>        
>>>>
>>---------
>>    
>>
>>>>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
>>>>additional commands, e-mail: dev-help@maven.apache.org
>>>>
>>>>   
>>>>
>>>>        
>>>>
>>>
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
>>>      
>>>
>>additional 
>>    
>>
>>>commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>>> 
>>>
>>>      
>>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
>>additional commands, e-mail: dev-help@maven.apache.org
>>
>>    
>>
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>For additional commands, e-mail: dev-help@maven.apache.org
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: M1.1 bootstrap fails

Posted by Arnaud HERITIER <ah...@gmail.com>.
I found the error.

This is a problem with entities.

The entity entity.xml is not found in apache-maven-1.1\core\trunk\src\test\touchstone-build\src\reactor-build\entity-test\maven.xml

The error is :

--- Nested Exception ---
java.net.MalformedURLException: no protocol: ./entity/entity.xml
        at java.net.URL.<init>(URL.java:537)
        at java.net.URL.<init>(URL.java:434)
        at java.net.URL.<init>(URL.java:383)
        at org.apache.crimson.parser.ExternalEntity.getInputSource(ExternalEntity.java:92)
        at org.apache.crimson.parser.Parser2.pushReader(Parser2.java:3327)
        at org.apache.crimson.parser.Parser2.externalParsedEntity(Parser2.java:3013)
        at org.apache.crimson.parser.Parser2.expandEntityInContent(Parser2.java:2739)
        at org.apache.crimson.parser.Parser2.maybeReferenceInContent(Parser2.java:2606)
        at org.apache.crimson.parser.Parser2.content(Parser2.java:2017)
        at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1691)
        at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:667)
        at org.apache.crimson.parser.Parser2.parse(Parser2.java:337)
        at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:448)
        at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
        at org.apache.maven.plugin.JellyScriptHousing.parse(JellyScriptHousing.java:157)
        at org.apache.maven.plugin.JellyScriptHousing.parse(JellyScriptHousing.java:177)
        at org.apache.maven.plugin.PluginManager.readMavenXml(PluginManager.java:524)
        at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:596)
        at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
        at org.apache.maven.jelly.tags.maven.MavenTag.doTag(MavenTag.java:82)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
        at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:78)
        at org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:109)
        at org.apache.maven.werkz.Goal.fire(Goal.java:656)
        at org.apache.maven.werkz.Goal.attain(Goal.java:592)
        at org.apache.maven.werkz.WerkzProject.attainGoal(WerkzProject.java:210)
        at org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttainGoalTag.java:114)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
        at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:78)
        at org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:109)
        at org.apache.maven.werkz.Goal.fire(Goal.java:656)
        at org.apache.maven.werkz.Goal.attain(Goal.java:592)
        at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:693)
        at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
        at org.apache.maven.cli.App.doMain(App.java:511)
        at org.apache.maven.cli.App.main(App.java:1258)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at com.werken.forehead.Forehead.run(Forehead.java:551)
        at com.werken.forehead.Forehead.main(Forehead.java:581)


A new bug ???

Arnaud


> -----Message d'origine-----
> De : Brett Porter [mailto:brett@apache.org] 
> Envoyé : mercredi 25 mai 2005 07:35
> À : Maven Developers List
> Objet : Re: M1.1 bootstrap fails
> 
> Are you sure you are up to date? I don't see line 637 being a 
> maven:maven call in touchstone-tests/maven.xml.
> 
> Anyway, it seems to be failing for
> "${basedir}/src/reactor-build/entity-test/project.xml" as 
> that comes next after that test listed. Check if it has a 
> maven.xml file that might be invalid.
> 
> - Brett
> 
> Arnaud HERITIER wrote:
> 
> >I have another error Brett :
> >
> >     [exec] test-non-jar-dependency-path:
> >
> >     [exec] DEPRECATED: the default goal should be specified in the 
> > <build> section of project.xml instead of maven.xml
> >
> >     [exec] LA CONSTRUCTION A +CHOU+
> >     [exec] Fichier... 
> D:\Work\Dev\apache-maven-1.1\core\trunk\maven.xml
> >     [exec] +lement... maven:maven
> >     [exec] Ligne..... 38
> >     [exec] Colonne... -1
> >     [exec] Unable to obtain goal [touchstone-tests] -- 
> >D:\Work\Dev\apache-maven-1.1\core\trunk\src\test\touchstone-b
> uild\maven.xml:637:-1: <maven:maven> Error reading plugin script
> >     [exec] Temps total    : 1 minutes 7 secondes
> >     [exec] Fini le        : mercredi 25 mai 2005 07:28:25 CEST
> >
> >Any idea ??
> >
> >I'll take a look later. I must go to work ;-)
> >
> >Arnaud
> >
> > 
> >
> >  
> >
> >>-----Message d'origine-----
> >>De : Brett Porter [mailto:brett@apache.org] Envoyé : 
> mercredi 25 mai 
> >>2005 07:16 À : Maven Developers List Objet : Re: M1.1 
> bootstrap fails
> >>
> >>I think so. For the specific repos you've listed, they should be 
> >>present in project.properties when needed.
> >>
> >>- Brett
> >>
> >>Arnaud HERITIER wrote:
> >>
> >>    
> >>
> >>>Hi guys,
> >>>
> >>>   Is it "normal" that I can't use the bootstrap in 1.1 if
> >>>      
> >>>
> >>i define a
> >>    
> >>
> >>>property maven.repo.remote in my user's build.properties file ?
> >>>
> >>>   Here is the error :
> >>>
> >>>    [exec] test-inheritance:
> >>>    [exec]     [echo] Testing 0 level
> >>>    [exec] DEPRECATED: the default goal should be specified
> >>>      
> >>>
> >>in the <build> section of project.xml instead of maven.xml
> >>    
> >>
> >>>    [exec] build:start:
> >>>
> >>>    [exec] runTest:
> >>>    [exec]     [echo] overridden builtin property POM substitution
> >>>
> >>>    [exec] LA CONSTRUCTION A LCHOUL
> >>>    [exec] Fichier... 
> >>>      
> >>>
> >>D:\Work\Dev\apache-maven-1.1\core\trunk\maven.xml
> >>    
> >>
> >>>    [exec] Llement... maven:maven
> >>>    [exec] Ligne..... 38
> >>>    [exec] Colonne... -1
> >>>    [exec] Unable to obtain goal [touchstone-tests] -- 
> >>>D:\Work\Dev\apache-maven-1.1\core\trunk\src\test\touchstone-b
> >>>      
> >>>
> >>uild\maven
> >>    
> >>
> >>>.xml:782:-1: <maven:maven> Unable  to obtain goal [runTest] -- 
> >>>D:\Work\Dev\apache-maven-1.1\core\trunk\src\test\touchstone-b
> >>>      
> >>>
> >>uild\src\r
> >>    
> >>
> >>>eactor-build\inheritence\maven.xml:26:-1: <ant:fail> Sorry,
> >>>      
> >>>
> >>but pom.url
> >>    
> >>
> >>>= 'http://www.ibiblio.org/maven,
> >>>      
> >>>
> >>http://cvs.apache.org/repository,
> >>http://xdoclet.sourceforge.net/repository', inherited incorrectly
> >>    
> >>
> >>>    [exec] Temps total    : 1 minutes 28 secondes
> >>>    [exec] Fini le        : mercredi 25 mai 2005 07:07:01 CEST
> >>>
> >>>
> >>>clean-maven-home:
> >>>  [delete] Deleting directory C:\Programs\dev\apache-maven-dev\bin
> >>>   [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\bin
> >>>  [delete] Deleting directory C:\Programs\dev\apache-maven-dev\lib
> >>>   [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\lib
> >>>  [delete] Deleting directory
> >>>      
> >>>
> >>C:\Programs\dev\apache-maven-dev\plugins
> >>    
> >>
> >>>   [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\plugins
> >>>  [delete] Deleting directory D:\Work\Data\maven\cache
> >>>    [copy] Copying 1 file to
> >>>      
> >>>
> >>D:\Work\Dev\apache-maven-1.1\core\trunk\bootstrap\install-phase1\lib
> >>    
> >>
> >>>    [copy] Copying 1 file to
> >>>      
> >>>
> >>D:\Work\Dev\apache-maven-1.1\core\trunk\bootstrap\install-phase1
> >>    
> >>
> >>>    [copy] Copying 112 files to C:\Programs\dev\apache-maven-dev
> >>>
> >>>BUILD SUCCESSFUL
> >>>Total time: 4 minutes 54 seconds
> >>>D:\Work\Dev\apache-maven-1.1\core\trunk>
> >>>
> >>>
> >>>Arnaud
> >>>
> >>>
> >>>
> >>>
> >>>-----------------------------------------------------------
> ----------
> >>>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For
> >>>      
> >>>
> >>additional
> >>    
> >>
> >>>commands, e-mail: dev-help@maven.apache.org
> >>>
> >>>
> >>> 
> >>>
> >>>      
> >>>
> >>------------------------------------------------------------
> ---------
> >>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
> >>additional commands, e-mail: dev-help@maven.apache.org
> >>
> >>    
> >>
> >
> >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
> additional 
> >commands, e-mail: dev-help@maven.apache.org
> >
> >
> >  
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
> additional commands, e-mail: dev-help@maven.apache.org
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: M1.1 bootstrap fails

Posted by Brett Porter <br...@apache.org>.
Are you sure you are up to date? I don't see line 637 being a 
maven:maven call in touchstone-tests/maven.xml.

Anyway, it seems to be failing for 
"${basedir}/src/reactor-build/entity-test/project.xml" as that comes 
next after that test listed. Check if it has a maven.xml file that might 
be invalid.

- Brett

Arnaud HERITIER wrote:

>I have another error Brett :
>
>     [exec] test-non-jar-dependency-path:
>
>     [exec] DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of maven.xml
>
>     [exec] LA CONSTRUCTION A ╚CHOU╚
>     [exec] Fichier... D:\Work\Dev\apache-maven-1.1\core\trunk\maven.xml
>     [exec] ╚lement... maven:maven
>     [exec] Ligne..... 38
>     [exec] Colonne... -1
>     [exec] Unable to obtain goal [touchstone-tests] -- D:\Work\Dev\apache-maven-1.1\core\trunk\src\test\touchstone-build\maven.xml:637:-1: <maven:maven> Error
>reading plugin script
>     [exec] Temps total    : 1 minutes 7 secondes
>     [exec] Fini le        : mercredi 25 mai 2005 07:28:25 CEST
>
>Any idea ??
>
>I'll take a look later. I must go to work ;-)
>
>Arnaud
>
> 
>
>  
>
>>-----Message d'origine-----
>>De : Brett Porter [mailto:brett@apache.org] 
>>Envoyé : mercredi 25 mai 2005 07:16
>>À : Maven Developers List
>>Objet : Re: M1.1 bootstrap fails
>>
>>I think so. For the specific repos you've listed, they should 
>>be present in project.properties when needed.
>>
>>- Brett
>>
>>Arnaud HERITIER wrote:
>>
>>    
>>
>>>Hi guys,
>>>
>>>   Is it "normal" that I can't use the bootstrap in 1.1 if 
>>>      
>>>
>>i define a 
>>    
>>
>>>property maven.repo.remote in my user's build.properties file ?
>>>
>>>   Here is the error :
>>>
>>>    [exec] test-inheritance:
>>>    [exec]     [echo] Testing 0 level
>>>    [exec] DEPRECATED: the default goal should be specified 
>>>      
>>>
>>in the <build> section of project.xml instead of maven.xml
>>    
>>
>>>    [exec] build:start:
>>>
>>>    [exec] runTest:
>>>    [exec]     [echo] overridden builtin property POM substitution
>>>
>>>    [exec] LA CONSTRUCTION A LCHOUL
>>>    [exec] Fichier... 
>>>      
>>>
>>D:\Work\Dev\apache-maven-1.1\core\trunk\maven.xml
>>    
>>
>>>    [exec] Llement... maven:maven
>>>    [exec] Ligne..... 38
>>>    [exec] Colonne... -1
>>>    [exec] Unable to obtain goal [touchstone-tests] --
>>>D:\Work\Dev\apache-maven-1.1\core\trunk\src\test\touchstone-b
>>>      
>>>
>>uild\maven
>>    
>>
>>>.xml:782:-1: <maven:maven> Unable  to obtain goal [runTest] --
>>>D:\Work\Dev\apache-maven-1.1\core\trunk\src\test\touchstone-b
>>>      
>>>
>>uild\src\r
>>    
>>
>>>eactor-build\inheritence\maven.xml:26:-1: <ant:fail> Sorry, 
>>>      
>>>
>>but pom.url 
>>    
>>
>>>= 'http://www.ibiblio.org/maven, 
>>>      
>>>
>>http://cvs.apache.org/repository, 
>>http://xdoclet.sourceforge.net/repository', inherited incorrectly
>>    
>>
>>>    [exec] Temps total    : 1 minutes 28 secondes
>>>    [exec] Fini le        : mercredi 25 mai 2005 07:07:01 CEST
>>>
>>>
>>>clean-maven-home:
>>>  [delete] Deleting directory C:\Programs\dev\apache-maven-dev\bin
>>>   [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\bin
>>>  [delete] Deleting directory C:\Programs\dev\apache-maven-dev\lib
>>>   [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\lib
>>>  [delete] Deleting directory 
>>>      
>>>
>>C:\Programs\dev\apache-maven-dev\plugins
>>    
>>
>>>   [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\plugins
>>>  [delete] Deleting directory D:\Work\Data\maven\cache
>>>    [copy] Copying 1 file to 
>>>      
>>>
>>D:\Work\Dev\apache-maven-1.1\core\trunk\bootstrap\install-phase1\lib
>>    
>>
>>>    [copy] Copying 1 file to 
>>>      
>>>
>>D:\Work\Dev\apache-maven-1.1\core\trunk\bootstrap\install-phase1
>>    
>>
>>>    [copy] Copying 112 files to C:\Programs\dev\apache-maven-dev
>>>
>>>BUILD SUCCESSFUL
>>>Total time: 4 minutes 54 seconds
>>>D:\Work\Dev\apache-maven-1.1\core\trunk>
>>>
>>>
>>>Arnaud
>>>
>>>
>>>
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
>>>      
>>>
>>additional 
>>    
>>
>>>commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>>> 
>>>
>>>      
>>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
>>additional commands, e-mail: dev-help@maven.apache.org
>>
>>    
>>
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>For additional commands, e-mail: dev-help@maven.apache.org
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: M1.1 bootstrap fails

Posted by Arnaud HERITIER <ah...@gmail.com>.
I have another error Brett :

     [exec] test-non-jar-dependency-path:

     [exec] DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of maven.xml

     [exec] LA CONSTRUCTION A ╚CHOU╚
     [exec] Fichier... D:\Work\Dev\apache-maven-1.1\core\trunk\maven.xml
     [exec] ╚lement... maven:maven
     [exec] Ligne..... 38
     [exec] Colonne... -1
     [exec] Unable to obtain goal [touchstone-tests] -- D:\Work\Dev\apache-maven-1.1\core\trunk\src\test\touchstone-build\maven.xml:637:-1: <maven:maven> Error
reading plugin script
     [exec] Temps total    : 1 minutes 7 secondes
     [exec] Fini le        : mercredi 25 mai 2005 07:28:25 CEST

Any idea ??

I'll take a look later. I must go to work ;-)

Arnaud

 

> -----Message d'origine-----
> De : Brett Porter [mailto:brett@apache.org] 
> Envoyé : mercredi 25 mai 2005 07:16
> À : Maven Developers List
> Objet : Re: M1.1 bootstrap fails
> 
> I think so. For the specific repos you've listed, they should 
> be present in project.properties when needed.
> 
> - Brett
> 
> Arnaud HERITIER wrote:
> 
> >Hi guys,
> > 
> >    Is it "normal" that I can't use the bootstrap in 1.1 if 
> i define a 
> >property maven.repo.remote in my user's build.properties file ?
> > 
> >    Here is the error :
> > 
> >     [exec] test-inheritance:
> >     [exec]     [echo] Testing 0 level
> >     [exec] DEPRECATED: the default goal should be specified 
> in the <build> section of project.xml instead of maven.xml
> >     [exec] build:start:
> > 
> >     [exec] runTest:
> >     [exec]     [echo] overridden builtin property POM substitution
> > 
> >     [exec] LA CONSTRUCTION A LCHOUL
> >     [exec] Fichier... 
> D:\Work\Dev\apache-maven-1.1\core\trunk\maven.xml
> >     [exec] Llement... maven:maven
> >     [exec] Ligne..... 38
> >     [exec] Colonne... -1
> >     [exec] Unable to obtain goal [touchstone-tests] --
> >D:\Work\Dev\apache-maven-1.1\core\trunk\src\test\touchstone-b
> uild\maven
> >.xml:782:-1: <maven:maven> Unable  to obtain goal [runTest] --
> >D:\Work\Dev\apache-maven-1.1\core\trunk\src\test\touchstone-b
> uild\src\r
> >eactor-build\inheritence\maven.xml:26:-1: <ant:fail> Sorry, 
> but pom.url 
> >= 'http://www.ibiblio.org/maven, 
> http://cvs.apache.org/repository, 
> http://xdoclet.sourceforge.net/repository', inherited incorrectly
> >     [exec] Temps total    : 1 minutes 28 secondes
> >     [exec] Fini le        : mercredi 25 mai 2005 07:07:01 CEST
> > 
> >
> >clean-maven-home:
> >   [delete] Deleting directory C:\Programs\dev\apache-maven-dev\bin
> >    [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\bin
> >   [delete] Deleting directory C:\Programs\dev\apache-maven-dev\lib
> >    [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\lib
> >   [delete] Deleting directory 
> C:\Programs\dev\apache-maven-dev\plugins
> >    [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\plugins
> >   [delete] Deleting directory D:\Work\Data\maven\cache
> >     [copy] Copying 1 file to 
> D:\Work\Dev\apache-maven-1.1\core\trunk\bootstrap\install-phase1\lib
> >     [copy] Copying 1 file to 
> D:\Work\Dev\apache-maven-1.1\core\trunk\bootstrap\install-phase1
> >     [copy] Copying 112 files to C:\Programs\dev\apache-maven-dev
> > 
> >BUILD SUCCESSFUL
> >Total time: 4 minutes 54 seconds
> >D:\Work\Dev\apache-maven-1.1\core\trunk>
> > 
> > 
> >Arnaud
> >
> >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
> additional 
> >commands, e-mail: dev-help@maven.apache.org
> >
> >
> >  
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
> additional commands, e-mail: dev-help@maven.apache.org
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: M1.1 bootstrap fails

Posted by Arnaud HERITIER <ah...@gmail.com>.
Ok, I'll do that ..

Thx.

Arnaud


> -----Message d'origine-----
> De : Brett Porter [mailto:brett@apache.org] 
> Envoyé : mercredi 25 mai 2005 07:16
> À : Maven Developers List
> Objet : Re: M1.1 bootstrap fails
> 
> I think so. For the specific repos you've listed, they should 
> be present in project.properties when needed.
> 
> - Brett
> 
> Arnaud HERITIER wrote:
> 
> >Hi guys,
> > 
> >    Is it "normal" that I can't use the bootstrap in 1.1 if 
> i define a 
> >property maven.repo.remote in my user's build.properties file ?
> > 
> >    Here is the error :
> > 
> >     [exec] test-inheritance:
> >     [exec]     [echo] Testing 0 level
> >     [exec] DEPRECATED: the default goal should be specified 
> in the <build> section of project.xml instead of maven.xml
> >     [exec] build:start:
> > 
> >     [exec] runTest:
> >     [exec]     [echo] overridden builtin property POM substitution
> > 
> >     [exec] LA CONSTRUCTION A LCHOUL
> >     [exec] Fichier... 
> D:\Work\Dev\apache-maven-1.1\core\trunk\maven.xml
> >     [exec] Llement... maven:maven
> >     [exec] Ligne..... 38
> >     [exec] Colonne... -1
> >     [exec] Unable to obtain goal [touchstone-tests] --
> >D:\Work\Dev\apache-maven-1.1\core\trunk\src\test\touchstone-b
> uild\maven
> >.xml:782:-1: <maven:maven> Unable  to obtain goal [runTest] --
> >D:\Work\Dev\apache-maven-1.1\core\trunk\src\test\touchstone-b
> uild\src\r
> >eactor-build\inheritence\maven.xml:26:-1: <ant:fail> Sorry, 
> but pom.url 
> >= 'http://www.ibiblio.org/maven, 
> http://cvs.apache.org/repository, 
> http://xdoclet.sourceforge.net/repository', inherited incorrectly
> >     [exec] Temps total    : 1 minutes 28 secondes
> >     [exec] Fini le        : mercredi 25 mai 2005 07:07:01 CEST
> > 
> >
> >clean-maven-home:
> >   [delete] Deleting directory C:\Programs\dev\apache-maven-dev\bin
> >    [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\bin
> >   [delete] Deleting directory C:\Programs\dev\apache-maven-dev\lib
> >    [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\lib
> >   [delete] Deleting directory 
> C:\Programs\dev\apache-maven-dev\plugins
> >    [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\plugins
> >   [delete] Deleting directory D:\Work\Data\maven\cache
> >     [copy] Copying 1 file to 
> D:\Work\Dev\apache-maven-1.1\core\trunk\bootstrap\install-phase1\lib
> >     [copy] Copying 1 file to 
> D:\Work\Dev\apache-maven-1.1\core\trunk\bootstrap\install-phase1
> >     [copy] Copying 112 files to C:\Programs\dev\apache-maven-dev
> > 
> >BUILD SUCCESSFUL
> >Total time: 4 minutes 54 seconds
> >D:\Work\Dev\apache-maven-1.1\core\trunk>
> > 
> > 
> >Arnaud
> >
> >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
> additional 
> >commands, e-mail: dev-help@maven.apache.org
> >
> >
> >  
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For 
> additional commands, e-mail: dev-help@maven.apache.org
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: M1.1 bootstrap fails

Posted by Brett Porter <br...@apache.org>.
I think so. For the specific repos you've listed, they should be present 
in project.properties when needed.

- Brett

Arnaud HERITIER wrote:

>Hi guys,
> 
>    Is it "normal" that I can't use the bootstrap in 1.1 if i define a property maven.repo.remote in my user's build.properties file
>?
> 
>    Here is the error :
> 
>     [exec] test-inheritance:
>     [exec]     [echo] Testing 0 level
>     [exec] DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of maven.xml
>     [exec] build:start:
> 
>     [exec] runTest:
>     [exec]     [echo] overridden builtin property POM substitution
> 
>     [exec] LA CONSTRUCTION A LCHOUL
>     [exec] Fichier... D:\Work\Dev\apache-maven-1.1\core\trunk\maven.xml
>     [exec] Llement... maven:maven
>     [exec] Ligne..... 38
>     [exec] Colonne... -1
>     [exec] Unable to obtain goal [touchstone-tests] --
>D:\Work\Dev\apache-maven-1.1\core\trunk\src\test\touchstone-build\maven.xml:782:-1: <maven:maven> Unable
> to obtain goal [runTest] --
>D:\Work\Dev\apache-maven-1.1\core\trunk\src\test\touchstone-build\src\reactor-build\inheritence\maven.xml:26:-1: <ant:fail> Sorry,
>but pom.url = 'http://www.ibiblio.org/maven, http://cvs.apache.org/repository, http://xdoclet.sourceforge.net/repository', inherited
>incorrectly
>     [exec] Temps total    : 1 minutes 28 secondes
>     [exec] Fini le        : mercredi 25 mai 2005 07:07:01 CEST
> 
>
>clean-maven-home:
>   [delete] Deleting directory C:\Programs\dev\apache-maven-dev\bin
>    [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\bin
>   [delete] Deleting directory C:\Programs\dev\apache-maven-dev\lib
>    [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\lib
>   [delete] Deleting directory C:\Programs\dev\apache-maven-dev\plugins
>    [mkdir] Created dir: C:\Programs\dev\apache-maven-dev\plugins
>   [delete] Deleting directory D:\Work\Data\maven\cache
>     [copy] Copying 1 file to D:\Work\Dev\apache-maven-1.1\core\trunk\bootstrap\install-phase1\lib
>     [copy] Copying 1 file to D:\Work\Dev\apache-maven-1.1\core\trunk\bootstrap\install-phase1
>     [copy] Copying 112 files to C:\Programs\dev\apache-maven-dev
> 
>BUILD SUCCESSFUL
>Total time: 4 minutes 54 seconds
>D:\Work\Dev\apache-maven-1.1\core\trunk>
> 
> 
>Arnaud
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>For additional commands, e-mail: dev-help@maven.apache.org
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org