Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Newest cvs doesn't compile
-
Hi, I tried to compile latest cvs code but I have this error:
C:\eclipse-workspace\Modbus4J>ant
Buildfile: C:\eclipse-workspace\Modbus4J\build.xmlclean:
[delete] Deleting directory C:\eclipse-workspace\Modbus4J\targetcompile:
[mkdir] Created dir: C:\eclipse-workspace\Modbus4J\target
[javac] C:\eclipse-workspace\Modbus4J\build.xml:17: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 104 source files to C:\eclipse-workspace\Modbus4J\target
[javac] C:\eclipse-workspace\Modbus4J\src\com\serotonin\modbus4j\ModbusMaster.java:261: cannot find symbol
[javac] symbol : method setDiscardDataDelay(int)
[javac] location: class com.serotonin.messaging.MessageControl
[javac] conn.setDiscardDataDelay(getDiscardDataDelay());
[javac] ^
[javac] 1 errorBUILD FAILED
C:\eclipse-workspace\Modbus4J\build.xml:17: Compile failed; see the compiler error output for details.Total time: 1 second
C:\eclipse-workspace\Modbus4J>
Looks like seroUtils.jar was updated in cvs, but not in synch with Modbus4J code :-)
-
Oops. Bad reference in the classes file. The seroUtils.jar file has been updated. Please checkout and try compiling again.
-
All OK now, thank you!