abhinay
02/25/2018, 3:32 AMplebian
02/25/2018, 3:34 AMabhinay
02/25/2018, 3:37 AMplebian
02/25/2018, 3:38 AMabhinay
02/25/2018, 3:40 AMabhinay
02/25/2018, 3:41 AMedvin
02/25/2018, 11:19 AMedvin
02/25/2018, 11:23 AMedvin
02/25/2018, 11:24 AMmakeIndexColumn
starts at 1 by default, so I override startNumber
and set it to 0 so it reflects the actual index.edvin
02/25/2018, 11:24 AMpoohbar
02/25/2018, 5:15 PMAny http server would do, there is no requirement on http features apart from being able to download filesOk, so if I manually deploy, I could put the files pretty much anywhere. But what if I want to use the deploy step from the plugin? Any free services that I could use for that kind of storage? How does the deploy step upload files to the server?
kastork
02/25/2018, 5:27 PMs1m0nw1
02/25/2018, 9:07 PMbkenn
02/25/2018, 9:33 PMtableRowCell {
and(selected) {
backgroundColor += Color.RED
}
}
plebian
02/25/2018, 9:43 PMmakeIndexColumn
helper functionRuckus
02/26/2018, 12:16 AMtableRowCell and selected {
backgroundColor += Color.RED
}
edvin
02/26/2018, 6:46 AMpoohbar
02/26/2018, 3:16 PMgenereateNativeInstaller
thing. I tried it in Maven and was getting "Missing JAVA_HOME" error as if it could not find javapackager at all. In gradle it fails with:
Execution failed for task ':generateNativeInstaller'.
> javapackager exited with status 1
Any idea what I could be doing wrong?poohbar
02/26/2018, 3:32 PMedvin
02/26/2018, 3:38 PMpoohbar
02/26/2018, 3:41 PMjavapackager
in the terminal I get the man page, after that I do mvn install
and I get the error. Weirdedvin
02/26/2018, 3:48 PMpoohbar
02/26/2018, 3:53 PMpoohbar$ echo $JAVA_HOME
/Library/Java/JavaVirtualMachines/jdk1.8.0_152.jdk/Contents/Home
edvin
02/26/2018, 4:19 PMexport JAVA_HOME
in a shell before running mvn install
poohbar
02/26/2018, 5:34 PMs1m0nw1
02/26/2018, 8:20 PMstyle {
tableRow?.style {
backgroundColor += ...
}
}
Is there another, better, way? I currently have problems styling these rows with the selected
class, since the background color isn't correctly changed anymore when selected. Thanks for any hintbkenn
02/26/2018, 9:40 PMnavigateForward()
is private and navigateBack()
is public in Workspace
?amanda.hinchman-dominguez
02/27/2018, 1:37 AMamanda.hinchman-dominguez
02/27/2018, 1:37 AMpike
02/27/2018, 1:50 AM