[jira] [Commented] (CB-5232) Make android include CordovaLib as a library instead of a Jar

2014-02-03 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5232:
-

Commit 59833dee1437180503cc9ccadd6c4359e508a36f in branch refs/heads/master 
from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-amazon-fireos.git;h=59833de 
]

CB-5232 Change create script to use Cordova as a library.


 Make android include CordovaLib as a library instead of a Jar
 -

 Key: CB-5232
 URL: https://issues.apache.org/jira/browse/CB-5232
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor

 Motivation:
 -Works better in IntelliJ
 -Faster project creation
 -Consistent with iOS approach
 -Allows users to step into framework code when debugging
 Proof of concept is checked in at cordova-android's libproject branch. 
 Let's wait until the 3.2.0 branch is created before merging.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5232) Make android include CordovaLib as a library instead of a Jar

2014-02-03 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5232:
-

Commit 2a5d8815af4742168f95e252cbe0b0ac9aba001b in branch refs/heads/3.4.x from 
[~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-amazon-fireos.git;h=2a5d881 
]

CB-5232 Change create script to use Cordova as a library.


 Make android include CordovaLib as a library instead of a Jar
 -

 Key: CB-5232
 URL: https://issues.apache.org/jira/browse/CB-5232
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor

 Motivation:
 -Works better in IntelliJ
 -Faster project creation
 -Consistent with iOS approach
 -Allows users to step into framework code when debugging
 Proof of concept is checked in at cordova-android's libproject branch. 
 Let's wait until the 3.2.0 branch is created before merging.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (CB-5232) Make android include CordovaLib as a library instead of a Jar

2013-12-18 Thread Mike Billau (JIRA)

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

Mike Billau commented on CB-5232:
-

Hey [~agrieve], after this change, when users import the project into Eclipse, 
they are now seeing HelloWorld and HelloWorld-CordovaLibs as options to 
import. Both need to be imported into Eclipse in order to resolve the Eclipse 
dependencies. We should add a note about this here: 
http://cordova.apache.org/docs/en/3.3.0/guide_platforms_android_index.md.html#Android%20Platform%20Guide
I think that's the only place that needs the update.

 Make android include CordovaLib as a library instead of a Jar
 -

 Key: CB-5232
 URL: https://issues.apache.org/jira/browse/CB-5232
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor

 Motivation:
 -Works better in IntelliJ
 -Faster project creation
 -Consistent with iOS approach
 -Allows users to step into framework code when debugging
 Proof of concept is checked in at cordova-android's libproject branch. 
 Let's wait until the 3.2.0 branch is created before merging.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Commented] (CB-5232) Make android include CordovaLib as a library instead of a Jar

2013-12-18 Thread Mike Billau (JIRA)

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

Mike Billau commented on CB-5232:
-

https://github.com/apache/cordova-docs/pull/166

 Make android include CordovaLib as a library instead of a Jar
 -

 Key: CB-5232
 URL: https://issues.apache.org/jira/browse/CB-5232
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor

 Motivation:
 -Works better in IntelliJ
 -Faster project creation
 -Consistent with iOS approach
 -Allows users to step into framework code when debugging
 Proof of concept is checked in at cordova-android's libproject branch. 
 Let's wait until the 3.2.0 branch is created before merging.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Commented] (CB-5232) Make android include CordovaLib as a library instead of a Jar

2013-12-18 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5232:
-

Commit cb9d7c75766cb30e57c694751559854be8d1cfb7 in branch refs/heads/master 
from [~mrbillau]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=cb9d7c7 ]

CB-5232 Add note about cordova as lib


 Make android include CordovaLib as a library instead of a Jar
 -

 Key: CB-5232
 URL: https://issues.apache.org/jira/browse/CB-5232
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor

 Motivation:
 -Works better in IntelliJ
 -Faster project creation
 -Consistent with iOS approach
 -Allows users to step into framework code when debugging
 Proof of concept is checked in at cordova-android's libproject branch. 
 Let's wait until the 3.2.0 branch is created before merging.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Commented] (CB-5232) Make android include CordovaLib as a library instead of a Jar

2013-12-18 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5232:
-

Commit 5499544244b4555f969a9b5b6c3dfd07e24224f4 in branch refs/heads/master 
from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=5499544 ]

CB-5232 Add note about android subproject to upgrade guide as well


 Make android include CordovaLib as a library instead of a Jar
 -

 Key: CB-5232
 URL: https://issues.apache.org/jira/browse/CB-5232
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor

 Motivation:
 -Works better in IntelliJ
 -Faster project creation
 -Consistent with iOS approach
 -Allows users to step into framework code when debugging
 Proof of concept is checked in at cordova-android's libproject branch. 
 Let's wait until the 3.2.0 branch is created before merging.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Commented] (CB-5232) Make android include CordovaLib as a library instead of a Jar

2013-12-18 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5232:
-

Commit 1551982 from [~agrieve]
[ https://svn.apache.org/r1551982 ]

Update docs to include note about Android's Project-CordovaLib (CB-5232)

 Make android include CordovaLib as a library instead of a Jar
 -

 Key: CB-5232
 URL: https://issues.apache.org/jira/browse/CB-5232
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor

 Motivation:
 -Works better in IntelliJ
 -Faster project creation
 -Consistent with iOS approach
 -Allows users to step into framework code when debugging
 Proof of concept is checked in at cordova-android's libproject branch. 
 Let's wait until the 3.2.0 branch is created before merging.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Commented] (CB-5232) Make android include CordovaLib as a library instead of a Jar

2013-11-15 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on CB-5232:
-

Commit fd954adc81d0355e03996b6128a33792cdc7c10f in branch refs/heads/master 
from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=fd954ad ]

CB-5232 Change create script to use Cordova as a library.


 Make android include CordovaLib as a library instead of a Jar
 -

 Key: CB-5232
 URL: https://issues.apache.org/jira/browse/CB-5232
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor

 Motivation:
 -Works better in IntelliJ
 -Faster project creation
 -Consistent with iOS approach
 -Allows users to step into framework code when debugging
 Proof of concept is checked in at cordova-android's libproject branch. 
 Let's wait until the 3.2.0 branch is created before merging.



--
This message was sent by Atlassian JIRA
(v6.1#6144)