Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tm-dev] Re: N-build FAILED due to change to SimpleSystemMessage


Hi Martin,

I've taken out the tracing (and import) so the build can work.

____________________________________
David McKnight    
Phone:   905-413-3902 , T/L:  969-3902
Internet: dmcknigh@xxxxxxxxxx
Mail:       D1/YFY/8200/TOR
____________________________________



"Oberhuber, Martin" <Martin.Oberhuber@xxxxxxxxxxxxx>

03/03/2008 09:07 AM

To
David McKnight/Toronto/IBM@IBMCA
cc
"Target Management developer discussions" <dsdp-tm-dev@xxxxxxxxxxx>
Subject
N-build FAILED due to change to SimpleSystemMessage





Hi Dave,
 
today's N-build failed because of this:
 
    [javac] 176. ERROR in /home/data/users/moberhuber/ws2/working/build/plugins/org.eclipse.rse.services/clientserver/org/ecl
ipse/rse/services/clientserver/messages/SimpleSystemMessage.java (at line 23)
   [javac]     import org.eclipse.rse.internal.services.Activator;
   [javac]            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   [javac] The import org.eclipse.rse.internal.services.Activator cannot be resolved

 
The point is that clientserver.jar is only compiled out of the "clientserver/" source root
and NOT the services/ source root. But clientserver.jar must also run stand-alone
in the dstore server.
 
I suppose the correct fix is to not use Eclipse-style Tracing inside anything in
clientserver.jar that also needs to run stand-alone.
 
Please fix ASAP to let the build run again.
 
Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
 
 

Back to the top