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

[jira] Resolved: (BUILDR-122) eclipse task should not check for directory existence

     [ https://issues.apache.org/jira/browse/BUILDR-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Boisvert resolved BUILDR-122.
----------------------------------

    Resolution: Fixed

Patch applied.  Thanks for your patience :)

boisvert@boog:~/svn/buildr-trunk$ svn commit -m "BUILDR-122: eclipse task should not check for directory existence"
Sending        lib/buildr/ide/eclipse.rb
Sending        spec/eclipse_spec.rb
Transmitting file data ..
Committed revision 688192.


> eclipse task should not check for directory existence
> -----------------------------------------------------
>
>                 Key: BUILDR-122
>                 URL: https://issues.apache.org/jira/browse/BUILDR-122
>             Project: Buildr
>          Issue Type: Bug
>          Components: IDE
>    Affects Versions: 1.3.3
>         Environment: buildr trunk revision 682463
>            Reporter: Lacton
>            Priority: Minor
>             Fix For: 1.3.3
>
>         Attachments: BUILDR-122.spec.patch
>
>
> The eclipse task checks for source directories' existence when generating the .classpath file. Source folders that get generated later (e.g., during the build) are missing from the .classpath file.
> Proposed fix: remove the two "if File.exist? project.path_to(path)" lines in the FileTask for '.classpath' in eclipse.rb.

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