You cannot post messages because only members can post, and you are not currently a member.
Description:
Sleep is a Perl-inspired scripting language for the Java platform. This group is the discussion of Sleep for end-user scripters and those who integrate it with their applications. Let the party begin: http://sleep.dashnine.org/
|
|
|
Modify runtime environment within a sleep script
|
| |
Hi all, I plan to use Sleep in a Windows Terminal Server environment. I need to use Slumber to connect via jdbc to a Sybase database, fetching some values to modify the PATH environment variable and set some specific environment variables for starting the main (native) Windows binary. With exec(@("Program", "Params" ...), %ENV) I'm able to pass a modified... more »
|
|
The interface sleep.interfaces.Evaluation is deprectated in sleep 2.1
|
| |
Hi, The interface sleep.interfaces.Evaluation is deprecated in 2.1. We are currently using sleep 2.0 and trying to upgrade to sleep 2.1 however since this interface is not present we cannot do an upgrade to 2.1. Could some one clarify that why this interface was removed or it is there with some different name?... more »
|
|
How do I set the classpath in sleep 2.0?
|
| |
Hi, I have a following libraries under /home/jboss/server/default/lib 1. commons-logging-1.1.jar 2. securityframework-4.1.0.jar However when I am running my sleep script by executing the below command I am getting class not found exception. java -Dsleep.classpath=$JBOSS_HOME/ server/default/lib/ -jar... more »
|
|
Is this bug ?
|
| |
$*x* <[link]> = (12 - 1) x (0 + 4) / 2; println($x); this expression output 1111. but Real answer is 22. So it's maybe bug.
|
|
How do you subtract 1 day from the current time?
|
| |
Hello All,
I have a method that subtracts 1 day from the existing day and returns
the new date.
But I have an issue.
If the day is a Monday then it needs to return the Friday Date, I went
about this the real long way and I know there has to be an easier
way. The way I wrote the method I have to consider if the first of... more »
|
|
The name
|
| |
One other issue has come up in package review: Ralf Corsepius 2012-03-15 00:34:47 EDT IMO, this package's name is not acceptable, because the name "sleep" collides with POSIX's "sleep" shell utility. I'd therefore suggest this package to be renamed into something less general and less provoking mis-interpretations, say java-sleep, jsleep or similar.... more »
|
|
Licensing issues
|
| |
The package review for including sleep in Fedora: [link] is still hung up waiting for clarification on the following licensing issue: License type: LGPLv2 Issue: Some source files contain BSD license statements. Some files contain the following: This software is distributed under the artistic license.... more »
|
|
|