如何通过grails自定义脚本更改项目名称
我想编写一个脚本来更改 grails 项目的名称。
需要修改:
- .project:投票-> NewName
- application.properties :app.name=AMP -> app.name=NewName
任何人都可以向我展示匹配文档的示例或链接吗?
I want to write a script to change grails project's name.
need to modify:
- .project : Vote -> NewName
- application.properties : app.name=AMP -> app.name=NewName
could anyone show me an example or link of match doc?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我还没有尝试过这个,但是有一个 ant.propertyFile 任务。你也许可以做类似的事情...
I haven't tried this, but there is an ant.propertyFile task. You might be able to do something like...