Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.5.2
-
None
-
None
-
Linux (64-bit), Ruby 2.5.0, Buildr 1.5.6
Description
Using the same sample buildfile as in BUILDR-734 to generate Eclipse IDE project files fails as follows:
atg@host:~/dev/workspace/demo> buildr eclipse
(in /home/atg/dev/workspace/demo, development)
/usr/lib64/ruby/gems/2.5.0/gems/builder-3.2.2/lib/builder/xchar.rb:111: warning: constant ::Fixnum is deprecated
Buildr aborted!
NoMethodError : undefined method `classifier' for #<Buildr::ZipTask:0x0000000001f5a450>
(See full trace by running task with --trace)
Commenting out any instructions to build a ZIP archive and just generating the WAR/JAR instead makes the problem disappear, although that's clearly not a reasonable work-around that developers should be expected to use.