I'm just guessing, but it looks like a self-referential entity in your xdocs.
- Brett On 10/5/05, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > All, > > I'm having troubles to build the wicket distribution using the maven > distribution plugin. I have modified the plugin to some degree, but I > doubt that is causing the problem. > > This happens both in windows xp and mac osx. Both use jdk 1.4, and > maven 1.1-b2. The strangest thing is that when I run the maven site > plugin, everything goes well. > > The error I get is the following (I skipped the javadoc generation etc): > > ~/Documents/workspace/wicket$ maven dist > <... snip ...> > [echo] Generating the Unit Tests... > junit-report:report: > java:prepare-filesystem: > > java:compile: > [echo] Compiling to target/classes > [echo] > ========================================================== > > NOTE: Targetting JVM 1.4, classes > will not run on earlier JVMs > > ========================================================== > > > java:jar-resources: > > test:prepare-filesystem: > > test:test-resources: > > test:compile: > > test:test: > [junit] Running wicket.util.time.TimeTest > [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.732 sec > <... many tests ...> > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.01 sec > > > BUILD FAILED > File...... /Users/martijn/.maven/cache/maven-xdoc-plugin-1.9.2/plugin.jelly > Element... x:parse > Line...... 122 > Column.... -1 > Error on line 28637 of document : Parser has reached the entity > expansion limit "64,000" set by the Application. Nested exception: > Parser has reached the entity expansion limit "64,000" set by the > Application. > Total time : 1 minutes 12 seconds > Finished at : Wednesday, October 5, 2005 1:21:20 AM CEST > > --------------------------------------------------------------------- > 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]
