-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use Unicode glyphs or SVG data URLs instead of bitmaps #60
base: master
Are you sure you want to change the base?
Conversation
build-release.xml
Outdated
@@ -179,11 +180,11 @@ | |||
</target> | |||
|
|||
<target name="init-asciidoctor" depends="init-asciidoctor-extensions" unless="skip.doc"> | |||
<ivy:cachepath pathid="asciidoctor.path" organisation="org.asciidoctor" module="asciidoctor-ant" revision="1.5.4" inline="true"/> | |||
<ivy:cachepath pathid="asciidoctor.path" organisation="org.asciidoctor" module="asciidoctor-ant" revision="1.5.3" conf="default" inline="true"/> | |||
<taskdef uri="antlib:org.asciidoctor.ant" resource="org/asciidoctor/ant/antlib.xml" classpathref="asciidoctor.path"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of downgrading the version, I think we should try and figure out whatever the issue is with 1.5.4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very well, here's the output from 1.5.4:
.../ant-ivy/build-release.xml:202: org.jruby.exceptions.RaiseException: (LoadError) no such file to load -- asciidoctor
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1040)
at RUBY.require(.../.ivy2/cache/org.asciidoctor/asciidoctor-ant/jars/asciidoctor-ant-1.5.4.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/core_ext/kernel_require.rb:54)
at RUBY.(root)(<script>:9)
I changed back the version of asciidoctor-ant to 1.5.4 and added a stab at IVY-450. The current description does not indicate what should happen when the parent is collapsed, so I assume that one may as well use breadcrumbs rather than visual cues from the menu. |
Looks like I've beaten time to first response record again: 90000+ hours 😃 |
a9bf1d6
to
07f1201
Compare
182c762
to
4e10a57
Compare
0857684
to
6fd4c04
Compare
3f33822
to
c6f1a08
Compare
30d8dbd
to
333f3ce
Compare
9968324
to
a4aca0c
Compare
f5a7a5a
to
e472429
Compare
f7a67ee
to
1bbfedc
Compare
53814bb
to
f1d1841
Compare
847674f
to
2ee9961
Compare
d27ecf7
to
c783c48
Compare
22095c1
to
f12b9b3
Compare
I put this up for review in case I missed some page that used the removed icons.