Bug 718653

Summary: RFE: option to show warning when pushing disabled locale, then continue pushing other locale.
Product: [Retired] Zanata Reporter: Ding-Yi Chen <dchen>
Component: Component-Maven, Component-PythonClientAssignee: zanata-dev-internal <zanata-dev-internal>
Status: CLOSED WONTFIX QA Contact: Ding-Yi Chen <dchen>
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: mkim, sflaniga, zanata-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-11-20 02:00:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ding-Yi Chen 2011-07-04 06:59:49 UTC
Description of problem:
Currently, maven client push stops when encounter disabled locales.

However it will be more convenient if we have a switch like:
    --warnOnDisabledLocale: show warning when pushing disabled locale, then
continue pushing other locale.


Version-Release number of selected component (if applicable):
client API timestamp is 20110623-1549

How reproducible:
Always


Steps to Reproduce:
1. Assume Project AboutFedora is pushed to Zanata
2. Assume zanata.ini, pom.xml and zanata.xml are correctly configured.
3. Disable locale ja
4. mvn -B org.zanata:zanata-maven-plugin:push -Dzanata.projectType=podir -Dzanata.srcDir=pot 

  
Current results:
Stop when encountering disabled locales.

Expected results:
If --warnOnDisabledLocale is on, only print warning message for disabled locales and continue pushing others.

Comment 1 Sean Flanigan 2011-09-07 04:33:01 UTC
Assigning to Scrum product owner for prioritisation.

Comment 2 Sean Flanigan 2012-11-15 01:16:04 UTC
What's the use case for this?  Will it help with testing, or will it just be another feature that needs testing?  Won't this option just lead to silent failures?