Subject: Re: [sipX-dev] sipXconfig build failure in main Paul wrote: >Subject: [sipX-dev] sipXconfig build failure in main > >Hi all, > >I've encountered this main branch sipXconfig build failure on >two separate CentOS EDEs now. > >(Revisions 18628 and 18635.) > >I don't see any recent ant-related activity. Any ideas? > > >install: >Copying 362 files to /home/sipxchange/WORKINGMAIN/INSTALL/etc/sipxpbx >Copied 55 empty directories to 5 empty directories under >/home/sipxchange/WORKINGMAIN/INSTALL/etc/sipxpbx >DEPRECATED - The rename task is deprecated. Use move instead. >Created dir: >/home/sipxchange/WORKINGMAIN/INSTALL/share/java/sipXecs/sipXconfig >Copying 62 files to >/home/sipxchange/WORKINGMAIN/INSTALL/share/java/sipXecs/sipXconfig >Created dir: >/home/sipxchange/WORKINGMAIN/INSTALL/var/sipxdata/configserver/ >phone/profile/docroot >Created dir: >/home/sipxchange/WORKINGMAIN/INSTALL/var/sipxdata/configserver/ >phone/profile/tftproot >Created dir: >/home/sipxchange/WORKINGMAIN/INSTALL/var/sipxdata/phonebook >Created dir: >/home/sipxchange/WORKINGMAIN/INSTALL/share/sipxecs/devicefiles >Copying 1 file to >/home/sipxchange/WORKINGMAIN/INSTALL/var/sipxdata/configserver/ >phone/profile/tftproot >Copying 1 file to >/home/sipxchange/WORKINGMAIN/INSTALL/var/sipxdata/configserver/ >phone/profile/tftproot >Copying 1 file to >/home/sipxchange/WORKINGMAIN/INSTALL/var/sipxdata/configserver/ >phone/profile/tftproot >Copying 1 file to >/home/sipxchange/WORKINGMAIN/INSTALL/var/sipxdata/configserver/ >phone/profile/docroot >Created dir: >/home/sipxchange/WORKINGMAIN/INSTALL/var/sipxdata/audiocodes >Copying 1 file to >/home/sipxchange/WORKINGMAIN/INSTALL/var/sipxdata/audiocodes >Copying 1 file to >/home/sipxchange/WORKINGMAIN/INSTALL/var/sipxdata/audiocodes >Created dir: /home/sipxchange/WORKINGMAIN/INSTALL/var/sipxdata/mrtg >Created dir: >/home/sipxchange/WORKINGMAIN/INSTALL/var/sipxdata/mrtg/thresh >Created dir: >/home/sipxchange/WORKINGMAIN/INSTALL/var/sipxdata/configserver/web-cert >Created dir: /home/sipxchange/WORKINGMAIN/INSTALL/var/sipxdata/reports > >BUILD FAILED >java.lang.NoSuchMethodError: >org.apache.tools.ant.types.Path.iterator()Ljava/util/Iterator; > >Total time: 2 seconds >make[3]: *** [install] Error 1 >make[3]: Leaving directory >`/home/sipxchange/WORKINGMAIN/BUILD/sipXconfig/neoconf' >make[2]: *** [install-recursive] Error 1 >make[2]: Leaving directory >`/home/sipxchange/WORKINGMAIN/BUILD/sipXconfig' >make[1]: *** [install] Error 2 >make[1]: Leaving directory >`/home/sipxchange/WORKINGMAIN/BUILD/sipXconfig' >make: *** [recurse] Error 1 > > >I'm suspecting it has to do with my changes (revision 18625) but everything >works fine on my development >machine. I ran all of the ant precommit, make >check, make rpm, ..... With no errors. The ant error shown is >quite cryptic >and doesn't point at anything in particular. >I'm looking at various build.xml changes I made but nothing seems obvious. >Any ant/build experts out there?
Update: After some coordinated investigation (thanks Arjun), I believe I understand what the issue is and why it doesn't occur on my system. My development system is running FC10 and has Ant version 1.7.1. The build system and some other development systems are running Centos 5.2 with Ant version 1.6.5. My recent update included the changing of the Jasper Report libraries to revision 3.7.x. As it turns out, this revision uses some functionality which is present in Ant version 1.7.1 but not in version 1.6.5. I guess the question is do we update to Ant version 1.7.1 (released in 2008) or do I have to look at rolling back the Jasper Report libraries to something earlier than 3.7.x but still has the functionality I need. BTW. the Centos repo does not have anything other than version 1.6.5. Raymond _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/ _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
