gpt4 book ai didi

grails - 在 Grails 2 中,您如何从您的应用程序依赖的插件中包含来自 Gant 脚本的目标?

转载 作者:行者123 更新时间:2023-12-02 13:57:23 26 4
gpt4 key购买 nike

在 Grails 2 中,我正在创建一个依赖于 shiro 插件的公司特定身份验证插件。我想在我的插件的甘特脚本中重用 shiro 的甘特脚本。我的挑战是我不知道如何在我的 includeTargets 中访问 shiro 的 gant 脚本。

我想重用 _ShiroInternal.groovy 中定义的目标,但我不知道使用什么 Grails 变量来访问它:

includeTargets << new File ("${**what-goes-here**}/scripts/_ShiroInternal.groovy")

最佳答案

为每个已安装的插件添加了一个属性,fooPluginDir .所以对于 shiro 插件,它将是

includeTargets << new File(shiroPluginDir, 'scripts/_ShiroInternal.groovy')

关于grails - 在 Grails 2 中,您如何从您的应用程序依赖的插件中包含来自 Gant 脚本的目标?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15253070/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com