Re: packaging App (cross-platform) without scripts, only jar

2008-10-01 Thread Stuart Sierra
On Oct 1, 3:01 pm, akopa <[EMAIL PROTECTED]> wrote: > > In Windows XP, when I unzip Ant_App.zip and double click on > > Launcher.jar nothing happens. > > The problem "magically" went away. hmmm. Sometimes the JRE takes a long time to start up on Windows... -Stuart --~--~-~--~~

Clojure at Boston Lisp Meeting videos

2008-10-01 Thread Rich Hickey
Clojure at Boston Lisp Meeting videos are now up: Part 1: http://clojure.blip.tv/file/1313398 Part 2: http://clojure.blip.tv/file/1313503 Note that this talk was for a crowd of experienced Lispers, so may not be the best intro if you don't know some Lisp already. Rich --~--~-~--~--

Re: Printing documentation

2008-10-01 Thread Allen Rohner
On Oct 1, 1:48 pm, Hans Hübner <[EMAIL PROTECTED]> wrote: > Hi, > > I know it has been asked for in April and been answered with "no", but > maybe it changed since then.  Has anybody come up with a good way to > print the online documentation?  I am not looking for anything fancy, > and a CSS styl

Re: Deploying with SWT

2008-10-01 Thread dherring
On Oct 1, 4:15 pm, akopa <[EMAIL PROTECTED]> wrote: > I trying to resolve deployment issues before I commit a lot of code to > Clojure.  Basically I have three requirements. > > 1. A Live, Native looking GUI that ... ... > However, SWT seems a little hairy to deploy. Also look into Qt Jambi. http

Re: CL conditions, exceptions, stack walking, ...

2008-10-01 Thread dherring
> > > Related question:  Is there any way to "return" side-channel data past > > > intermediate frames which don't understand the protocol (i.e. no > > > throwing an exception and prematurely terminating them)? Thanks for the discussion so far. However, I'd like to get back to my first question

Printing documentation

2008-10-01 Thread Hans Hübner
Hi, I know it has been asked for in April and been answered with "no", but maybe it changed since then. Has anybody come up with a good way to print the online documentation? I am not looking for anything fancy, and a CSS style sheet without the navigation bar would be a suitable start. But ma

Deploying with SWT

2008-10-01 Thread akopa
I trying to resolve deployment issues before I commit a lot of code to Clojure. Basically I have three requirements. 1. A Live, Native looking GUI that ... 2. Interfaces to Microsoft Excel, and 3. Is available as a double-clickable Application. Three is solvable with a script or the launcher.

Re: packaging App (cross-platform) without scripts, only jar

2008-10-01 Thread akopa
On Oct 1, 1:12 pm, akopa <[EMAIL PROTECTED]> wrote: ... > In Windows XP, when I unzip Ant_App.zip and double click on > Launcher.jar nothing happens. > > I have a 1.6.x jdk and jre installed, are there any special setting I > need? > The problem "magically" went away. hmmm. Matt --~--~

Re: packaging App (cross-platform) without scripts, only jar

2008-10-01 Thread Michael Beauregard
Is there a reason why setting the "Main-Class" field in the jar's manifest doesn't work. I'm surprised that any code has to be written at all for this work. http://java.sun.com/developer/Books/javaprogramming/JAR/basics/manifest.html#applications I've used this before and I think that the launche

Re: packaging App (cross-platform) without scripts, only jar

2008-10-01 Thread akopa
On Sep 20, 9:17 am, Pascal <[EMAIL PROTECTED]> wrote: > I needed a single jar file that if you double clicked > on it (be in Mac OS X or Windows) it will just launch > my Clojure App. > ... > > As an example I zipped the "Ant" example from Rich Hickey > (only made small modification at the end s

Re: CL conditions, exceptions, stack walking, ...

2008-10-01 Thread Rich Hickey
On Oct 1, 4:55 am, James Reeves <[EMAIL PROTECTED]> wrote: > > Related question: Is there any way to "return" side-channel data past > > intermediate frames which don't understand the protocol (i.e. no > > throwing an exception and prematurely terminating them)? > > Maybe I've misunderstood, bu

Re: Current Projects

2008-10-01 Thread Stuart Sierra
On Sep 28, 11:34 pm, Kevin Albrecht <[EMAIL PROTECTED]> wrote: > I have been looking into Clojure and I am looking for active projects > using Clojure so that I can look at production code. Hi Kevin, I use Clojure for altlaw.org, an open-source legal search engine. There's code at http://github.

Re: Patch: java.util.Map support

2008-10-01 Thread Stuart Sierra
On Sep 30, 11:17 am, Rich Hickey <[EMAIL PROTECTED]> wrote: > Feedback welcome, Yes, please let Clojure maps implement java.util.Map. As long as seq and coll? still work on maps, I think the breakage will be minimal. -Stuart Sierra --~--~-~--~~~---~--~~ You recei

Re: Clojure semantic stability.

2008-10-01 Thread Thorsen Eric
I've been using Clojure to work on a Netbeans plug-in since February of this year and I have a decent amount of code in there. In almost all cases when there has been an enhancement to an existing feature (such as the namespace/lib) the old style continues to work fine. There have been v

Clojure semantic stability.

2008-10-01 Thread akopa
I'm a Common Lisp guy, but also a Clojure lurker. I have been fortunate enough to be able to use some lisp at work, but it is a Windows shop and integration with our existing Microsoft Office infrastructure is dicey at best. I would like to use Clojure, but I am a little concerned about ending u

Re: CL conditions, exceptions, stack walking, ...

2008-10-01 Thread James Reeves
> Related question:  Is there any way to "return" side-channel data past > intermediate frames which don't understand the protocol (i.e. no > throwing an exception and prematurely terminating them)? Maybe I've misunderstood, but it seems to me that the functional way of carrying side channel info