You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Tim McCune <ti...@adapt.com> on 2005/11/20 21:30:27 UTC

Property 'name' has no write method

I've got a project that is failing in Continuum inside the dashboard
report.  It works fine outside of Continuum.  But every time I try to
run it in Continuum, it fails with the error "Property 'name' has no
write method".  I'm attaching the error below.  Any idea what could be
wrong?

BUILD FAILED
File...... /home/tim/.maven/cache/maven-dashboard-plugin-1.6/plugin.jelly
Element... m:reactor
Line...... 55
Column.... 65
/home/tim/.maven/cache/maven-xdoc-plugin-1.8/plugin.jelly:516:51:  Property 'name' has no write method


Re: Property 'name' has no write method

Posted by Emmanuel Venisse <em...@venisse.net>.
it's a pb in our executable discover, but your maven is launch by continuum if it's in PATH. File an 
issue for it.

Emmanuel

Tim McCune a écrit :
> On Mon, 2005-11-21 at 11:08 +0100, Emmanuel Venisse wrote:
> 
>>do you have run it (with continuum and with maven) on the same machine?
>>
>>This error isn't a pb with continuum but it's a maven error.
>>
>>We write executable, arguments and working directory in logs with INFO level. Search in your logs 
>>"ContinuumBuildExecutor:maven".
> 
> 
> I get this output:
> 
>  WARN  ContinuumBuildExecutor:maven-1 - Could not find the executable
> 'maven' in this path:
> WARN  ContinuumBuildExecutor:maven-1 - "/usr/kerberos/bin
> WARN  ContinuumBuildExecutor:maven-1 - /usr/local/bin
> WARN  ContinuumBuildExecutor:maven-1 - /bin
> WARN  ContinuumBuildExecutor:maven-1 - /usr/bin
> WARN  ContinuumBuildExecutor:maven-1 - /usr/X11R6/bin
> WARN  ContinuumBuildExecutor:maven-1 - /usr/java/jdk1.5.0/bin
> WARN  ContinuumBuildExecutor:maven-1 - /usr/local/maven/bin"
> WARN  ContinuumBuildExecutor:maven-1 - Executable 'maven'.
> INFO  ContinuumBuildExecutor:maven-1 - Arguments:  automated
> 
> As the same user, if I run "which maven", I get
> 
>  "/usr/local/maven/bin/maven"
> 
> Doing an "ls -l /usr/local/maven/bin/maven" gives
> 
> -rwxr-xr-x  1 root root 4740 Dec  7  2004 /usr/local/maven/bin/maven
> 
> Maven is running though, so this seems like a bogus warning.  Any idea
> what it's all about?
> 
> 
> 
> 


Re: Property 'name' has no write method

Posted by Tim McCune <ti...@adapt.com>.
On Mon, 2005-11-21 at 11:08 +0100, Emmanuel Venisse wrote:
> do you have run it (with continuum and with maven) on the same machine?
> 
> This error isn't a pb with continuum but it's a maven error.
> 
> We write executable, arguments and working directory in logs with INFO level. Search in your logs 
> "ContinuumBuildExecutor:maven".

I get this output:

 WARN  ContinuumBuildExecutor:maven-1 - Could not find the executable
'maven' in this path:
WARN  ContinuumBuildExecutor:maven-1 - "/usr/kerberos/bin
WARN  ContinuumBuildExecutor:maven-1 - /usr/local/bin
WARN  ContinuumBuildExecutor:maven-1 - /bin
WARN  ContinuumBuildExecutor:maven-1 - /usr/bin
WARN  ContinuumBuildExecutor:maven-1 - /usr/X11R6/bin
WARN  ContinuumBuildExecutor:maven-1 - /usr/java/jdk1.5.0/bin
WARN  ContinuumBuildExecutor:maven-1 - /usr/local/maven/bin"
WARN  ContinuumBuildExecutor:maven-1 - Executable 'maven'.
INFO  ContinuumBuildExecutor:maven-1 - Arguments:  automated

As the same user, if I run "which maven", I get

 "/usr/local/maven/bin/maven"

Doing an "ls -l /usr/local/maven/bin/maven" gives

-rwxr-xr-x  1 root root 4740 Dec  7  2004 /usr/local/maven/bin/maven

Maven is running though, so this seems like a bogus warning.  Any idea
what it's all about?


Re: Property 'name' has no write method

Posted by Emmanuel Venisse <em...@venisse.net>.
do you have run it (with continuum and with maven) on the same machine?

This error isn't a pb with continuum but it's a maven error.

We write executable, arguments and working directory in logs with INFO level. Search in your logs 
"ContinuumBuildExecutor:maven".

Emmanuel

Tim McCune a écrit :
> Both are using Maven 1.0.2.  I looked at wrapper.log, but didn't see the
> command being executed listed anywhere.
> 
> On Mon, 2005-11-21 at 08:19 +1100, Brett Porter wrote:
> 
>>I believe this is usually because of incompatible Jelly versions.
>>
>>Are you using the same version of Maven 1 as you use outside
>>Continuum? Any Jelly deps in your project?
>>
>>I think the Continuum logs show the command being run - try that
>>outside Continuum and see if you have more luck,
>>
>>- Brett
>>
>>On 11/21/05, Tim McCune <ti...@adapt.com> wrote:
>>
>>>I've got a project that is failing in Continuum inside the dashboard
>>>report.  It works fine outside of Continuum.  But every time I try to
>>>run it in Continuum, it fails with the error "Property 'name' has no
>>>write method".  I'm attaching the error below.  Any idea what could be
>>>wrong?
>>>
>>>BUILD FAILED
>>>File...... /home/tim/.maven/cache/maven-dashboard-plugin-1.6/plugin.jelly
>>>Element... m:reactor
>>>Line...... 55
>>>Column.... 65
>>>/home/tim/.maven/cache/maven-xdoc-plugin-1.8/plugin.jelly:516:51:  Property 'name' has no write method
>>>
>>>
>>
> 
> 
> 
> 


Re: Property 'name' has no write method

Posted by Tim McCune <ti...@adapt.com>.
Both are using Maven 1.0.2.  I looked at wrapper.log, but didn't see the
command being executed listed anywhere.

On Mon, 2005-11-21 at 08:19 +1100, Brett Porter wrote:
> I believe this is usually because of incompatible Jelly versions.
> 
> Are you using the same version of Maven 1 as you use outside
> Continuum? Any Jelly deps in your project?
> 
> I think the Continuum logs show the command being run - try that
> outside Continuum and see if you have more luck,
> 
> - Brett
> 
> On 11/21/05, Tim McCune <ti...@adapt.com> wrote:
> > I've got a project that is failing in Continuum inside the dashboard
> > report.  It works fine outside of Continuum.  But every time I try to
> > run it in Continuum, it fails with the error "Property 'name' has no
> > write method".  I'm attaching the error below.  Any idea what could be
> > wrong?
> >
> > BUILD FAILED
> > File...... /home/tim/.maven/cache/maven-dashboard-plugin-1.6/plugin.jelly
> > Element... m:reactor
> > Line...... 55
> > Column.... 65
> > /home/tim/.maven/cache/maven-xdoc-plugin-1.8/plugin.jelly:516:51:  Property 'name' has no write method
> >
> >
> 


Re: Property 'name' has no write method

Posted by Brett Porter <br...@gmail.com>.
I believe this is usually because of incompatible Jelly versions.

Are you using the same version of Maven 1 as you use outside
Continuum? Any Jelly deps in your project?

I think the Continuum logs show the command being run - try that
outside Continuum and see if you have more luck,

- Brett

On 11/21/05, Tim McCune <ti...@adapt.com> wrote:
> I've got a project that is failing in Continuum inside the dashboard
> report.  It works fine outside of Continuum.  But every time I try to
> run it in Continuum, it fails with the error "Property 'name' has no
> write method".  I'm attaching the error below.  Any idea what could be
> wrong?
>
> BUILD FAILED
> File...... /home/tim/.maven/cache/maven-dashboard-plugin-1.6/plugin.jelly
> Element... m:reactor
> Line...... 55
> Column.... 65
> /home/tim/.maven/cache/maven-xdoc-plugin-1.8/plugin.jelly:516:51:  Property 'name' has no write method
>
>