You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Daniel Frey <qw...@gmx.ch> on 2004/10/18 12:55:35 UTC

JXR substitute exception

Hi

 

Doing a "maven site" I get the following error:

 

    [copy] Copying 1 file to E:\Daten\OrderManager\target\docs\xref

PackageManager -> parsing... ch\xmatrix\om\core\api\Process.java

PackageManager -> parsing... ch\xmatrix\om\core\api\Workable.java

PackageManager -> parsing... ch\xmatrix\om\core\api\WorkItem.java

 

BUILD FAILED

File...... C:\Dokumente und Einstellungen\Daniel
Frey\.maven\cache\maven-jxr-plu

gin-1.4.1\plugin.jelly

Element... jxr:jxr

Line...... 97

Column.... 31

org.apache.oro.text.regex.Util.substitute(Ljava/lang/StringBuffer;Lorg/apach
e/oro/text/regex/PatternMatcher;Lorg/apache/oro/text/regex/Pattern;Lorg/apac
he/oro/text/regex/Substitution;Ljava/lang/String;I)I

 

Any hint what this could be?

 

Thanks in advance.

Daniel Frey

 


Re: AW: JXR substitute exception

Posted by Brett Porter <br...@gmail.com>.
the latter. jxr uses 2.0.7 - what are you using?

You can specify the reports to omit jxr if you don't need a source
cross-reference.

- Brett


On Mon, 18 Oct 2004 14:20:33 +0200, Daniel Frey <da...@xmatrix.ch> wrote:
> Thanks for the explanation. I need to understand it a bit more. I've just
> installed standard maven plugins. Is this an incompatibility between
> different plugins, or between the maven plugins and the project I am
> developing?
> 
> Thanks
> Daniel
> 
> -----Ursprüngliche Nachricht-----
> Von: Brett Porter [mailto:brett.porter@gmail.com]
> Gesendet: Montag, 18. Oktober 2004 13:39
> An: Maven Users List
> Betreff: Re: JXR substitute exception
> 
> looks like an incompatible version of the oro library. unfortunately,
> the plugin classloaders are not currently separated, so you must
> either:
> - recompile the jxr plugin to use the same version as you
> - use the same oro version as it
> - don't use the jxr plugin.
> 
> Regards,
> Brett
> 
> On Mon, 18 Oct 2004 12:55:35 +0200, Daniel Frey <qw...@gmx.ch> wrote:
> > Hi
> >
> > Doing a "maven site" I get the following error:
> >
> >     [copy] Copying 1 file to E:\Daten\OrderManager\target\docs\xref
> >
> > PackageManager -> parsing... ch\xmatrix\om\core\api\Process.java
> >
> > PackageManager -> parsing... ch\xmatrix\om\core\api\Workable.java
> >
> > PackageManager -> parsing... ch\xmatrix\om\core\api\WorkItem.java
> >
> > BUILD FAILED
> >
> > File...... C:\Dokumente und Einstellungen\Daniel
> > Frey\.maven\cache\maven-jxr-plu
> >
> > gin-1.4.1\plugin.jelly
> >
> > Element... jxr:jxr
> >
> > Line...... 97
> >
> > Column.... 31
> >
> >
> org.apache.oro.text.regex.Util.substitute(Ljava/lang/StringBuffer;Lorg/apach
> >
> e/oro/text/regex/PatternMatcher;Lorg/apache/oro/text/regex/Pattern;Lorg/apac
> > he/oro/text/regex/Substitution;Ljava/lang/String;I)I
> >
> > Any hint what this could be?
> >
> > Thanks in advance.
> >
> > Daniel Frey
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

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


AW: JXR substitute exception

Posted by Daniel Frey <da...@xmatrix.ch>.
Thanks for the explanation. I need to understand it a bit more. I've just
installed standard maven plugins. Is this an incompatibility between
different plugins, or between the maven plugins and the project I am
developing?

Thanks
Daniel

-----Ursprüngliche Nachricht-----
Von: Brett Porter [mailto:brett.porter@gmail.com] 
Gesendet: Montag, 18. Oktober 2004 13:39
An: Maven Users List
Betreff: Re: JXR substitute exception

looks like an incompatible version of the oro library. unfortunately,
the plugin classloaders are not currently separated, so you must
either:
- recompile the jxr plugin to use the same version as you
- use the same oro version as it
- don't use the jxr plugin.

Regards,
Brett

On Mon, 18 Oct 2004 12:55:35 +0200, Daniel Frey <qw...@gmx.ch> wrote:
> Hi
> 
> Doing a "maven site" I get the following error:
> 
>     [copy] Copying 1 file to E:\Daten\OrderManager\target\docs\xref
> 
> PackageManager -> parsing... ch\xmatrix\om\core\api\Process.java
> 
> PackageManager -> parsing... ch\xmatrix\om\core\api\Workable.java
> 
> PackageManager -> parsing... ch\xmatrix\om\core\api\WorkItem.java
> 
> BUILD FAILED
> 
> File...... C:\Dokumente und Einstellungen\Daniel
> Frey\.maven\cache\maven-jxr-plu
> 
> gin-1.4.1\plugin.jelly
> 
> Element... jxr:jxr
> 
> Line...... 97
> 
> Column.... 31
> 
>
org.apache.oro.text.regex.Util.substitute(Ljava/lang/StringBuffer;Lorg/apach
>
e/oro/text/regex/PatternMatcher;Lorg/apache/oro/text/regex/Pattern;Lorg/apac
> he/oro/text/regex/Substitution;Ljava/lang/String;I)I
> 
> Any hint what this could be?
> 
> Thanks in advance.
> 
> Daniel Frey
> 
>

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





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


Re: JXR substitute exception

Posted by Brett Porter <br...@gmail.com>.
looks like an incompatible version of the oro library. unfortunately,
the plugin classloaders are not currently separated, so you must
either:
- recompile the jxr plugin to use the same version as you
- use the same oro version as it
- don't use the jxr plugin.

Regards,
Brett

On Mon, 18 Oct 2004 12:55:35 +0200, Daniel Frey <qw...@gmx.ch> wrote:
> Hi
> 
> Doing a "maven site" I get the following error:
> 
>     [copy] Copying 1 file to E:\Daten\OrderManager\target\docs\xref
> 
> PackageManager -> parsing... ch\xmatrix\om\core\api\Process.java
> 
> PackageManager -> parsing... ch\xmatrix\om\core\api\Workable.java
> 
> PackageManager -> parsing... ch\xmatrix\om\core\api\WorkItem.java
> 
> BUILD FAILED
> 
> File...... C:\Dokumente und Einstellungen\Daniel
> Frey\.maven\cache\maven-jxr-plu
> 
> gin-1.4.1\plugin.jelly
> 
> Element... jxr:jxr
> 
> Line...... 97
> 
> Column.... 31
> 
> org.apache.oro.text.regex.Util.substitute(Ljava/lang/StringBuffer;Lorg/apach
> e/oro/text/regex/PatternMatcher;Lorg/apache/oro/text/regex/Pattern;Lorg/apac
> he/oro/text/regex/Substitution;Ljava/lang/String;I)I
> 
> Any hint what this could be?
> 
> Thanks in advance.
> 
> Daniel Frey
> 
>

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