jira-importer

Results 1065 comments of jira-importer

**[John Patrick](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=nhoj.patrick)** commented Okay so I got to a flaw / design but with module-info.java, that being a module-info.java must exists in the root, so a multi release jar can...

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented Can you produce a reproducer? Or you say this configuration above reproduces the issue? And reproducing it just doing `mvn clean package` ?

**[Alan Zimmer](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=alzimmer)** commented Here is a small GH repo: https://github.com/alzimmermsft/MCOMPILER-578-repro

**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented We should update documentation about this options, currently we have: > false (not recommended) this only compiles source files which are newer than their corresponding class files,...

**[Rade Martinović](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rockymm)** commented This is quite unpleasant bug for me, it increases the overall time of compilation since I am forced to do `clean compile` each time I do the...

**[Alexander Kriegisch](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kriegaex)** commented Sample AspectJ + Maven project [^SO_AJ_MavenSoftExceptions.zip] showing what needs to be done in order to make compilation work. Please note that I have to set 'useIncrementalCompilation' to...

**[Aditya Kishore](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=adiore)** commented As someone who ran into different facet of this issue with different projects, I have documented my findings here: http://bcn.adityakishore.com/2014/11/broken-incremental-compilation-with.html With current assumptions behind this feature, I...

**[Alexander Kriegisch](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kriegaex)** commented May I be so bold to ask why this issue has a major priority but has not received any attention in more than one year? It could...

**[Lukas Eder](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=lukas.eder)** commented Agh. I wish I had checked for a potential bug here earlier! Would have saved me hours of waiting for the compiler to complete. So. What's with...

**[Jens Bannmann](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jens.b)** commented [Olivier Lamy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=olamy), could you please have a look at this?