You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "DeGraff, Adam" <ad...@rsasecurity.com> on 2004/01/30 01:07:54 UTC

What does the maven debugging output mean

What file do the Line and Column numbers refer to?


BUILD FAILED
File...... file:/C:/Documents and
Settings/websphere/.maven/plugins/maven-xdocle
t-plugin-1.2b4/
Element... maven:addPath
Line...... 9447
Column.... 91
java.lang.NullPointerException
Total time: 7 seconds
Finished at: Thu Jan 29 16:10:16 PST 2004

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


Re: What does the maven debugging output mean

Posted by __matthewHawthorne <ma...@apache.org>.
DeGraff, Adam wrote:
> What file do the Line and Column numbers refer to?


I think it's the plugin.jelly file.


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


Re: What does the maven debugging output mean

Posted by di...@multitask.com.au.
"DeGraff, Adam" <ad...@rsasecurity.com> wrote on 30/01/2004 11:07:54 
AM:

> What file do the Line and Column numbers refer to?
> 
> 
> BUILD FAILED
> File...... file:/C:/Documents and
> Settings/websphere/.maven/plugins/maven-xdocle
> t-plugin-1.2b4/

This is the plugin that is failing, executing plugin.jelly

> Element... maven:addPath

This is the xml element.

> Line...... 9447

This is the line number of plugin.jelly that the element is on.

> Column.... 91

This is pretty useless unless there are multiple tags on one line.

> java.lang.NullPointerException

This is what went wrong.

> Total time: 7 seconds

This is how long it took.

> Finished at: Thu Jan 29 16:10:16 PST 2004
This is when it finished.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/





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