summaryrefslogtreecommitdiff
path: root/solenv/gbuild/JavaClassSet.mk
AgeCommit message (Expand)AuthorFilesLines
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák1-0/+2
2017-11-11use -encoding UTF8 in JavaClassSet.mkRene Engelhard1-2/+2
2017-11-11set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8 in JavaClassSet.mkRene Engelhard1-1/+2
2014-02-13gbuild: improve error messages about missing registrationsMichael Stahl1-1/+1
2013-11-04gbuild: remove error stubs for renamed/removed functionsMichael Stahl1-45/+0
2013-10-25stop using apache-commons jars from OUTDIR tooMichael Stahl1-0/+6
2013-10-25gbuild: refactor Jar target to stop using OUTDIRMichael Stahl1-3/+3
2013-06-03re-base on ALv2 code. Includes:Michael Meeks1-21/+12
2013-04-07Supress warnings about unset classpathPeter Foley1-1/+2
2013-04-06provide an easy way to depend on makefile from gbuild classesDavid Tardon1-2/+2
2013-02-26gbuild: Zip/Jar targets: depend on makefile to rebuild on removalMichael Stahl1-2/+7
2012-11-16fixed java classpath parameter (required for gcj)Enrico Weigelt, metux ITS1-1/+1
2012-10-08use icerun to avoid compilation process explosions using icecream.Michael Meeks1-1/+1
2012-08-17gbuild: remove some cruft from java stuffMichael Stahl1-3/+0
2012-08-17gbuild: register all jarsMichael Stahl1-3/+7
2012-08-15gbuild: remove horrible abuses of gb_Jar_use_jars:Michael Stahl1-0/+1
2012-08-15gbuild: s/gb_JavaClassSet_set_classpath/gb_JavaClassSet_add_classpath/Michael Stahl1-4/+9
2012-08-15gbuild: refactor external jar handling:Michael Stahl1-6/+2
2012-07-20Support for --with-java-target-version in gbuildStephan Bergmann1-1/+2
2012-07-15gbuild: un-break setting classpath on Windows:Michael Stahl1-3/+3
2012-05-09gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan1-1/+1
2012-05-09gbuild: use mixed paths on cygwinMatúš Kukan1-2/+1
2012-04-14JavaClassSet.mk: remove the output directory before calling javacMichael Stahl1-2/+4
2012-04-09remove unused makefile codeMatúš Kukan1-11/+0
2012-04-09gbuild: simplify and unify gb_Helper_*native*Matúš Kukan1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-6/+41
2012-04-06gbuild: add customtarget dependencies for java stuffMatúš Kukan1-4/+5
2012-03-23JavaClassSet: whitespace cleanupMichael Stahl1-8/+8
2012-03-23JavaClassSet: giving only changed java files to javac is bogusMichael Stahl1-3/+1
2012-03-16gb_JavaClassSet_add_package_dependency: order only is not enoughMichael Stahl1-1/+2
2012-02-17Various fixes for JunitTestsStephan Bergmann1-4/+16
2012-02-17merge feature/gbuild_javaDavid Tardon1-13/+33
2012-01-19honour JAVAFLAGS in gbuildRene Engelhard1-1/+1
2011-12-25do not compile if there are no sourcesDavid Tardon1-11/+12
2011-12-25don't let jars depend on random stuffDavid Tardon1-8/+5
2011-12-25impl. package deps for JavaClassSetDavid Tardon1-1/+23
2011-12-23allow use of generated files in gb_JarDavid Tardon1-0/+15
2011-12-23eval at the calling side, like other gbuild classesDavid Tardon1-11/+18
2011-12-13remove old commentMatúš Kukan1-2/+0
2011-12-09Don't misuse CLASSPATH for what goes into the -cp option to javacTor Lillqvist1-5/+5
2011-10-24JavaClassSet: fix partial rebuildsMichael Stahl1-1/+1
2011-10-23do not use gb_Helper_REPOSITORYNAMES anymoreMatúš Kukan1-7/+2
2011-10-08convert path for windowsMatúš Kukan1-1/+2
2011-10-08use response file when compiling java sourcesMatúš Kukan1-3/+6
2011-08-10Extraneous text after `ifneq' directive, removed trailing ,-g)Eike Rathke1-1/+1
2011-08-10gbuild: added -g option to javac when building with debug symbolsCédric Bosdonnat1-0/+6
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe1-1/+1
2011-07-26Add Emacs mode lines and a few missing vim onesTor Lillqvist1-0/+1
2011-06-22gnumake4: fix JavaClassSet clean targetBjoern Michaelsen1-2/+5
2011-06-20gnumake4: fix buildbreakers from mergeBjoern Michaelsen1-4/+4