Adding artifacts to module
Hi,
I want to add a new artifact to the module programatically when the module is created. So I have created a class which overrides JavaModuleBuilder and have access to the modifiableRootModel. I have used it to add libraries to the module settings, so was wondering if I can add new artifcat settings so that a jar is generated and copied to a custom location.
Thanks
---
Original message URL: http://devnet.jetbrains.net/message/5510315#5510315
请先登录再写评论。
So why doesn't ArtifactManager.createModifiableModel() work for you?
A little correction: artifacts are project-level enities - so it' technically impossible "to add an artifact to a module".