-
Hi,
The working files necessary for the build are allocated at the start of the process without even knowing if they will be used.
If we declare several "languages" in zAppbuild, all the files of …
-
```
What steps will reproduce the problem?
1.Use Groovy's SwingBuilder API to try creating an editorPane with content type
'text/groovy'
2.
3.
What is the expected output? What do you see instead?
I…
-
With grails 2.4.4 when i try to use the plugin and compile the project, the plugin fails to import all these classes
import com.google.code.morphia.annotations.Transient
import com.google.code.morphi…
-
I'm trying to have this plugin post the actual test results to the accompanying pull request when the job is complete.
Right now, it's posting the default output:
${GITHUB_PR_COND_REF}
…
-
```
It would be nice to use wro4j as a fluent interface. Groovy example:
//in groovy
new WebResourceOptimizer([
new File('app.js')
new File('other.js')
]).process([
new ImportCssProcessor…
-
As discussed in #448 it would make sense to include a couple items (or section) mentioning
- different shells (csh, tcsh, ksh, zsh, fish)
- alternatives to shell scripting (Rexx, Perl, Python, Ruby, …
jlevy updated
4 years ago
-
* What problem are you trying to solve?
We have configured multiple LDAP server configuration for controlling access to our instance.
For reviewing we want to retrieve a list of all users with s…
-
I have a rather strange issue and I am not certain what the root cause is. Basically when I reference certain classes or enums in my code, this works fine with local unit testing but on the SEED task …
-
After loading a script like this:
`def script = loadScript("testScript")`
Is it possible to modify it before running tests? I'd like to have a base script file for running tests and then just swa…
-
I want to make a custom browser script for a different page, but I don't know what to search on the web to get help to make progress on my scripts. I see it's Groovy, which runs on Java, and there are…