Skip to content

mvn -Pall fails at the documentation step #1799

@UnitedMarsupials-zz

Description

@UnitedMarsupials-zz

While trying to build the most complete package possible (so as to be able to run logstash with the same jruby as everything else, rather than use the version bundled with logstash), I tried to mvn -Pall package

It failed, so I tried to precede that with mvn -Pbootstrap (as hinted in #1349). Though the boostrap succeeds, the subsequent attempt to build package (with -Pall) still fails with the same error:

[WARNING] Failed to find catalog files.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] JRuby .............................................. SUCCESS [  1.220 s]
[INFO] JRuby Core ......................................... SUCCESS [01:13 min]
[INFO] JRuby Ext .......................................... SUCCESS [  0.009 s]
[INFO] JRuby Readline ..................................... SUCCESS [  1.222 s]
[INFO] JRuby Ripper ....................................... SUCCESS [  0.562 s]
[INFO] JRuby Lib Setup .................................... SUCCESS [ 49.854 s]
[INFO] JRuby Integration Tests ............................ SUCCESS [ 38.105 s]
[INFO] JRuby Docs ......................................... SUCCESS [  0.010 s]
[INFO] JRuby Manual pages ................................. FAILURE [  1.259 s]
[INFO] JRuby Artifacts .................................... SKIPPED
[INFO] JRuby Stdlib ....................................... SKIPPED
[INFO] JRuby Main Maven Artifact .......................... SKIPPED
[INFO] JRuby Main Maven Artifact With ASM Relocated ....... SKIPPED
[INFO] JRuby Complete ..................................... SKIPPED
[INFO] JRuby Rake Plugin .................................. SKIPPED
[INFO] JRuby Core Complete ................................ SKIPPED
[INFO] JRuby Stdlib Complete .............................. SKIPPED
[INFO] JRuby Jars Gem ..................................... SKIPPED
[INFO] JRuby Dist ......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE

Here is the full build-log (I'm trying to create an RPM for local use here). Any clues would be most appreciated. Thanks!

BTW, watching the build, I see it downloading earlier versions of jruby itself -- instead of using the just built JAR(s):

Downloading: http://rubygems-proxy.torquebox.org/releases/org/jruby/jruby-complete/1.7.4/jruby-complete-1.7.4.jar
Downloading: http://repo.maven.apache.org/maven2/org/jruby/jruby-complete/1.7.4/jruby-complete-1.7.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/jruby/jruby-complete/1.7.4/jruby-complete-1.7.4.jar (21452 KB at 8429.0 KB/sec)

Is that normal?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions