Message from discussion
Locate jaql classes in jaqlshel
Received: by 10.140.201.6 with SMTP id y6mr733091rvf.23.1253305243189;
Fri, 18 Sep 2009 13:20:43 -0700 (PDT)
Received: by 10.140.201.6 with SMTP id y6mr733089rvf.23.1253305243159;
Fri, 18 Sep 2009 13:20:43 -0700 (PDT)
Return-Path: <vuk.ercego...@gmail.com>
Received: from mail-px0-f193.google.com (mail-px0-f193.google.com [209.85.216.193])
by gmr-mx.google.com with ESMTP id 4si78177pxi.10.2009.09.18.13.20.42;
Fri, 18 Sep 2009 13:20:42 -0700 (PDT)
Received-SPF: pass (google.com: domain of vuk.ercego...@gmail.com designates 209.85.216.193 as permitted sender) client-ip=209.85.216.193;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of vuk.ercego...@gmail.com designates 209.85.216.193 as permitted sender) smtp.mail=vuk.ercego...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by mail-px0-f193.google.com with SMTP id 31so1037753pxi.19
for <jaql-devel@googlegroups.com>; Fri, 18 Sep 2009 13:20:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:mime-version:received:in-reply-to:references
:date:message-id:subject:from:to:content-type;
bh=hu4nzKzE3ckAhZLFSVGKzuJXuuWspJPfk+V71RAiYfk=;
b=I0wyxP8tVH7JmscrzgsGLyBM8mvcfI88ez/KdoQ6EKxundIPb7ikv3JNbuis+lEs7/
BcVFFYbGK7Gn8ah2wTluxx8cCfi4P7JtsvgXQehd0VDJBd3IjyehgZ6X15WJ5iQlFERo
j8LWi7utSfZozOrrnvSOCO+/Q6IeRsamAhsyI=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;
b=jbWBWshT6dUfkxPaLA5yt7gnognYdqo0ZCBZQuYFhwd7eXIDaAcjLBP78CnsLaYQNq
kirU+ShbLrGS8xBRYZy8EQErcyfaazyc4rKCsjZm2Y8wCo/Am+207Id0kKxvoZwtxG8d
G6cG62yh3h9UDRExlOzI5gIjd6gEz1bcd1Uqo=
MIME-Version: 1.0
Received: by 10.142.2.38 with SMTP id 38mr119739wfb.94.1253305242093; Fri, 18
Sep 2009 13:20:42 -0700 (PDT)
In-Reply-To: <dbbb3472-c77d-42a0-b3c2-27764e713a4d@r36g2000vbn.googlegroups.com>
References: <dbbb3472-c77d-42a0-b3c2-27764e713...@r36g2000vbn.googlegroups.com>
Date: Fri, 18 Sep 2009 13:20:42 -0700
Message-ID: <ad395a100909181320m1fb47d5wd6f6039f5a37f...@mail.gmail.com>
Subject: Re: Locate jaql classes in jaqlshel
From: Vuk Erecegovac <vuk.ercego...@gmail.com>
To: jaql-devel@googlegroups.com
Content-Type: multipart/alternative; boundary=001636b2bbfec00a5c0473dfdd5e
--001636b2bbfec00a5c0473dfdd5e
Content-Type: text/plain; charset=ISO-8859-1
The proposal looks fine-- thanks!
On Fri, Sep 18, 2009 at 1:31 AM, Jing Guo Yao <yaojing...@gmail.com> wrote:
>
> Currently, jaqlshell looks for jaql.jar in ${JAQL_HOME}. If jaql.jar
> can't
> be found there, jaqlshell then looks for it in ${JAQL_HOME}/build. If
> jaqlshell
> is used in a jaql binary distribution, it should be found in $
> {jaqlshell_HOME}.
> If jaqlshell is used in a jaql development environment, it should be
> found in
> ${JAQL_HOME}/build.
>
> I think that we can also use jaqlshell class folder instead of
> jaql.jar to
> launch jaqlshell. Then we don't need to run "ant jar" before the use
> of
> jaqlshell when doing jaql development.
>
> There are two directories which may contain jaql classes.
> 1. "build/class" will be populated with jaql classes if some ant
> target has been
> run.
> 2. "eclipseBuild" will be populated with jaql classes if Eclipse is
> used to do
> jaql development.
>
> Maybe we can change jaql script to search for jaql classes in the
> following
> classes.
> 1. ${JAQL_HOME}/jaql.jar
> 2. ${JAQL_HOME}/build/jaql.jar
> 3. build/classes
> 4. eclipseBuild
--001636b2bbfec00a5c0473dfdd5e
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
<div>The proposal looks fine-- thanks!<br><br></div>
<div class=3D"gmail_quote">On Fri, Sep 18, 2009 at 1:31 AM, Jing Guo Yao <s=
pan dir=3D"ltr"><<a href=3D"mailto:yaojing...@gmail.com">yaojingguo@gmai=
l.com</a>></span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"PADDING-LEFT: 1ex; MARGIN: 0px 0=
px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>Currently, jaqlshell looks f=
or jaql.jar in ${JAQL_HOME}. If jaql.jar<br>can't<br>be found there, ja=
qlshell then looks for it in ${JAQL_HOME}/build. =A0If<br>
jaqlshell<br>is used in a jaql binary distribution, it should be found in $=
<br>{jaqlshell_HOME}.<br>If jaqlshell is used in a jaql development environ=
ment, it should be<br>found in<br>${JAQL_HOME}/build.<br><br>I think that w=
e can also use jaqlshell class folder instead of<br>
jaql.jar to<br>launch jaqlshell. Then we don't need to run "ant ja=
r" before the use<br>of<br>jaqlshell when doing jaql development.<br><=
br>There are two directories which may contain jaql classes.<br>1. "bu=
ild/class" will be populated with jaql classes if some ant<br>
target has been<br>=A0 run.<br>2. "eclipseBuild" will be populate=
d with jaql classes if Eclipse is<br>used to do<br>=A0 jaql development.<br=
><br>Maybe we can change jaql script to search for jaql classes in the<br>f=
ollowing<br>
classes.<br>1. ${JAQL_HOME}/jaql.jar<br>2. ${JAQL_HOME}/build/jaql.jar<br>3=
. build/classes<br>4. eclipseBuild</blockquote></div><br>
--001636b2bbfec00a5c0473dfdd5e--