G
goo
Guest
Hi Fernando, thanks for your reply. Lets say I have workingarea: d:\workspace\projectA\ I have the following directories under projectA: oo/A.cls oo/X.cls If I travers each directory I will get: A.cls X.cls If I have not used namespace in the class compile à class A: end. Versus class oo.X: End. If I do compile .\oo\A.cls save into .\oo à This will be ok, the file is saved correct compile .\oo\X.cls save into .\oo à This will create an extra directory under oo named oo where X.r will be put. Compile .\oo\x.cls save into .\ à this is ok So I either need to be sure that all classes uses correct namespace or I need to be able to know when namespace is used in the class. Did this clarify my question? I would think that the best way of dealing with this, is to fix all classes that has not been given correct namespace. //Geir Otto
Continue reading...
Continue reading...