You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mark Hindess (JIRA)" <ji...@apache.org> on 2008/01/13 08:09:34 UTC

[jira] Commented: (HARMONY-5340) [classlib][build] make classlib build ignore modules/.metadata/ directory created by Eclipse

    [ https://issues.apache.org/jira/browse/HARMONY-5340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558354#action_12558354 ] 

Mark Hindess commented on HARMONY-5340:
---------------------------------------

This is worth fixing but your patch abuses an existing variable and thus breaks the exclude.module behaviour.  That is,

   ant -Dexclude.module=awt,swing test

wont work any more and users would need to do:

   ant -Dexclude.module=awt,swing,.\* test

I'll check in a fix that doesn't break this api shortly.


> [classlib][build] make classlib build ignore modules/.metadata/ directory created by Eclipse
> --------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5340
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5340
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Alexei Fedotov
>            Assignee: Mark Hindess
>         Attachments: properties.patch
>
>
> The class library build breaks if one uses modules/ as an Eclipse workspace root which is a general development scenario.

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