Thank you again.
:)
On Mon, 27 Dec 2010 17:49:44 -0700, Carson Gross <carso...@gmail.com>
wrote:
--
Using Opera's revolutionary email client: http://www.opera.com/mail/
So my thought is that after I get a minimal-version using 'Vark copy' I
then just depend on the user to do something like this:
/path/to/gosu.sh --classpath /path/to/myZfsUtility
//path/to/myZfsUtility/Runner.gsp
Does that sound reasonable??? A better suggestion???
(forgive me if I sound naive -- I am. I *never* build my own java
projects -- I work in a pretty big shop and we just dump our code in SVN
and let the server guys do the actual builds -- I've never so much as
sneezed at Ant before)
Thanks!
~Brandon
Thank you for this helpful advice -- I have been super-busy at work today
and may be tomorrow again... after that, New Year's family stuff -- so I
may not get a chance to do much with it until next week.
Just wanted to let you know I appreciate the help! I'll let you know how
it goes when I get around to it.
~Brandon
On Tue, 28 Dec 2010 08:20:04 -0700, Carson Gross <carso...@gmail.com>
The bit you wrote makes a lot of sense -- and should really improve things
a lot for me.
One question, though, regarding the shebang....
#! /path/to/gosu
How am I supposed to know where each different user will be placing their
gosu on their system???
Is there are a standard place it *should* be???
For example, my gosu-tree looks like this:
/etc
/gosu
/0.8
/programs
But I'm thinking of changing it to this:
/etc
/gosu
/lang
/current <-- but how to clarify which version this actually
is????
/old.versions
/programs
This change from /etc/gosu/0.8/bin/gosu.sh to
/etc/gosu/lang/current/bin/gosu.sh would necessitate a change to the
shebang.
Is that a standard-expectation on the *nix platform?
Thanks,
Brandon
On Tue, 28 Dec 2010 11:03:33 -0700, Carson Gross <carso...@gmail.com>
This works beautifully - thanks!
My utility now runs great from cron just via an entry to
/path/to/my/utility/runner.gsp
And I moved my runner from /src to /bin (and changed my output-folder from
/bin to /dist).
So now it's like this:
/etc
/gosu
/programs
/GosuZfsUtility
/src
/net...
/dist
/bin
-GosuZfsRunner.gsp
And everything runs great!
But my shebang still looks like this:
#! /etc/gosu/0.8/bin/gosu.sh
And I'm still wondering if that's right, as well as the
/etc/gosu/current-path questions.
But all in all, things are looking pretty good now -- much easier to run!
Thank You,
Brandon
On Tue, 28 Dec 2010 08:20:04 -0700, Carson Gross <carso...@gmail.com>
Carson,
1) Thanks for the tip regarding the *nix-convention -- I was not aware of this (not exactly a *nix-expert myself, either), but it makes a lot of sense -- will investigate to confirm before I roll it in.
2) The executable-jar-containing-nested-jars file idea would be perfect -- hopefully this will be coming relatively soon????
3) I think your idea of gosu install --source=... would be awesome -- push for it! :)
Thanks again for the help regarding the shebang.
~Brandon