You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Alexis Midon (JIRA)" <ji...@apache.org> on 2008/12/10 04:32:44 UTC

[jira] Created: (BUILDR-224) Compile task fails if trace activated

Compile task fails if trace activated 
--------------------------------------

                 Key: BUILDR-224
                 URL: https://issues.apache.org/jira/browse/BUILDR-224
             Project: Buildr
          Issue Type: Bug
          Components: Compilers
    Affects Versions: 1.3.4
            Reporter: Alexis Midon
             Fix For: 1.3.4


If trace is activated, buildr compile fails with the trace below.

lib/buildr/java/ant.rb must require 'logger'.



Buildr aborted!
uninitialized constant Buildr::Ant::Logger
/home/alexis/.gem/ruby/1.8/gems/rake-0.8.3/lib/rake.rb:2465:in `const_missing'
/usr/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/java/ant.rb:43:in `const_missing'
/usr/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/java/ant.rb:69:in `ant'
./tasks/xmlbeans.rb:46:in `compile'
./tasks/xmlbeans.rb:69:in `compile_xml_beans'
/home/alexis/.gem/ruby/1.8/gems/rake-0.8.3/lib/rake.rb:615:in `call'
/home/alexis/.gem/ruby/1.8/gems/rake-0.8.3/lib/rake.rb:615:in `execute'
/home/alexis/.gem/ruby/1.8/gems/rake-0.8.3/lib/rake.rb:612:in `each'
/home/alexis/.gem/ruby/1.8/gems/rake-0.8.3/lib/rake.rb:612:in `execute'
/usr/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/application.rb:637:in `invoke_with_call_chain'
/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
/usr/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/application.rb:623:in `invoke_with_call_chain'
/home/alexis/.gem/ruby/1.8/gems/rake-0.8.3/lib/rake.rb:588:in `invoke_prerequisites'
/home/alexis/.gem/ruby/1.8/gems/rake-0.8.3/lib/rake.rb:585:in `each'
/home/alexis/.gem/ruby/1.8/gems/rake-0.8.3/lib/rake.rb:585:in `invoke_prerequisites'
/usr/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/compile.rb:388:in `invoke_prerequisites'
/usr/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/application.rb:630:in `invoke_with_call_chain'


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (BUILDR-224) Compile task fails if trace activated

Posted by "Alexis Midon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexis Midon closed BUILDR-224.
-------------------------------

    Resolution: Duplicate

this is a duplicate of BUILDR-219

> Compile task fails if trace activated 
> --------------------------------------
>
>                 Key: BUILDR-224
>                 URL: https://issues.apache.org/jira/browse/BUILDR-224
>             Project: Buildr
>          Issue Type: Bug
>          Components: Compilers
>    Affects Versions: 1.3.4
>            Reporter: Alexis Midon
>             Fix For: 1.3.4
>
>
> If trace is activated, buildr compile fails with the trace below.
> lib/buildr/java/ant.rb must require 'logger'.
> Buildr aborted!
> uninitialized constant Buildr::Ant::Logger
> /home/alexis/.gem/ruby/1.8/gems/rake-0.8.3/lib/rake.rb:2465:in `const_missing'
> /usr/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/java/ant.rb:43:in `const_missing'
> /usr/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/java/ant.rb:69:in `ant'
> ./tasks/xmlbeans.rb:46:in `compile'
> ./tasks/xmlbeans.rb:69:in `compile_xml_beans'
> /home/alexis/.gem/ruby/1.8/gems/rake-0.8.3/lib/rake.rb:615:in `call'
> /home/alexis/.gem/ruby/1.8/gems/rake-0.8.3/lib/rake.rb:615:in `execute'
> /home/alexis/.gem/ruby/1.8/gems/rake-0.8.3/lib/rake.rb:612:in `each'
> /home/alexis/.gem/ruby/1.8/gems/rake-0.8.3/lib/rake.rb:612:in `execute'
> /usr/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/application.rb:637:in `invoke_with_call_chain'
> /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
> /usr/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/application.rb:623:in `invoke_with_call_chain'
> /home/alexis/.gem/ruby/1.8/gems/rake-0.8.3/lib/rake.rb:588:in `invoke_prerequisites'
> /home/alexis/.gem/ruby/1.8/gems/rake-0.8.3/lib/rake.rb:585:in `each'
> /home/alexis/.gem/ruby/1.8/gems/rake-0.8.3/lib/rake.rb:585:in `invoke_prerequisites'
> /usr/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/compile.rb:388:in `invoke_prerequisites'
> /usr/lib/ruby/gems/1.8/gems/buildr-1.3.4/lib/buildr/core/application.rb:630:in `invoke_with_call_chain'

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.