[Logo] Mango Community
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Newest cvs doesn't compile  XML
Forum Index » Modbus4J general discussion
Author Message
pentavalle

Initiate

Joined: 01/02/2011 05:45:33
Messages: 9
Offline

Hi, I tried to compile latest cvs code but I have this error:

C:\eclipse-workspace\Modbus4J>ant
Buildfile: C:\eclipse-workspace\Modbus4J\build.xml

clean:
[delete] Deleting directory C:\eclipse-workspace\Modbus4J\target

compile:
[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 error

BUILD 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
mlohbihler

Master
[Avatar]

Joined: 01/03/2007 22:48:52
Messages: 1502
Offline

Oops. Bad reference in the classes file. The seroUtils.jar file has been updated. Please checkout and try compiling again.

Best regards,
Matthew Lohbihler
pentavalle

Initiate

Joined: 01/02/2011 05:45:33
Messages: 9
Offline

All OK now, thank you!
 
Forum Index » Modbus4J general discussion
Go to:   
Powered by JForum 2.1.9 © JForum Team