[ http://jira.codehaus.org/browse/MECLIPSE-126?page=all ]
     
fabrizio giustina closed MECLIPSE-126:
--------------------------------------

      Assign To: fabrizio giustina
     Resolution: Won't Fix
    Fix Version: 2.3

the "derived resource" marker is not applied by eclipse on the output 
directory. Such marker is added by eclipse itself when a java file is compiled 
to a class file or any file is copied from the src to the target directory.
This means that project resources are marked as derived when compiling from 
eclipse, but not when the project is built by maven (since maven would have to 
mark each single file, and this has to be done in the .metadata directory in 
the eclipse workspace).

> mark contents of "target" directory as derived
> ----------------------------------------------
>
>          Key: MECLIPSE-126
>          URL: http://jira.codehaus.org/browse/MECLIPSE-126
>      Project: Maven 2.x Eclipse Plugin
>         Type: Bug

>     Versions: 2.2
>     Reporter: Andreas Schildbach
>     Assignee: fabrizio giustina
>      Fix For: 2.3

>
>
> Eclipse has the notion of "derived resources", which are normally excluded 
> from many dialogs like the "Open Resource" dialog (Ctrl-Shift-R). Without 
> this marker, all those dialogs would be cluttered with unrelevant files 
> (which can't be edited anyway because they will be overwritten on the next 
> build).
> Unfortunately, unlike Eclipse itself, "mvn eclipse:eclipse" does not mark 
> generated files as derived. A good candidate would be the entire contents of 
> the "target" directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to