-
https://ci.adoptopenjdk.net/job/Test_openjdk17_j9_sanity.functional_aarch64_linux_xl/19/console
```
04:18:53 compile:
04:18:53 [echo] Ant version is Apache Ant(TM) version 1.10.5 compiled on…
-
With this error:
```
MMCoreJ.compile:
[mm-javac] Compiling 29 source files to /home/ian/Documents/oss/micro/micro-manager/mmCoreAndDevices/MMCoreJ_wrap/build
[mm-javac] warning: [options] boot…
ianhi updated
2 years ago
-
- Create a project.clj with `:javac-options {:foo "true" :bar "true"}`
- Run `lein precate | grep 'javac-options'`
actual:
```
:javac-options (:foo "true" :bar "true")
```
Since this is specific to…
-
```
What steps will reproduce the problem?
1. checkout code
2. run ant
3.
What is the expected output? What do you see instead?
build successful
What version of the product are you using? On what op…
-
I think there are still problems due to FinallyRemover generating unreachable code. Although it is now running after javac's ANALYZE phase, and thus javac doesn't complain about it, I'm pretty sure it…
edp70 updated
8 years ago
-
Hi,
I have the following build error when building my Cordova app for Android (it is a Meteor app):
```
[echo] Set jars path to: /home/guillaume/hubin-app/.meteor/local/cordova-build/platforms/andr…
255kb updated
7 years ago
-
When implementing your files now, I've been getting a compile error with this output:
-compile:
```
[javac] C:\Users\Matzerath\Desktop\OrangeHaxe\bin\android\bin\src\org\haxe\lime\GameActivity.java:1…
-
This will randomly occur and start spamming the console and the only way to fix it, is by restarting the entire application. Is there a way to completely close the instance of Whatsapp?
`Whatsapp …
-
![Screenshot_2](https://user-images.githubusercontent.com/60122086/140595295-f2d4942a-7690-45da-b2d1-c9d49504c7c3.jpg)
#34
The plugin `onesignal_flutter` uses a deprecated version of the Android …
-
After installing the phonegap-facebook-plugin, Android will fail on every build for me.
For a test, I ran the following:
```
cordova create myApp
cd myApp/
cordova platform add android
```
At this …