os-xtoo icon indicating copy to clipboard operation
os-xtoo copied to clipboard

The Java and Enlightenment ebuild repository

Results 25 os-xtoo issues
Sort by recently updated
recently updated
newest added

Various errors with Java Platform Manager ![shot-2018-01-26_12-33-42](https://user-images.githubusercontent.com/12835340/35452651-42619702-0295-11e8-8b14-a425c985764d.jpg) When adding new Platform ``` java.lang.NullPointerException at org.netbeans.modules.java.j2seplatform.wizard.NewJ2SEPlatform.getSDKProperties(NewJ2SEPlatform.java:132) at org.netbeans.modules.java.j2seplatform.wizard.NewJ2SEPlatform.run(NewJ2SEPlatform.java:94) at org.netbeans.modules.java.j2seplatform.wizard.DetectPanel$WizardPanel$1.run(DetectPanel.java:438) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418) at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45) at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033) Caused: org.openide.util.RequestProcessor$FastItem: task...

bug

There is a problem with downloading the source tar.gz from github. The file https://github.com/eclipse/eclipse.jdt.core/archive/R4_20.tar.gz does not exist.

There are a couple OpenJFX packages pacakged at this time. One bin [dev-java/openjfx-bin](https://github.com/Obsidian-StudiosInc/os-xtoo/tree/master/dev-java/openjfx-bin) and one piece from source [dev-java/javafx-base](https://github.com/Obsidian-StudiosInc/os-xtoo/tree/master/dev-java/javafx-base). The bin is an entire binary version of OpenJFX. I have...

enhancement

From Java 11 and onward JavaFX has been removed and is a stand alone project/package. Need to resolve issue #53 in order to resolve this issue. May need a project...

bug
enhancement

The following packages are using pre-generated sources from maven repository rather than from upstream source tarballs. Need to build directly from source tarballs to allow building from source code repository...

bug
enhancement

The following packages require kotlin to build. - [ ] gradle-instant-execution - [ ] gradle-kotlin-dsl - [ ] gradle-kotlin-dsl-tooling-models - [ ] gradle-model-core (disabled for now) - [ ] okhttp...

bug
enhancement

Figure out [ModelloCLI](https://github.com/codehaus-plexus/modello/blob/master/modello-core/src/main/java/org/codehaus/modello/ModelloCli.java) to be able to process Maven's *.mdo files into *.java files. Created codehaus-plexus/modello/issues/15 on ModelloCLI usage, and inability to load Java plugin. Or what ever is necessary...

bug
help wanted

This package uses sources from an odd location. Need to find official sources, and/or replace the package. There is only one dependent package, dev-java/osgi-compendium.

enhancement

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...

bug