how to handle this sort of plugin...

Don't know how one might handle this...

We (like quite a few others I suppose) have tools that generate Java course.

We also generate some files with multiple other files as inputs.

So what is a good way to handle, say, a file type XYZ that when compiled (by our own code) inside IDEA then creates/updates another Java file whose symbols must be visible and must compile in the same compilation pass?

0
2 comments
Avatar
Permanently deleted user

...er, that's "generates Java source "

0
Avatar
Permanently deleted user

At least you could try to do the task with ant script + use IDEA ant integration (set to execute the script before the compilation)

0

Please sign in to leave a comment.