Author: jleroux
Date: Tue Nov 20 08:22:05 2018
New Revision: 1846980
URL:
http://svn.apache.org/viewvc?rev=1846980&view=revLog:
No functional change, dummy change to test documentation generation on site.
Removes a redundant "build"?
This is weird "/build/build/" returned by Builbot
at
https://ci.apache.org/builders/ofbizTrunkFrameworkPlugins/builds/525/ steps/upload_1/logs/err.text
twisted.spread.pb.RemoteError: [Errno 2]
No such file or directory: '/home/buildslave/slave/ofbizTrunkFrameworkPlugins/
build/build/asciidoc/ofbizdoc'
When it works for "build/docs/javadoc"
Modified:
ofbiz/ofbiz-framework/trunk/build.gradle
Modified: ofbiz/ofbiz-framework/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/build.gradle?rev=1846980&r1=1846979&r2=1846980&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/build.gradle (original)
+++ ofbiz/ofbiz-framework/trunk/build.gradle Tue Nov 20 08:22:05 2018
@@ -1072,6 +1072,7 @@ def getJarManifestClasspathForCurrentOs(
return osClassPath
}
+
def subprojectExists(fullyQualifiedProject) {
subprojects.stream()
.filter { it.path == fullyQualifiedProject.toString() }
@@ -1090,3 +1091,4 @@ def gradlewSubprocess(commandList) {
def gradlew = os.contains('windows') ? 'gradlew.bat' : './gradlew'
exec { commandLine(gradlew, "--no-daemon", *commandList) }
}
+