William L Thomson Jr
William L Thomson Jr
The following build issues are due to issues in dev-java/poi-ooxml-schemas, may have to switch to maven sources if we cannot [generate them as ant does](https://github.com/apache/poi/blob/trunk/build.xml#L839). ```java java/org/apache/poi/xwpf/usermodel/XWPFRun.java:1161: error: cannot find...
Gradle's main method is in gradle-launcher, now packaged. The launcher is crude and needs work. Or need to adapt the existing launcher. Likely need to create a base directory structure...
Working on resolving issues with dev-util/gradle meta ebuild for issue #37. Comparing the jars in lib and plugins directories from a default binary gradle from upstream. I need to package...
Upstream re-organized the modules in the main repository to reside within directories that correlate to the modules cluster. Need to move packages out of nb-ide into new cluster categories. The...
The *-kit modules should have RDEPEND of the various related modules for that kit. Ant related packages/modules should be RDEPEND of ant-kit, Java packages/modules for java-kit, etc.
Presently to aide in packaging and development all jars/modules are being symlinked into ```/usr/share/netbeans-9/lib/```. Which is incorrect for long term. The proper location is ```/usr/share/netbeans-9/modules``` and any libraries needed by...
Presently opening markdown files causes a stream of non stop exceptions till the file is closed. The root cause/exception is as follows. Seems to be issues with [deprecated Pegdown](https://github.com/sirthias/pegdown) which...
Adding netbeans-api-debugger causes the following exception ```java SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor org.netbeans.spi.debugger.ui.EditorContextDispatcher$EventFirer java.lang.IndexOutOfBoundsException: Index 0 out-of-bounds for length 0 at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248) at java.base/java.util.Objects.checkIndex(Objects.java:372) at java.base/java.util.ArrayList.get(ArrayList.java:440)...
Exception on start of local terminal ```java java.io.IOException: Error getting host info for localhost at org.netbeans.modules.nativeexecution.api.util.HostInfoUtils.getHostInfo(HostInfoUtils.java:315) at org.netbeans.modules.nativeexecution.api.util.HostInfoUtils.getHostInfo(HostInfoUtils.java:273) [catch] at org.netbeans.modules.dlight.terminal.action.TerminalSupportImpl$1.doWork(TerminalSupportImpl.java:226) at org.netbeans.modules.dlight.terminal.action.TerminalSupportImpl$1.access$000(TerminalSupportImpl.java:133) at org.netbeans.modules.dlight.terminal.action.TerminalSupportImpl$1$1.run(TerminalSupportImpl.java:140) at org.netbeans.modules.dlight.terminal.action.TerminalSupportImpl$1.run(TerminalSupportImpl.java:156) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418) at...
Upstream no longer builds or ships this jar/package, typetools/checker-framework/pull/2169 & typetools/checker-framework/pull/2170. Need to update dependencies to another package. - [ ] dev-java/guava - [ ] dev-java/truth