Hi,
I tried to compile SVN sources but it doesn't work for few days.
When I run ant task after the clean, I get this error.
Code:
compile:
[mkdir] Created dir: /home/baleyba/icefaces/icefaces/ahs/build/classes
[javac] Compiling 62 source files to /home/baleyba/icefaces/icefaces/ahs/build/classes
[javac] /home/baleyba/icefaces/icefaces/ahs/src/com/icesoft/faces/async/common/messaging/MessageService.java:34: cannot find symbol
[javac] symbol : method close()
[javac] location: class com.icesoft.net.messaging.MessageServiceClient
[javac] messageServiceClient.close();
[javac] ^
[javac] /home/baleyba/icefaces/icefaces/ahs/src/com/icesoft/faces/async/server/AsyncHttpServerAdaptingServlet.java:202: cannot find symbol
[javac] symbol : method close()
[javac] location: class com.icesoft.net.messaging.MessageServiceClient
[javac] messageServiceClient.close();
[javac] ^
[javac] /home/baleyba/icefaces/icefaces/ahs/src/com/icesoft/faces/util/event/servlet/MessagingContextEventPublisher.java:200: cannot find symbol
[javac] symbol : method close()
[javac] location: class com.icesoft.net.messaging.MessageServiceClient
[javac] messageServiceClient.close();
[javac] ^
[javac] 3 errors
BUILD FAILED
/home/baleyba/icefaces/icefaces/build.xml:95: The following error occurred while executing this line:
/home/baleyba/icefaces/icefaces/ahs/build.xml:189: The following error occurred while executing this line:
/home/baleyba/icefaces/icefaces/ahs/build.xml:39: Compile failed; see the compiler error output for details.
thanks for your help
regards,
Bal.