You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Adam George (JIRA)" <ji...@apache.org> on 2018/06/25 11:27:00 UTC

[jira] [Created] (BUILDR-735) Eclipse Project File Generation Fails for Projects with Additional Packages

Adam George created BUILDR-735:
----------------------------------

             Summary: Eclipse Project File Generation Fails for Projects with Additional Packages
                 Key: BUILDR-735
                 URL: https://issues.apache.org/jira/browse/BUILDR-735
             Project: Buildr
          Issue Type: Bug
          Components: IDE
    Affects Versions: 1.5.2
         Environment: Linux (64-bit), Ruby 2.5.0, Buildr 1.5.6
            Reporter: Adam George


Using the same sample buildfile as in BUILDR-734 to generate Eclipse IDE project files fails as follows:

{code}
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)
{code}

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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)