Rob Rudin

Results 152 comments of Rob Rudin

@eaolson I just tried this on a local ML install, the project deployed fine (and yes, some docs would be helpful here to explain that a user should first deploy...

Thanks @grtjn for the request. It sounds like your need is for `ServerEvalTask` to stash its output somewhere so that it can be accessed by some custom code. I'm wondering...

Added a note and example to the bottom of https://github.com/marklogic-community/ml-gradle/wiki/Writing-your-own-task for this use case

@jamesagardner Just to confirm, you're expecting a new task here, right? Something like "mlCheckConnection"? I'm tossing this into 4.0 as part of a plan to bump ml-gradle et al to...

@jamesagardner I'm realizing now there are multiple connections to check. At a minimum, I think we'd want to ping 8002 to verify that the Manage API connection is good. Then...

Moving this for now, as 4.1 is going to be focused on updating a bunch of third party dependencies.

@lingtao-sa What inputs would you expect for this task? Like how would `mlDeleteWorkspaces` know which workspaces to delete and which ones to keep? I'm also wondering how much time this...

Can you provide one of your templates as an example?

I haven't been able to reproduce this yet. I created a vanilla app with a REST server, a content database, and a schema database. Then I tossed the above TDE...

Do you get the error when you deploy the app to a fresh ML instance, or only when you redeploy the app/schemas?