this is another one with all the files http://imagebin.org/253398 and i
can't see the build.xml


2013/4/9 alfredo chable torrez <[email protected]>

> http://imagebin.org/253397 i add a picture of my terminal.
> i already did the "svn co" step.
>
> how can i see the build.xml?
> regars.
>
>
> 2013/4/9 Rob Weir <[email protected]>
>
>> On Tue, Apr 9, 2013 at 5:39 PM, alfredo chable torrez <
>> [email protected]> wrote:
>>
>> > Hi rob weir,
>> > i'm working in openSuSE,
>> > I'm in the step of  "Run testing"  and when i write: ant
>> -Dopenoffice.home=
>> > opt/openoffice4 compile
>> > the terminal say me that:  Buildfile: build.xml does not exist!
>> >
>> >
>>
>> Before you run the ant task, do you see build.xml in your current
>> directory?  Did you do the "svn co" step, to download the test files?
>>  What
>> directory are they in?  Be sure that you run ant from that same directory.
>>
>> -Rob
>>
>>
>> > i don't know why this happens? because i have been installed
>> OpenOffice4.
>> >
>> > regars
>> >
>> > Yurggent Alfredo.
>> >
>> >
>> >
>> >
>> > 2013/4/9 susan waldman <[email protected]>
>> >
>> > > Hi,
>> > >
>> > > I'd like to unsubscribe from this list.  Thanks.
>> > >
>> > >
>> > > ________________________________
>> > >  From: Rob Weir <[email protected]>
>> > > To: "[email protected]" <[email protected]>
>> > > Sent: Tuesday, April 9, 2013 4:43 PM
>> > > Subject: Re: [CALL for Volunteers] Is there anyone want to do BVT?
>> > >
>> > > On Tue, Apr 9, 2013 at 4:25 PM, alfredo chable torrez <
>> > > [email protected]> wrote:
>> > >
>> > > > hello team,
>> > > > i have an error, when i write:  ant
>> -Dopenoffice.home="opt/openoffice4"
>> > > > compile
>> > > > I get the following error:  Buildfile: build.xml does not exist!
>> > > >                                     Build failed
>> > > >
>> > > > could you help me with this error?
>> > > >
>> > > >
>> > > >
>> > > What directory are you in when you do the command?   If the test code
>> is
>> > in
>> > > /test directory then you need to be in the /test directory.
>> > >
>> > > -Rob
>> > >
>> > >
>> > > >
>> > > > 2013/4/7 Li Feng Wang <[email protected]>
>> > > >
>> > > > > About openoffice.home pls reference
>> > > > > http://wiki.openoffice.org/wiki/QA/BVT#FAQ.
>> > > > > I also add "Sample on windows" to help bvt execution.
>> > > > > http://wiki.openoffice.org/wiki/QA/BVT#Sample_on_Windows
>> > > > >
>> > > > >
>> > > > > 2013/4/7 Li Feng Wang <[email protected]>
>> > > > >
>> > > > > > firstly, check out code to another directory
>> > > > > > secondly, your compile parameter openoffice.home is wrong.  pls
>> > > > reference
>> > > > > > FAQ in  http://wiki.openoffice.org/wiki/QA/BVT
>> > > > > > After that, try it again.
>> > > > > >
>> > > > > >
>> > > > > > 2013/4/4 Anders Kvibäck <[email protected]>
>> > > > > >
>> > > > > >> Hello!
>> > > > > >> Yes, I would  like to do some bvt tests. I have been around
>> here
>> > > for a
>> > > > > >> couple months now mainly participating in the confirmation
>> part of
>> > > > > bugs. I
>> > > > > >> have a university diploma
>> > > > > >>  in SoftwareEngineering, mainly java.
>> > > > > >> So,
>> > > > > >> I\m trying to perform some BVT tests. On monday,130401,  I got
>> it
>> > to
>> > > > > work.
>> > > > > >> I had some failures and errors that I started
>> > > > > >> to work on. So, then on tuesday, 130402, I started to run the
>> > tests
>> > > > > again
>> > > > > >> but I got this RuntimeException message, cant find
>> > > > > >> automation server!.
>> > > > > >> Today I reloaded everything from svn but now I cant compile
>> it. I
>> > > get
>> > > > > the
>> > > > > >> message that build failed.
>> > > > > >> Do you have any idea what this is about.I have been deleting
>> the
>> > > > created
>> > > > > >> test folders and downloaded the test scripts from
>> > > > > >> svn again  but I can't get it to work. The build failes.
>> > > > > >>
>> > > > > >>
>> > > > > >> Here is what I got:
>> > > > > >>
>> > > > > >>
>> > > > > >>
>> > > > > >> C:\Users\Anders\test>ant
>> > > > > >> -Dopenoffice.home="C:\Users\Anders\Desktop\OOo-dev
>> > > > > >> 3.5
>> > > > > >> (en-US) Installation Files" compile
>> > > > > >> Buildfile: C:\Users\Anders\test\build.xml
>> > > > > >>
>> > > > > >> testcommon.init:
>> > > > > >>
>> > > > > >> check.junit:
>> > > > > >>
>> > > > > >> prepare.junit:
>> > > > > >>
>> > > > > >> testcommon.compile:
>> > > > > >>
>> > > > > >> testgui.init:
>> > > > > >>
>> > > > > >> testgui.compile:
>> > > > > >>
>> > > > > >> testuno.init:
>> > > > > >>
>> > > > > >> testuno.compile:
>> > > > > >>     [javac] Compiling 150 source files to
>> > > > > C:\Users\Anders\test\testuno\bin
>> > > > > >>     [javac] warning: [options] bootstrap class path not set in
>> > > > > conjunction
>> > > > > >> with
>> > > > > >> -source 1.6
>> > > > > >>     [javac]
>> > > > > C:\Users\Anders\test\testuno\source\fvt\mix\MixedTest.java:35:
>> > > > > >> error
>> > > > > >> : package com.sun.star.beans does not exist
>> > > > > >>     [javac] import com.sun.star.beans.XPropertySet;
>> > > > > >>     [javac]                          ^
>> > > > > >>     [javac]
>> > > > > C:\Users\Anders\test\testuno\source\fvt\mix\MixedTest.java:36:
>> > > > > >> error
>> > > > > >>
>> > > > > >>
>> > > > > >>     And so on........
>> > > > > >>
>> > > > > >> BUILD FAILED
>> > > > > >> C:\Users\Anders\test\build.xml:113: Compile failed; see the
>> > compiler
>> > > > > error
>> > > > > >> outpu
>> > > > > >> t for details.
>> > > > > >>
>> > > > > >> Total time: 32 seconds
>> > > > > >>
>> > > > > >> Do you have any idea? Have they recently- yesterday- changed
>> > > anything
>> > > > in
>> > > > > >> the svn?
>> > > > > >>
>> > > > > >> But their is this thing: warning: [options] bootstrap class
>> path
>> > not
>> > > > set
>> > > > > >> in
>> > > > > >> conjunction with
>> > > > > >> -source 1.6
>> > > > > >>
>> > > > > >> Any idea?
>> > > > > >>
>> > > > > >> Anders
>> > > > > >>
>> > > > > >>
>> > > > > >>
>> > > > > >>
>> > > > > >>
>> > > > > >>
>> > > > > >>
>> > > > > >> 2013/4/3 alfredo chable torrez <[email protected]>
>> > > > > >>
>> > > > > >> > thank you Li feng Wang,
>> > > > > >> > I can test in Open SUSE. right now i'm in the step of "Run
>> > > Testing"
>> > > > > >> > Regars.
>> > > > > >> >
>> > > > > >> > Yurggent Alfredo Chable
>> > > > > >> >
>> > > > > >> >
>> > > > > >> > 2013/4/1 Li Feng Wang <[email protected]>
>> > > > > >> >
>> > > > > >> > > Till now, there are tseng chan, alfredo chable torrze, King
>> > Duck
>> > > > > want
>> > > > > >> to
>> > > > > >> > > contribute on Automation BVT.
>> > > > > >> > > Firstly, Welcome to AOO QA family. Secondly, Welcome new
>> > > volunteer
>> > > > > to
>> > > > > >> add
>> > > > > >> > > in BVT.
>> > > > > >> > >
>> > > > > >> > > Maybe simple introduce of yourself can help push our BVT
>> work,
>> > > > such
>> > > > > as
>> > > > > >> > What
>> > > > > >> > > operating systems can you test with?
>> > > > > >> > >
>> > > > > >> > >
>> > > > > >> > > 2013/4/2 Li Feng Wang <[email protected]>
>> > > > > >> > >
>> > > > > >> > > > Automation BVT Guide:
>> > http://wiki.openoffice.org/wiki/QA/BVT
>> > > > > >> > > > Automation BVT Report:
>> > > > > >> http://wiki.openoffice.org/wiki/QA/BVT_Report
>> > > > > >> > > >
>> > > > > >> > > > About Guide, welcome comments and suggestions.
>> > > > > >> > > >
>> > > > > >> > > >
>> > > > > >> > > >
>> > > > > >> > > >
>> > > > > >> > > > 2013/4/2 Li Feng Wang <[email protected]>
>> > > > > >> > > >
>> > > > > >> > > >> Download link:
>> > > > http://ci.apache.org/projects/openoffice/install/
>> > > > > >> > > >> This is trunk build for AOO4.0. I will add this link to
>> BVT
>> > > > > Guide.
>> > > > > >> > > >>
>> > > > > >> > > >>
>> > > > > >> > > >> 2013/4/2 Li Feng Wang <[email protected]>
>> > > > > >> > > >>
>> > > > > >> > > >>> Yes, we need tester to do BVT on different Platform,
>> try
>> > to
>> > > > > cover
>> > > > > >> > more
>> > > > > >> > > >>> OS.
>> > > > > >> > > >>> So If you take one platform for a revision, you need
>> > record
>> > > on
>> > > > > >> > > >>> http://wiki.openoffice.org/wiki/QA/BVT_Report to avoid
>> > > repeat
>> > > > > >> > > execution.
>> > > > > >> > > >>>
>> > > > > >> > > >>> By the way, thank you have interest on BVT.
>> > > > > >> > > >>>
>> > > > > >> > > >>>
>> > > > > >> > > >>>
>> > > > > >> > > >>> 2013/4/2 King Duck <[email protected]>
>> > > > > >> > > >>>
>> > > > > >> > > >>>> Do you still need testers to do BVT for OpenOffice?
>> > > > > >> > > >>>> ~ Maggie
>> > > > > >> > > >>>>
>> > > > > >> > > >>>> On Fri, Mar 29, 2013 at 11:08 PM, alfredo chable
>> torrez <
>> > > > > >> > > >>>> [email protected]> wrote:
>> > > > > >> > > >>>>
>> > > > > >> > > >>>> > ok, thank, i will try with the steps of the guide.
>> > > > > >> > > >>>> > regars.
>> > > > > >> > > >>>> > Yurggent Alfredo.
>> > > > > >> > > >>>> >
>> > > > > >> > > >>>> > 2013/3/28 Yi Xuan Liu <[email protected]>
>> > > > > >> > > >>>> >
>> > > > > >> > > >>>> > > Thanks Li Feng's support.
>> > > > > >> > > >>>> > > Yurrgent, pls follow Li Feng's guide and try
>> again.
>> > > > Thanks
>> > > > > >> > > >>>> > >
>> > > > > >> > > >>>> > > On Thu, Mar 28, 2013 at 10:57 AM, Li Feng Wang <
>> > > > > >> > > >>>> [email protected]
>> > > > > >> > > >>>> > > >wrote:
>> > > > > >> > > >>>> > >
>> > > > > >> > > >>>> > > >   I will rich my guide for more details.
>> > > > > >> > > >>>> > > >
>> > > > > >> > > >>>> > > > 2013/3/28 Li Feng Wang <
>> [email protected]>
>> > > > > >> > > >>>> > > >
>> > > > > >> > > >>>> > > > > Hello, I'm Li Feng.
>> > > > > >> > > >>>> > > > > My guide is not limited to Windows, and all OS
>> > can
>> > > > use.
>> > > > > >> > > >>>> > > > > http://wiki.openoffice.org/wiki/QA/BVT
>> > > > > >> > > >>>> > > > >
>> > > > > >> > > >>>> > > > > There need some env tools, SVN Client, JDK and
>> > > > > >> Ant.(download
>> > > > > >> > > >>>> link in
>> > > > > >> > > >>>> > > > guide)
>> > > > > >> > > >>>> > > > > You need download these tools and configure on
>> > your
>> > > > > test
>> > > > > >> > env.
>> > > > > >> > > >>>> > > > >
>> > > > > >> > > >>>> > > > >
>> > > > > >> > > >>>> > > > >
>> > > > > >> > > >>>> > > > > 2013/3/28 alfredo chable torrez <
>> > > > > [email protected]
>> > > > > >> >
>> > > > > >> > > >>>> > > > >
>> > > > > >> > > >>>> > > > >> Hi Yi,
>> > > > > >> > > >>>> > > > >> I have a question,  you has instructions for
>> > > making
>> > > > > >> > > automation
>> > > > > >> > > >>>> in
>> > > > > >> > > >>>> > > > >> windows?.
>> > > > > >> > > >>>> > > > >> because i'm working with windows 7, not MAC
>> and
>> > > > Linux,
>> > > > > >> > sorry.
>> > > > > >> > > >>>> > > > >>
>> > > > > >> > > >>>> > > > >> regars.
>> > > > > >> > > >>>> > > > >> Yurrgent Chable.
>> > > > > >> > > >>>> > > > >> 2013/3/27 alfredo chable torrez <
>> > > > > >> [email protected]>
>> > > > > >> > > >>>> > > > >>
>> > > > > >> > > >>>> > > > >> > Hello Yi,
>> > > > > >> > > >>>> > > > >> > I would like to help. But I do not know
>> much,
>> > > > > >> > > >>>> > > > >> > I'll read the guide and will try to work
>> on it
>> > > the
>> > > > > >> next
>> > > > > >> > > days.
>> > > > > >> > > >>>> > > > >> > regars.
>> > > > > >> > > >>>> > > > >> > Yurggent Chable.
>> > > > > >> > > >>>> > > > >> > 2013/3/27 Li Feng Wang <
>> > > [email protected]>
>> > > > > >> > > >>>> > > > >> >
>> > > > > >> > > >>>> > > > >> >> I pick up content of BVT from automation
>> > guide,
>> > > > >  you
>> > > > > >> can
>> > > > > >> > > use
>> > > > > >> > > >>>> > below
>> > > > > >> > > >>>> > > > >> guide
>> > > > > >> > > >>>> > > > >> >> to
>> > > > > >> > > >>>> > > > >> >> run BVT easily.
>> > > > > >> > > >>>> > > > >> >> http://wiki.openoffice.org/wiki/QA/BVT
>> > > > > >> > > >>>> > > > >> >>
>> > > > > >> > > >>>> > > > >> >> You can create BVT report for some builds.
>> > > > > >> > > >>>> > > > >> >> Maybe one build one table on
>> > > > > >> > > >>>> > > > >> >>
>> > http://wiki.openoffice.org/wiki/QA/BVT_Report
>> > > > > >> > > >>>> > > > >> >>
>> > > > > >> > > >>>> > > > >> >>
>> > > > > >> > > >>>> > > > >> >> 2013/3/5 tseng chan <
>> > > [email protected]>
>> > > > > >> > > >>>> > > > >> >>
>> > > > > >> > > >>>> > > > >> >> > Okay I will work on in the next few
>> days.
>> > > I'll
>> > > > > get
>> > > > > >> > back
>> > > > > >> > > >>>> to you
>> > > > > >> > > >>>> > > > then.
>> > > > > >> > > >>>> > > > >> >> >
>> > > > > >> > > >>>> > > > >> >> > -Tseng
>> > > > > >> > > >>>> > > > >> >> >
>> > > > > >> > > >>>> > > > >> >> >
>> > > > > >> > > >>>> > > > >> >> > On Tue, Mar 5, 2013 at 6:07 AM, Ji Yan <
>> > > > > >> > > >>>> [email protected]>
>> > > > > >> > > >>>> > > wrote:
>> > > > > >> > > >>>> > > > >> >> >
>> > > > > >> > > >>>> > > > >> >> > > Hi Tseng,
>> > > > > >> > > >>>> > > > >> >> > >
>> > > > > >> > > >>>> > > > >> >> > >   If possible, you can try to setup
>> > > > automation
>> > > > > >> test
>> > > > > >> > > >>>> > environment
>> > > > > >> > > >>>> > > > >> which
>> > > > > >> > > >>>> > > > >> >> > could
>> > > > > >> > > >>>> > > > >> >> > > help on various of testing, e.g. BVT,
>> PVT
>> > > and
>> > > > > >> SVT.
>> > > > > >> > If
>> > > > > >> > > >>>> you are
>> > > > > >> > > >>>> > > > >> >> interest in
>> > > > > >> > > >>>> > > > >> >> > > automation test, here are some useful
>> > links
>> > > > for
>> > > > > >> your
>> > > > > >> > > >>>> > reference:
>> > > > > >> > > >>>> > > > >> >> > >
>> > > > > >> > > >>>> > > > >> >> > >
>> > > > > >> http://wiki.openoffice.org/wiki/QA#Automation_Test
>> > > > > >> > > >>>> > > > >> >> > >
>> > > > > >> > > >>>> > > > >> >> > >
>> > > > > >> > > >>>> > > > >> >> > > On Tue, Mar 5, 2013 at 9:18 AM, Yi
>> Xuan
>> > > Liu <
>> > > > > >> > > >>>> > > > >> [email protected]>
>> > > > > >> > > >>>> > > > >> >> > > wrote:
>> > > > > >> > > >>>> > > > >> >> > >
>> > > > > >> > > >>>> > > > >> >> > > > Thanks Marcus. For any issue, be
>> free
>> > to
>> > > > > >> contact
>> > > > > >> > me
>> > > > > >> > > :)
>> > > > > >> > > >>>> > > > >> >> > > >
>> > > > > >> > > >>>> > > > >> >> > > > On Tue, Mar 5, 2013 at 4:18 AM,
>> tseng
>> > > chan
>> > > > <
>> > > > > >> > > >>>> > > > >> >> [email protected]
>> > > > > >> > > >>>> > > > >> >> > > > >wrote:
>> > > > > >> > > >>>> > > > >> >> > > >
>> > > > > >> > > >>>> > > > >> >> > > > > Hello Yi,
>> > > > > >> > > >>>> > > > >> >> > > > > I would like to help. But I am a
>> > newbie
>> > > > so
>> > > > > >> > please
>> > > > > >> > > be
>> > > > > >> > > >>>> > > patient
>> > > > > >> > > >>>> > > > >> with
>> > > > > >> > > >>>> > > > >> >> me.
>> > > > > >> > > >>>> > > > >> >> > > > >
>> > > > > >> > > >>>> > > > >> >> > > > > Thanks.
>> > > > > >> > > >>>> > > > >> >> > > > > -Marcus
>> > > > > >> > > >>>> > > > >> >> > > > >
>> > > > > >> > > >>>> > > > >> >> > > > >
>> > > > > >> > > >>>> > > > >> >> > > > > On Sun, Mar 3, 2013 at 6:06 PM, Yi
>> > Xuan
>> > > > > Liu <
>> > > > > >> > > >>>> > > > >> >> [email protected]
>> > > > > >> > > >>>> > > > >> >> > >
>> > > > > >> > > >>>> > > > >> >> > > > > wrote:
>> > > > > >> > > >>>> > > > >> >> > > > >
>> > > > > >> > > >>>> > > > >> >> > > > > > Hi, all:
>> > > > > >> > > >>>> > > > >> >> > > > > >
>> > > > > >> > > >>>> > > > >> >> > > > > > It is time to release AOO 4.0.
>> Lots
>> > > of
>> > > > > code
>> > > > > >> > will
>> > > > > >> > > >>>> > > integrated
>> > > > > >> > > >>>> > > > >> >> > everyday.
>> > > > > >> > > >>>> > > > >> >> > > > > > Before normal test, build
>> > > verification
>> > > > > test
>> > > > > >> > > (BVT)
>> > > > > >> > > >>>> is an
>> > > > > >> > > >>>> > > > >> >> important
>> > > > > >> > > >>>> > > > >> >> > way
>> > > > > >> > > >>>> > > > >> >> > > > to
>> > > > > >> > > >>>> > > > >> >> > > > > > check whether the build could be
>> > > used.
>> > > > > >> > Therefore
>> > > > > >> > > >>>> we
>> > > > > >> > > >>>> > need
>> > > > > >> > > >>>> > > > >> >> volunteers
>> > > > > >> > > >>>> > > > >> >> > > to
>> > > > > >> > > >>>> > > > >> >> > > > > run
>> > > > > >> > > >>>> > > > >> >> > > > > > BVT after the build is ready.
>> > > > > >> > > >>>> > > > >> >> > > > > >
>> > > > > >> > > >>>> > > > >> >> > > > > > BVT test scripts have been
>> > integrated
>> > > > > into
>> > > > > >> AOO
>> > > > > >> > > >>>> project,
>> > > > > >> > > >>>> > > > >> which is
>> > > > > >> > > >>>> > > > >> >> > easy
>> > > > > >> > > >>>> > > > >> >> > > > to
>> > > > > >> > > >>>> > > > >> >> > > > > > run. BVT guide is at
>> > > > > >> > > >>>> > > > >> >> > > > > >
>> > > > > >> > > >>>> >
>> > http://wiki.openoffice.org/wiki/QA/test_automation_guide
>> > > > > >> > > >>>> > > > >> >> > > > > >
>> > > > > >> > > >>>> > > > >> >> > > > > > You can also test BVT case
>> > manually.
>> > > > All
>> > > > > >> BVT
>> > > > > >> > > cases
>> > > > > >> > > >>>> > > > >> description
>> > > > > >> > > >>>> > > > >> >> is
>> > > > > >> > > >>>> > > > >> >> > at
>> > > > > >> > > >>>> > > > >> >> > > > > > testlink.
>> > > > > >> > > http://aootesting.adfinis-sygroup.org/
>> > > > > >> > > >>>> > > > >> >> > > > > >
>> > > > > >> > > >>>> > > > >> >> > > > > > Be free to contact me for any
>> > issue.
>> > > > > >> Thanks a
>> > > > > >> > > lot
>> > > > > >> > > >>>> > > > >> >> > > > > >
>> > > > > >> > > >>>> > > > >> >> > > > > > Best Regards,
>> > > > > >> > > >>>> > > > >> >> > > > > > Yi Xuan
>> > > > > >> > > >>>> > > > >> >> > > > > >
>> > > > > >> > > >>>> > > > >> >> > > > >
>> > > > > >> > > >>>> > > > >> >> > > >
>> > > > > >> > > >>>> > > > >> >> > >
>> > > > > >> > > >>>> > > > >> >> > >
>> > > > > >> > > >>>> > > > >> >> > >
>> > > > > >> > > >>>> > > > >> >> > > --
>> > > > > >> > > >>>> > > > >> >> > >
>> > > > > >> > > >>>> > > > >> >> > >
>> > > > > >> > > >>>> > > > >> >> > > Thanks & Best Regards, Yan Ji
>> > > > > >> > > >>>> > > > >> >> > >
>> > > > > >> > > >>>> > > > >> >> >
>> > > > > >> > > >>>> > > > >> >>
>> > > > > >> > > >>>> > > > >> >>
>> > > > > >> > > >>>> > > > >> >>
>> > > > > >> > > >>>> > > > >> >> --
>> > > > > >> > > >>>> > > > >> >> Best Wishes, LiFeng Wang
>> > > > > >> > > >>>> > > > >> >>
>> > > > > >> > > >>>> > > > >> >
>> > > > > >> > > >>>> > > > >> >
>> > > > > >> > > >>>> > > > >>
>> > > > > >> > > >>>> > > > >
>> > > > > >> > > >>>> > > > >
>> > > > > >> > > >>>> > > > >
>> > > > > >> > > >>>> > > > > --
>> > > > > >> > > >>>> > > > > Best Wishes, LiFeng Wang
>> > > > > >> > > >>>> > > > >
>> > > > > >> > > >>>> > > >
>> > > > > >> > > >>>> > > >
>> > > > > >> > > >>>> > > >
>> > > > > >> > > >>>> > > > --
>> > > > > >> > > >>>> > > > Best Wishes, LiFeng Wang
>> > > > > >> > > >>>> > > >
>> > > > > >> > > >>>> > >
>> > > > > >> > > >>>> >
>> > > > > >> > > >>>>
>> > > > > >> > > >>>
>> > > > > >> > > >>>
>> > > > > >> > > >>>
>> > > > > >> > > >>> --
>> > > > > >> > > >>> Best Wishes, LiFeng Wang
>> > > > > >> > > >>>
>> > > > > >> > > >>
>> > > > > >> > > >>
>> > > > > >> > > >>
>> > > > > >> > > >> --
>> > > > > >> > > >> Best Wishes, LiFeng Wang
>> > > > > >> > > >>
>> > > > > >> > > >
>> > > > > >> > > >
>> > > > > >> > > >
>> > > > > >> > > > --
>> > > > > >> > > > Best Wishes, LiFeng Wang
>> > > > > >> > > >
>> > > > > >> > >
>> > > > > >> > >
>> > > > > >> > >
>> > > > > >> > > --
>> > > > > >> > > Best Wishes, LiFeng Wang
>> > > > > >> > >
>> > > > > >> >
>> > > > > >>
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > > --
>> > > > > > Best Wishes, LiFeng Wang
>> > > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > > --
>> > > > > Best Wishes, LiFeng Wang
>> > > > >
>> > > >
>> > >
>> >
>>
>
>

Reply via email to