buildscript {
dependencies {
classpath 'org.openclover:clover:4.3.1'
+ classpath 'org.apache.commons:commons-compress:1.18'
}
}
getdownResourceDir = getdownWebsiteDir + '/' + getdown_resource_dir
getdownLauncher = jalviewDir + '/' + getdown_launcher
getdownFilesDir = jalviewDir + '/' + getdown_files_dir
+ getdownLib1 = jalviewDir + '/' + getdown_lib1
}
task getdownWebsite() {
}
copy {
+ from getdownLib1
+ into project.ext.getdownFilesDir
+ }
+
+ copy {
+ from getdownLib1
+ into project.ext.getdownWebsiteDir
+ }
+
+ copy {
from jalviewDir + '/' + project.getProperty('getdown_txt_ui.background_image')
from jalviewDir + '/' + project.getProperty('getdown_txt_ui.error_background')
from jalviewDir + '/' + project.getProperty('getdown_txt_ui.progress_image')
task getdownDigest(type: JavaExec) {
dependsOn getdownWebsite
classpath = files(jalviewDir + '/' + getdown_core)
+ classpath file(jalviewDir + '/' + getdown_lib1)
main = "com.threerings.getdown.tools.Digester"
args project.ext.getdownWebsiteDir
outputs.file(project.ext.getdownWebsiteDir + '/' + "digest2.txt")
#org.gradle.java.home = /Users/bsoares/Java/installs/OpenJDK8U-jdk_x64_mac_hotspot_8u192b12/jdk8u192-b12/Contents/Home
jalviewDir = .
+JAVA_VERSION = 1.8
JALVIEW_VERSION = DEVELOPMENT
INSTALLATION = Source
jalview_keystore = keys/.keystore
getdown_files_dir = getdown/files
getdown_launcher = getdown/lib/getdown-launcher.jar
getdown_core = getdown/lib/getdown-core-1.8.3-SNAPSHOT.jar
+getdown_lib1 = getdown/lib/commons-compress-1.18.jar
getdown_base_txt = getdown/files/getdown.txt
getdown_txt_title = Jalview
getdown_txt_appbase = http://www.jalview.org/getdown/jalview/DEV
<java mainClass="com.threerings.getdown.launcher.GetdownApp" mainMode="1" vmParameters="" arguments="." allowVMPassthroughParameters="true" preferredVM="" bundleRuntime="true">
<classPath>
<archive location="getdown-launcher.jar" failOnError="false" />
+ <archive location="commons-compress-1.18.jar" failOnError="false" />
</classPath>
<modulePath />
<nativeLibraryDirectories />
<java mainClass="com.threerings.getdown.launcher.GetdownApp" mainMode="1" vmParameters="" arguments="." allowVMPassthroughParameters="true" preferredVM="" bundleRuntime="true">
<classPath>
<archive location="getdown-launcher.jar" failOnError="false" />
+ <archive location="commons-compress-1.18.jar" failOnError="false" />
</classPath>
<modulePath />
<nativeLibraryDirectories />
<java mainClass="com.threerings.getdown.launcher.GetdownApp" mainMode="1" vmParameters="" arguments="." allowVMPassthroughParameters="true" preferredVM="" bundleRuntime="true">
<classPath>
<archive location="getdown-launcher.jar" failOnError="false" />
+ <archive location="commons-compress-1.18.jar" failOnError="false" />
</classPath>
<modulePath />
<nativeLibraryDirectories />