summaryrefslogtreecommitdiff
path: root/solenv/gbuild/JavaClassSet.mk
AgeCommit message (Expand)Author
2024-05-03makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier
2024-03-21Tie javac -g option to --enable-symbols instead of gb_DEBUGLEVELStephan Bergmann
2024-03-02Allow building with Java 8Fridrich Štrba
2023-11-09enable unchecked lint for our java codeNoel Grandin
2023-08-18Drop JAVA_CLASSPATH_NOT_SET which is always TRUEMichael Weghorn
2022-12-13gb_var2file: remove now unused chunk-size parameterChristian Lohmaier
2021-11-04Resolves: tdf#97046 ensure build system variables start with gb_Sabyasachi Bhoi
2020-09-11cross-build: fix Java NI linkingJan-Marek Glogowski
2020-08-27Remove tempfile againStephan Bergmann
2020-05-27tdf#131572 Add java 9 module info for unoloader.jarSamuel Mehrbrodt
2020-05-27tdf#131572 Add java 9 module info for libreoffice.jarSamuel Mehrbrodt
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák
2017-11-11use -encoding UTF8 in JavaClassSet.mkRene Engelhard
2017-11-11set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8 in JavaClassSet.mkRene Engelhard
2014-02-13gbuild: improve error messages about missing registrationsMichael Stahl
2013-11-04gbuild: remove error stubs for renamed/removed functionsMichael Stahl
2013-10-25stop using apache-commons jars from OUTDIR tooMichael Stahl
2013-10-25gbuild: refactor Jar target to stop using OUTDIRMichael Stahl
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2013-04-07Supress warnings about unset classpathPeter Foley
2013-04-06provide an easy way to depend on makefile from gbuild classesDavid Tardon
2013-02-26gbuild: Zip/Jar targets: depend on makefile to rebuild on removalMichael Stahl
2012-11-16fixed java classpath parameter (required for gcj)Enrico Weigelt, metux ITS
2012-10-08use icerun to avoid compilation process explosions using icecream.Michael Meeks
2012-08-17gbuild: remove some cruft from java stuffMichael Stahl
2012-08-17gbuild: register all jarsMichael Stahl
2012-08-15gbuild: remove horrible abuses of gb_Jar_use_jars:Michael Stahl
2012-08-15gbuild: s/gb_JavaClassSet_set_classpath/gb_JavaClassSet_add_classpath/Michael Stahl
2012-08-15gbuild: refactor external jar handling:Michael Stahl
2012-07-20Support for --with-java-target-version in gbuildStephan Bergmann
2012-07-15gbuild: un-break setting classpath on Windows:Michael Stahl
2012-05-09gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan
2012-05-09gbuild: use mixed paths on cygwinMatúš Kukan
2012-04-14JavaClassSet.mk: remove the output directory before calling javacMichael Stahl
2012-04-09remove unused makefile codeMatúš Kukan
2012-04-09gbuild: simplify and unify gb_Helper_*native*Matúš Kukan
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-04-06gbuild: add customtarget dependencies for java stuffMatúš Kukan
2012-03-23JavaClassSet: whitespace cleanupMichael Stahl
2012-03-23JavaClassSet: giving only changed java files to javac is bogusMichael Stahl
2012-03-16gb_JavaClassSet_add_package_dependency: order only is not enoughMichael Stahl
2012-02-17Various fixes for JunitTestsStephan Bergmann
2012-02-17merge feature/gbuild_javaDavid Tardon
2012-01-19honour JAVAFLAGS in gbuildRene Engelhard
2011-12-25do not compile if there are no sourcesDavid Tardon
2011-12-25don't let jars depend on random stuffDavid Tardon
2011-12-25impl. package deps for JavaClassSetDavid Tardon
2011-12-23allow use of generated files in gb_JarDavid Tardon
2011-12-23eval at the calling side, like other gbuild classesDavid Tardon
2011-12-13remove old commentMatúš Kukan