https://docs.gradle.org/current/userguide/compatibility.html
On 04.12.23 01:24, Owen Thomas wrote:
Is there a page I can read that outlines how Gradle will work with
Java in the future? This stuff is giving me a headache.
OpenPGP_signature.asc
Description: OpenPGP digital signature
I have just seen, the javadoc tool has a command line option (provided
by the Standard doclet) :
--main-stylesheet , -stylesheetfile
File to change style of the generated documentation
On 30.01.23 19:15, Bernd Michaely wrote:
Don't know for sure, but I guess NB has no
Don't know for sure, but I guess NB has no such mechanism …
I guess NB and pretty much any build system uses the standard way of
generating javadoc, which is the javadoc tool of JDK (command line
javadoc or tool API or whatever …) which creates a
/api/stylesheet.css which you can adapt to your
On 18.10.22 19:24, Thorsten Schöning wrote:
But images referenced in the *.form files should work in "resources",
correct?
If i remember correctly, GUI designer and *.form files have nothing to
do at all with the build process (in the sense of Gradle), it is part of
generating sources and ha
Indeed Gradle keeps different types of files like sources and resources
in different subdirectories.
*.form files are another type of files, which are created and needed
even before compilation and are not to be deployed, so they would reside
in their own subdirectory aside sources and resourc
a search for »preview features« on the website https://docs.gradle.org
finds:
https://docs.gradle.org/current/userguide/building_java_projects.html#sec:feature_preview
(assuming you mean Java preview features, not Gradle preview features :-)
(this should be sufficient – don't think NetBeans ne
… plus you can configure toolbar buttons:
Bernd
On 21.08.22 15:19, Thomas Wolf wrote:
If I understood the question, right-clicking in the file and selecting
“Select in Project” will highlight the file in the project tree.
Tom
On Aug 21, 2022, at 8:09 AM, Amn wrote:
Nice!! How do you
I might be able to provide others with the same from
time to time.
On Sun, 7 Aug 2022 at 02:16, Bernd Michaely
wrote:
The original Gradle (7.5) doc says:
The project root directory contains all source files that are
part of your project. In addition, it contains files and
d
The original Gradle (7.5) doc says:
The project root directory contains all source files that are part of
your project. In addition, it contains files and directories that are
generated by Gradle such as |.gradle| and |build|. While the former
are usually checked in to source control, the latt
… and also available through the "Settings…" item in the context menu of
the output window
On 10.05.22 17:35, Laszlo Kishalmi wrote:
Tools > Options > Miscellaneous > Output > Font Size
On 5/10/22 07:38, Michael Rootshtain wrote:
Hi,
I have increased the size of the font in the editor in A
It's such a shame they dropped such a great piece of software like
JavaFX from JDK. Compared to JavaFX, Swing looks age-old, in particular
internally.
(E.g., if I'm correct, a JavaFX TreeView uses an ObservableList of
children, while JTree doesn't even use a java.util.List for its children.)
Hi,
I'm just curious,
sourceSets {
main {
resources {
srcDirs"src/main/java" }
}
}
Is it good practice to define the resources dir equal to the src dir?
I think, this might cause problems including:
* it (at least unnecessarily) confuses
Hi,
| warning: [options] bootstrap class path not set in conjunction with
-source 8
it seems you are using JDK 11 (which needs a separate OpenJavaFX), but
with target Java version 8 (which contains its own JavaFX8), so there is
a conflict ...
(so e.g. inside NetBeans see:
Project Properti
Hi,
it seems NetBeans9.0 can't (yet) add a Main-Class to the MANIFEST.MF
file to create "self-executing" jars/modules,
it can be added later with the jar tool, e.g. in the example:
jar --update --file=com.toy.anagrams.jar
--main-class='com.toy.anagrams.ui.Anagrams'
Bernd
Am 07.10.18 um 0
14 matches
Mail list logo