Thanks for your quick answer! The project is based on Shark (http://shark.enhydra.org), which uses some external libraries. They use jython 2.1, which in turn uses oro. No clue what version it is. However, as I do not plan to use jython as a scripting language from whithin Shark, removing it from the project.xml's dependency list solves the problem.
Thanks a lot for your help! Daniel Frey -----Urspr�ngliche Nachricht----- Von: Brett Porter [mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Gesendet: Montag, 18. Oktober 2004 14:29 An: Daniel Frey Cc: Maven Users List Betreff: Re: AW: JXR substitute exception 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 <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] > 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 <[EMAIL PROTECTED]> 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-plugin-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: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
