[jira] [Commented] (CB-3476) Tag CLI

2013-06-03 Thread Braden Shepherdson (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673416#comment-13673416
 ] 

Braden Shepherdson commented on CB-3476:


This applies specifically to access tags inside config-file tags whose 
target is config.xml. They don't make it into the final platform-specific 
config.xml files after a cordova prepare.

 Tag CLI
 ---

 Key: CB-3476
 URL: https://issues.apache.org/jira/browse/CB-3476
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: CLI
Reporter: Andrew Grieve
Assignee: Filip Maj

 This should wait until all platforms are tagged.
 Steps:
 1. Update snapshot of repos within cordova-cli
 2. Test that basic commands work properly (installing plugins, creating 
 project, edit / refresh cycle)
 3. Test that running CLI on a project created with a previous version of CLI 
 works as expected
 4. Look through all open JIRA bugs targeted at the current version and either 
 fix or postpone them.
 5. Tag (via coho)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3476) Tag CLI

2013-06-03 Thread Filip Maj (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673415#comment-13673415
 ] 

Filip Maj commented on CB-3476:
---

I just tried cordova-cli with latest plugman and cannot reproduce the plugin 
config file changes being blown away.

Cordova-cli calls prepare, which does all of the updating www assets and 
possibly blows away config.xml, but then before it finishes it calls into 
plugman.prepare which should add the config files back in.

I was testing on Android with the BarcodeScanner plugin.

 Tag CLI
 ---

 Key: CB-3476
 URL: https://issues.apache.org/jira/browse/CB-3476
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: CLI
Reporter: Andrew Grieve
Assignee: Filip Maj

 This should wait until all platforms are tagged.
 Steps:
 1. Update snapshot of repos within cordova-cli
 2. Test that basic commands work properly (installing plugins, creating 
 project, edit / refresh cycle)
 3. Test that running CLI on a project created with a previous version of CLI 
 works as expected
 4. Look through all open JIRA bugs targeted at the current version and either 
 fix or postpone them.
 5. Tag (via coho)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3476) Tag CLI

2013-06-03 Thread Filip Maj (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13673593#comment-13673593
 ] 

Filip Maj commented on CB-3476:
---

[~shepheb] [~agrieve] I've updated master2 on cli and master on plugman (now 
0.7.9 on npm) that addresses this issue. Should be fine now. Let me know if you 
guys are still seeing problems.

Do you guys think we should cherry pick all of the recent commits in master2 
into the 2.8.x branch? I think that makes sense before we release 2.8.0 proper.

 Tag CLI
 ---

 Key: CB-3476
 URL: https://issues.apache.org/jira/browse/CB-3476
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: CLI
Reporter: Andrew Grieve
Assignee: Filip Maj

 This should wait until all platforms are tagged.
 Steps:
 1. Update snapshot of repos within cordova-cli
 2. Test that basic commands work properly (installing plugins, creating 
 project, edit / refresh cycle)
 3. Test that running CLI on a project created with a previous version of CLI 
 works as expected
 4. Look through all open JIRA bugs targeted at the current version and either 
 fix or postpone them.
 5. Tag (via coho)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3476) Tag CLI

2013-05-28 Thread Andrew Grieve (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13668847#comment-13668847
 ] 

Andrew Grieve commented on CB-3476:
---

Fixing the problem where plugin config files changes are being blown away by 
prepare is also a blocker for a release I think. That's on Braden's plate this 
week as well though.

 Tag CLI
 ---

 Key: CB-3476
 URL: https://issues.apache.org/jira/browse/CB-3476
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: CLI
Reporter: Andrew Grieve
Assignee: Filip Maj

 This should wait until all platforms are tagged.
 Steps:
 1. Update snapshot of repos within cordova-cli
 2. Test that basic commands work properly (installing plugins, creating 
 project, edit / refresh cycle)
 3. Test that running CLI on a project created with a previous version of CLI 
 works as expected
 4. Tag

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3476) Tag CLI

2013-05-23 Thread Braden Shepherdson (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13665242#comment-13665242
 ] 

Braden Shepherdson commented on CB-3476:


Yes, please wait.

Though since that depends on the spectacularly bikeshed-able app/ directory 
discussion, this might take some time.

In the meantime, I have nearly-ready changes to add git refs support to 
dependency tags.

 Tag CLI
 ---

 Key: CB-3476
 URL: https://issues.apache.org/jira/browse/CB-3476
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: CLI
Reporter: Andrew Grieve
Assignee: Filip Maj

 This should wait until all platforms are tagged.
 Steps:
 1. Update snapshot of repos within cordova-cli
 2. Test that basic commands work properly (installing plugins, creating 
 project, edit / refresh cycle)
 3. Test that running CLI on a project created with a previous version of CLI 
 works as expected
 4. Tag

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-3476) Tag CLI

2013-05-22 Thread Filip Maj (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13664811#comment-13664811
 ] 

Filip Maj commented on CB-3476:
---

Sounds good. Ideally I would like to wait for [~shepheb]'s work on merging the 
future and master branches, which have latest, working plugman integration 
among other goodies. My understanding is that should be ready tomorrow.

 Tag CLI
 ---

 Key: CB-3476
 URL: https://issues.apache.org/jira/browse/CB-3476
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: CLI
Reporter: Andrew Grieve
Assignee: Filip Maj

 This should wait until all platforms are tagged.
 Steps:
 1. Update snapshot of repos within cordova-cli
 2. Test that basic commands work properly (installing plugins, creating 
 project, edit / refresh cycle)
 3. Test that running CLI on a project created with a previous version of CLI 
 works as expected
 4. Tag

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira