tracker issue : CFB-3712682

select a category, or use search below
(searches all categories and all time range)
Title:

Generate PhoneGap Build creates multiple applications for one project

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Matt Gifford / Matt Gifford (Matt Gifford)

Created: 02/24/2014

Components: PhoneGap

Versions: 3.0

Failure Type:

Found In Build/Fixed In Build: PublicBeta / 288800

Priority/Frequency: Major / Most users will encounter

Locale/System: ALL / Mac 10.9

Vote Count: 0

Problem Description:

When working on a mobile project selecting Generate PhoneGap Build from the context menu submits the code to the build server but creates a new PG Build application each time.

Steps to Reproduce:

Select 'Generate PhoneGap Build from a project context menu (right click). It will submit to build.phonegap.com. When the Phonegap Status panel refreshes there may be more than one app for the project you've just committed.

Actual Result:

Multiple applications created for one project.

Expected Result:

It is expected to create one application on build.phonegap.com for each project. Any further commits are expected to update that application, not create a new one.

Any Workarounds:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3712682

External Customer Info:
External Company:  
External Customer Name: Matt Gifford
External Customer Email:  
External Test Config: My Hardware and Environment details:



CFB 3 (Thunder) on Mac OSX (Mavericks)

Attachments:

Comments:

Im actually getting this issue when I select PhoneGap Debug > Generate Debug Build too. This is actually a blocker as it means I cannot update the application I'm working on.
Comment by External U.
27239 | February 24, 2014 03:12:36 PM GMT
Suppose i have a mobile project called "mobproject" If i am changing name from name:mobproject (by navigating project->Properties, then change name) to name:mobproject1 Then i am able to repro this issue along with the warning message like "Private app limit reached" If i am not changing the name, then i not getting multiple applications for one project. (Comment added from ex-user id:sahoo)
Comment by Adobe D.
27240 | February 27, 2014 05:40:52 AM GMT
Now it is working fine having 2 following scenarios 1. if i am not changing name (which is under project-> properties), then not getting any new app id (means in the same app id, it will update the code). 2. if i am changing name which is under project-> properties, then first time it will ask "private app limit reached" In this case i have to delete the app, then again generate PG build. It will generate new build along with new "Application Name" and "App Id" Then going forward it wont generate multiple applications (if i am not changing the name which is under project-> properties). Here if i am changing the name again, then the step-2 will repeat. Previously the case was different, it was comparing "project name" with the build present in the "build.phonegap.com", so this issue was occurring. But now instead of comparing project name, it is comparing name field (which is under project-> properties) with the build present in the "build.phonegap.com". so it will not create multiple applications for one project. So i am closing the issue. (Comment added from ex-user id:sahoo)
Comment by Adobe D.
27241 | February 27, 2014 07:38:13 AM GMT