openmeetings / red5sip

Automatically exported from code.google.com/p/red5phone
0 stars 2 forks source link

red5sip rev68 will not build #192

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm running CentOS 6.3. I checked out the svn with svn co 
http://red5phone.googlecode.com/svn/branches/red5sip from within the /opt/ 
directory. I then went into the red5sip directory (/opt/red5sip) and tried to 
run ant. Below is part of the ant output and error I receive.

[root@fred red5sip]# ant
Buildfile: build.xml

init:

clean.module.red5sip:
   [delete] Deleting directory /opt/red5sip/out/production/sip/WEB-INF/classes

clean:

compile.module.red5sip.production:
    [mkdir] Created dir: /opt/red5sip/out/production/sip/WEB-INF/classes
    [javac] Compiling 234 source files to /opt/red5sip/out/production/sip/WEB-INF/classes
    [javac] [parsing started RegularFileObject[/opt/red5sip/src/java/org/openmeetings/utils/IOUtils.java]]
.........................
    [javac] /opt/red5sip/src/java/org/zoolu/tools/Base64.java:133: error: unmappable character for encoding UTF8
    [javac]          // per come � costruita la codifica a base64
    [javac]                      ^
    [javac] /opt/red5sip/src/java/org/zoolu/tools/Base64.java:135: error: unmappable character for encoding UTF8
    [javac]          // il resto pu� essere 0, 2 o 3
    [javac]                        ^
    [javac] /opt/red5sip/src/java/org/zoolu/tools/Base64.java:180: error: unmappable character for encoding UTF8
    [javac]       System.out.println("messaggio decodificato �: "+strdecodificato);
    [javac]                                                  ^
    [javac] [total 1855ms]
    [javac] 3 errors

BUILD FAILED
/opt/red5sip/build.xml:212: Compile failed; see the compiler error output for 
details.

Total time: 4 seconds

Original issue reported on code.google.com by jeffc...@gmail.com on 13 Nov 2012 at 1:53

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r73.

Original comment by solomax...@gmail.com on 7 Feb 2013 at 7:53