<br><br>
<div class="gmail_quote">On Mon, Nov 9, 2009 at 3:43 PM, Ramesh Reddy <span dir="ltr"><<a href="mailto:rareddy@redhat.com">rareddy@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="im">On Mon, 2009-11-09 at 11:16 -0500, Sanjay Chaudhuri wrote:<br>> Please explain more on what you mean by "Eclipse Java code template<br>> mechanism". Some of the eclipse core uses the mechanism I used and<br>
> some uses JET templates. Are you looking forward to have JET<br>> templates ? I thought JET templates are over-kill, because we have<br>> very few things to replace.<br><br></div>I was thinking about using template variables like in "code" completion<br>
in java editor. Frankly I do not know much about Eclipse JET, I have<br>written code generators before but always used my own techniques. You<br>are correct as the number of variables for us would be a small set. So,<br>use what you think is appropriate.<br>
<div class="im">Sanjay>> For Code Completion, please let me know what all do you want to see with CTRL+SPACE, and I shall look into it. JET is pretty involved; once you come up with your templates, I shall look into it.<br>
</div></blockquote>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="im">> For dependent jars like Oracle drivers as you pointed out, will there<br>> be a lib directory under /java/main/ ? If I need to use a temp<br>> directory, I plan to create it in the workspace itself and then delete<br>
> it.<br></div>Having a "lib" directory is just choice on part of the user. What I am<br>saying is, during a normal Java project setup a user can define a set of<br>dependent jars that project needs. We need to use this list and package<br>
them in RAR file generation.<br>Sanjay>> Got it; so the task will be responsible to resolve the jars from the classpath which the user chooses. Good approach; we don't restrict the user to put jars in specific location.<br>
</blockquote></div><br>