Problem at the desktop compile time.

Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.
Post Reply
m44miri
Posts: 5
Joined: Sat Sep 13, 2014 3:20 am

Problem at the desktop compile time.

Post by m44miri »

At the compile time for desktop (buildZCS.sh -d) i see this error:
BUILD FAILED                                                                                      
/opt/zimbra-foss-orginal/zimbra-foss/ZimbraOffline/installer-ant.xml:71: The following error occur
red while executing this line:                                                                    
/opt/zimbra-foss-orginal/zimbra-foss/ZimbraOffline/build.xml:1166: The following error occurred wh
ile executing this line:                                                                          
/opt/zimbra-foss-orginal/zimbra-foss/ZimbraOffline/build.xml:743: The following error occurred whi
le executing this line:                                                                           
/opt/zimbra-foss-orginal/zimbra-foss/ZimbraOffline/build.xml:424: The following error occurred whi
le executing this line:                                                                           
/opt/zimbra-foss-orginal/zimbra-foss/ZimbraOffline/build.xml:273: The following error occurred whi
le executing this line:                                                                           
/opt/zimbra-foss-orginal/zimbra-foss/ZimbraWebClient/build.xml:1246: The following error occurred
while executing this line:                                                                        
/opt/zimbra-foss-orginal/zimbra-foss/ZimbraWebClient/build.xml:1679: Java returned: 1 
line 1679 contant of :
 <!--Compass compilation-->
    <target name='compile.sass'>
        <property name="sass.dir" value="${app.root}/resources/sass" />
        <property name="compass.dir" value="${app.root}/compass"/>
        <java classname="org.jruby.Main" fork="true" failonerror="true"
              classpathref="jruby.classpath">
            <arg line="${compass.dir}/compile.rb ${compass.dir} compile ${sass.dir}"/>
        </java>
    </target>
I don't understand!
metux
Advanced member
Advanced member
Posts: 146
Joined: Mon Jul 28, 2014 6:21 pm

Problem at the desktop compile time.

Post by metux »

Have you checked whether jruby.classpath is actually defined ?
Post Reply