You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by "Luca Di Stefano (JIRA)" <ji...@apache.org> on 2010/11/03 13:31:25 UTC

[jira] Created: (NPANDAY-346) missing sources/resources silently ignored

missing sources/resources silently ignored
------------------------------------------

                 Key: NPANDAY-346
                 URL: https://issues.apache.org/jira/browse/NPANDAY-346
             Project: NPanday
          Issue Type: Improvement
          Components: Maven Plugins
    Affects Versions: 1.2.1
            Reporter: Luca Di Stefano
            Priority: Critical


in compiler and resgen plugins when some configured sources or resources are missing, the plugin simply go ahead without fail

this can hide bad configured pom files and make the developing harder


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


[jira] Commented: (NPANDAY-346) missing sources/resources silently ignored

Posted by "Luca Di Stefano (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NPANDAY-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932382#action_12932382 ] 

Luca Di Stefano commented on NPANDAY-346:
-----------------------------------------

don't completely agree :-)
maven in java if the source folder is missing, then is ignored: this is because the source and testSource haves default values.
if a specific resource is explicitely specified and it is missing then fails.
npanday specifies explicitely each single cs and resx to compile, so they must exists.


> missing sources/resources silently ignored
> ------------------------------------------
>
>                 Key: NPANDAY-346
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-346
>             Project: NPanday
>          Issue Type: Improvement
>          Components: Maven Plugins
>    Affects Versions: 1.2.1
>            Reporter: Luca Di Stefano
>            Priority: Critical
>             Fix For: Backlog
>
>
> in compiler and resgen plugins when some configured sources or resources are missing, the plugin simply go ahead without fail
> this can hide bad configured pom files and make the developing harder

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


[jira] Commented: (NPANDAY-346) missing sources/resources silently ignored

Posted by "Luca Di Stefano (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NPANDAY-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12933779#action_12933779 ] 

Luca Di Stefano commented on NPANDAY-346:
-----------------------------------------

ok, in the meanwhile we will pay more attention to logs :-)

> missing sources/resources silently ignored
> ------------------------------------------
>
>                 Key: NPANDAY-346
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-346
>             Project: NPanday
>          Issue Type: Improvement
>          Components: Maven Plugins
>    Affects Versions: 1.2.1
>            Reporter: Luca Di Stefano
>            Priority: Critical
>             Fix For: Backlog
>
>
> in compiler and resgen plugins when some configured sources or resources are missing, the plugin simply go ahead without fail
> this can hide bad configured pom files and make the developing harder

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


[jira] Updated: (NPANDAY-346) missing sources/resources silently ignored

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

Brett Porter updated NPANDAY-346:
---------------------------------

    Fix Version/s: Backlog

> missing sources/resources silently ignored
> ------------------------------------------
>
>                 Key: NPANDAY-346
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-346
>             Project: NPanday
>          Issue Type: Improvement
>          Components: Maven Plugins
>    Affects Versions: 1.2.1
>            Reporter: Luca Di Stefano
>            Priority: Critical
>             Fix For: Backlog
>
>
> in compiler and resgen plugins when some configured sources or resources are missing, the plugin simply go ahead without fail
> this can hide bad configured pom files and make the developing harder

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


[jira] Commented: (NPANDAY-346) missing sources/resources silently ignored

Posted by "Brett Porter (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NPANDAY-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932389#action_12932389 ] 

Brett Porter commented on NPANDAY-346:
--------------------------------------

ah, I see. Yes, on that front, I'd agree - though I'm also in favour of reducing the need for that behaviour!

> missing sources/resources silently ignored
> ------------------------------------------
>
>                 Key: NPANDAY-346
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-346
>             Project: NPanday
>          Issue Type: Improvement
>          Components: Maven Plugins
>    Affects Versions: 1.2.1
>            Reporter: Luca Di Stefano
>            Priority: Critical
>             Fix For: Backlog
>
>
> in compiler and resgen plugins when some configured sources or resources are missing, the plugin simply go ahead without fail
> this can hide bad configured pom files and make the developing harder

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


[jira] Updated: (NPANDAY-346) missing sources/resources silently ignored

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

Brett Porter updated NPANDAY-346:
---------------------------------


this is a typical convention from Maven since it configures some directories by default and still needs to work if they aren't present. I agree we could come up with some better warnings/errors, but we can't directly fail if it's wrong.

> missing sources/resources silently ignored
> ------------------------------------------
>
>                 Key: NPANDAY-346
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-346
>             Project: NPanday
>          Issue Type: Improvement
>          Components: Maven Plugins
>    Affects Versions: 1.2.1
>            Reporter: Luca Di Stefano
>            Priority: Critical
>             Fix For: Backlog
>
>
> in compiler and resgen plugins when some configured sources or resources are missing, the plugin simply go ahead without fail
> this can hide bad configured pom files and make the developing harder

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