Start with the simple: "MsgReader.java:50: package net.tinyos.message does not exist" Your classpath is wrong, it can't find the given package. I would LEAVE THE STANDARD CODE ALONE and add the pre-built JAR to your classpath.
As far as the other problem, XListen.java:69: cannot resolve symbol symbol : variable XDump location: class net.tinyos.tools.XListen xlisten.XDump.printPacket(System.out, packet); ^--- XDump is not a variable in this context (maybe you wanted a method call?) I would strongly urge you NOT to modify things inside the distribution hierarchy, copy a fork out and modify externally. Paul _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
