Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » InPath jar is not used in real time compling
InPath jar is not used in real time compling [message #60977] Tue, 17 January 2006 06:02 Go to next message
Rice Yeh is currently offline Rice YehFriend
Messages: 20
Registered: July 2009
Junior Member
Hi,
I find that for those jars in InPath, I still have to include it in
build path, otherwise the real time compiling will have error for not
finding the types in the jars in Inpath. But if I have jars included in
build path, then there will two places including the same classes. One
is the included jar, the other is classes out directory. So, I think the
reasonable arrangement is to have the real time compiler not to ignore
the jars in InPath.

Regards,
Rice
Re: InPath jar is not used in real time compling [message #61004 is a reply to message #60977] Tue, 17 January 2006 10:26 Go to previous message
Sian January is currently offline Sian JanuaryFriend
Messages: 83
Registered: July 2009
Member
Hi Rice,

Are you getting some kind of error or is there something that you are
trying to do that you can't? I believe that the inpath is only made
available to the compiler at the weaving stage and not at the
compilation stage, so that if you have classes in a source folder that
refer to classes on the inpath you will need to also add it to the
classpath. However we do have an enhancement that addresses this in
AJDT - https://bugs.eclipse.org/bugs/show_bug.cgi?id=92441

Thanks,

Sian



Rice Yeh wrote:
> Hi,
> I find that for those jars in InPath, I still have to include it in
> build path, otherwise the real time compiling will have error for not
> finding the types in the jars in Inpath. But if I have jars included in
> build path, then there will two places including the same classes. One
> is the included jar, the other is classes out directory. So, I think the
> reasonable arrangement is to have the real time compiler not to ignore
> the jars in InPath.
>
> Regards,
> Rice
Re: InPath jar is not used in real time compling [message #591841 is a reply to message #60977] Tue, 17 January 2006 10:26 Go to previous message
Sian January is currently offline Sian JanuaryFriend
Messages: 83
Registered: July 2009
Member
Hi Rice,

Are you getting some kind of error or is there something that you are
trying to do that you can't? I believe that the inpath is only made
available to the compiler at the weaving stage and not at the
compilation stage, so that if you have classes in a source folder that
refer to classes on the inpath you will need to also add it to the
classpath. However we do have an enhancement that addresses this in
AJDT - https://bugs.eclipse.org/bugs/show_bug.cgi?id=92441

Thanks,

Sian



Rice Yeh wrote:
> Hi,
> I find that for those jars in InPath, I still have to include it in
> build path, otherwise the real time compiling will have error for not
> finding the types in the jars in Inpath. But if I have jars included in
> build path, then there will two places including the same classes. One
> is the included jar, the other is classes out directory. So, I think the
> reasonable arrangement is to have the real time compiler not to ignore
> the jars in InPath.
>
> Regards,
> Rice
Previous Topic:InPath jar is not used in real time compling
Next Topic:Aspects not being weaved!?
Goto Forum:
  


Current Time: Thu Apr 25 19:19:06 GMT 2024

Powered by FUDForum. Page generated in 0.02871 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top