Giter Site home page Giter Site logo

rationalise targets about ml-gradle HOT 5 CLOSED

marklogic avatar marklogic commented on June 6, 2024
rationalise targets

from ml-gradle.

Comments (5)

rjrudin avatar rjrudin commented on June 6, 2024

In general, I've chosen a syntax of "ml(verb)(noun)" - e.g. mlClearModules, mlReloadModules.

The reason I have tasks like "mlAppDeploy" and "mlCpfDeploy" - i.e. "ml(noun)(verb)" - is that if I use e.g. "mlDeployCpf", then a user can't shorten "mlDeploy" to something like "mldep", which Gradle will then figure out must be "mlDeploy". But that may not really matter. It's convenient when a verb is really long, but there aren't many such verbs.

So do you think it would suffice if all tasks fit the "ml(verb)(noun)" pattern? I think that would make things intuitive for the user - the user then just has to learn the verbs and nouns that matter to ml-gradle.

There's then the issue of "mlPostDeploy", but I think it would be intuitive if there's a set of "mlPost(verb)" tasks which gives the user an easy way of tacking more tasks onto the end of an existing task. We don't need "mlPre(verb)" tasks because Gradle handles that via "dependsOn".

from ml-gradle.

xquery avatar xquery commented on June 6, 2024

I was more thinking more of having a single verb ex. 'mlDeploy' which would deploy everything then you would exclude (via commandline switches and/or properties). I am fine with the current naming convention perse.

Don't let me distract you, I am all for specific targets as you have them ... just thinking control via properties/commandline switches of nouns maybe worth investigating.

from ml-gradle.

rjrudin avatar rjrudin commented on June 6, 2024

Okay, so e.g. instead of mlCpfDeploy, "gradle mlDeploy -Pfeature=cpf"?

from ml-gradle.

xquery avatar xquery commented on June 6, 2024

maybe ... I wonder how that might translate in terms of a set of java properties eg.

  feature=cpf

resources might also be represented

  database=MyModuleDB,MyContentDb

admittedly, this is tinkering around the edges, but thought I would mention it.

from ml-gradle.

rjrudin avatar rjrudin commented on June 6, 2024

Jim, I'm going to close this - I did standardize the naming a while back for tasks to start with "mlDeploy" in general, and they're better grouped when you run "gradle tasks" as well.

from ml-gradle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.