summaryrefslogtreecommitdiff
path: root/solenv/gbuild/JavaClassSet.mk
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen1-7/+7
2011-06-18fixing rebase errorsBjoern Michaelsen1-3/+3
2011-06-17gnumake4: JavaClassSet.mk: strip whitespace when adding to CLASSPATH [hg:4cbe...Michael Stahl1-2/+2
2011-06-17gnumake4: merge DEV300_m106 [hg:5102137bfe1e]Michael Stahl1-1/+28
2011-06-17gnumake4: #i117340#: JavaClassSet: replace broken multi-repo support [hg:3c84...Michael Stahl1-21/+15
2011-06-16CWS gnumake4: dependencies of JavaClassSets to referenced jar filesMathias Bauer1-3/+7
2011-06-16CWS gnumake4: add support for zip and jar filesMathias Bauer1-1/+8
2011-03-28handle empty JavaClassSets gracefullyBjoern Michaelsen1-1/+1
2011-03-11Spaces -> tabs in gbuild, GNU make does not like spaces ;-)Jan Holesovsky1-12/+12
2011-01-21gnumake3: merging minibranchesBjoern Michaelsen1-1/+1
2011-01-11gnumake3: complex tests in sfx2Bjoern Michaelsen1-2/+1
2011-01-10gnumake3: intermediate commit junit testsBjoern Michaelsen1-3/+2
2011-01-07gnumake3: basic support for java class setsBjoern Michaelsen1-0/+83