sm-grimoire AT lists.ibiblio.org
Subject: Discussion of Spells and Grimoire items
List archive
Re: [SM-Grimoire] Observations about j2sdk and ant
- From: Jose Bernardo Silva <josebernardo1 AT yahoo.com>
- To: Grimoire <sm-grimoire AT lists.ibiblio.org>
- Subject: Re: [SM-Grimoire] Observations about j2sdk and ant
- Date: Fri, 11 Apr 2003 19:07:45 +0100 (BST)
Sergey,
Unfortunately, today I don't have much time to reply,
but will try to expand when I return in two weeks. The
j2sdk spell doesn't save much in the install logs
because it is incompatible with installwatch. If it is
enabled, j2sdk will blow in the middle of the
compile... :(
--- "Sergey A. Lipnevich" <sergey AT optimaltec.com>
wrote: > Hi All,
>
> First of all, a miracle of successful build of j2sdk
> spell is upon me,
> I'm happy to thank everyone who made it possible.
> Thank you!
> Another good news is that on a [2GB RAM + 1MB] swap
> server it compiles
> with TMPFS=on just fine.
> I also have to thank everyone involved in the java
> section creation. I
> tried only ant so far, and had to upgrade it to
> 1.5.3 'cause they
> flushed 1.5.2 source off the site.
>
> Now the questions. Why does ant have a complete
> install log including
> /opt/ant directories, and j2sdk does not?
> Consequently, images in
> /var/cache/sorcery contain complete ant, but only
> five or so files of
> j2sdk. I was planning to compile j2sdk on this fat
> server of mine and
> then copy everything over to my other system(s), but
> it's not trivial
> anymore :-!. Is this because of the way j2sdk's
> build process is organized?
>
> Another thing, I believe that ant's documentation is
> installed
> redundantly into /usr and /opt. Shouldn't we only
> keep one instance
> (it's a lot of files, mind you).
>
> Finally, I've just looked at j2sdk/BUILD, and it has
> the following
> command chain at the end: a && b && c || d. This is
> wrong, don't do
> that. Entire premise of having && after every
> command is that it'd fail,
> sorcery will take over right away. If one uses || in
> this chain, one
> gets control instead, in the "d" command above. Use
> "if" in all such
> cases, please!
>
> Anyway, many thanks!
>
> Sergey.
>
> _______________________________________________
> SM-Grimoire mailing list
> SM-Grimoire AT lists.ibiblio.org
>
http://lists.ibiblio.org/mailman/listinfo/sm-grimoire
=====
Jose Bernardo Silva | Source Mage GNU/Linux Guru
josebernardo1 AT yahoo.com | http://www.sourcemage.org
http://counter.li.org #245602
http://cosmos.oninetspeed.pt/jose.bernardo/
__________________________________________________
Yahoo! Plus
For a better Internet experience
http://www.yahoo.co.uk/btoffer
>From charkins AT upl.cs.wisc.edu Fri Apr 11 14:39:12 2003
Return-Path: <charkins AT upl.cs.wisc.edu>
Delivered-To: sm-grimoire AT lists.ibiblio.org
Received: from enterprise.upl.cs.wisc.edu (enterprise.upl.cs.wisc.edu
[128.105.45.69])
by happyhouse.metalab.unc.edu (Postfix) with ESMTP id F20C72001C
for <sm-grimoire AT lists.ibiblio.org>;
Fri, 11 Apr 2003 14:39:11 -0400 (EDT)
Received: from data.upl.cs.wisc.edu (data.upl.cs.wisc.edu [128.105.45.42])
by enterprise.upl.cs.wisc.edu (Postfix) with ESMTP
id A056E27F36; Fri, 11 Apr 2003 13:39:11 -0500 (CDT)
Received: by data.upl.cs.wisc.edu (Postfix, from userid 26694)
id F31DA17AC4; Fri, 11 Apr 2003 13:39:10 -0500 (CDT)
Received: from localhost (localhost [127.0.0.1])
by data.upl.cs.wisc.edu (Postfix) with ESMTP
id AA6C313C8F; Fri, 11 Apr 2003 13:39:10 -0500 (CDT)
Date: Fri, 11 Apr 2003 13:39:10 -0500 (CDT)
From: Casey Harkins <charkins AT upl.cs.wisc.edu>
To: =?iso-8859-1?q?Jose=20Bernardo=20Silva?= <josebernardo1 AT yahoo.com>
Subject: Re: [SM-Grimoire] Observations about j2sdk and ant
In-Reply-To: <20030411180745.90713.qmail AT web40303.mail.yahoo.com>
Message-ID: <Pine.LNX.4.44.0304111338340.23231-100000 AT data.upl.cs.wisc.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
cc: Grimoire <sm-grimoire AT lists.ibiblio.org>
X-BeenThere: sm-grimoire AT lists.ibiblio.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: Discussion of Spells and Grimoire items
<sm-grimoire.lists.ibiblio.org>
List-Unsubscribe: <http://lists.ibiblio.org/mailman/listinfo/sm-grimoire>,
<mailto:sm-grimoire-request AT lists.ibiblio.org?subject=unsubscribe>
List-Archive: <https://lists.ibiblio.org/sympa/arc/sm-grimoire>
List-Post: <mailto:sm-grimoire AT lists.ibiblio.org>
List-Help: <mailto:sympa AT lists.ibiblio.org?subject=HELP>
List-Subscribe: <http://lists.ibiblio.org/mailman/listinfo/sm-grimoire>,
<mailto:sm-grimoire-request AT lists.ibiblio.org?subject=subscribe>
X-List-Received-Date: Fri, 11 Apr 2003 18:39:12 -0000
However, we do know where all of the files are installed. Perhaps we can
fudge the install log ourselves in the POST_INSTALL?
-casey
On Fri, 11 Apr 2003, Jose Bernardo Silva wrote:
> Sergey,
>
> Unfortunately, today I don't have much time to reply,
> but will try to expand when I return in two weeks. The
> j2sdk spell doesn't save much in the install logs
> because it is incompatible with installwatch. If it is
> enabled, j2sdk will blow in the middle of the
> compile... :(
>
> --- "Sergey A. Lipnevich" <sergey AT optimaltec.com>
> wrote: > Hi All,
> >
> > First of all, a miracle of successful build of j2sdk
> > spell is upon me,
> > I'm happy to thank everyone who made it possible.
> > Thank you!
> > Another good news is that on a [2GB RAM + 1MB] swap
> > server it compiles
> > with TMPFS=on just fine.
> > I also have to thank everyone involved in the java
> > section creation. I
> > tried only ant so far, and had to upgrade it to
> > 1.5.3 'cause they
> > flushed 1.5.2 source off the site.
> >
> > Now the questions. Why does ant have a complete
> > install log including
> > /opt/ant directories, and j2sdk does not?
> > Consequently, images in
> > /var/cache/sorcery contain complete ant, but only
> > five or so files of
> > j2sdk. I was planning to compile j2sdk on this fat
> > server of mine and
> > then copy everything over to my other system(s), but
> > it's not trivial
> > anymore :-!. Is this because of the way j2sdk's
> > build process is organized?
> >
> > Another thing, I believe that ant's documentation is
> > installed
> > redundantly into /usr and /opt. Shouldn't we only
> > keep one instance
> > (it's a lot of files, mind you).
> >
> > Finally, I've just looked at j2sdk/BUILD, and it has
> > the following
> > command chain at the end: a && b && c || d. This is
> > wrong, don't do
> > that. Entire premise of having && after every
> > command is that it'd fail,
> > sorcery will take over right away. If one uses || in
> > this chain, one
> > gets control instead, in the "d" command above. Use
> > "if" in all such
> > cases, please!
> >
> > Anyway, many thanks!
> >
> > Sergey.
> >
> > _______________________________________________
> > SM-Grimoire mailing list
> > SM-Grimoire AT lists.ibiblio.org
> >
> http://lists.ibiblio.org/mailman/listinfo/sm-grimoire
>
> =====
> Jose Bernardo Silva | Source Mage GNU/Linux Guru
> josebernardo1 AT yahoo.com | http://www.sourcemage.org
> http://counter.li.org #245602
> http://cosmos.oninetspeed.pt/jose.bernardo/
>
> __________________________________________________
> Yahoo! Plus
> For a better Internet experience
> http://www.yahoo.co.uk/btoffer
> _______________________________________________
> SM-Grimoire mailing list
> SM-Grimoire AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-grimoire
>
-
Re: [SM-Grimoire] Observations about j2sdk and ant,
Jose Bernardo Silva, 04/11/2003
- <Possible follow-up(s)>
- Re: [SM-Grimoire] Observations about j2sdk and ant, Casey Harkins, 04/11/2003
Archive powered by MHonArc 2.6.24.