vertx-codegen icon indicating copy to clipboard operation
vertx-codegen copied to clipboard

Add support for different documentation dir

Open kerko opened this issue 8 years ago • 4 comments

right now everything generated by verty-codegen goes into:

outputDirectory\generated ~ generated classes
outputDirectory\resources ~ generated resources 
outputDirectory\ascidoc ~ generated asciidoc

It would be great if you could support changing the location of the generated asciidoc, vertx-docgen supports this so it's kind of annoying that you can't specify the location of the generated asciidoc files for codegen. maybe even respond to the same option, so they both can be used in combination

kerko avatar Dec 05 '16 09:12 kerko

@kerko I've added an option to relocate classes and resources directories - please read the updated doc and tell me how it goes

vietj avatar Feb 19 '17 15:02 vietj

@kerko note that asciidoc is generated by another processor

vietj avatar Feb 19 '17 15:02 vietj

Thanks @vietj, will have a look when I have some spare time.

kerko avatar Feb 23 '17 22:02 kerko

ok, please open an issue rather in this project https://github.com/vert-x3/vertx-docgen and close this one

vietj avatar Feb 23 '17 23:02 vietj