You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by supercomp <li...@gmail.com> on 2012/12/03 14:03:32 UTC

some problem about copy the source project which build on windows to the ubuntu 12.04 ,and build on ubuntu.

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

Re: some problem about copy the source project which build on windows to the ubuntu 12.04 ,and build on ubuntu.

Posted by Maxim Solodovnik <so...@gmail.com>.
you need ant version at least 1.8.3


On Tue, Dec 11, 2012 at 3:29 PM, supercomp <li...@gmail.com> wrote:

> Apache Ant(TM) version 1.8.2 compiled on December 3 2011
>
> I
> thx!
>
> 2012/12/4 Maxim Solodovnik <so...@gmail.com>:
> > Which ant version do you have?
> > I did test it on Linux and Windows, works for me
> >
> >
> > On Tue, Dec 4, 2012 at 2:23 PM, supercomp <li...@gmail.com> wrote:
> >
> >> 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 <so...@gmail.com>
> >> >
> >> > 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 <li...@gmail.com>
> 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
> >>
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
>



-- 
WBR
Maxim aka solomax

Re: some problem about copy the source project which build on windows to the ubuntu 12.04 ,and build on ubuntu.

Posted by supercomp <li...@gmail.com>.
Apache Ant(TM) version 1.8.2 compiled on December 3 2011

I
thx!

2012/12/4 Maxim Solodovnik <so...@gmail.com>:
> Which ant version do you have?
> I did test it on Linux and Windows, works for me
>
>
> On Tue, Dec 4, 2012 at 2:23 PM, supercomp <li...@gmail.com> wrote:
>
>> 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 <so...@gmail.com>
>> >
>> > 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 <li...@gmail.com> 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
>>
>
>
>
> --
> WBR
> Maxim aka solomax

Re: some problem about copy the source project which build on windows to the ubuntu 12.04 ,and build on ubuntu.

Posted by Maxim Solodovnik <so...@gmail.com>.
Which ant version do you have?
I did test it on Linux and Windows, works for me


On Tue, Dec 4, 2012 at 2:23 PM, supercomp <li...@gmail.com> wrote:

> 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 <so...@gmail.com>
> >
> > 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 <li...@gmail.com> 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
>



-- 
WBR
Maxim aka solomax

Re: some problem about copy the source project which build on windows to the ubuntu 12.04 ,and build on ubuntu.

Posted by supercomp <li...@gmail.com>.
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 <so...@gmail.com>
>
> 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 <li...@gmail.com> 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

Re: some problem about copy the source project which build on windows to the ubuntu 12.04 ,and build on ubuntu.

Posted by Maxim Solodovnik <so...@gmail.com>.
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 <li...@gmail.com> 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

Re: some problem about copy the source project which build on windows to the ubuntu 12.04 ,and build on ubuntu.

Posted by Maxim Solodovnik <so...@gmail.com>.
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 <li...@gmail.com> 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