Thanks Patrick.
-----Original Message-----
From: Patrick Lacson [mailto:pa...@la...]
Sent: Tuesday, 20 November 2001 12:48
To: Colin Bell
Cc: 'col...@bi...'; squirrel-dev
Subject: Re: source
Colin,
I've checked in this minor change since you've added me as a developer.
The Unix shell script is very simple for now and can be later modified
to check for JAVA_HOME but right now I think we can live with what we
have unless we have users complaining the script doesn't work.
-P
Colin Bell wrote:
>
> Hi Patrick,
>
> Thanks, good idea.
>
> I don't use unix myself (although thats changing next month when I get my
> new PC), do you have any other suggestions for the script or for unix
> support in general within Squirrel?
>
> Col
>
> -----Original Message-----
> From: Patrick Lacson [mailto:pa...@la...]
> Sent: Tuesday, 20 November 2001 17:34
> To: Colin Bell
> Subject: Re: source
>
> Colin,
>
> I run cygwin from home and I suspect most other unix/win32 developers do
as
> well. I'd like to recommend a minor hack in the squirrel-sql.sh script:
>
> #! /bin/sh
>
> if [ `uname -s` = "CYGWIN_NT-5.0" ]; then
>
>
NT_CLASSPATH=squirrel-sql.jar:lib/jdom-b4.jar:lib/xerces.jar:lib/skinlf.jar.
> jar:$CLASSPATH
>
> #modify the CLASSPATH to speak cygtalk
> NT_CLASSPATH=`cygpath -w -p $NT_CLASSPATH`
> $JAVA_HOME/bin/java -cp $NT_CLASSPATH com.bigfoot.colbell.squirrel.Main
> else
>
UNIX_CP=squirrel-sql.jar:lib/jdom-b4.jar:lib/xerces.jar:lib/skinlf.jar.jar
> UNIX_CP=$UNIX_CP:$CLASSPATH
> $JAVA_HOME/bin/java -cp $UNIX_CP com.bigfoot.colbell.squirrel.Main
> fi
>
> -Patrick
>
> ----- Original Message -----
> From: "Colin Bell" <Col...@as...>
> To: <pa...@la...>
> Sent: Sunday, November 18, 2001 6:56 PM
> Subject: RE: source
>
> > Hi Patrick,
> >
> > Squirrel is now up in CVS at SourceForge. Just send me your SF user name
> > (I've managed to lose it and theres a couple of Patrick Lacsons at SF)
and
> > I'll add you to the project.
> >
> > The current build stuff (such as it is) is in the module
> squirrel-sql/build.
> > If you could have a look at it I'd be muchly appreciative. I'm using Ant
> > (obviously) for the build process and the IzPack installer from
> > www.izforge.com to create the installer. One thing that would be nice
> would
> > be an Ant task for IzPack, its been discussed on the IzPack mailing list
> but
> > nothing seems to be happening and I can't see anyway I'm going to have
> time
> > to look at it.
> >
> > Thanks
> > Col
> >
> > -----Original Message-----
> > From: Patrick Lacson [mailto:pa...@la...]
> > Sent: Wednesday, 7 November 2001 11:07
> > To: co...@us...
> > Subject: Re: source
> >
> >
> > Yes! I sit across the guy who wrote it. He's now part of the JBoss
> > project and apparently they too started using BuildMagic. Hopefully,
> > this will make your life easier. Tell you what if you add me as a
> > developer for this project I can add the buildmagic project-template and
> > have your builds up and running in under a day.
> >
> > -P
> >
> > Colin Bell wrote:
> > >
> > > I'm interested in anything that makes my life easier
> > > <grin/>. Are you talking about the BuildMagic that is
> > > part of the Bliss project at SourceForge
> > > http://sourceforge.net/projects/bliss/?
> > >
> > > Col
> > >
> > > --- Patrick Lacson <pa...@la...> wrote: >
> > > Colin,
> > > >
> > > > Would you be interested in an easier build sytem
> > > > that is based on Ant?
> > > > We currently use BuildMagic for our builds here at
> > > > work. BuildMagic is
> > > > basically an extension of Ant allowing better
> > > > organizational semantics
> > > > and cleaner task extensions to Ant.
> > > >
> > > > -P
> > > >
> > > > Colin Bell wrote:
> > > > >
> > > > > Hi Pat,
> > > > >
> > > > > You can get the source from the latest release
> > > > >
> > > >
> > >
> >
>
http://sourceforge.net/project/showfiles.php?group_id=28383&release_id=59420
|