[jira] [Commented] (CB-7624) cordova-medic couchdb version not available in archive

2014-11-06 Thread Angela Fowler (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14201570#comment-14201570
 ] 

Angela Fowler commented on CB-7624:
---

The grunt cordova-js fails with "platformVersion is required!"
which comes from this task :
https://github.com/apache/cordova-js/blob/master/tasks/compile.js

Changing master_cfg to obtain the version and use it in grunt step 
build_version = json_config['app','release']
..
 ShellCommand(command=["grunt","compile","--platformVersion", build_version], 
workdir='build/cordova-js',description='Grunt', descriptionDone='Grunt')

Not sure if this is the right way to go, any tips appreciated.

> cordova-medic couchdb version not available in archive
> --
>
> Key: CB-7624
> URL: https://issues.apache.org/jira/browse/CB-7624
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Medic
>Affects Versions: 3.5.0, 3.6.0
> Environment: All
>Reporter: Angela Fowler
>Priority: Minor
>
> The setup instructions at https://github.com/apache/cordova-medic have
> 1. Get and install couchdb 1.3.1 
> The current version of coudb is 1.6. Version 1.3.1 is not listed in the 
> archive at
> http://archive.apache.org/dist/couchdb/
> Is there another recommended version?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-7624) cordova-medic couchdb version not available in archive

2014-11-05 Thread Angela Fowler (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14199830#comment-14199830
 ] 

Angela Fowler commented on CB-7624:
---

Trying with couchdb 1.6...

1. master.cfg expects config.json app to have a build_timeout

2. repos.json repo was changed from asf to msopentech but release windows-fixes 
doesn't exist
https://github.com/apache/cordova-medic/commit/1c0521e60e4909755201c941baafdddafe7f6247
{
"title" : "TESTMASTER",
- "repo" : "https://git-wip-us.apache.org/repos/asf/cordova-medic.git";,
+ "repo" : "http://github.com/msopentech/cordova-medic";,
"category" : "TESTMASTER",
- "release" : "master",
- "current" : "master"
+ "release" : "windows-fixes",
+ "current" : "windows-fixes"
},

> cordova-medic couchdb version not available in archive
> --
>
> Key: CB-7624
> URL: https://issues.apache.org/jira/browse/CB-7624
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Medic
>Affects Versions: 3.5.0, 3.6.0
> Environment: All
>Reporter: Angela Fowler
>Priority: Minor
>
> The setup instructions at https://github.com/apache/cordova-medic have
> 1. Get and install couchdb 1.3.1 
> The current version of coudb is 1.6. Version 1.3.1 is not listed in the 
> archive at
> http://archive.apache.org/dist/couchdb/
> Is there another recommended version?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org