I think where is the problem but it leads me to ask another question later:
I have the following in my prj.el:
(jde-global-classpath (quote ("." "E:/Langages/jdk1.3/jre/LIB/rt.jar"
"E:/MesDocuments/javaProject/prj/classes/")) t)
which is translated (when compiling) to:
+++
cd e:/MesDocuments/javaProject/prj/sources/prj/x/
jikes -classpath
"e:/MesDocuments/javaProject/prj;e:/Langages/jdk1.3/jre/LIB/rt.jar;e:/MesDocuments/javaProject/prj/classes/"
-d e:/MesDocuments/javaProject/prj/classes/ A.java
++++
The problem is in fact that the "." directory is converted to
"e:/MesDocuments/javaProject/prj" but when in ms-dos command (where the "."
is kept), all is fine.
I think it concerns the relative path feature. isn't it?
How can I turn the conversion 'off' please?
Regards,
andriamasinoro fenintsoa wrote:
> Hi everybody,
>
> I have the following packages in my project:
> x.A.java;
> y.B.java;
>
> in A.java, I have
> import y.B;
> public class A
> {
> B b = new B();
> }
>
> The problem is that I get the following error when compiling
> ++++
> import y.B;
> <-->
> *** Error: "y/B" is either a misplaced package name or a non-existent
> entity.
> +++++
> This project worked fine when I compiled it two months ago (compilation
> dependencies are automatic) with a previous version of JDE (I don't
> remember which). What I did is just to update the version of JDE without
> changing something else (same classpath, same version of jikes, etc.).
> Now, I have to manually compile y.B to have a correct compilation.
>
> So, what may be the problem please? Is there any recommendation that I
> missed when upgrading JDE?
> OS: windows Millenium
> Jde: 2.2.7.11
> Emacs: 20.7.1
> Jikes: 1.12, 8/1/2000
>
> Thanks for your help
>
> --
> [@666[]]::::::::::::::::::::::::::::::::::>
> andriamasinoro fenintsoa
> multi-agent researcher
> iremia-university of la reunion (france)
> t�l: (+262) 816 863 (portable) / (+262) 938 324 (office)
> fax: (+262) 938 260
> e-mail: [EMAIL PROTECTED]
> ================
>
> "most people don't plan to fail, they simply fail to plan."
> ----------------------------
--
[@666[]]::::::::::::::::::::::::::::::::::>
andriamasinoro fenintsoa
multi-agent researcher
iremia-university of la reunion (france)
t�l: (+262) 816 863 (portable) / (+262) 938 324 (office)
fax: (+262) 938 260
e-mail: [EMAIL PROTECTED]
================
"most people don't plan to fail, they simply fail to plan."
----------------------------