<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Zimbra - Forums - Developers</title>
		<link>http://www.zimbra.com/forums</link>
		<description>Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.</description>
		<language>en</language>
		<lastBuildDate>Fri, 20 Nov 2009 22:40:13 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.zimbra.com/forums/images/bullet/misc/rss.jpg</url>
			<title>Zimbra - Forums - Developers</title>
			<link>http://www.zimbra.com/forums</link>
		</image>
		<item>
			<title>to remove some settings from Preferences page?</title>
			<link>http://www.zimbra.com/forums/developers/35080-remove-some-settings-preferences-page.html</link>
			<pubDate>Fri, 20 Nov 2009 09:03:53 GMT</pubDate>
			<description><![CDATA[Dear All,

Is it possible to customize the display for settings of User's Preferences, like to remove Busy/Free setting from Webclient's Preferences > Calendar page?]]></description>
			<content:encoded><![CDATA[<div>Dear All,<br />
<br />
Is it possible to customize the display for settings of User's Preferences, like to remove Busy/Free setting from Webclient's Preferences &gt; Calendar page?</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/developers/">Developers</category>
			<dc:creator>tiger2000</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/developers/35080-remove-some-settings-preferences-page.html</guid>
		</item>
		<item>
			<title>Change Base dn of zimbra ldap hieracrhy</title>
			<link>http://www.zimbra.com/forums/developers/35045-change-base-dn-zimbra-ldap-hieracrhy.html</link>
			<pubDate>Thu, 19 Nov 2009 10:26:02 GMT</pubDate>
			<description><![CDATA[Hi,

I would like to change zimbra ldap base dn as c=US. Is it possible? For eg:  An account's dn would be uid=username,ou=people,dc=domain,dc=com,c=US. Anybody please give a solution for it.

Thanks

rambeats]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I would like to change zimbra ldap base dn as c=US. Is it possible? For eg:  An account's dn would be uid=username,ou=people,dc=domain,dc=com,c=US. Anybody please give a solution for it.<br />
<br />
Thanks<br />
<br />
rambeats</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/developers/">Developers</category>
			<dc:creator>rambeats</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/developers/35045-change-base-dn-zimbra-ldap-hieracrhy.html</guid>
		</item>
		<item>
			<title>Zimbra calendar SOAP interface</title>
			<link>http://www.zimbra.com/forums/developers/35041-zimbra-calendar-soap-interface.html</link>
			<pubDate>Thu, 19 Nov 2009 08:42:26 GMT</pubDate>
			<description><![CDATA[I'm using the Zimbra SOAP API to get todays appointments. I do also want the instance details so I could use those to detect unique items.

I have, in the day on which i'm searching 5 appointments, but when I search I get only 1 appointment, not 5. Some recurring items are left out. But on some occasions (other dates for example), they are not left out. So I don't understand the behavior of the SearchRequest on the appointments.

This is my SOAP Request:

Code:
---------
<SOAP-ENV:Body>
    <SearchRequest xmlns="urn:zimbraMail" types="appointment" limit="500" fetch="all" calExpandInstStart="1258585200000" calExpandInstEnd="1258671599000">
      <query>appt-start:11/19/2009  sort:dateasc</query>
    </SearchRequest>
  </SOAP-ENV:Body>
---------
I do saw this note in the documentation:

Code:
---------
***IMPORTANT NOTE: Calendar Items that have no instances within
   that range are COMPLETELY EXCLUDED from the results (e.g. not even
   an <appt> element>.  Calendar Items with no data (such as Tasks
   with no date specified) are included, but with no instance
   information***
---------
But because there are appointments on that day, I guess that they should not be excluded.

I see other people using GetApptSummariesRequest, but since the documentation says it's deprecated, I wanted to use SearchRequest, as it's mentioned. However I find it does not find all appointments.

Sorry for the lack of explaination, but at the moment I cannot do any better.]]></description>
			<content:encoded><![CDATA[<div>I'm using the Zimbra SOAP API to get todays appointments. I do also want the instance details so I could use those to detect unique items.<br />
<br />
I have, in the day on which i'm searching 5 appointments, but when I search I get only 1 appointment, not 5. Some recurring items are left out. But on some occasions (other dates for example), they are not left out. So I don't understand the behavior of the SearchRequest on the appointments.<br />
<br />
This is my SOAP Request:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;SOAP-ENV:Body&gt;<br />
&nbsp; &nbsp; &lt;SearchRequest xmlns=&quot;urn:zimbraMail&quot; types=&quot;appointment&quot; limit=&quot;500&quot; fetch=&quot;all&quot; calExpandInstStart=&quot;1258585200000&quot; calExpandInstEnd=&quot;1258671599000&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;query&gt;appt-start:11/19/2009&nbsp; sort:dateasc&lt;/query&gt;<br />
&nbsp; &nbsp; &lt;/SearchRequest&gt;<br />
&nbsp; &lt;/SOAP-ENV:Body&gt;</code><hr />
</div>I do saw this note in the documentation:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">***IMPORTANT NOTE: Calendar Items that have no instances within<br />
&nbsp;  that range are COMPLETELY EXCLUDED from the results (e.g. not even<br />
&nbsp;  an &lt;appt&gt; element&gt;.&nbsp; Calendar Items with no data (such as Tasks<br />
&nbsp;  with no date specified) are included, but with no instance<br />
&nbsp;  information***</code><hr />
</div>But because there are appointments on that day, I guess that they should not be excluded.<br />
<br />
I see other people using GetApptSummariesRequest, but since the documentation says it's deprecated, I wanted to use SearchRequest, as it's mentioned. However I find it does not find all appointments.<br />
<br />
Sorry for the lack of explaination, but at the moment I cannot do any better.</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/developers/">Developers</category>
			<dc:creator>ict4schools</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/developers/35041-zimbra-calendar-soap-interface.html</guid>
		</item>
		<item>
			<title>zimbra notify_classes</title>
			<link>http://www.zimbra.com/forums/developers/34969-zimbra-notify_classes.html</link>
			<pubDate>Tue, 17 Nov 2009 17:12:30 GMT</pubDate>
			<description>Good day!

Suggest My please. How to implement in Zimbra notify_classes. I set in /opt/zimbra/postfix/conf/main.cf directive notify_classes:

notify_classes = bounce, 2bounce, delay, policy, protocol, resource, software

zmcontrol stop and zmcontrol start

Now, theoretically, all the error messages, including Undelivered Mail Returned to Sender must send postmaster too. But this does not happen)

What could be the problem?</description>
			<content:encoded><![CDATA[<div>Good day!<br />
<br />
Suggest My please. How to implement in Zimbra notify_classes. I set in /opt/zimbra/postfix/conf/main.cf directive notify_classes:<br />
<br />
notify_classes = bounce, 2bounce, delay, policy, protocol, resource, software<br />
<br />
zmcontrol stop and zmcontrol start<br />
<br />
Now, theoretically, all the error messages, including Undelivered Mail Returned to Sender must send postmaster too. But this does not happen)<br />
<br />
What could be the problem?</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/developers/">Developers</category>
			<dc:creator>WorldUser</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/developers/34969-zimbra-notify_classes.html</guid>
		</item>
		<item>
			<title>ICS File via Caldav Error</title>
			<link>http://www.zimbra.com/forums/developers/34806-ics-file-via-caldav-error.html</link>
			<pubDate>Thu, 12 Nov 2009 04:16:55 GMT</pubDate>
			<description>I am writing a new application that will intergrating calendaring in with my support tools. tried to test it and get a 400 error bad request. 
Here is my ics file
BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
PRODID:iCalendar-Ruby
BEGIN:VEVENT
SEQUENCE:0
DTEND:2009-11-20T17:00:00-08:00
DTSTART:2009-11-20T10:00:00-08:00
UID:77d4df70-b16a-012c-59e2-000bdb47b0e8
DTSTAMP:20091111T193621
\nReference Number: ------------------
\nFix Date Picker
SUMMARY:Job Event: Date Picker
BEGIN:VALARM
TRIGGER:-PT45M
ACTION:EMAIL
ATTENDEE:mailto:dhaanpaa@project14.mysmbhelpdesk.com
SUMMARY:New Job Notification
\nReference Number: ------------------
\nFix Date Picker
END:VALARM
BEGIN:VALARM
TRIGGER:-PT15M
ACTION:DISPLAY
SUMMARY:New Job Notification
END:VALARM
END:VEVENT
END:VCALENDAR

looked in the log and get ics parse error
what could be going on?
I have tested from both php webdav extension and cadaver webdav client.
I am naming the file 77d4df70-b16a-012c-59e2-000bdb47b0e8.ics</description>
			<content:encoded><![CDATA[<div>I am writing a new application that will intergrating calendaring in with my support tools. tried to test it and get a 400 error bad request. <br />
Here is my ics file<br />
BEGIN:VCALENDAR<br />
VERSION:2.0<br />
CALSCALE:GREGORIAN<br />
PRODID:iCalendar-Ruby<br />
BEGIN:VEVENT<br />
SEQUENCE:0<br />
DTEND:2009-11-20T17:00:00-08:00<br />
DTSTART:2009-11-20T10:00:00-08:00<br />
UID:77d4df70-b16a-012c-59e2-000bdb47b0e8<br />
DTSTAMP:20091111T193621<br />
\nReference Number: ------------------<br />
\nFix Date Picker<br />
SUMMARY:Job Event: Date Picker<br />
BEGIN:VALARM<br />
TRIGGER:-PT45M<br />
ACTION:EMAIL<br />
ATTENDEE:mailto:dhaanpaa@project14.mysmbhelpdesk.c  om<br />
SUMMARY:New Job Notification<br />
\nReference Number: ------------------<br />
\nFix Date Picker<br />
END:VALARM<br />
BEGIN:VALARM<br />
TRIGGER:-PT15M<br />
ACTION:DISPLAY<br />
SUMMARY:New Job Notification<br />
END:VALARM<br />
END:VEVENT<br />
END:VCALENDAR<br />
<br />
looked in the log and get ics parse error<br />
what could be going on?<br />
I have tested from both php webdav extension and cadaver webdav client.<br />
I am naming the file 77d4df70-b16a-012c-59e2-000bdb47b0e8.ics</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/developers/">Developers</category>
			<dc:creator>dantekcs</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/developers/34806-ics-file-via-caldav-error.html</guid>
		</item>
		<item>
			<title>Error installing Zimbra Desktop from source</title>
			<link>http://www.zimbra.com/forums/developers/34790-error-installing-zimbra-desktop-source.html</link>
			<pubDate>Wed, 11 Nov 2009 11:34:27 GMT</pubDate>
			<description><![CDATA[Although I happily run the current binary of Zimbra Desktop, I had reason to install Zimbra Desktop from source. I used GNR-602 sourcecode, and followed instructions on the wiki  - Building Zimbra Desktop on Linux - Zimbra :: Wiki (http://wiki.zimbra.com/index.php?title=Building_on_Linux).

I get the following error each time:


Code:
---------
BUILD FAILED
/home/public/p4/GNR-602/ZimbraOffline/build.xml:616: The following error occurred while executing this line:
/home/public/p4/GNR-602/ZimbraOffline/build.xml:586: The following error occurred while executing this line:
/home/public/p4/GNR-602/ZimbraOffline/build.xml:642: The following error occurred while executing this line:
/home/public/p4/GNR-602/ZimbraOffline/build.xml:363: The following error occurred while executing this line:
/home/public/p4/GNR-602/ZimbraOffline/build.xml:190: Basedir /home/public/p4/GNR-602/ZimbraSyncCommon does not exist
---------
This is the full output:


Code:
---------
storm@Amaranth:/home/public/p4/GNR-602/ZimbraOffline$ ant offline-reset-the-world
Buildfile: build.xml                                                             

offline-reset-the-world:

offline-reset-the-world-part-1:

offline-make-dist:

offline-clean:

clean:

clean:

clean:

clean:
Trying to override old definition of task shellscript
Trying to override old definition of task propertycopy
Trying to override old definition of task pathtofileset
Trying to override old definition of task remoteant    
Trying to override old definition of task runtarget    
Trying to override old definition of task assert       
Trying to override old definition of task propertyregex
Trying to override old definition of task math         
Trying to override old definition of task trycatch     
Trying to override old definition of task antserver    
Trying to override old definition of task antcallback  
Trying to override old definition of task compilewithwalls
Trying to override old definition of task outofdate       
Trying to override old definition of task osfamily        
Trying to override old definition of task stopwatch       
Trying to override old definition of task throw           
Trying to override old definition of task antclipse       
Trying to override old definition of task urlencode       
Trying to override old definition of task bool            
Trying to override old definition of task timestampselector
Trying to override old definition of task foreach          
Trying to override old definition of task if               
Trying to override old definition of task propertyselector 
Trying to override old definition of task sortlist         
Trying to override old definition of task antfetch         
Trying to override old definition of task post             
Trying to override old definition of task for              
Trying to override old definition of task forget           
Trying to override old definition of task limit            
Trying to override old definition of task switch           
Trying to override old definition of task var              
Trying to override old definition of task inifile          
Trying to override old definition of datatype isgreaterthan
Trying to override old definition of datatype islessthan   
Trying to override old definition of datatype ispropertyfalse
Trying to override old definition of datatype ispropertytrue 

customer-init:

clean:

build-init:
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraTagLib/build

clean:
   [delete] Deleting directory /home/public/p4/GNR-602/ZimbraTagLib/build
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraOffline/build/dist
   [gunzip] Expanding /home/public/p4/GNR-602/ThirdParty/jetty/jetty-6.1.15.z6.tar.gz to /home/public/p4/GNR-602/ZimbraOffline/build/dist/jetty-6.1.15.z6.tar                                                                                                                             
    [untar] Expanding: /home/public/p4/GNR-602/ZimbraOffline/build/dist/jetty-6.1.15.z6.tar into /home/public/p4/GNR-602/ZimbraOffline/build/dist                                                                                                                                         
   [delete] Deleting: /home/public/p4/GNR-602/ZimbraOffline/build/dist/jetty-6.1.15.z6.tar                                                   

offline-dev-dist:

offline-build-init:
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraOffline/build/classes
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraOffline/build/src/java
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraOffline/build/data    

offline-compile:

build-init:
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraCommon/build/classes

compile:
    [javac] Compiling 157 source files to /home/public/p4/GNR-602/ZimbraCommon/build/classes
    [javac] Note: Some input files use or override a deprecated API.                        
    [javac] Note: Recompile with -Xlint:deprecation for details.                            
    [javac] Note: Some input files use unchecked or unsafe operations.                      
    [javac] Note: Recompile with -Xlint:unchecked for details.                              

jar:
      [jar] Building jar: /home/public/p4/GNR-602/ZimbraCommon/build/zimbracommon.jar

build-init:
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/classes
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/generated/src/java
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/wiki              
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/data              
Trying to override old definition of task deploy                                      

make-dirs:
     [echo] Creating dirs under /home/public/p4/GNR-602/ZimbraServer/build/dist
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/dist/conf  
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/dist/openldap/etc/openldap/schema
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/dist/bin                         
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/dist/conf/msgs                   
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/dist/db                          
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/dist/lib/ext                     
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/dist/lib/jars                    
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/dist/libexec                     
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/dist/wiki                        

compile:

build-init:

compile:

jar:

build-init:
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraIM/build/classes

compile:
    [javac] Compiling 353 source files to /home/public/p4/GNR-602/ZimbraIM/build/classes
    [javac] Note: Some input files use or override a deprecated API.                    
    [javac] Note: Recompile with -Xlint:deprecation for details.                        
    [javac] Note: Some input files use unchecked or unsafe operations.                  
    [javac] Note: Recompile with -Xlint:unchecked for details.                          

jar:
      [jar] Building jar: /home/public/p4/GNR-602/ZimbraIM/build/zimbraim.jar
    [javac] Compiling 1683 source files to /home/public/p4/GNR-602/ZimbraServer/build/classes
    [javac] /home/public/p4/GNR-602/ZimbraServer/src/java/com/zimbra/cs/index/LocalizedSortBy.java:163: warning: unmappable character for encoding UTF8                                                                                                                                   
    [javac]             test.add(new TestHit("&#65533;belacker", 2));                                                                               
    [javac]                                   ^                                                                                              
    [javac] /home/public/p4/GNR-602/ZimbraServer/src/java/com/zimbra/cs/index/LocalizedSortBy.java:165: warning: unmappable character for encoding UTF8                                                                                                                                   
    [javac]             test.add(new TestHit("&#65533;lle",4));                                                                                     
    [javac]                                   ^                                                                                              
    [javac] /home/public/p4/GNR-602/ZimbraServer/src/java/com/zimbra/cs/index/LocalizedSortBy.java:167: warning: unmappable character for encoding UTF8                                                                                                                                   
    [javac]             test.add(new TestHit("&#65533;xk&#65533;ll",6));                                                                                   
    [javac]                                   ^                                                                                              
    [javac] /home/public/p4/GNR-602/ZimbraServer/src/java/com/zimbra/cs/index/LocalizedSortBy.java:167: warning: unmappable character for encoding UTF8                                                                                                                                   
    [javac]             test.add(new TestHit("&#65533;xk&#65533;ll",6));                                                                                   
    [javac]                                      ^                                                                                           
    [javac] /home/public/p4/GNR-602/ZimbraServer/src/java/com/zimbra/cs/index/LocalizedSortBy.java:181: warning: unmappable character for encoding UTF8                                                                                                                                   
    [javac]             // for Swedish, z<&#65533;, for German &#65533;<z                                                                                  
    [javac]                               ^                                                                                                  
    [javac] /home/public/p4/GNR-602/ZimbraServer/src/java/com/zimbra/cs/index/LocalizedSortBy.java:181: warning: unmappable character for encoding UTF8                                                                                                                                   
    [javac]             // for Swedish, z<&#65533;, for German &#65533;<z                                                                                  
    [javac]                                             ^                                                                                    
    [javac] /home/public/p4/GNR-602/ZimbraServer/src/java/com/zimbra/cs/index/LocalizedSortBy.java:186: warning: unmappable character for encoding UTF8                                                                                                                                   
    [javac]             test.add(new TestHit("&#65533;",3));                                                                                        
    [javac]                                   ^                                                                                              
    [javac] Note: Some input files use or override a deprecated API.                                                                         
    [javac] Note: Recompile with -Xlint:deprecation for details.                                                                             
    [javac] Note: Some input files use unchecked or unsafe operations.                                                                       
    [javac] Note: Recompile with -Xlint:unchecked for details.                                                                               
    [javac] 7 warnings                                                                                                                       
Trying to override old definition of task deploy                                                                                             

set-buildinfo-vars:
     [echo] Version: 2.0 Date: 20091111-1125

generate-buildinfo:
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/buildinfo
    [javac] Compiling 1 source file to /home/public/p4/GNR-602/ZimbraServer/build/classes

mysql-versions-init:

sqlite-versions-init:

derby-versions-init:

db-versions-init:

jar:
     [echo] Hostname: Amaranth
      [jar] Building jar: /home/public/p4/GNR-602/ZimbraServer/build/zimbrastore.jar
Trying to override old definition of task deploy                                    

generate-ldap-config:

setup-ldap-config:
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/attrs-src
     [copy] Copying 3 files to /home/public/p4/GNR-602/ZimbraServer/build/attrs-src

set-buildinfo-vars:
     [echo] Version: 2.0 Date: 20091111-1125

do-generate-ldap-config:
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/attrs
     [copy] Copying 3 files to /home/public/p4/GNR-602/ZimbraServer/build/attrs
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/ldap-config
    [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/ldap-config/config
     [java] [] WARN: local config file `/opt/zimbra/conf/localconfig.xml' is not readable
     [java] [] WARN: local config file `/opt/zimbra/conf/localconfig.xml' is not readable
     [java] [] WARN: local config file `/opt/zimbra/conf/localconfig.xml' is not readable
     [java] [] WARN: local config file `/opt/zimbra/conf/localconfig.xml' is not readable
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/ldap-config     
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/ldap-config     
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/ldap-config     
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/ldap-config/config
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/ldap-config/config
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/ldap-config/config
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/ldap-config/config
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/ldap-config/config
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/ldap-config/config
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/ldap-config/config
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/ldap-config/config

war:
     [echo] war.include=slf4j*.jar, *jsieve*.jar, lucene*.jar, ant-tar*.jar
      [war] Building war: /home/public/p4/GNR-602/ZimbraServer/build/service.war

dev-dist-unix:
     [copy] Warning: Could not find file /home/public/p4/GNR-602/ZimbraServer/lib/libzimbra-native.so.Linux.amd64 to copy.

dev-dist-jetty:
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/jetty/webapps
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/jetty/etc    
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/jetty/etc    
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/jetty/etc    
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/jetty/etc    
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/jetty/resources
     [copy] Copying 38 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/jetty/common/lib
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/jetty/common/endorsed
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/jetty/common/lib     
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/jetty/lib            

choose-db-schema:
     [echo] Using database schema in src/db/mysql

dev-dist:
     [copy] Copying 69 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/bin
     [copy] Copying 66 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/libexec
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/bin      
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/bin      
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/conf     
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/conf     
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/conf     
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/conf     
     [copy] Copying 26 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/conf/msgs
     [copy] Copying 9 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/conf/msgs 
     [copy] Copying 3 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/conf/attrs
     [copy] Copying 6 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/conf/rights
     [copy] Copying 60 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/lib/jars  
     [copy] Copying 2 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/lib/jars
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/lib/jars
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/lib/jars
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/lib/jars
     [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/conf
     [copy] Copying 4 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/openldap/etc/openldap
     [copy] Copying 2 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/openldap/etc/openldap/schema
Trying to override old definition of task deploy

set-buildinfo-vars:
     [echo] Version: 2.0 Date: 20091111-1125

generate-buildinfo:
    [javac] Compiling 1 source file to /home/public/p4/GNR-602/ZimbraServer/build/classes

mysql-versions-init:

sqlite-versions-init:

derby-versions-init:

db-versions-init:
     [copy] Copying 5 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/db
     [copy] Copying 23 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/wiki
    [javac] Compiling 171 source files to /home/public/p4/GNR-602/ZimbraOffline/build/classes
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

BUILD FAILED
/home/public/p4/GNR-602/ZimbraOffline/build.xml:616: The following error occurred while executing this line:
/home/public/p4/GNR-602/ZimbraOffline/build.xml:586: The following error occurred while executing this line:
/home/public/p4/GNR-602/ZimbraOffline/build.xml:642: The following error occurred while executing this line:
/home/public/p4/GNR-602/ZimbraOffline/build.xml:363: The following error occurred while executing this line:
/home/public/p4/GNR-602/ZimbraOffline/build.xml:190: Basedir /home/public/p4/GNR-602/ZimbraSyncCommon does not exist

Total time: 1 minute 14 seconds
---------
]]></description>
			<content:encoded><![CDATA[<div>Although I happily run the current binary of Zimbra Desktop, I had reason to install Zimbra Desktop from source. I used GNR-602 sourcecode, and followed instructions on the wiki  - <a href="http://wiki.zimbra.com/index.php?title=Building_on_Linux" target="_blank">Building Zimbra Desktop on Linux - Zimbra :: Wiki</a>.<br />
<br />
I get the following error each time:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">BUILD FAILED<br />
/home/public/p4/GNR-602/ZimbraOffline/build.xml:616: The following error occurred while executing this line:<br />
/home/public/p4/GNR-602/ZimbraOffline/build.xml:586: The following error occurred while executing this line:<br />
/home/public/p4/GNR-602/ZimbraOffline/build.xml:642: The following error occurred while executing this line:<br />
/home/public/p4/GNR-602/ZimbraOffline/build.xml:363: The following error occurred while executing this line:<br />
/home/public/p4/GNR-602/ZimbraOffline/build.xml:190: Basedir /home/public/p4/GNR-602/ZimbraSyncCommon does not exist</code><hr />
</div>This is the full output:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">storm@Amaranth:/home/public/p4/GNR-602/ZimbraOffline$ ant offline-reset-the-world<br />
Buildfile: build.xml&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
<br />
offline-reset-the-world:<br />
<br />
offline-reset-the-world-part-1:<br />
<br />
offline-make-dist:<br />
<br />
offline-clean:<br />
<br />
clean:<br />
<br />
clean:<br />
<br />
clean:<br />
<br />
clean:<br />
Trying to override old definition of task shellscript<br />
Trying to override old definition of task propertycopy<br />
Trying to override old definition of task pathtofileset<br />
Trying to override old definition of task remoteant&nbsp; &nbsp; <br />
Trying to override old definition of task runtarget&nbsp; &nbsp; <br />
Trying to override old definition of task assert&nbsp; &nbsp; &nbsp;  <br />
Trying to override old definition of task propertyregex<br />
Trying to override old definition of task math&nbsp; &nbsp; &nbsp; &nbsp;  <br />
Trying to override old definition of task trycatch&nbsp; &nbsp;  <br />
Trying to override old definition of task antserver&nbsp; &nbsp; <br />
Trying to override old definition of task antcallback&nbsp; <br />
Trying to override old definition of task compilewithwalls<br />
Trying to override old definition of task outofdate&nbsp; &nbsp; &nbsp;  <br />
Trying to override old definition of task osfamily&nbsp; &nbsp; &nbsp; &nbsp; <br />
Trying to override old definition of task stopwatch&nbsp; &nbsp; &nbsp;  <br />
Trying to override old definition of task throw&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
Trying to override old definition of task antclipse&nbsp; &nbsp; &nbsp;  <br />
Trying to override old definition of task urlencode&nbsp; &nbsp; &nbsp;  <br />
Trying to override old definition of task bool&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
Trying to override old definition of task timestampselector<br />
Trying to override old definition of task foreach&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
Trying to override old definition of task if&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
Trying to override old definition of task propertyselector <br />
Trying to override old definition of task sortlist&nbsp; &nbsp; &nbsp; &nbsp;  <br />
Trying to override old definition of task antfetch&nbsp; &nbsp; &nbsp; &nbsp;  <br />
Trying to override old definition of task post&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
Trying to override old definition of task for&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
Trying to override old definition of task forget&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
Trying to override old definition of task limit&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
Trying to override old definition of task switch&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
Trying to override old definition of task var&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
Trying to override old definition of task inifile&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
Trying to override old definition of datatype isgreaterthan<br />
Trying to override old definition of datatype islessthan&nbsp;  <br />
Trying to override old definition of datatype ispropertyfalse<br />
Trying to override old definition of datatype ispropertytrue <br />
<br />
customer-init:<br />
<br />
clean:<br />
<br />
build-init:<br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraTagLib/build<br />
<br />
clean:<br />
&nbsp;  [delete] Deleting directory /home/public/p4/GNR-602/ZimbraTagLib/build<br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraOffline/build/dist<br />
&nbsp;  [gunzip] Expanding /home/public/p4/GNR-602/ThirdParty/jetty/jetty-6.1.15.z6.tar.gz to /home/public/p4/GNR-602/ZimbraOffline/build/dist/jetty-6.1.15.z6.tar&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; [untar] Expanding: /home/public/p4/GNR-602/ZimbraOffline/build/dist/jetty-6.1.15.z6.tar into /home/public/p4/GNR-602/ZimbraOffline/build/dist&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp;  [delete] Deleting: /home/public/p4/GNR-602/ZimbraOffline/build/dist/jetty-6.1.15.z6.tar&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
<br />
offline-dev-dist:<br />
<br />
offline-build-init:<br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraOffline/build/classes<br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraOffline/build/src/java<br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraOffline/build/data&nbsp; &nbsp; <br />
<br />
offline-compile:<br />
<br />
build-init:<br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraCommon/build/classes<br />
<br />
compile:<br />
&nbsp; &nbsp; [javac] Compiling 157 source files to /home/public/p4/GNR-602/ZimbraCommon/build/classes<br />
&nbsp; &nbsp; [javac] Note: Some input files use or override a deprecated API.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; [javac] Note: Recompile with -Xlint:deprecation for details.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; [javac] Note: Some input files use unchecked or unsafe operations.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; [javac] Note: Recompile with -Xlint:unchecked for details.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
<br />
jar:<br />
&nbsp; &nbsp; &nbsp; [jar] Building jar: /home/public/p4/GNR-602/ZimbraCommon/build/zimbracommon.jar<br />
<br />
build-init:<br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/classes<br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/generated/src/java<br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/wiki&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/data&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
Trying to override old definition of task deploy&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
<br />
make-dirs:<br />
&nbsp; &nbsp;  [echo] Creating dirs under /home/public/p4/GNR-602/ZimbraServer/build/dist<br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/dist/conf&nbsp; <br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/dist/openldap/etc/openldap/schema<br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/dist/bin&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/dist/conf/msgs&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/dist/db&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/dist/lib/ext&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/dist/lib/jars&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/dist/libexec&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/dist/wiki&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
<br />
compile:<br />
<br />
build-init:<br />
<br />
compile:<br />
<br />
jar:<br />
<br />
build-init:<br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraIM/build/classes<br />
<br />
compile:<br />
&nbsp; &nbsp; [javac] Compiling 353 source files to /home/public/p4/GNR-602/ZimbraIM/build/classes<br />
&nbsp; &nbsp; [javac] Note: Some input files use or override a deprecated API.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; [javac] Note: Recompile with -Xlint:deprecation for details.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; [javac] Note: Some input files use unchecked or unsafe operations.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; [javac] Note: Recompile with -Xlint:unchecked for details.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
<br />
jar:<br />
&nbsp; &nbsp; &nbsp; [jar] Building jar: /home/public/p4/GNR-602/ZimbraIM/build/zimbraim.jar<br />
&nbsp; &nbsp; [javac] Compiling 1683 source files to /home/public/p4/GNR-602/ZimbraServer/build/classes<br />
&nbsp; &nbsp; [javac] /home/public/p4/GNR-602/ZimbraServer/src/java/com/zimbra/cs/index/LocalizedSortBy.java:163: warning: unmappable character for encoding UTF8&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; [javac]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  test.add(new TestHit(&quot;&#65533;belacker&quot;, 2));&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; [javac]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  ^&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; [javac] /home/public/p4/GNR-602/ZimbraServer/src/java/com/zimbra/cs/index/LocalizedSortBy.java:165: warning: unmappable character for encoding UTF8&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; [javac]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  test.add(new TestHit(&quot;&#65533;lle&quot;,4));&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; [javac]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  ^&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; [javac] /home/public/p4/GNR-602/ZimbraServer/src/java/com/zimbra/cs/index/LocalizedSortBy.java:167: warning: unmappable character for encoding UTF8&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; [javac]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  test.add(new TestHit(&quot;&#65533;xk&#65533;ll&quot;,6));&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; [javac]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  ^&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; [javac] /home/public/p4/GNR-602/ZimbraServer/src/java/com/zimbra/cs/index/LocalizedSortBy.java:167: warning: unmappable character for encoding UTF8&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; [javac]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  test.add(new TestHit(&quot;&#65533;xk&#65533;ll&quot;,6));&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; [javac]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; [javac] /home/public/p4/GNR-602/ZimbraServer/src/java/com/zimbra/cs/index/LocalizedSortBy.java:181: warning: unmappable character for encoding UTF8&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; [javac]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  // for Swedish, z&lt;&#65533;, for German &#65533;&lt;z&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; [javac]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  ^&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; [javac] /home/public/p4/GNR-602/ZimbraServer/src/java/com/zimbra/cs/index/LocalizedSortBy.java:181: warning: unmappable character for encoding UTF8&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; [javac]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  // for Swedish, z&lt;&#65533;, for German &#65533;&lt;z&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; [javac]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  ^&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; [javac] /home/public/p4/GNR-602/ZimbraServer/src/java/com/zimbra/cs/index/LocalizedSortBy.java:186: warning: unmappable character for encoding UTF8&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; [javac]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  test.add(new TestHit(&quot;&#65533;&quot;,3));&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; [javac]&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  ^&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; [javac] Note: Some input files use or override a deprecated API.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; [javac] Note: Recompile with -Xlint:deprecation for details.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; [javac] Note: Some input files use unchecked or unsafe operations.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; [javac] Note: Recompile with -Xlint:unchecked for details.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; [javac] 7 warnings&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
Trying to override old definition of task deploy&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
<br />
set-buildinfo-vars:<br />
&nbsp; &nbsp;  [echo] Version: 2.0 Date: 20091111-1125<br />
<br />
generate-buildinfo:<br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/buildinfo<br />
&nbsp; &nbsp; [javac] Compiling 1 source file to /home/public/p4/GNR-602/ZimbraServer/build/classes<br />
<br />
mysql-versions-init:<br />
<br />
sqlite-versions-init:<br />
<br />
derby-versions-init:<br />
<br />
db-versions-init:<br />
<br />
jar:<br />
&nbsp; &nbsp;  [echo] Hostname: Amaranth<br />
&nbsp; &nbsp; &nbsp; [jar] Building jar: /home/public/p4/GNR-602/ZimbraServer/build/zimbrastore.jar<br />
Trying to override old definition of task deploy&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
<br />
generate-ldap-config:<br />
<br />
setup-ldap-config:<br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/attrs-src<br />
&nbsp; &nbsp;  [copy] Copying 3 files to /home/public/p4/GNR-602/ZimbraServer/build/attrs-src<br />
<br />
set-buildinfo-vars:<br />
&nbsp; &nbsp;  [echo] Version: 2.0 Date: 20091111-1125<br />
<br />
do-generate-ldap-config:<br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/attrs<br />
&nbsp; &nbsp;  [copy] Copying 3 files to /home/public/p4/GNR-602/ZimbraServer/build/attrs<br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/ldap-config<br />
&nbsp; &nbsp; [mkdir] Created dir: /home/public/p4/GNR-602/ZimbraServer/build/ldap-config/config<br />
&nbsp; &nbsp;  [java] [] WARN: local config file `/opt/zimbra/conf/localconfig.xml' is not readable<br />
&nbsp; &nbsp;  [java] [] WARN: local config file `/opt/zimbra/conf/localconfig.xml' is not readable<br />
&nbsp; &nbsp;  [java] [] WARN: local config file `/opt/zimbra/conf/localconfig.xml' is not readable<br />
&nbsp; &nbsp;  [java] [] WARN: local config file `/opt/zimbra/conf/localconfig.xml' is not readable<br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/ldap-config&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/ldap-config&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/ldap-config&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/ldap-config/config<br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/ldap-config/config<br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/ldap-config/config<br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/ldap-config/config<br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/ldap-config/config<br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/ldap-config/config<br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/ldap-config/config<br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/ldap-config/config<br />
<br />
war:<br />
&nbsp; &nbsp;  [echo] war.include=slf4j*.jar, *jsieve*.jar, lucene*.jar, ant-tar*.jar<br />
&nbsp; &nbsp; &nbsp; [war] Building war: /home/public/p4/GNR-602/ZimbraServer/build/service.war<br />
<br />
dev-dist-unix:<br />
&nbsp; &nbsp;  [copy] Warning: Could not find file /home/public/p4/GNR-602/ZimbraServer/lib/libzimbra-native.so.Linux.amd64 to copy.<br />
<br />
dev-dist-jetty:<br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/jetty/webapps<br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/jetty/etc&nbsp; &nbsp; <br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/jetty/etc&nbsp; &nbsp; <br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/jetty/etc&nbsp; &nbsp; <br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/jetty/etc&nbsp; &nbsp; <br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/jetty/resources<br />
&nbsp; &nbsp;  [copy] Copying 38 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/jetty/common/lib<br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/jetty/common/endorsed<br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/jetty/common/lib&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/jetty/lib&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
<br />
choose-db-schema:<br />
&nbsp; &nbsp;  [echo] Using database schema in src/db/mysql<br />
<br />
dev-dist:<br />
&nbsp; &nbsp;  [copy] Copying 69 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/bin<br />
&nbsp; &nbsp;  [copy] Copying 66 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/libexec<br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/bin&nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/bin&nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/conf&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/conf&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/conf&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/conf&nbsp; &nbsp;  <br />
&nbsp; &nbsp;  [copy] Copying 26 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/conf/msgs<br />
&nbsp; &nbsp;  [copy] Copying 9 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/conf/msgs <br />
&nbsp; &nbsp;  [copy] Copying 3 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/conf/attrs<br />
&nbsp; &nbsp;  [copy] Copying 6 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/conf/rights<br />
&nbsp; &nbsp;  [copy] Copying 60 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/lib/jars&nbsp; <br />
&nbsp; &nbsp;  [copy] Copying 2 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/lib/jars<br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/lib/jars<br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/lib/jars<br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/lib/jars<br />
&nbsp; &nbsp;  [copy] Copying 1 file to /home/public/p4/GNR-602/ZimbraServer/build/dist/conf<br />
&nbsp; &nbsp;  [copy] Copying 4 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/openldap/etc/openldap<br />
&nbsp; &nbsp;  [copy] Copying 2 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/openldap/etc/openldap/schema<br />
Trying to override old definition of task deploy<br />
<br />
set-buildinfo-vars:<br />
&nbsp; &nbsp;  [echo] Version: 2.0 Date: 20091111-1125<br />
<br />
generate-buildinfo:<br />
&nbsp; &nbsp; [javac] Compiling 1 source file to /home/public/p4/GNR-602/ZimbraServer/build/classes<br />
<br />
mysql-versions-init:<br />
<br />
sqlite-versions-init:<br />
<br />
derby-versions-init:<br />
<br />
db-versions-init:<br />
&nbsp; &nbsp;  [copy] Copying 5 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/db<br />
&nbsp; &nbsp;  [copy] Copying 23 files to /home/public/p4/GNR-602/ZimbraServer/build/dist/wiki<br />
&nbsp; &nbsp; [javac] Compiling 171 source files to /home/public/p4/GNR-602/ZimbraOffline/build/classes<br />
&nbsp; &nbsp; [javac] Note: Some input files use unchecked or unsafe operations.<br />
&nbsp; &nbsp; [javac] Note: Recompile with -Xlint:unchecked for details.<br />
<br />
BUILD FAILED<br />
/home/public/p4/GNR-602/ZimbraOffline/build.xml:616: The following error occurred while executing this line:<br />
/home/public/p4/GNR-602/ZimbraOffline/build.xml:586: The following error occurred while executing this line:<br />
/home/public/p4/GNR-602/ZimbraOffline/build.xml:642: The following error occurred while executing this line:<br />
/home/public/p4/GNR-602/ZimbraOffline/build.xml:363: The following error occurred while executing this line:<br />
/home/public/p4/GNR-602/ZimbraOffline/build.xml:190: Basedir /home/public/p4/GNR-602/ZimbraSyncCommon does not exist<br />
<br />
Total time: 1 minute 14 seconds</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/developers/">Developers</category>
			<dc:creator>storm</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/developers/34790-error-installing-zimbra-desktop-source.html</guid>
		</item>
		<item>
			<title><![CDATA[Different languages display in the same page&#65311;]]></title>
			<link>http://www.zimbra.com/forums/developers/34785-different-languages-display-same-page.html</link>
			<pubDate>Wed, 11 Nov 2009 10:05:10 GMT</pubDate>
			<description>Does zimbra can support different languages display in the same page? For example, the contact display in english , the mail display in japanese , and so on.</description>
			<content:encoded><![CDATA[<div>Does zimbra can support different languages display in the same page? For example, the contact display in english , the mail display in japanese , and so on.</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/developers/">Developers</category>
			<dc:creator>marisu</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/developers/34785-different-languages-display-same-page.html</guid>
		</item>
		<item>
			<title>Does Zimbra have development specifications?</title>
			<link>http://www.zimbra.com/forums/developers/34744-does-zimbra-have-development-specifications.html</link>
			<pubDate>Tue, 10 Nov 2009 07:42:53 GMT</pubDate>
			<description>If yes, please give me a URL. Thank you.</description>
			<content:encoded><![CDATA[<div>If yes, please give me a URL. Thank you.</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/developers/">Developers</category>
			<dc:creator>yk5515</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/developers/34744-does-zimbra-have-development-specifications.html</guid>
		</item>
		<item>
			<title>source code</title>
			<link>http://www.zimbra.com/forums/developers/34672-source-code.html</link>
			<pubDate>Sat, 07 Nov 2009 01:34:19 GMT</pubDate>
			<description>I could not get p4 working.. i found the svn repo for the source code.. is this a valid repo?

https://zimbra.svn.sourceforge.net/svnroot/zimbra

or is it no good anymore.? Please help me getting the source code. 

a/</description>
			<content:encoded><![CDATA[<div>I could not get p4 working.. i found the svn repo for the source code.. is this a valid repo?<br />
<br />
<a href="https://zimbra.svn.sourceforge.net/svnroot/zimbra" target="_blank">https://zimbra.svn.sourceforge.net/svnroot/zimbra</a><br />
<br />
or is it no good anymore.? Please help me getting the source code. <br />
<br />
a/</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/developers/">Developers</category>
			<dc:creator>adonis1976</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/developers/34672-source-code.html</guid>
		</item>
		<item>
			<title>Add info to Calendar column view Appt.</title>
			<link>http://www.zimbra.com/forums/developers/34658-add-info-calendar-column-view-appt.html</link>
			<pubDate>Fri, 06 Nov 2009 16:21:23 GMT</pubDate>
			<description><![CDATA[Hi, 

I would like to include more info when a calendar meeting has been created in the Column view. Most of the appointments are 20 minutes and only show the SUBJECT because of the limited space in the row.

What I would like is to have included on that line is either
1. [Start Time] Subject [End Time]
or
2. [Start Time] Subject

I have searched through the Calendar_All.js file but since my Javascript knowledge is very limited, I can't see where I would add the fields. Does anyone know how I could add this information?

I would also like that info in the HTML print view of the Calendar. ..\h\Calendarprint


Thanks in advance.
Roch]]></description>
			<content:encoded><![CDATA[<div>Hi, <br />
<br />
I would like to include more info when a calendar meeting has been created in the Column view. Most of the appointments are 20 minutes and only show the SUBJECT because of the limited space in the row.<br />
<br />
What I would like is to have included on that line is either<br />
1. [Start Time] Subject [End Time]<br />
or<br />
2. [Start Time] Subject<br />
<br />
I have searched through the Calendar_All.js file but since my Javascript knowledge is very limited, I can't see where I would add the fields. Does anyone know how I could add this information?<br />
<br />
I would also like that info in the HTML print view of the Calendar. ..\h\Calendarprint<br />
<br />
<br />
Thanks in advance.<br />
Roch</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/developers/">Developers</category>
			<dc:creator>xtrocky</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/developers/34658-add-info-calendar-column-view-appt.html</guid>
		</item>
		<item>
			<title>How to get only the latest messages</title>
			<link>http://www.zimbra.com/forums/developers/34651-how-get-only-latest-messages.html</link>
			<pubDate>Fri, 06 Nov 2009 13:27:52 GMT</pubDate>
			<description>Hello 
I need to process only the latest messages (since my previous check). How would I do that?

I have the message id of the last message that I received. I would like to perform a search for all messages that have come in after this id.</description>
			<content:encoded><![CDATA[<div>Hello <br />
I need to process only the latest messages (since my previous check). How would I do that?<br />
<br />
I have the message id of the last message that I received. I would like to perform a search for all messages that have come in after this id.</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/developers/">Developers</category>
			<dc:creator>kaushalc</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/developers/34651-how-get-only-latest-messages.html</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Missing ZimbraAdminVersionCheck directory in ZCS 6.0.2 sources]]></title>
			<link>http://www.zimbra.com/forums/developers/34645-solved-missing-zimbraadminversioncheck-directory-zcs-6-0-2-sources.html</link>
			<pubDate>Fri, 06 Nov 2009 09:58:26 GMT</pubDate>
			<description><![CDATA[Hello all
I get this error when trying to build ZCS 6.0.2 release from sources whith the change number reported on pm.zimbra.com

I did a fresh checkout (p4 -u public -P public1234 -c public-view sync //depot/zcs/GNR-602/...@215469)

I am building against UBUNTU 9.04 amd64 and patched some files. I just did a copy/replace on some files.
I don't think this issue comes from my changes : the directory ZimbraAdminVersionCheck is simply missing! Is it created by another ant build ?

Here is the log :


Code:
---------
(cd /home/public/p4/GNR-602/ZimbraBuild/../ZimbraAdminVersionCheck; /usr/bin/ant -Ddebug=false\
		-Dzimbra.buildinfo.platform=UBUNTU9_64 \
		-Dzimbra.buildinfo.version=6.0.2_GA_1912.UBUNTU9_64 \
		-Dzimbra.buildinfo.release=20091106102202 -Dzimbra.buildinfo.date=20091106102202 \
		-Dzimbra.buildinfo.host=hery-desktop package-zimlet ; )
/bin/sh: line 0: cd: /home/public/p4/GNR-602/ZimbraBuild/../ZimbraAdminVersionCheck: Aucun fichier ou dossier de ce type
Buildfile: build.xml does not exist!
Build failed
make: *** [/home/public/p4/GNR-602/ZimbraBuild/../Zimlet/build/dist/zimlets/nofile] Erreur 1
---------
Thanks for your help]]></description>
			<content:encoded><![CDATA[<div>Hello all<br />
I get this error when trying to build ZCS 6.0.2 release from sources whith the change number reported on pm.zimbra.com<br />
<br />
I did a fresh checkout (p4 -u public -P public1234 -c public-view sync //depot/zcs/GNR-602/...@215469)<br />
<br />
I am building against UBUNTU 9.04 amd64 and patched some files. I just did a copy/replace on some files.<br />
I don't think this issue comes from my changes : the directory ZimbraAdminVersionCheck is simply missing! Is it created by another ant build ?<br />
<br />
Here is the log :<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">(cd /home/public/p4/GNR-602/ZimbraBuild/../ZimbraAdminVersionCheck; /usr/bin/ant -Ddebug=false\<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -Dzimbra.buildinfo.platform=UBUNTU9_64 \<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -Dzimbra.buildinfo.version=6.0.2_GA_1912.UBUNTU9_64 \<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -Dzimbra.buildinfo.release=20091106102202 -Dzimbra.buildinfo.date=20091106102202 \<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -Dzimbra.buildinfo.host=hery-desktop package-zimlet ; )<br />
/bin/sh: line 0: cd: /home/public/p4/GNR-602/ZimbraBuild/../ZimbraAdminVersionCheck: Aucun fichier ou dossier de ce type<br />
Buildfile: build.xml does not exist!<br />
Build failed<br />
make: *** [/home/public/p4/GNR-602/ZimbraBuild/../Zimlet/build/dist/zimlets/nofile] Erreur 1</code><hr />
</div>Thanks for your help</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/developers/">Developers</category>
			<dc:creator>hallelujah</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/developers/34645-solved-missing-zimbraadminversioncheck-directory-zcs-6-0-2-sources.html</guid>
		</item>
		<item>
			<title>zimbra moodle single sign on</title>
			<link>http://www.zimbra.com/forums/developers/34639-zimbra-moodle-single-sign.html</link>
			<pubDate>Fri, 06 Nov 2009 08:20:53 GMT</pubDate>
			<description>i have used zimbra sso,

HTTP ERROR: 400

invalid request: domain is not configured for preauth

RequestURI=/service/preauth/

Powered by Jetty://</description>
			<content:encoded><![CDATA[<div>i have used zimbra sso,<br />
<br />
HTTP ERROR: 400<br />
<br />
invalid request: domain is not configured for preauth<br />
<br />
RequestURI=/service/preauth/<br />
<br />
Powered by Jetty://</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/developers/">Developers</category>
			<dc:creator>hari46</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/developers/34639-zimbra-moodle-single-sign.html</guid>
		</item>
		<item>
			<title>Get List of Folders via REST</title>
			<link>http://www.zimbra.com/forums/developers/34617-get-list-folders-via-rest.html</link>
			<pubDate>Thu, 05 Nov 2009 19:41:12 GMT</pubDate>
			<description><![CDATA[Hi there,

Is there a way to get a folder list i.e. subfolders of Inbox, via a REST url?
There is nothing in rest.txt on that, may it be I'd have to get the folders with soap first?

tia, 
mjp]]></description>
			<content:encoded><![CDATA[<div>Hi there,<br />
<br />
Is there a way to get a folder list i.e. subfolders of Inbox, via a REST url?<br />
There is nothing in rest.txt on that, may it be I'd have to get the folders with soap first?<br />
<br />
tia, <br />
mjp</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/developers/">Developers</category>
			<dc:creator>mjp</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/developers/34617-get-list-folders-via-rest.html</guid>
		</item>
		<item>
			<title>REST Api</title>
			<link>http://www.zimbra.com/forums/developers/34611-rest-api.html</link>
			<pubDate>Thu, 05 Nov 2009 17:37:43 GMT</pubDate>
			<description><![CDATA[We would like to create some webservices around the zimbra backend, preferably using the REST interface for CRUD. Having searched the forums, read the wiki on user migration, the documentation and various blogposts (thanks Roland), it's still unclear which parts can or can't be reached through REST. Some parts seem to support remote queries, and some parts even support create/update operations through POST. As an NE customer, we've contacted support and even they can't seem to provide us with a clear answer. 

Of course, there's always SOAP, but that would require a lot of study, since it looks pretty closely bound to the client and we have no way of telling how stable and consistent it will prove to be.

So hopefully, some internal documentation on REST exists which is more complete than the very specific examples found online. And finally, are there plans to expose more if not all of the zimbra functionality through REST?

Zimbra will prove to be a fantastic webservices platform, if these aspects are publicized in a clear and consistent manner.]]></description>
			<content:encoded><![CDATA[<div>We would like to create some webservices around the zimbra backend, preferably using the REST interface for CRUD. Having searched the forums, read the wiki on user migration, the documentation and various blogposts (thanks Roland), it's still unclear which parts can or can't be reached through REST. Some parts seem to support remote queries, and some parts even support create/update operations through POST. As an NE customer, we've contacted support and even they can't seem to provide us with a clear answer. <br />
<br />
Of course, there's always SOAP, but that would require a lot of study, since it looks pretty closely bound to the client and we have no way of telling how stable and consistent it will prove to be.<br />
<br />
So hopefully, some internal documentation on REST exists which is more complete than the very specific examples found online. And finally, are there plans to expose more if not all of the zimbra functionality through REST?<br />
<br />
Zimbra will prove to be a fantastic webservices platform, if these aspects are publicized in a clear and consistent manner.</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/developers/">Developers</category>
			<dc:creator>stiller</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/developers/34611-rest-api.html</guid>
		</item>
	</channel>
</rss>
<!-- www4.zimbra.mail.ac4.yahoo.net uncompressed/chunked Fri Nov 20 14:56:47 PST 2009 -->
