ICEFaces SVN problem
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
ICEFaces SVN problem  XML
Forum Index -> General Help
Author Message
Baleyba

Joined: 16/11/2006 00:00:00
Messages: 110
Offline


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.

JBoss 4.2.3 | Java 1.6.0_16 | IceFaces 1.8.2
judy.guglielmin

Joined: 20/02/2007 00:00:00
Messages: 1196
Offline


You'll have to grab a fresh copy.
Baleyba

Joined: 16/11/2006 00:00:00
Messages: 110
Offline


Hi judy.guglielmin,

Thanks for your answer. I tried twice and it is working now.

I don't understand what happend...

Thanks
regards
Bal.

JBoss 4.2.3 | Java 1.6.0_16 | IceFaces 1.8.2
 
Forum Index -> General Help
Go to:   
Powered by JForum 2.1.7ice © JForum Team