THx Solomax . run the command ant -Ddb=mysql -Dsvn.info.rev=1234567 works fine ! however it have other problems that seba.wagner met with. http://stackoverflow.com/questions/13098679/signjar-doesnt-support-the-sigalg-attribute-with-osx-java-version-1-6-0-37 , so I note this " sigalg="MD5withRSA" digestalg="SHA1" " it build fine ,but the share screen didn't work ! I cd the directory /var/openmeetings/dist/red5/webapps/openmeetings/screensharing and run the command ls *.jar|xargs -i jarsigner -verify "{}" ,it show the exception
jarsigner: java.lang.SecurityException: invalid SHA1 signature file digest for org/bouncycastle/asn1/ocsp/ResponderID.class here is my java version java version "1.7.0_09" Java(TM) SE Runtime Environment (build 1.7.0_09-b05) Java HotSpot(TM) Server VM (build 23.5-b02, mixed mode) thanks ! feiyuliu 2012/12/4 Maxim Solodovnik <[email protected]> > > you seems to copy OM files without svn specific files. > You need to perform svn checkout + create/apply patch > > or run "ant -Ddb=mysql -Dsvn.info.rev=1234567" > > > On Mon, Dec 3, 2012 at 8:03 PM, supercomp <[email protected]> wrote: > > > I check out the openmeeting source file on windows , change some file ,and > > build it ! all of this is no problem. now , I want to copy the change > > product to the ubuntu 12.04 , and want to build project on it. however come > > across some problems. > > > > I run the command ant -Ddb=mysql prepare-eclipse which have no problem. > > but I run the command ant -Ddb=mysql ,it have some problems. > > > > current_revision: > > [svn] svn: warning: '.' is not a working copy > > [svn] <Info> failed. > > > > BUILD FAILED > > /var/openmeetings/build.xml:625: Failed to set 'info' properties > > > > I have already install svn . > > > > > > > > thanks in advance! > > > > > > feiyuliu > > > > > > -- > WBR > Maxim aka solomax
