Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tm-dev] 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