You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Niclas Hedhman <ni...@hedhman.org> on 2003/09/11 07:38:59 UTC

More compile errors...

I thought I would like to peek at the updated docs, so....

maven merlin:site

after a while I get


    [javadoc] Constructing Javadoc information...
    [javadoc] javadoc: Error fetching URL: 
http://avalon.apache.org/sandbox/lifecycle/api/package-list
    [javadoc] javadoc: Error fetching URL: 
http://avalon.apache.org/excalibur/configuration/api/package-list
    [javadoc] javadoc: Error fetching URL: 
http://avalon.apache.org/excalibur/pool/api/package-list
    [javadoc] javadoc: Error fetching URL: 
http://avalon.apache.org/excalibur/thread/api/package-list
    [javadoc] javadoc: Error fetching URL: 
http://avalon.apache.org/excalibur/event/api/package-list
    [javadoc] Standard Doclet version 1.4.1
    [javadoc]
    [javadoc] Building tree for all the packages and classes...
    [javadoc] Building index for all the packages and classes...
    [javadoc] Building index for all classes...
    [javadoc] Generating 
/home/niclas/dev/opensource/avalon-sandbox/merlin/target/docs/api/org/apache/avalon/merlin/kernel/package-summary.html...
    [javadoc] Copying file 
/home/niclas/dev/opensource/avalon-sandbox/merlin/kernel/spi/src/java/org/apache/avalon/merlin/kernel/doc-files/kernel.gif 
to directory 
/home/niclas/dev/opensource/avalon-sandbox/merlin/target/docs/api/org/apache/avalon/merlin/kernel/doc-files...
    [javadoc] Generating 
/home/niclas/dev/opensource/avalon-sandbox/merlin/target/docs/api/org/apache/avalon/merlin/kernel/impl/package-summary.html...
    [javadoc] Copying file 
/home/niclas/dev/opensource/avalon-sandbox/merlin/kernel/impl/src/java/org/apache/avalon/merlin/kernel/impl/doc-files/DefaultKernel.gif 
to directory 
/home/niclas/dev/opensource/avalon-sandbox/merlin/target/docs/api/org/apache/avalon/merlin/kernel/impl/doc-files...
    [javadoc] Generating 
/home/niclas/dev/opensource/avalon-sandbox/merlin/target/docs/api/stylesheet.css...
    [javadoc] 5 errors

BUILD FAILED
File...... file:/home/niclas/dev/opensource/avalon-sandbox/merlin/
Element... maven:reactor
Line...... 269
Column.... 31
Unable to obtain goal [license:transfer] -- 
file:/home/niclas/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/:208:75: 
<j:file> /license.xml (Permission denied)
Total time: 1 minutes 29 seconds


AFAIU, two different type of problems.
1. The links defined in the project.properties does not exist on the ASF 
infrastructure.


2. A license.xml file is supposed to exist. In the whole avalon-sandbox, there 
are no license.xml file, NOR any file containing such reference. I have no 
clue.


Niclas

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


Re: More compile errors...

Posted by Niclas Hedhman <ni...@hedhman.org>.
On Thursday 11 September 2003 16:24, Stephen McConnell wrote:
> Niclas Hedhman wrote:
> >On Thursday 11 September 2003 15:42, Stephen McConnell wrote:
> >>Niclas Hedhman wrote:
> >>>The LOOOOONG version....
> >>
> >><big-snip/>
>
> ... and with this without your maven.gen.docs property?
>
>   <goal name="merlin:site"
>       description="Build the Merlin site" prereqs="xdoc:init">
>     <ant:property name="maven.gen.docs"
>
> value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.d
>ocs')}"/> <echo>Building site in the working directory:
> [${maven.gen.docs}]</echo> <maven:reactor basedir="${basedir}"
>       includes="platform.xml"
>       goals="license,xjavadoc,site"
>       banner="Building site:"
>       ignoreFailures="false"/>
>   </goal>

I thought I wrote that already...

xdoc:init:

merlin:site:
    [echo] Building site in the working directory: []
Starting the reactor...

At the beginning and choking with the error;

BUILD FAILED
File...... file:/home/niclas/dev/opensource/avalon-sandbox/merlin/
Element... maven:reactor
Line...... 286
Column.... 25
Unable to obtain goal [license:transfer] -- 
file:/home/niclas/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/:208:75: 
<j:file> /license.xml (Permission denied)
Total time:  25 seconds


Now he is trying to GENERATE the license.xml file into the / (root) directory, 
in which users have no write access.

With the maven.gen.docs set, I can get beyond that point, but then it will NPE 
in JSL transformation.

Niclas

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


Re: More compile errors...

Posted by Peter Courcoux <pe...@courcoux.biz>.
Niclas,

I have :- 
wiped maven dir including all plugins and repo.
done a clean cvs checkout of maven 
build of maven from cvs
run maven merlin:site on merlin cvs source at 22:14 gmt +1 yesterday.

The result was a successful build. I noticed 1 javadoc error reported,
but clearly it did not stop the build.

I built all using sun jdk 1.3.1_06 on redhat 7.2



On Thu, 2003-09-11 at 13:21, Niclas Hedhman wrote:
> On Thursday 11 September 2003 19:58, Peter Courcoux wrote:
> 
> > I hope I didn't give the impression that you might have made this
> > mistake. It was a completely separate observation and really should have
> > been in a separate email. It just came to light at the same time!
> 
> Ok. Even if you would, I don't feel bad about.... just about everything ;o) A 
> very tolerant and easy-going guy. Noone can insult me more than I have 
> insulted myself already ...
> 
> > Once I get a maven installation which builds all my stuff, I hate
> > updating it!
> 
> Then it is defeating its purpose, isn't it. And can you really stop him from 
> automatically updating the plug-ins?
> 
Yes, but its purpose is also defeated if you have to spend the time
trying to track down bugs in your build system.

Regards,

Peter

> > I have the bandwidth. I'll back it up and try.
> 
> Thanks.
> Niclas
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
> For additional commands, e-mail: dev-help@avalon.apache.org
-- 
Peter Courcoux <pe...@courcoux.biz>

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


Re: More compile errors...

Posted by Niclas Hedhman <ni...@hedhman.org>.
On Thursday 11 September 2003 19:58, Peter Courcoux wrote:

> I hope I didn't give the impression that you might have made this
> mistake. It was a completely separate observation and really should have
> been in a separate email. It just came to light at the same time!

Ok. Even if you would, I don't feel bad about.... just about everything ;o) A 
very tolerant and easy-going guy. Noone can insult me more than I have 
insulted myself already ...

> Once I get a maven installation which builds all my stuff, I hate
> updating it!

Then it is defeating its purpose, isn't it. And can you really stop him from 
automatically updating the plug-ins?

> I have the bandwidth. I'll back it up and try.

Thanks.
Niclas

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


Re: More compile errors...

Posted by Peter Courcoux <pe...@courcoux.biz>.
Niclas,

On Thu, 2003-09-11 at 12:43, Niclas Hedhman wrote:
> On Thursday 11 September 2003 17:38, Peter Courcoux wrote:
> > Fortunately, (Peter wipes brow) I realised this would actually replace
> > any settings already in .bash_profile and as I already have quite a lot
> > in there I would not have been best pleased if I had wiped them!
> 
> I'm too experienced in Linux to make such mistake. In fact, at the moment, I 
> set the MERLIN_HOME and PATH variables manually in the console I open.
> 
I hope I didn't give the impression that you might have made this
mistake. It was a completely separate observation and really should have
been in a separate email. It just came to light at the same time!

I've been sysadmin on linux systems since 5.2 but I'm still lazy ;-)

> IMHO, neither of these should be required, and later I will find out whether 
> that is true or not. (Just like never set CLASSPATH or basically anything. My 
> .bash_profile is almost empty).
> 
> But thanks anyway.
> 
> I am running RedHat9, and working both with Maven CVS and Maven latest binary. 
> Same result. But it also depends, afaiu, of what version of all the plug-ins 
> that Maven downloads when the .maven directory is empty/non-existent.
> 
> Peter, Do you have bandwidth enough to wipe ~/.maven and run from scratch?
> 
I think maven is a superb concept and implementation. However, I am not
happy with the way things continually break. I understood this when the
version said alpha, but rc1 =:-O 

Once I get a maven installation which builds all my stuff, I hate
updating it!

I have the bandwidth. I'll back it up and try.

Regards,

Peter

> Niclas
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
> For additional commands, e-mail: dev-help@avalon.apache.org
-- 
Peter Courcoux <pe...@courcoux.biz>

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


Re: More compile errors...

Posted by Niclas Hedhman <ni...@hedhman.org>.
On Thursday 11 September 2003 17:38, Peter Courcoux wrote:
> Fortunately, (Peter wipes brow) I realised this would actually replace
> any settings already in .bash_profile and as I already have quite a lot
> in there I would not have been best pleased if I had wiped them!

I'm too experienced in Linux to make such mistake. In fact, at the moment, I 
set the MERLIN_HOME and PATH variables manually in the console I open.

IMHO, neither of these should be required, and later I will find out whether 
that is true or not. (Just like never set CLASSPATH or basically anything. My 
.bash_profile is almost empty).

But thanks anyway.

I am running RedHat9, and working both with Maven CVS and Maven latest binary. 
Same result. But it also depends, afaiu, of what version of all the plug-ins 
that Maven downloads when the .maven directory is empty/non-existent.

Peter, Do you have bandwidth enough to wipe ~/.maven and run from scratch?

Niclas

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


Re: More compile errors...

Posted by Peter Courcoux <pe...@courcoux.biz>.
On Thu, 2003-09-11 at 13:13, Alexis Agahi wrote:
> On Thursday 11 September 2003 12:37, Peter Courcoux wrote:
> 
> 
> <snip/>
> 
> > > > >I couldn't find the source for the page so haven't submitted a patch.
> > > >
> > > > merlin/merlin-platform/xdocs/starting/installation.xml
> > >
> > > Thanks
> >
> > installation.dif attached.
> 
> btw it should be
> PATH=$PATH:$MERLIN_HOME/bin
> 
> ;)
Thanks.

Peter


> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
> For additional commands, e-mail: dev-help@avalon.apache.org
-- 
Peter Courcoux <pe...@courcoux.biz>

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


Re: More compile errors...

Posted by Alexis Agahi <al...@users.sf.net>.
On Thursday 11 September 2003 12:37, Peter Courcoux wrote:


<snip/>

> > > >I couldn't find the source for the page so haven't submitted a patch.
> > >
> > > merlin/merlin-platform/xdocs/starting/installation.xml
> >
> > Thanks
>
> installation.dif attached.

btw it should be
PATH=$PATH:$MERLIN_HOME/bin

;)

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


Re: More compile errors...

Posted by Stephen McConnell <mc...@apache.org>.

Peter Courcoux wrote:

>You noted Alexis's comment?
>

yep - you patch + Alexis' comment.

Steve.

>
>
>On Fri, 2003-09-12 at 13:38, Stephen McConnell wrote:
>  
>
>>Peter Courcoux wrote:
>>
>>    
>>
>>>>>>       
>>>>>>
>>>>>>            
>>>>>>
>>>>>merlin/merlin-platform/xdocs/starting/installation.xml
>>>>>     
>>>>>
>>>>>          
>>>>>
>>>>Thanks
>>>>   
>>>>
>>>>        
>>>>
>>>installation.dif attached.
>>>
>>>      
>>>
>>Applied.
>>
>>Thanks, Steve.
>>    
>>

-- 

Stephen J. McConnell
mailto:mcconnell@apache.org




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


Re: More compile errors...

Posted by Peter Courcoux <pe...@courcoux.biz>.
You noted Alexis's comment?


On Fri, 2003-09-12 at 13:38, Stephen McConnell wrote:
> Peter Courcoux wrote:
> 
> >>>>        
> >>>>
> >>>merlin/merlin-platform/xdocs/starting/installation.xml
> >>>      
> >>>
> >>Thanks
> >>    
> >>
> >
> >installation.dif attached.
> >
> 
> Applied.
> 
> Thanks, Steve.
-- 
Peter Courcoux <pe...@courcoux.biz>

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


Re: More compile errors...

Posted by Stephen McConnell <mc...@apache.org>.

Peter Courcoux wrote:

>>>>        
>>>>
>>>merlin/merlin-platform/xdocs/starting/installation.xml
>>>      
>>>
>>Thanks
>>    
>>
>
>installation.dif attached.
>

Applied.

Thanks, Steve.

-- 

Stephen J. McConnell
mailto:mcconnell@apache.org




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


Re: More compile errors...

Posted by Peter Courcoux <pe...@courcoux.biz>.
Steve,

On Thu, 2003-09-11 at 11:02, Peter Courcoux wrote:
> On Thu, 2003-09-11 at 10:58, Stephen McConnell wrote:
> > Peter Courcoux wrote:
> > 
> > >Steve, Niclas,
> > >
> > >Not sure this helps but ...
> > >
> > >maven merlin:site seems to build without changes for me on redhat 7.2.
> > >
> > 
> > Which version of Maven?
> 
> 1.0-rc1-SNAPSHOT cvs 20030901
> 
> > 
> > >
> > >
> > >I noticed the following instructions on the page :-
> > >http://avalon.apache.org/sandbox/merlin/starting/installation.html
> > >
> > >$ echo '
> > >  
> > >
> > >># set location of merlin
> > >>export MERLIN_HOME=/opt/merlin
> > >># include it in the path
> > >>export PATH=$PATH:MERLIN_HOME
> > >>' > ~/.bash_profile
> > >>    
> > >>
> > >$ source ~/.bash_profile
> > >
> > >Fortunately, (Peter wipes brow) I realised this would actually replace
> > >any settings already in .bash_profile and as I already have quite a lot
> > >in there I would not have been best pleased if I had wiped them! 
> > >
> > >I couldn't find the source for the page so haven't submitted a patch.
> > >
> > 
> > merlin/merlin-platform/xdocs/starting/installation.xml
> 
> Thanks

installation.dif attached.

Regards,

Peter
> .
> > 
> > Steve.
-- 
Peter Courcoux <pe...@courcoux.biz>

Re: More compile errors...

Posted by Peter Courcoux <pe...@courcoux.biz>.
On Thu, 2003-09-11 at 10:58, Stephen McConnell wrote:
> Peter Courcoux wrote:
> 
> >Steve, Niclas,
> >
> >Not sure this helps but ...
> >
> >maven merlin:site seems to build without changes for me on redhat 7.2.
> >
> 
> Which version of Maven?

1.0-rc1-SNAPSHOT cvs 20030901

> 
> >
> >
> >I noticed the following instructions on the page :-
> >http://avalon.apache.org/sandbox/merlin/starting/installation.html
> >
> >$ echo '
> >  
> >
> >># set location of merlin
> >>export MERLIN_HOME=/opt/merlin
> >># include it in the path
> >>export PATH=$PATH:MERLIN_HOME
> >>' > ~/.bash_profile
> >>    
> >>
> >$ source ~/.bash_profile
> >
> >Fortunately, (Peter wipes brow) I realised this would actually replace
> >any settings already in .bash_profile and as I already have quite a lot
> >in there I would not have been best pleased if I had wiped them! 
> >
> >I couldn't find the source for the page so haven't submitted a patch.
> >
> 
> merlin/merlin-platform/xdocs/starting/installation.xml

Thanks.
> 
> Steve.
-- 
Peter Courcoux <pe...@courcoux.biz>

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


Re: More compile errors...

Posted by Stephen McConnell <mc...@apache.org>.

Peter Courcoux wrote:

>Steve, Niclas,
>
>Not sure this helps but ...
>
>maven merlin:site seems to build without changes for me on redhat 7.2.
>

Which version of Maven?

>
>
>I noticed the following instructions on the page :-
>http://avalon.apache.org/sandbox/merlin/starting/installation.html
>
>$ echo '
>  
>
>># set location of merlin
>>export MERLIN_HOME=/opt/merlin
>># include it in the path
>>export PATH=$PATH:MERLIN_HOME
>>' > ~/.bash_profile
>>    
>>
>$ source ~/.bash_profile
>
>Fortunately, (Peter wipes brow) I realised this would actually replace
>any settings already in .bash_profile and as I already have quite a lot
>in there I would not have been best pleased if I had wiped them! 
>
>I couldn't find the source for the page so haven't submitted a patch.
>

merlin/merlin-platform/xdocs/starting/installation.xml

Steve.

-- 

Stephen J. McConnell
mailto:mcconnell@apache.org




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


Re: More compile errors...

Posted by Peter Courcoux <pe...@courcoux.biz>.
Steve, Niclas,

Not sure this helps but ...

maven merlin:site seems to build without changes for me on redhat 7.2.


I noticed the following instructions on the page :-
http://avalon.apache.org/sandbox/merlin/starting/installation.html

$ echo '
> # set location of merlin
> export MERLIN_HOME=/opt/merlin
> # include it in the path
> export PATH=$PATH:MERLIN_HOME
> ' > ~/.bash_profile
$ source ~/.bash_profile

Fortunately, (Peter wipes brow) I realised this would actually replace
any settings already in .bash_profile and as I already have quite a lot
in there I would not have been best pleased if I had wiped them! 

I couldn't find the source for the page so haven't submitted a patch.

Regards,

Peter




On Thu, 2003-09-11 at 09:24, Stephen McConnell wrote:
> Niclas Hedhman wrote:
> 
> >On Thursday 11 September 2003 15:42, Stephen McConnell wrote:
> >  
> >
> >>Niclas Hedhman wrote:
> >>    
> >>
> >>>The LOOOOONG version....
> >>>      
> >>>
> >><big-snip/>
> >>
> 
> ... and with this without your maven.gen.docs property?
> 
>   <goal name="merlin:site"
>       description="Build the Merlin site" prereqs="xdoc:init">
>     <ant:property name="maven.gen.docs"
>       
> value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.docs')}"/>
>     <echo>Building site in the working directory: [${maven.gen.docs}]</echo>
>     <maven:reactor basedir="${basedir}"
>       includes="platform.xml"
>       goals="license,xjavadoc,site"
>       banner="Building site:"
>       ignoreFailures="false"/>
>   </goal>
-- 
Peter Courcoux <pe...@courcoux.biz>

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


Re: More compile errors...

Posted by Stephen McConnell <mc...@apache.org>.

Niclas Hedhman wrote:

>On Thursday 11 September 2003 15:42, Stephen McConnell wrote:
>  
>
>>Niclas Hedhman wrote:
>>    
>>
>>>The LOOOOONG version....
>>>      
>>>
>><big-snip/>
>>

... and with this without your maven.gen.docs property?

  <goal name="merlin:site"
      description="Build the Merlin site" prereqs="xdoc:init">
    <ant:property name="maven.gen.docs"
      
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.docs')}"/>
    <echo>Building site in the working directory: [${maven.gen.docs}]</echo>
    <maven:reactor basedir="${basedir}"
      includes="platform.xml"
      goals="license,xjavadoc,site"
      banner="Building site:"
      ignoreFailures="false"/>
  </goal>

-- 

Stephen J. McConnell
mailto:mcconnell@apache.org




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


Re: More compile errors...

Posted by Niclas Hedhman <ni...@hedhman.org>.
On Thursday 11 September 2003 15:42, Stephen McConnell wrote:
> Niclas Hedhman wrote:
> >The LOOOOONG version....
>
> <big-snip/>
>
> So what happens if you replace the merlin:site goal with the following:
>
>   <goal name="merlin:site"
>     description="Build the Merlin site" prereqs="xdoc:init">
>     <j:set var="destination"
>
> value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.d
>ocs')}"/> <mkdir dir="${destination}"/>
>     <echo>Build site in working directory: [${destination}]</echo>
>     <maven:reactor
>       basedir="${basedir}"
>       includes="platform.xml"
>       goals="license,xjavadoc,site"
>       banner="Building site:"
>       ignoreFailures="false"/>
>   </goal>

With my modification in project.properties in place, it says
merlin:site:
    [echo] Build site in working directory: 
[/home/niclas/dev/opensource/avalon-sandbox/merlin/target/generated-xdocs/]

which is expected.
If I remove the maven.gen.docs, it says...

merlin:site:
    [echo] Build site in working directory: []
Starting the reactor...

and the reason why license.xml can't be generated.

So;
1. Without setting maven.gen.docs in project.properties, Maven tries to create 
license.xml in root, and that will fail because of no permissions in Linux.

2. If I have the maven.gen.docs set to something, the license.xml is created, 
and it continues well beyond that point, and chokes when it tries to run the 
JSL templates.

Niclas

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


Re: More compile errors...

Posted by Stephen McConnell <mc...@apache.org>.

Niclas Hedhman wrote:

>The LOOOOONG version....
>
<big-snip/>

So what happens if you replace the merlin:site goal with the following:

  <goal name="merlin:site"
    description="Build the Merlin site" prereqs="xdoc:init">
    <j:set var="destination"
      
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.docs')}"/>
    <mkdir dir="${destination}"/>
    <echo>Build site in working directory: [${destination}]</echo>
    <maven:reactor
      basedir="${basedir}"
      includes="platform.xml"
      goals="license,xjavadoc,site"
      banner="Building site:"
      ignoreFailures="false"/>
  </goal>

Steve.

-- 

Stephen J. McConnell
mailto:mcconnell@apache.org




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


Re: More compile errors...

Posted by Niclas Hedhman <ni...@hedhman.org>.
The LOOOOONG version....

BUILD FAILED
File...... file:/home/niclas/dev/opensource/avalon-sandbox/merlin/
Element... maven:reactor
Line...... 272
Column.... 31
Unable to obtain goal [site] -- 
file:/home/niclas/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/:164:39: 
<doc:jslFile> java.lang.NullPointerException
com.werken.werkz.UnattainableGoalException: Unable to obtain goal 
[merlin:site] -- 
file:/home/niclas/dev/opensource/avalon-sandbox/merlin/:272:31: 
<maven:reactor> Unable to obtain goal [site] -- 
file:/home/niclas/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/:164:39: 
<doc:jslFile> java.lang.NullPointerException
        at com.werken.werkz.Goal.fire(Goal.java:646)
        at com.werken.werkz.Goal.attain(Goal.java:575)
        at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:434)
        at org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
        at org.apache.maven.cli.App.doMain(App.java:525)
        at org.apache.maven.cli.App.main(App.java:1088)
        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:543)
        at com.werken.forehead.Forehead.main(Forehead.java:573)
org.apache.commons.jelly.JellyTagException: 
file:/home/niclas/dev/opensource/avalon-sandbox/merlin/:272:31: 
<maven:reactor> Unable to obtain goal [site] -- 
file:/home/niclas/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/:164:39: 
<doc:jslFile> java.lang.NullPointerException
        at 
org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:383)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
        at com.werken.werkz.Goal.fire(Goal.java:639)
        at com.werken.werkz.Goal.attain(Goal.java:575)
        at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:434)
        at org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
        at org.apache.maven.cli.App.doMain(App.java:525)
        at org.apache.maven.cli.App.main(App.java:1088)
        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:543)
        at com.werken.forehead.Forehead.main(Forehead.java:573)
Caused by: com.werken.werkz.UnattainableGoalException: Unable to obtain goal 
[site] -- 
file:/home/niclas/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/:164:39: 
<doc:jslFile> java.lang.NullPointerException
        ... 17 more
Root cause
com.werken.werkz.UnattainableGoalException: Unable to obtain goal [site] -- 
file:/home/niclas/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/:164:39: 
<doc:jslFile> java.lang.NullPointerException
        at 
org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:383)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
        at com.werken.werkz.Goal.fire(Goal.java:639)
        at com.werken.werkz.Goal.attain(Goal.java:575)
        at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:434)
        at org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
        at org.apache.maven.cli.App.doMain(App.java:525)
        at org.apache.maven.cli.App.main(App.java:1088)
        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:543)
        at com.werken.forehead.Forehead.main(Forehead.java:573)
Root cause
com.werken.werkz.UnattainableGoalException: Unable to obtain goal [site] -- 
file:/home/niclas/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/:164:39: 
<doc:jslFile> java.lang.NullPointerException
        at 
org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:383)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
        at com.werken.werkz.Goal.fire(Goal.java:639)
        at com.werken.werkz.Goal.attain(Goal.java:575)
        at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:434)
        at org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
        at org.apache.maven.cli.App.doMain(App.java:525)
        at org.apache.maven.cli.App.main(App.java:1088)
        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:543)
        at com.werken.forehead.Forehead.main(Forehead.java:573)
org.apache.commons.jelly.JellyTagException: 
file:/home/niclas/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/:164:39: 
<doc:jslFile> java.lang.NullPointerException
        at 
org.apache.commons.jelly.impl.TagScript.handleException(TagScript.java:683)
        at 
org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:151)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.impl.DynamicTag.doTag(DynamicTag.java:125)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at org.apache.commons.jelly.tags.core.WhenTag.doTag(WhenTag.java:92)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at 
org.apache.commons.jelly.tags.core.ChooseTag.doTag(ChooseTag.java:84)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
        at com.werken.werkz.Goal.fire(Goal.java:639)
        at com.werken.werkz.Goal.attain(Goal.java:575)
        at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
        at com.werken.werkz.jelly.AttainGoalTag.doTag(AttainGoalTag.java:134)
        at 
org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag.doTag(LazyAttainGoalTag.java:107)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at 
org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java:145)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
        at com.werken.werkz.Goal.fire(Goal.java:639)
        at com.werken.werkz.Goal.attain(Goal.java:575)
        at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
        at com.werken.werkz.jelly.AttainGoalTag.doTag(AttainGoalTag.java:134)
        at 
org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag.doTag(LazyAttainGoalTag.java:107)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
        at com.werken.werkz.Goal.fire(Goal.java:639)
        at com.werken.werkz.Goal.attain(Goal.java:575)
        at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:434)
        at org.apache.maven.MavenSession.attainGoals(MavenSession.java:360)
        at 
org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:374)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
        at com.werken.werkz.Goal.fire(Goal.java:639)
        at com.werken.werkz.Goal.attain(Goal.java:575)
        at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:434)
        at org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
        at org.apache.maven.cli.App.doMain(App.java:525)
        at org.apache.maven.cli.App.main(App.java:1088)
        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:543)
        at com.werken.forehead.Forehead.main(Forehead.java:573)
Caused by: java.lang.NullPointerException
        at java.util.Hashtable.put(Hashtable.java:389)
        at java.util.Hashtable.putAll(Hashtable.java:463)
        at 
org.apache.commons.jelly.JellyContext.setVariables(JellyContext.java:326)
        at 
org.apache.commons.jelly.JellyContext.newJellyContext(JellyContext.java:340)
        at org.apache.commons.jelly.impl.DynamicTag.doTag(DynamicTag.java:113)
        at 
org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:145)
        ... 65 more
Root cause
java.lang.NullPointerException
        at java.util.Hashtable.put(Hashtable.java:389)
        at java.util.Hashtable.putAll(Hashtable.java:463)
        at 
org.apache.commons.jelly.JellyContext.setVariables(JellyContext.java:326)
        at 
org.apache.commons.jelly.JellyContext.newJellyContext(JellyContext.java:340)
        at org.apache.commons.jelly.impl.DynamicTag.doTag(DynamicTag.java:113)
        at 
org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:145)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.impl.DynamicTag.doTag(DynamicTag.java:125)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at org.apache.commons.jelly.tags.core.WhenTag.doTag(WhenTag.java:92)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at 
org.apache.commons.jelly.tags.core.ChooseTag.doTag(ChooseTag.java:84)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
        at com.werken.werkz.Goal.fire(Goal.java:639)
        at com.werken.werkz.Goal.attain(Goal.java:575)
        at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
        at com.werken.werkz.jelly.AttainGoalTag.doTag(AttainGoalTag.java:134)
        at 
org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag.doTag(LazyAttainGoalTag.java:107)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at 
org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java:145)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
        at com.werken.werkz.Goal.fire(Goal.java:639)
        at com.werken.werkz.Goal.attain(Goal.java:575)
        at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
        at com.werken.werkz.jelly.AttainGoalTag.doTag(AttainGoalTag.java:134)
        at 
org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag.doTag(LazyAttainGoalTag.java:107)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
        at com.werken.werkz.Goal.fire(Goal.java:639)
        at com.werken.werkz.Goal.attain(Goal.java:575)
        at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:434)
        at org.apache.maven.MavenSession.attainGoals(MavenSession.java:360)
        at 
org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:374)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
        at com.werken.werkz.Goal.fire(Goal.java:639)
        at com.werken.werkz.Goal.attain(Goal.java:575)
        at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:434)
        at org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
        at org.apache.maven.cli.App.doMain(App.java:525)
        at org.apache.maven.cli.App.main(App.java:1088)
        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:543)
        at com.werken.forehead.Forehead.main(Forehead.java:573)
Root cause
java.lang.NullPointerException
        at java.util.Hashtable.put(Hashtable.java:389)
        at java.util.Hashtable.putAll(Hashtable.java:463)
        at 
org.apache.commons.jelly.JellyContext.setVariables(JellyContext.java:326)
        at 
org.apache.commons.jelly.JellyContext.newJellyContext(JellyContext.java:340)
        at org.apache.commons.jelly.impl.DynamicTag.doTag(DynamicTag.java:113)
        at 
org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:145)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.impl.DynamicTag.doTag(DynamicTag.java:125)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at org.apache.commons.jelly.tags.core.WhenTag.doTag(WhenTag.java:92)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at 
org.apache.commons.jelly.tags.core.ChooseTag.doTag(ChooseTag.java:84)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
        at com.werken.werkz.Goal.fire(Goal.java:639)
        at com.werken.werkz.Goal.attain(Goal.java:575)
        at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
        at com.werken.werkz.jelly.AttainGoalTag.doTag(AttainGoalTag.java:134)
        at 
org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag.doTag(LazyAttainGoalTag.java:107)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at 
org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java:145)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
        at com.werken.werkz.Goal.fire(Goal.java:639)
        at com.werken.werkz.Goal.attain(Goal.java:575)
        at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
        at com.werken.werkz.jelly.AttainGoalTag.doTag(AttainGoalTag.java:134)
        at 
org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag.doTag(LazyAttainGoalTag.java:107)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
        at com.werken.werkz.Goal.fire(Goal.java:639)
        at com.werken.werkz.Goal.attain(Goal.java:575)
        at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:434)
        at org.apache.maven.MavenSession.attainGoals(MavenSession.java:360)
        at 
org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:374)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
        at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
        at com.werken.werkz.Goal.fire(Goal.java:639)
        at com.werken.werkz.Goal.attain(Goal.java:575)
        at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:434)
        at org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
        at org.apache.maven.cli.App.doMain(App.java:525)
        at org.apache.maven.cli.App.main(App.java:1088)
        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:543)
        at com.werken.forehead.Forehead.main(Forehead.java:573)
Total time: 2 minutes 5 seconds



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


Re: More compile errors...

Posted by Niclas Hedhman <ni...@hedhman.org>.
On Thursday 11 September 2003 13:38, Niclas Hedhman wrote:
> BUILD FAILED
> File...... file:/home/niclas/dev/opensource/avalon-sandbox/merlin/
> Element... maven:reactor
> Line...... 269
> Column.... 31
> Unable to obtain goal [license:transfer] --
> file:/home/niclas/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/:208:75:
> <j:file> /license.xml (Permission denied)
> Total time: 1 minutes 29 seconds

> 2. A license.xml file is supposed to exist. In the whole avalon-sandbox,
> there are no license.xml file, NOR any file containing such reference. I
> have no clue.

The file
~/.maven/plugins/maven-license-plugin-1.1-SNAPSHOT/plugin.jelly

contains
    <doc:text-xdoc
      title="Project License"
      section="Project License"
      output="${genDocs}/license.xml"
      inputFile="${licenseFile}"/>

And since the error says
/license.xml (Permission denied)

it should mean that the genDocs property is not set, and Maven will try to 
write the license.xml to my root (/).

I found
<j:set var="genDocs" value="${maven.gen.docs}"/>

so I set the 
maven.gen.docs=${basedir}/target/docs
in ./avalon-sandbox/merlin/project.properties

And it get beyond the point above.

BUT...

maven-changelog-plugin:report:
    [echo] Generating the changelog report

BUILD FAILED
File...... file:/home/niclas/dev/opensource/avalon-sandbox/merlin/
Element... maven:reactor
Line...... 272
Column.... 31
Unable to obtain goal [site] -- 
file:/home/niclas/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/:164:39: 
<doc:jslFile> java.lang.NullPointerException
Total time: 1 minutes 33 seconds

The plugin.jelly at that point contains
      <doc:jslFile
        input="${input}"
        output="${outputDirectory}/${output}"
        stylesheet="${stylesheet}"
        encoding="${encoding}"
        omitXmlDeclaration="${omitXmlDeclaration}"
        outputMode="${outputMode}"
        prettyPrint="${prettyPrint}"/>

So, I GUESS that input, output or stylesheet is not specified or perhaps 
doesn't exist (but shouldn't one get better error message in that case).

Niclas





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


Re: More compile errors...

Posted by Niclas Hedhman <ni...@hedhman.org>.
On Thursday 11 September 2003 13:57, Stephen McConnell wrote:
> I'm running maven-license-plugin-1.1-SNAPSHOT.jar.  It takes the
> property of ${maven.license.licenseFile} that I've declared in the
> maven.xml file and uses that to build
> target/generated-xdocs/license.xml.  This is used as the source for the
> generation of the final license.html file under the target/docs
> directory which ends up looking like this:
>
> http://avalon.apache.org/sandbox/merlin/license.html
>
> Could you try changing the following line in maven.xml
>
>   <ant:property name="maven.license.licenseFile"
> value="${basedir}/LICENSE.txt"/>
>
> to:
>
>   <ant:property name="maven.license.licenseFile" value="LICENSE.txt"/>
>
> and let me know what happens.

Without the other change. Same - try to stuff license.xml in the root.

With the other change. Same - NPE on jsl.

With
maven.gen.docs=${basedir}/target/generated-xdocs/

also NPE on jsl.


site:run-reports:
    [echo] Generating the Change Log...
maven-changelog-plugin:report:
    [echo] Generating the changelog report

BUILD FAILED
File...... file:/home/niclas/dev/opensource/avalon-sandbox/merlin/
Element... maven:reactor
Line...... 272
Column.... 31
Unable to obtain goal [site] -- 
file:/home/niclas/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/:164:39: 
<doc:jslFile> java.lang.NullPointerException
Total time: 1 minutes 33 seconds



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


Re: More compile errors...

Posted by Stephen McConnell <mc...@apache.org>.
Dear clueless:

;-)

Niclas Hedhman wrote:

>I thought I would like to peek at the updated docs, so....
>
>maven merlin:site
>
>after a while I get
>
>
>    [javadoc] Constructing Javadoc information...
>

<snip/>
I know about this one. 
All that needs to happen is for me to put the apis onto the site CVS and 
sync. the links.

>
>    [javadoc] 5 errors
>
>BUILD FAILED
>File...... file:/home/niclas/dev/opensource/avalon-sandbox/merlin/
>Element... maven:reactor
>Line...... 269
>Column.... 31
>Unable to obtain goal [license:transfer] -- 
>file:/home/niclas/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/:208:75: 
><j:file> /license.xml (Permission denied)
>Total time: 1 minutes 29 seconds
>

#@!$$%***

I'm running maven-license-plugin-1.1-SNAPSHOT.jar.  It takes the 
property of ${maven.license.licenseFile} that I've declared in the 
maven.xml file and uses that to build 
target/generated-xdocs/license.xml.  This is used as the source for the 
generation of the final license.html file under the target/docs 
directory which ends up looking like this:

http://avalon.apache.org/sandbox/merlin/license.html

Could you try changing the following line in maven.xml

  <ant:property name="maven.license.licenseFile" 
value="${basedir}/LICENSE.txt"/>

to:

  <ant:property name="maven.license.licenseFile" value="LICENSE.txt"/>

and let me know what happens.

Steve.

-- 

Stephen J. McConnell
mailto:mcconnell@apache.org




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