Re: Hi, AOO 3.4.1 build breaks in Windows XP

2012-09-30 Thread tapas
Hi Aried/ALL,

I am getting new errors after two hours of building :


=
Building module connectivity
=

Entering /cygdrive/f/aoo3.4.1svn/main/connectivity/inc


Entering /cygdrive/f/aoo3.4.1svn/main/connectivity/source/parse


Entering /cygdrive/f/aoo3.4.1svn/main/connectivity/source/commontools


Entering /cygdrive/f/aoo3.4.1svn/main/connectivity/qa

Making:ConnectivityComplexTests.dpj
javadeps

/bin/rm -f ../wntmsci12.pro/misc/ConnectivityComplexTests_dummy.java
/bin/rm -f ../wntmsci12.pro/misc/ConnectivityComplexTests_dummy.java
/bin/rm -f ../wntmsci12.pro/misc/ConnectivityComplexTests_dummy.java
/bin/rm -f ../wntmsci12.pro/misc/ConnectivityComplexTests_dummy.java
/bin/rm -f ../wntmsci12.pro/misc/ConnectivityComplexTests_dummy.java
/bin/rm -f ../wntmsci12.pro/misc/ConnectivityComplexTests_dummy.java
/bin/rm -f ../wntmsci12.pro/misc/ConnectivityComplexTests_dummy.java
/bin/rm -f ../wntmsci12.pro/misc/ConnectivityComplexTests_dummy.java
/bin/rm -f ../wntmsci12.pro/misc/ConnectivityComplexTests_dummy.java
/bin/rm -f ../wntmsci12.pro/misc/ConnectivityComplexTests_dummy.java
/bin/rm -f ../wntmsci12.pro/misc/ConnectivityComplexTests_dummy.java
/bin/rm -f ../wntmsci12.pro/misc/ConnectivityComplexTests_dummy.java
javac -classpath ".;../
wntmsci12.pro/class;C:/PROGRA~1/Java/JDK16~1.0_1/jre/lib/
rt.jar;.;F:/aoo3.4.1svn/main/solver/350/
wntmsci12.pro/bin/ridl.jar;F:/aoo3.4.1sv
n/main/solver/350/
wntmsci12.pro/bin/unoil.jar;F:/aoo3.4.1svn/main/solver/350/wnt
msci12.pro/bin/jurt.jar;F:/aoo3.4.1svn/main/solver/350/wntmsci12.pro/bin/juh.jar
;F:/aoo3.4.1svn/main/solver/350/
wntmsci12.pro/bin/java_uno.jar;F:/aoo3.4.1svn/ma
in/solver/350/
wntmsci12.pro/bin/OOoRunner.jar;F:/aoo3.4.1svn/main/solver/350/wnt
msci12.pro/bin/hsqldb.jar;;F:/aoo3.4.1svn/main/solver/350/wntmsci12.pro/lib"
-d
../wntmsci12.pro/class  @F:/cygwinlatest/tmp/mkDI3GRQ
Note: complex\connectivity\FlatFileAccess.java uses unchecked or unsafe
operatio
ns.
Note: Recompile with -Xlint:unchecked for details.
Making:ConnectivityComplexTests.dpj
javadeps

echo Manifest-Version: 1.0 > ../
wntmsci12.pro/class/ConnectivityComplexTests/MET
A-INF/MANIFEST.MF
echo "Solar-Version: 350m1(Build:9610)" >> ../
wntmsci12.pro/class/ConnectivityCo
mplexTests/META-INF/MANIFEST.MF
cd ../wntmsci12.pro/class/ConnectivityComplexTests && zip  -u -rX
../Connectivit
yComplexTests.jar META-INF/MANIFEST.MF  || ret=$?; if [[ "$ret" != "12" &&
"$ret
" != "1" ]] ; then exit $ret ; fi && echo "Nothing to update for zip"
updating: META-INF/MANIFEST.MF (deflated 11%)
cd ../wntmsci12.pro/class && zip  -u -rX ConnectivityComplexTests.jar
complex/co
nnectivity  || ret=$?; if [[ "$ret" != "12" && "$ret" != "1" ]] ; then exit
$ret
 ; fi && echo "Nothing to update for zip"
updating: complex/connectivity/dbase/DBaseDateFunctions.class (deflated 59%)
updating: complex/connectivity/dbase/DBaseNumericFunctions.class (deflated
61%)
updating: complex/connectivity/dbase/DBaseSqlTests.class (deflated 54%)
updating: complex/connectivity/dbase/DBaseStringFunctions.class (deflated
56%)
updating: complex/connectivity/DBaseDriverTest.class (deflated 50%)
updating: complex/connectivity/FlatFileAccess$EqualityDate.class (deflated
42%)
updating: complex/connectivity/FlatFileAccess$RowSetColumnValueGetter.class
(def
lated 44%)
updating: complex/connectivity/FlatFileAccess$RowSetDateGetter.class
(deflated 4
4%)
updating: complex/connectivity/FlatFileAccess$RowSetIntGetter.class
(deflated 44
%)
updating: complex/connectivity/FlatFileAccess$RowSetValueGetter.class
(deflated
36%)
updating: complex/connectivity/FlatFileAccess.class (deflated 52%)
updating: complex/connectivity/hsqldb/DatabaseMetaData.class (deflated 49%)
updating: complex/connectivity/hsqldb/TestCacheSize.class (deflated 52%)
updating: complex/connectivity/HsqlDriverTest.class (deflated 48%)
updating: complex/connectivity/JdbcLongVarCharTest.class (deflated 47%)
updating: complex/connectivity/SubTestCase.class (deflated 37%)
updating: complex/connectivity/TestCase.class (deflated 16%)
-
- do a dmake show_targets to show available targets
-

Entering /cygdrive/f/aoo3.4.1svn/main/connectivity/source/simpledbt


Entering /cygdrive/f/aoo3.4.1svn/main/connectivity/qa/connectivity/tools

echo Manifest-Version: 1.0 > ../../../
wntmsci12.pro/class/ConnectivityTools/META
-INF/MANIFEST.MF
echo "Solar-Version: 350m1(Build:9610)" >> ../../../
wntmsci12.pro/class/Connecti
vityTools/META-INF/MANIFEST.MF
cd ../../../wntmsci12.pro/class/ConnectivityTools && zip  -u -rX
../Connectivity
Tools.jar META-INF/MANIFEST.MF  || ret=$?; if [[ "$ret" != "12" && "$ret"
!= "1"
 ]] ; then exit $re

Re: Hi, AOO 3.4.1 build breaks in Windows XP

2012-09-30 Thread tapas
Hi Ariel/ALL,

I solved my earlier problem.

Problem was that I checked out svn repository from command prompt in
windows xp. And svn command updated every file with CRLF line endings.

So, when I tried to build using build guide , soltools was giving me errors
like that.

Solution was :

1) check out open office build repository using svn command in linux. This
way all file will have LF line ending (as required by unix) .

2) Restart in windows and build the same repository without modifying any
file.

Regards

Tapas

On Sun, Sep 30, 2012 at 6:39 PM, tapas  wrote:

> Hi Ariel/ALL,
>
> I solved my earlier problem.
>
> Problem was that I checked out svn repository from command prompt in
> windows xp. And svn command updated every file with CRLF line endings.
>
> So, when I tried to build using build guide , soltools was giving me
> errors like that.
>
> Solution was :
>
> 1) check open office build repository using svn command in linux. This way
> all file will have LF line ending (as required by unix) .
>
> 2) Restart in windows and build the same repository without modifying any
> file.
>
> Regards
> Tapas
>
>
> On Mon, Sep 24, 2012 at 7:59 PM, Ariel Constenla-Haile  > wrote:
>
>> Hi,
>>
>> On Mon, Sep 24, 2012 at 10:51:16AM +0530, tapas wrote:
>> > Hi Schrieb/ALL,
>> >
>> > I also put same things. But I am facing build problem to build it in
>> > windows.
>>
>> note that I've just followed the building guide to set up the
>> environment, and it worked with:
>>
>> * MS Visual C++ 2008 Express Edition
>> * MS Driver Kit 7 (for ATL/ActiveX)
>> * cygwin set up with http://cygwin.com/setup.exe on Saturday (no idea
>>   what version will it be, I assume the latest)
>>
>>
>> > Could please send me atleast below things:
>> > 1) configure command
>>
>> http://people.apache.org/~arielch/packages/r1389156/win/dev/config.cmdops
>> http://people.apache.org/~arielch/packages/r1389156/win/dev/config.parms
>>
>> > 2) cygwin version
>>
>> I assume the latest, downloaded on Saturday, set up following the
>> instructions on the building guide.
>>
>>
>> > 3) out put of configure command in cygwin shell
>>
>> I didn't save that, but there is the log:
>> http://people.apache.org/~arielch/packages/r1389156/win/dev/config.log
>>
>> > 4) svn revision number of your source tree
>>
>> rev. 1389156 as the binaries you can find there
>> http://people.apache.org/~arielch/packages/r1389156/win/
>>
>> > 5) contents of cygwin path variable in cygwin shell.
>>
>> *before* sourcing winenv.set.sh
>>
>> echo $PATH
>> /usr/local/bin:/usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows
>>
>> After sourcing winenv.set.sh PATH is set to the value exported in that
>> script.
>>
>>
>> > 6) win_env_set.sh file produced by your configure command
>>
>> http://people.apache.org/~arielch/packages/r1389156/win/dev/winenv.set.sh
>>
>>
>> Regards
>> --
>> Ariel Constenla-Haile
>> La Plata, Argentina
>>
>
>


Re: Hi, AOO 3.4.1 build breaks in Windows XP

2012-09-30 Thread tapas
Hi Ariel/ALL,

I solved my earlier problem.

Problem was that I checked out svn repository from command prompt in
windows xp. And svn command updated every file with CRLF line endings.

So, when I tried to build using build guide , soltools was giving me errors
like that.

Solution was :

1) check open office build repository using svn command in linux. This way
all file will have LF line ending (as required by unix) .

2) Restart in windows and build the same repository without modifying any
file.

Regards
Tapas

On Mon, Sep 24, 2012 at 7:59 PM, Ariel Constenla-Haile
wrote:

> Hi,
>
> On Mon, Sep 24, 2012 at 10:51:16AM +0530, tapas wrote:
> > Hi Schrieb/ALL,
> >
> > I also put same things. But I am facing build problem to build it in
> > windows.
>
> note that I've just followed the building guide to set up the
> environment, and it worked with:
>
> * MS Visual C++ 2008 Express Edition
> * MS Driver Kit 7 (for ATL/ActiveX)
> * cygwin set up with http://cygwin.com/setup.exe on Saturday (no idea
>   what version will it be, I assume the latest)
>
>
> > Could please send me atleast below things:
> > 1) configure command
>
> http://people.apache.org/~arielch/packages/r1389156/win/dev/config.cmdops
> http://people.apache.org/~arielch/packages/r1389156/win/dev/config.parms
>
> > 2) cygwin version
>
> I assume the latest, downloaded on Saturday, set up following the
> instructions on the building guide.
>
>
> > 3) out put of configure command in cygwin shell
>
> I didn't save that, but there is the log:
> http://people.apache.org/~arielch/packages/r1389156/win/dev/config.log
>
> > 4) svn revision number of your source tree
>
> rev. 1389156 as the binaries you can find there
> http://people.apache.org/~arielch/packages/r1389156/win/
>
> > 5) contents of cygwin path variable in cygwin shell.
>
> *before* sourcing winenv.set.sh
>
> echo $PATH
> /usr/local/bin:/usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows
>
> After sourcing winenv.set.sh PATH is set to the value exported in that
> script.
>
>
> > 6) win_env_set.sh file produced by your configure command
>
> http://people.apache.org/~arielch/packages/r1389156/win/dev/winenv.set.sh
>
>
> Regards
> --
> Ariel Constenla-Haile
> La Plata, Argentina
>


Re: Hi, AOO 3.4.1 build breaks in Windows XP

2012-09-24 Thread Ariel Constenla-Haile
Hi,

On Mon, Sep 24, 2012 at 10:51:16AM +0530, tapas wrote:
> Hi Schrieb/ALL,
> 
> I also put same things. But I am facing build problem to build it in
> windows.

note that I've just followed the building guide to set up the
environment, and it worked with:

* MS Visual C++ 2008 Express Edition
* MS Driver Kit 7 (for ATL/ActiveX)
* cygwin set up with http://cygwin.com/setup.exe on Saturday (no idea
  what version will it be, I assume the latest)


> Could please send me atleast below things:
> 1) configure command

http://people.apache.org/~arielch/packages/r1389156/win/dev/config.cmdops
http://people.apache.org/~arielch/packages/r1389156/win/dev/config.parms

> 2) cygwin version

I assume the latest, downloaded on Saturday, set up following the
instructions on the building guide.


> 3) out put of configure command in cygwin shell

I didn't save that, but there is the log:
http://people.apache.org/~arielch/packages/r1389156/win/dev/config.log

> 4) svn revision number of your source tree

rev. 1389156 as the binaries you can find there
http://people.apache.org/~arielch/packages/r1389156/win/

> 5) contents of cygwin path variable in cygwin shell.

*before* sourcing winenv.set.sh

echo $PATH
/usr/local/bin:/usr/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows

After sourcing winenv.set.sh PATH is set to the value exported in that
script.


> 6) win_env_set.sh file produced by your configure command

http://people.apache.org/~arielch/packages/r1389156/win/dev/winenv.set.sh


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina


pgp5xsu93APMG.pgp
Description: PGP signature


Re: Hi, AOO 3.4.1 build breaks in Windows XP

2012-09-23 Thread tapas
Hi Schrieb/ALL,

I also put same things. But I am facing build problem to build it in
windows.

Could please send me atleast below things:
1) configure command
2) cygwin version
3) out put of configure command in cygwin shell
4) svn revision number of your source tree
5) contents of cygwin path variable in cygwin shell.
6) win_env_set.sh file produced by your configure command

Thank you in advance. It will really save my life

Tapas

On Mon, Sep 24, 2012 at 2:08 AM, Regina Henschel wrote:

> Hi tapas,
>
> tapas schrieb:
>
>  Hi Ariel/ALL
>>
>> If you can't upload full source tree then at least attach following things
>> for windows build:
>>
>> 1) configure command
>> 2) cygwin version
>> 3) out put of configure command in cygwin shell
>> 4) svn revision number of your source tree
>> 5) contents of cygwin path variable in cygwin shell.
>> 6) win_env_set.sh file produced by your configure command
>> 7) if possible then please also let me know contents of main/external/
>> directory and send dmake source file/link OR dmake executable in windows
>>
>
> I'm not sure whether all of them are needed, but I put the debug versions
> of the dll's into those folders too, for example Microsoft.VC90.DebugCRT.*
> *manifest, msvcm90d.dll, msvcp90d.dll, and msvcr90d.dll.
>
> It should be in configure
> --with-dmake-url="http://**dmake.apache-extras.org.**
> codespot.com/files/dmake-4.12.**tar.bz2<http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2>"
> \
>
> Kind regards
> Regina
>
>


Re: Hi, AOO 3.4.1 build breaks in Windows XP

2012-09-23 Thread Regina Henschel

Hi tapas,

tapas schrieb:

Hi Ariel/ALL

If you can't upload full source tree then at least attach following things
for windows build:

1) configure command
2) cygwin version
3) out put of configure command in cygwin shell
4) svn revision number of your source tree
5) contents of cygwin path variable in cygwin shell.
6) win_env_set.sh file produced by your configure command
7) if possible then please also let me know contents of main/external/
directory and send dmake source file/link OR dmake executable in windows


I'm not sure whether all of them are needed, but I put the debug 
versions of the dll's into those folders too, for example 
Microsoft.VC90.DebugCRT.manifest, msvcm90d.dll, msvcp90d.dll, and 
msvcr90d.dll.


It should be in configure
--with-dmake-url="http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2"; 
\


Kind regards
Regina



Re: Hi, AOO 3.4.1 build breaks in Windows XP

2012-09-23 Thread tapas
Hi Ariel/ALL

If you can't upload full source tree then at least attach following things
for windows build:

1) configure command
2) cygwin version
3) out put of configure command in cygwin shell
4) svn revision number of your source tree
5) contents of cygwin path variable in cygwin shell.
6) win_env_set.sh file produced by your configure command
7) if possible then please also let me know contents of main/external/
directory and send dmake source file/link OR dmake executable in windows

I can try to find faults in my build with these information. Please help
me.

Thank you
tapas

On Sun, Sep 23, 2012 at 10:38 PM, tapas  wrote:

> Hi,
>
> Could you please upload your source tree and build environment (cygwin
> etc) in zip format.
>
> It will save my life. Please help me.
>
> I am trying to build it on windows XP / windows 7 for last 2 weeks.
>
> Thanks in advance
> Tapas
>
>
> On Sun, Sep 23, 2012 at 4:14 AM, Ariel Constenla-Haile  > wrote:
>
>> Hi
>>
>> On Fri, Sep 21, 2012 at 11:01:15PM +0530, tapas wrote:
>> >-Fo../wntmsci12/obj/cppsetup.obj cppsetup.c cppsetup.c
>> >
>>  f:\aoo-3.4.1-incubating-src\aoo-3.4.1\main\soltools\mkdepend\def.h(42)
>> >: fatal error C1083: Cannot open include file: 'unistd.h': No such
>> >file or directory dmake:  Error code 2, while making
>> >'../wntmsci12/obj/cppsetup.obj'
>> >
>> >1 module(s): soltools need(s) to be rebuilt
>> >
>> >Reason(s):
>> >
>> >ERROR: error 65280 occurred while making
>> >/cygdrive/f/aoo-3.4.1-incubating-src/aoo-3.4.1/main/soltools/mkdepend
>>
>>
>> In my build there is a dummy unistd.h in soltools\wntmsci12.pro\inc\
>> it is built in soltools\winunistd
>>
>> And soltools\winunistd is built after main\soltools\mkdepend according
>> to soltools\prj\build.lst
>>
>> Isn't unistd.h there on your build?
>>
>> > Entering
>> /cygdrive/f/aoo-3.4.1-incubating-src/aoo-3.4.1/main/soltools/winunistd
>> >
>> >
>> > Entering
>> /cygdrive/f/aoo-3.4.1-incubating-src/aoo-3.4.1/main/soltools/mkdepend
>>
>> According to the build order, it should be there
>>
>> >
>> > Compiling: soltools/mkdepend/cppsetup.c
>> > Cflags: [...] -I../wntmsci12/inc
>>
>> and this directory is always in the include path. I've no idea what
>> could be wrong, here it's building fine.
>>
>>
>> Regards
>> --
>> Ariel Constenla-Haile
>> La Plata, Argentina
>>
>
>


Re: Hi, AOO 3.4.1 build breaks in Windows XP

2012-09-23 Thread tapas
Hi,

Could you please upload your source tree and build environment (cygwin etc)
in zip format.

It will save my life. Please help me.

I am trying to build it on windows XP / windows 7 for last 2 weeks.

Thanks in advance
Tapas

On Sun, Sep 23, 2012 at 4:14 AM, Ariel Constenla-Haile
wrote:

> Hi
>
> On Fri, Sep 21, 2012 at 11:01:15PM +0530, tapas wrote:
> >-Fo../wntmsci12/obj/cppsetup.obj cppsetup.c cppsetup.c
> >f:\aoo-3.4.1-incubating-src\aoo-3.4.1\main\soltools\mkdepend\def.h(42)
> >: fatal error C1083: Cannot open include file: 'unistd.h': No such
> >file or directory dmake:  Error code 2, while making
> >'../wntmsci12/obj/cppsetup.obj'
> >
> >1 module(s): soltools need(s) to be rebuilt
> >
> >Reason(s):
> >
> >ERROR: error 65280 occurred while making
> >/cygdrive/f/aoo-3.4.1-incubating-src/aoo-3.4.1/main/soltools/mkdepend
>
>
> In my build there is a dummy unistd.h in soltools\wntmsci12.pro\inc\
> it is built in soltools\winunistd
>
> And soltools\winunistd is built after main\soltools\mkdepend according
> to soltools\prj\build.lst
>
> Isn't unistd.h there on your build?
>
> > Entering
> /cygdrive/f/aoo-3.4.1-incubating-src/aoo-3.4.1/main/soltools/winunistd
> >
> >
> > Entering
> /cygdrive/f/aoo-3.4.1-incubating-src/aoo-3.4.1/main/soltools/mkdepend
>
> According to the build order, it should be there
>
> >
> > Compiling: soltools/mkdepend/cppsetup.c
> > Cflags: [...] -I../wntmsci12/inc
>
> and this directory is always in the include path. I've no idea what
> could be wrong, here it's building fine.
>
>
> Regards
> --
> Ariel Constenla-Haile
> La Plata, Argentina
>


Re: Hi, AOO 3.4.1 build breaks in Windows XP

2012-09-22 Thread Ariel Constenla-Haile
Hi

On Fri, Sep 21, 2012 at 11:01:15PM +0530, tapas wrote:
>-Fo../wntmsci12/obj/cppsetup.obj cppsetup.c cppsetup.c
>f:\aoo-3.4.1-incubating-src\aoo-3.4.1\main\soltools\mkdepend\def.h(42)
>: fatal error C1083: Cannot open include file: 'unistd.h': No such
>file or directory dmake:  Error code 2, while making
>'../wntmsci12/obj/cppsetup.obj'
> 
>1 module(s): soltools need(s) to be rebuilt
> 
>Reason(s):
> 
>ERROR: error 65280 occurred while making
>/cygdrive/f/aoo-3.4.1-incubating-src/aoo-3.4.1/main/soltools/mkdepend


In my build there is a dummy unistd.h in soltools\wntmsci12.pro\inc\
it is built in soltools\winunistd

And soltools\winunistd is built after main\soltools\mkdepend according
to soltools\prj\build.lst 

Isn't unistd.h there on your build?
 
> Entering 
> /cygdrive/f/aoo-3.4.1-incubating-src/aoo-3.4.1/main/soltools/winunistd
> 
> 
> Entering /cygdrive/f/aoo-3.4.1-incubating-src/aoo-3.4.1/main/soltools/mkdepend

According to the build order, it should be there

> 
> Compiling: soltools/mkdepend/cppsetup.c
> Cflags: [...] -I../wntmsci12/inc 

and this directory is always in the include path. I've no idea what
could be wrong, here it's building fine.


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina


pgp1ouDZcbEfn.pgp
Description: PGP signature


Re: Hi, AOO 3.4.1 build breaks in Windows XP

2012-09-21 Thread tapas
Hi Zuo Jun,

It is not that problem. Other modules are already built and delivered in
1st build command ($build --all). So, those modules need  not be build 2nd
time. So, those modules are showing "0 files delivered" in 2nd build
command ($build --all).

If you see the compilation error log then you will see following things:

>* C:/PROGRA~1/MICROS~1.0/VC/bin/*
*cl.exe* -Zm500 -Zc:forScope,wchar_t- -GR -GS
> -c -nologo -Gs  -Ob1  -Oxs -Oy- -DENABLE_LAYOUT=0
> -DENABLE_LAYOUT_EXPERIMENTAL=0 -Gd  -I. -I../wntmsci12/inc/make_makedepend
> -I../inc -I../inc/pch -I../inc -I../WIN/inc -I../wntmsci12/inc -I.
>
-IF:/aoo-3.4.1-incubating-src/aoo-3.4.1/main/solver/341/wntmsci12/incdont_use_stl
>
-IF:/aoo-3.4.1-incubating-src/aoo-3.4.1/main/solver/341/wntmsci12/inc/external
> -IF:/aoo-3.4.1-incubating-src/aoo-3.4.1/main/solver/341/wntmsci12/inc
> -IF:/aoo-3.4.1-incubating-src/aoo-3.4.1/main/solenv/wntmsci12/inc
> -IF:/aoo-3.4.1-incubating-src/aoo-3.4.1/main/solenv/inc
> -IF:/aoo-3.4.1-incubating-src/aoo-3.4.1/main/res
>
-IF:/aoo-3.4.1-incubating-src/aoo-3.4.1/main/solver/341/wntmsci12/incdont_use_stl
> -IC:/PROGRA~1/Java/JDK16~1.0_1/include/win32
> -IC:/PROGRA~1/Java/JDK16~1.0_1/include
> -IC:/PROGRA~1/MI2578~1/Windows/v6.1/include
> -IC:/PROGRA~1/MICROS~1.0/VC/include
>
-IF:/aoo-3.4.1-incubating-src/aoo-3.4.1/main/solver/341/wntmsci12/inc/offuh
> -I. -I../res -I.  -Wall -wd4061 -wd4127 -wd4191 -wd4217 -wd4250 -wd4251
> -wd4275 -wd4290 -wd4294 -wd4355 -wd4511 -wd4512 -wd4514 -wd4611
-wd4625
> -wd4626 -wd4640 -wd4675 -wd4710 -wd4711 -wd4786 -wd4800 -wd4820
-wd4503
> -wd4619 -wd4365 -wd4668 -wd4738 -wd4826 -wd4350 -wd4505 -wd4692
-wd4189
> -wd4005 -wd4180 -wd4255  -DWNT -DWNT -DNT351 -DMSC -DM1500 -DINTEL
> -D_STLP_DEBUG -D_X86_=1 -D_CRT_SECURE_NO_DEPRECATE
> -D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NON_CONFORMING_SWPRINTFS -DFULL_DESK
> -DBOOST_MEM_FN_ENABLE_CDECL -DSTLPORT_VERSION=400 -D_MT -DWINVER=0x0500
> -D_WIN32_WINNT=0x0500 -D_WIN32_IE=0x0500 -DCPPU_ENV=msci -DSUPD=341
> -DDBG_UTIL -DOSL_DEBUG_LEVEL=1 -DOPTIMIZE -DCUI -DSOLAR_JAVA   -DNO_X11
> -DXP_PC -DHW_THREADS -D_DEBUG  -DWIN32 -D_MT -D_DLL -DWIN32 -D_MT -D_DLL
> -Fo../wntmsci12/obj/cppsetup.obj cppsetup.c
> cppsetup.c


It is passing "-I " command to
"*C:/PROGRA~1/MICROS~1.0/VC/bin/
**cl.exe"* . But "cl.exe" is  a visual c++ compiler and it cannot
understrand "-I" command at all. It can understand only "/I " . It seems to me that it is actual problem and some file is
needed which will convert gcc include commands to cl.exe include command.
These happened for other modules (which built successfully i.e those
modules which you are seeing as '0 files delivered'). but it is not
happening for soltools module. This is surprising to me.

So I am guessing most likely it is source code problems.


Please help me.

Tapas





On Sat, Sep 22, 2012 at 8:12 AM, ZuoJun Chen  wrote:

> HI,
>
> It is always 0 files delivered from each module in your log, Seems that
> it is permission problem under you solver directory or
>
> check your deliver.pl in solenv module.
>
> Regards -- Zuo Jun
>
>
> 2012/9/22 tapas 
>
> > Hi,
> >
> > I am trying to build apache open office 3.4.1 on windows XP.  I followed
> > tutorial from
> >
> http://wiki.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Windows
> >
> > I am using following versions of toolset to build apache open office
> 3.4.1
> > on windows XP professional SP2.
> >
> > 1) Cygwin toolset (1.7.16),
> > 2) apache-ant-1.8.4
> > 3) JDK 1.6
> >
> > I installed these as per suggestions of above wiki.
> >
> > My Cgywin path variable contains *SPACES *like :
> >
> > $ echo $PATH
> >
> >
> .:/cygdrive/f/aoo-3.4.1-incubating-src/aoo-3.4.1/main/solenv/bin:/cygdrive/f/aoo-3.4.1-incubating-src/aoo-3.4.1/main/solenv/wntmsci12/bin:/cygdrive/c/PROGRA~1/Java/JDK16~1.0_1/bin:/cygdrive/c/PROGRA~1/Java/JDK16~1.0_1/jre/bin/client:/cygdrive/c/PROGRA~1/MICROS~1.0/VC/bin:/cygdrive/c/PROGRA~1/MICROS~1.0/Common7/IDE:/cygdrive/c/PROGRA~1/MI2578~1/Windows/v6.1/Bin:/cygdrive/c/WINDOWS/MICROS~
> >
> 1.NET/FRAMEW~1/v3.5:/cygdrive/c/PROGRA~1/MICROS~1.0/VC/Bin:/usr/bin:/cygdrive/c/PROGRA~1/NSIS:/cygdrive/c/PROGRA~1/MI2578~1/Windows/v6.1/bin:/usr/local/bin:/cygdrive/c/ProgramFiles/PC<http://1.NET/FRAMEW%7E1/v3.5:/cygdrive/c/PROGRA%7E1/MICROS%7E1.0/VC/Bin:/usr/bin:/cygdrive/c/PROGRA%7E1/NSIS:/cygdrive/c/PROGRA%7E1/MI2578%7E1/Windows/v6.1/bin:/usr/local/bin:/cygdrive/c/ProgramFiles/PC>Connectivity
> >
> Solution:/cygdrive/c/sml/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/pjproject-2.0/pjproject_2.0_latest/SDL_2.0_latest/SDL/VisualC/SDL/Debu

Re: Hi, AOO 3.4.1 build breaks in Windows XP

2012-09-21 Thread ZuoJun Chen
HI,

It is always 0 files delivered from each module in your log, Seems that
it is permission problem under you solver directory or

check your deliver.pl in solenv module.

Regards -- Zuo Jun


2012/9/22 tapas 

> Hi,
>
> I am trying to build apache open office 3.4.1 on windows XP.  I followed
> tutorial from
> http://wiki.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Windows
>
> I am using following versions of toolset to build apache open office 3.4.1
> on windows XP professional SP2.
>
> 1) Cygwin toolset (1.7.16),
> 2) apache-ant-1.8.4
> 3) JDK 1.6
>
> I installed these as per suggestions of above wiki.
>
> My Cgywin path variable contains *SPACES *like :
>
> $ echo $PATH
>
> .:/cygdrive/f/aoo-3.4.1-incubating-src/aoo-3.4.1/main/solenv/bin:/cygdrive/f/aoo-3.4.1-incubating-src/aoo-3.4.1/main/solenv/wntmsci12/bin:/cygdrive/c/PROGRA~1/Java/JDK16~1.0_1/bin:/cygdrive/c/PROGRA~1/Java/JDK16~1.0_1/jre/bin/client:/cygdrive/c/PROGRA~1/MICROS~1.0/VC/bin:/cygdrive/c/PROGRA~1/MICROS~1.0/Common7/IDE:/cygdrive/c/PROGRA~1/MI2578~1/Windows/v6.1/Bin:/cygdrive/c/WINDOWS/MICROS~
> 1.NET/FRAMEW~1/v3.5:/cygdrive/c/PROGRA~1/MICROS~1.0/VC/Bin:/usr/bin:/cygdrive/c/PROGRA~1/NSIS:/cygdrive/c/PROGRA~1/MI2578~1/Windows/v6.1/bin:/usr/local/bin:/cygdrive/c/ProgramFiles/PC
>  Connectivity
> Solution:/cygdrive/c/sml/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/pjproject-2.0/pjproject_2.0_latest/SDL_2.0_latest/SDL/VisualC/SDL/Debug:/cygdrive/c/pjproject-2.0/pjproject_2.0_latest/SDL_2.0_latest/SDL/VisualC/SDLmain/Debug:/cygdrive/c/MySQL/MySQL_Connector_C_6.0.2/lib/debug:/cygdrive/c/OpenSSL-Win32:/cygdrive/c/Program
> Files/Microsoft Visual Studio
> 9.0/VC/bin:/cygdrive/c/QtSDK/Desktop/Qt/4.8.1/msvc2008/bin:/cygdrive/c/QtSDK/Desktop/Qt/4.8.1/msvc2008/lib:/cygdrive/c/Program
> Files/Subversion/bin:/cygdrive/e/New folder (2)/app:/cygdrive/c/Program
> Files/Java/jdk1.6.0_14/bin:/cygdrive/f/apache-ant-1.8.4-bin/apache-ant-1.8.4/bin
>
>
> I issued following configure command which works fine :
>
> Tapas@donttouchlaptop /cygdrive/f/aoo-3.4.1-incubating-src/aoo-3.4.1/main
> $ ./configure --with-dmake-url=
> http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2--with-epm-url=
> http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz--enable-category-b 
> --enable-bundled-dictionaries --disable-directx
> --disable-mozilla --without-junit --with-cl-home="/cygdrive/c/Program
> Files/Microsoft Visual Studio 9.0/VC"
> --with-mspdb-path="/cygdrive/c/Program Files/Microsoft Visual Studio
> 9.0/Common7/IDE" --with-frame-home="/cygdrive/c/Program Files/Microsoft
> SDKs/Windows/v6.1" --with-psdk-home="/cygdrive/c/Program Files/Microsoft
> SDKs/Windows/v6.1" --with-midl-path="/cygdrive/c/Program Files/Microsoft
> SDKs/Windows/v6.1/Bin" --with-asm-home="/cygdrive/c/Program Files/Microsoft
> Visual Studio 9.0/VC/Bin"
> --with-csc-path="/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v3.5"
> --with-jdk-home="/cygdrive/c/Program Files/Java/jdk1.6.0_14"
> --with-ant-home="/cygdrive/f/apache-ant-1.8.4-bin/apache-ant-1.8.4"
> --enable-dbgutil --enable-verbose
>
> then I run bootstrap comand. It also worked fine without any error and
> warning.
>
> Then I issued following commands:
>
> Tapas@donttouchlaptop /cygdrive/f/aoo-3.4.1-incubating-src/aoo-3.4.1/main
> $ source winenv.set.sh
>
> Tapas@donttouchlaptop/cygdrive/f/aoo-3.4.1-incubating-src/aoo-3.4.1/main/instsetoo_native
> $ build --all
>
>
> *THEN I GOT FOLLOWING ERROR:*
>
> Building module x11_extensions
> =
> x11_extensions deliver
> deliver -- version: 275594
> LOG: writing
> F:/aoo-3.4.1-incubating-src/aoo-3.4.1/main/solver/341/wntmsci12/inc/x11_extensions/deliver.log
> Module 'x11_extensions' delivered successfully. 0 files copied, 7 files
> unchanged
>
> =
> Building module soltools
> =
>
> Entering
> /cygdrive/f/aoo-3.4.1-incubating-src/aoo-3.4.1/main/soltools/winunistd
>
>
> Entering
> /cygdrive/f/aoo-3.4.1-incubating-src/aoo-3.4.1/main/soltools/mkdepend
>
> Compiling: soltools/mkdepend/cppsetup.c
> Cflags: -Zm500 -Zc:forScope,wchar_t- -GR -GS -c -nologo -Gs -Ob1 -Oxs -Oy-
> -DENABLE_LAYOUT=0 -DENABLE_LAYOUT_EXPERIMENTAL=0 -Gd -I.
> -I../wntmsci12/inc/make_makedepend -I../inc -I../inc/pch -I../inc
> -I../WIN/inc -I../wntmsci12/inc -I.
> -IF:/aoo-3.4.1-incubating-src/aoo-3.4.1/main/solver/341/wntmsci12/incdont_use_stl
> -IF:/aoo-3.4.1-incubating-src/aoo-3.4.1/main/solver/341/wntmsci12/inc/external
> -IF:/aoo-3.4.1-incubating-src/aoo-3.4.1/main/solver/341/wntmsci12/inc
> -IF:/aoo-3.4.1-incubating-src/aoo-3.4.1/mai

Re: Hi Everybody

2012-08-08 Thread Pedro Giffuni
Welcome Michael !!

Pedro.



>
> From: 李震宁 
>To: "ooo-market...@incubator.apache.org"  
>Cc: ooo-dev@incubator.apache.org 
>Sent: Tuesday, August 7, 2012 1:48 AM
>Subject: Hi Everybody
> 
>Hi Everybody:
>
>I’m Michael Lee from China Standard Software. I’m very glad to meet you.
>
>We have been cooperating with IBM since 2012. We appoint engineers in the 
>research and development projects of AOO, and also submit codes.
>
>We hope to promote the progress of local open source community during the 
>research and development.
>
>We plan to set up AOO user groups in China, and gather them to have 
>discussions and activities regularly.
>
>Our purpose is to attract more user groups to use AOO and more developers to 
>pay attention to AOO.
>
>We’ll follow up for the activities and introduce to all of you. I hope you 
>could pay attention to us and help us. Thank you!
>
>
>
>-- China Standard SoftWare Co .Ltd Public Rdlations Director 
>Michael Lee 13910018684 010-51659955-8131 zhenning...@cs2c.com.cn 
>www.cs2c.com.cn
>
>发自我的 iPad
>
>

Re: Hi Everybody

2012-08-08 Thread Donald Harbison
On Tue, Aug 7, 2012 at 2:48 AM, 李震宁  wrote:

> Hi Everybody:
>
> I’m Michael Lee from China Standard Software. I’m very glad to meet you.
>

And I want to say it was a pleasure meeting you in Beijing on June 29th at
the Open Source Summit conference.


>
> We have been cooperating with IBM since 2012. We appoint engineers in the
> research and development projects of AOO, and also submit codes.
>

Great!


>
> We hope to promote the progress of local open source community during the
> research and development.
>
> We plan to set up AOO user groups in China, and gather them to have
> discussions and activities regularly.


> Our purpose is to attract more user groups to use AOO and more developers
> to pay attention to AOO.
>
> We’ll follow up for the activities and introduce to all of you. I hope you
> could pay attention to us and help us. Thank you!
>

Looking forward to 'meeting' your team on list.


>
>
>
> -- China Standard SoftWare Co .Ltd Public Rdlations Director
> Michael Lee 13910018684 010-51659955-8131 zhenning...@cs2c.com.cn
> www.cs2c.com.cn
>
> 发自我的 iPad


Re: Hi Everybody

2012-08-07 Thread Peter Junge
Hi Michael,

great to see you joining AOO. Let me know if you need any help.

I'll certainly join the AOO user group in Beijing. I'm volunteering to
give a talk about the history from StarOffice to OOo to AOO if this is
of interest.

Best regards,
Peter

On 8/7/2012 2:48 PM, 李震宁 wrote:
> Hi Everybody:
> 
> I’m Michael Lee from China Standard Software. I’m very glad to meet you.
> 
> We have been cooperating with IBM since 2012. We appoint engineers in the 
> research and development projects of AOO, and also submit codes.
> 
> We hope to promote the progress of local open source community during the 
> research and development.
> 
> We plan to set up AOO user groups in China, and gather them to have 
> discussions and activities regularly.
> 
> Our purpose is to attract more user groups to use AOO and more developers to 
> pay attention to AOO.
> 
> We’ll follow up for the activities and introduce to all of you. I hope you 
> could pay attention to us and help us. Thank you!
> 
>   
> 
> -- China Standard SoftWare Co .Ltd Public Rdlations Director
> Michael Lee 13910018684 010-51659955-8131 zhenning...@cs2c.com.cn 
> www.cs2c.com.cn
> 
> 发自我的 iPad
> 



Re: Hi Everybody

2012-08-07 Thread Rylan Wassem
http://www.facebook.com/VirtualWorldGovernment

On Tue, Aug 7, 2012 at 11:29 PM, Shenfeng Liu  wrote:

> Michael,
>   Welcome to join Apache OpenOffice!
>   We had a talk in Open Source Summit Beijing month ago. I was very
> impressed by your rich experience on open source community. I wonder if you
> can share some of your experience? I think with your experience we can
> build up more influence for AOO in China and attract more contributors.
>   Thanks!
>
> - Shenfeng
>
>
> 2012/8/7 taotao.liu 
>
> > good news... ...
> >
> >
> > 2012-08-07
> >
> >
> >
> > China Standard Software Co., Ltd. LiuTao
> > China  Phone: (+86) 010-51659955-8106
> >
> > OpenOffice Community Modularization project lead
> >
> > http://www.cs2c.com.cn
> > http://modularization.openoffice.org
> > mailto:taotao@cs2c.com.cn
> >
> >
> >
> > 发件人: 李震宁
> > 发送时间: 2012-08-07 14:48:25
> > 收件人: ooo-market...@incubator.apache.org
> > 抄送: ooo-dev
> > 主题: Hi Everybody
> >
> > Hi Everybody:
> > I’m Michael Lee from China Standard Software. I’m very glad to meet you.
> > We have been cooperating with IBM since 2012. We appoint engineers in the
> > research and development projects of AOO, and also submit codes.
> > We hope to promote the progress of local open source community during the
> > research and development.
> > We plan to set up AOO user groups in China, and gather them to have
> > discussions and activities regularly.
> > Our purpose is to attract more user groups to use AOO and more developers
> > to pay attention to AOO.
> > We’ll follow up for the activities and introduce to all of you. I hope
> you
> > could pay attention to us and help us. Thank you!
> >
> > -- China Standard SoftWare Co .Ltd Public Rdlations Director
> > Michael Lee 13910018684 010-51659955-8131 zhenning...@cs2c.com.cn
> > www.cs2c.com.cn
> > 发自我的 iPad
> >
>


Re: Hi Everybody

2012-08-07 Thread Shenfeng Liu
Michael,
  Welcome to join Apache OpenOffice!
  We had a talk in Open Source Summit Beijing month ago. I was very
impressed by your rich experience on open source community. I wonder if you
can share some of your experience? I think with your experience we can
build up more influence for AOO in China and attract more contributors.
  Thanks!

- Shenfeng


2012/8/7 taotao.liu 

> good news... ...
>
>
> 2012-08-07
>
>
>
> China Standard Software Co., Ltd. LiuTao
> China  Phone: (+86) 010-51659955-8106
>
> OpenOffice Community Modularization project lead
>
> http://www.cs2c.com.cn
> http://modularization.openoffice.org
> mailto:taotao@cs2c.com.cn
>
>
>
> 发件人: 李震宁
> 发送时间: 2012-08-07  14:48:25
> 收件人: ooo-market...@incubator.apache.org
> 抄送: ooo-dev
> 主题: Hi Everybody
>
> Hi Everybody:
> I’m Michael Lee from China Standard Software. I’m very glad to meet you.
> We have been cooperating with IBM since 2012. We appoint engineers in the
> research and development projects of AOO, and also submit codes.
> We hope to promote the progress of local open source community during the
> research and development.
> We plan to set up AOO user groups in China, and gather them to have
> discussions and activities regularly.
> Our purpose is to attract more user groups to use AOO and more developers
> to pay attention to AOO.
> We’ll follow up for the activities and introduce to all of you. I hope you
> could pay attention to us and help us. Thank you!
>
> -- China Standard SoftWare Co .Ltd Public Rdlations Director
> Michael Lee 13910018684 010-51659955-8131 zhenning...@cs2c.com.cn
> www.cs2c.com.cn
> 发自我的 iPad
>


Re: Hi Everybody

2012-08-06 Thread taotao.liu
good news... ...


2012-08-07 



China Standard Software Co., Ltd. LiuTao
China  Phone: (+86) 010-51659955-8106

OpenOffice Community Modularization project lead

http://www.cs2c.com.cn
http://modularization.openoffice.org
mailto:taotao@cs2c.com.cn



发件人: 李震宁 
发送时间: 2012-08-07  14:48:25 
收件人: ooo-market...@incubator.apache.org 
抄送: ooo-dev 
主题: Hi Everybody 
 
Hi Everybody:
I’m Michael Lee from China Standard Software. I’m very glad to meet you.
We have been cooperating with IBM since 2012. We appoint engineers in the 
research and development projects of AOO, and also submit codes.
We hope to promote the progress of local open source community during the 
research and development.
We plan to set up AOO user groups in China, and gather them to have discussions 
and activities regularly.
Our purpose is to attract more user groups to use AOO and more developers to 
pay attention to AOO.
We’ll follow up for the activities and introduce to all of you. I hope you 
could pay attention to us and help us. Thank you!

-- China Standard SoftWare Co .Ltd Public Rdlations Director 
Michael Lee 13910018684 010-51659955-8131 zhenning...@cs2c.com.cn 
www.cs2c.com.cn
发自我的 iPad


Re: Hi , I really admire what have done in open office

2012-07-18 Thread Kay Schenk
On Tue, Jul 17, 2012 at 11:14 PM, Brandon Chen wrote:

> Hi all,
>
> I really admire everyone's effort in this project.
>
> I also want to share my knowledge and effort , could anyone point me a
> direction ?
>
> I think the first thing i need to do is subscribe the user list , can I
> join this group
>
> Regards
> Brandon
>

Hello Brandon --

We welcome your interest in participating.

This list, ooo-dev, is definitely the way to become more involved in
discussions.

Please also see the "Get Involved" page at:

http://incubator.apache.org/openofficeorg/get-involved.html

Thanks again for contacting us.



-- 

MzK

"I would rather have a donkey that takes me there
 than a horse that will not fare."
  -- Portuguese proverb


Hi , I really admire what have done in open office

2012-07-18 Thread Brandon Chen
Hi all,

I really admire everyone's effort in this project.

I also want to share my knowledge and effort , could anyone point me a
direction ?

I think the first thing i need to do is subscribe the user list , can I
join this group

Regards
Brandon


Re: hi (BZ 112701)

2012-05-17 Thread Pedro Giffuni
Hello bo.tian

Welcome!

--- Gio 17/5/12, bo.tian  ha scritto:

> 
> Hi, I am a loyal user of Openoffice.org.I am working for
> cs2c now.
> I am very glad to be a "bugkiller" here,making AOO better to
> use.
> I come up with a fix of Issue112701.
> click here to see the patch: 
> https://issues.apache.org/ooo/show_bug.cgi?id=112701
>

I made some comments to your patch, mostly style.
The patch looks good but I would prefer if someone else
confirms it.

Pedro.


Re: hi

2012-05-17 Thread Peter Junge
Hi Bo Tian,

nice to meet you here.

Peter

On 5/17/2012 2:54 PM, bo.tian wrote:
> 
> Hi, I am a loyal user of Openoffice.org.I am working for cs2c now.
> I am very glad to be a "bugkiller" here,making AOO better to use.
> I come up with a fix of Issue112701.
> click here to see the patch: 
> https://issues.apache.org/ooo/show_bug.cgi?id=112701
> 
> 
> 
> bo.tian



hi

2012-05-16 Thread bo . tian

Hi, I am a loyal user of Openoffice.org.I am working for cs2c now.
I am very glad to be a "bugkiller" here,making AOO better to use.
I come up with a fix of Issue112701.
click here to see the patch: 
https://issues.apache.org/ooo/show_bug.cgi?id=112701



bo.tian

Re: Hi I hava a question about how to use VBA language on the Linux

2012-05-09 Thread 史周波
Hi Alex,

thank you very much for your answer.

Regards
Robertzhou

于 2012年05月04日 21:26, Alexander Thurgood 写道:
> Le 04/05/12 10:26, 史周波 a écrit :
>
> Hi Robert,
>
>> Hi all,
>> I am researching how port the App for windows to Linux.
>> I meet a question about how to use the VBA language in AOO on the Linux?
> The short answer is : you can't.
> The long answer is that you will have to rewrite your VBA in
> StarOffice/OOo Basic, the included Basic programming language (and API)
> that comes with AOOo. Some of the structures and constructs are similar,
> but there are notable differences. There used to be a Basic Programmer's
> Guide available for download on the internet, but I don't know if it is
> still around now that the project has moved to Apache stewardship, i.e.
> I don't know if that material was included in the grant made by Oracle
> to the Apache foundation. Someone else here might be able to provide
> more insight.
>
> You can always take a look at the built- in help, it has a chapter or
> three on programming with OOoBasic.
>
>
> Alex
>
>



Re: UOF (was Re: Hi everyone I am OOo old friend , My name is robertzhou)

2012-05-07 Thread Louis Suárez-Potts
Hi,

Peter Junge wrote:
> On 5/4/2012 11:37 PM, Pedro Giffuni wrote:
>> Hello everyone;
>>
>> A warm welcome to everyone from China; its great to know that while I
>> sleep, someone in another timezone will be making good use of
>> OpenOffice. ;)
>>
>> I dont know much about UOF but we still have remnants of a homepage
>> for that project:
>>
>> http://www.openoffice.org/uof/
>
> The most important thing to get started would be getting the UOF spec
> translated into English.
>
> Best regards,
> Peter

Let's imagine that we can get the UOF automagically translated... Okay, let's 
not imagine that. Peter, how should we proceed? By contacting Dr Li? I can 
volunteer to work with that. But what else would need to be done? 

Louis


Re: UOF (was Re: Hi everyone I am OOo old friend , My name is robertzhou)

2012-05-06 Thread Peter Junge

On 5/4/2012 11:37 PM, Pedro Giffuni wrote:

Hello everyone;

A warm welcome to everyone from China; its great to know that while I
sleep, someone in another timezone will be making good use of
OpenOffice. ;)

I dont know much about UOF but we still have remnants of a homepage
for that project:

http://www.openoffice.org/uof/


The most important thing to get started would be getting the UOF spec 
translated into English.


Best regards,
Peter


Re: Hi everyone I am OOo old friend , My name is robertzhou

2012-05-06 Thread Peter Junge
On 5/4/2012 7:51 PM, Yong Lin Ma wrote:
> How about start from writing a wiki about UOF support status in AOO3.4?
> 
> Any member from your team used to work on UOF in Red Office before?

I'm neither a member of that team, not have I been working directly on
UOF, but I have been working for RedOffice and one of my
responsibilities was contributing UOF specific features to ODF.

Peter

> 
> On Fri, May 4, 2012 at 1:12 PM, 史周波  wrote:
>> Hi everyone.
>>
>> I am glad to return to Apache Openoffice.org
>>
>> I am robertzhou, form china . I am working for cs2c . I am old friend of
>> OpenOffice.org.
>> many years ago, I was working for freamework and developer. I'd like to
>> work for Apache OpenOffice.org.
>> I'm insterting in Aoo performace 、framework 、 chinese localization、UOF .
>>
>> I' m going to work for UOF. who can tell me how to start ?
>>
>> Best Regards.
>>
>> robertzhou
>>



Re: hi

2012-05-04 Thread Yong Lin Ma
On Fri, May 4, 2012 at 10:02 PM, Louis Suárez-Potts
 wrote:
> Hi,
>
>
> On 4 May 2012 09:52, Yong Lin Ma  wrote:
>> On Fri, May 4, 2012 at 9:17 PM, Louis Suárez-Potts  wrote:
>>> Hi all
>>> I raised earlier off list the idea of (re-)forming a language group focused 
>>> on ZH localization and operating to support Chinese speakers and those 
>>> based in Beijing (or wherever it makes sense).  We did this in OOo, and it 
>>> worked …not as well as any of us would have liked. But that was because a 
>>> single company dominated--a less than desirable situation.
>>>
>>
>> Yes, other than covered by different license, not dominated by a
>> single company is the major difference between AOO and OO.o.
>>
>>
>>> The idea, this time around, would be to have members of CS2C, IBM and other 
>>> organizations (and I can think of a few) to have a place to coordinate, 
>>> learn, communicate in Chinese while also working with the Apache OO lists 
>>> in English. Localization would be essential. (ZH in China differs from that 
>>> used in TW; that can be accommodated: this is a linguistic effort, mostly.)
>>
>> It would be not necessary, if this is just for IBM and CS2C teams in
>> Beijing. Cause it would be more effective for the two teams to have
>> conference calls or meet in person.
>
> 
>
> I don't exactly disagree with you but I was unclear. I did not mean to
> usurp the Apache Way or the merits of being a commiter nor the path by
> which one becomes one. Rather, I wanted to avoid the problem facing
> the establishment of regional and linguistic groups. That problem is
> having one or even two companies dominate the effort. Sometimes that's
> unavoidable. But if it can be the case that other companies and
> organizations can be involved, then great. And if such involvement is
> made more likely by having publicly accessible informational projects,
> which are open to all comers and which *do not* usurp the Apache Way
> but rather supplement it, then, as far as I can tell, that's good.
> (Indeed, having conference calls between one company and another seems
> to reinscribe the problem of having one company dominate, and it
> further turns a linguistic effort into a very localized one that's
> also exclusive.)
>

Louis,
Thank you for the clarification. When I say conference  call here, I
mean call between contributors instead of companies. And it is only
for speeding up communication and not for making important decisions in private.

And I don't worry about an Apache project may get dominated by single
company, due to the diversity requirement on PPMC members.
I am  new to ASF. Maybe someone know examples that Apache project got
dominated and failed.


> Again: Not to usurp, diminish, alter the way in which one becomes a
> committer but to open the doors even wider and to engage regionally
> and linguistically  all those who might wish to join.
>
> Ciao
> Louis


Re: hi

2012-05-04 Thread Louis Suárez-Potts
Hi,


On 4 May 2012 09:52, Yong Lin Ma  wrote:
> On Fri, May 4, 2012 at 9:17 PM, Louis Suárez-Potts  wrote:
>> Hi all
>> I raised earlier off list the idea of (re-)forming a language group focused 
>> on ZH localization and operating to support Chinese speakers and those based 
>> in Beijing (or wherever it makes sense).  We did this in OOo, and it worked 
>> …not as well as any of us would have liked. But that was because a single 
>> company dominated--a less than desirable situation.
>>
>
> Yes, other than covered by different license, not dominated by a
> single company is the major difference between AOO and OO.o.
>
>
>> The idea, this time around, would be to have members of CS2C, IBM and other 
>> organizations (and I can think of a few) to have a place to coordinate, 
>> learn, communicate in Chinese while also working with the Apache OO lists in 
>> English. Localization would be essential. (ZH in China differs from that 
>> used in TW; that can be accommodated: this is a linguistic effort, mostly.)
>
> It would be not necessary, if this is just for IBM and CS2C teams in
> Beijing. Cause it would be more effective for the two teams to have
> conference calls or meet in person.



I don't exactly disagree with you but I was unclear. I did not mean to
usurp the Apache Way or the merits of being a commiter nor the path by
which one becomes one. Rather, I wanted to avoid the problem facing
the establishment of regional and linguistic groups. That problem is
having one or even two companies dominate the effort. Sometimes that's
unavoidable. But if it can be the case that other companies and
organizations can be involved, then great. And if such involvement is
made more likely by having publicly accessible informational projects,
which are open to all comers and which *do not* usurp the Apache Way
but rather supplement it, then, as far as I can tell, that's good.
(Indeed, having conference calls between one company and another seems
to reinscribe the problem of having one company dominate, and it
further turns a linguistic effort into a very localized one that's
also exclusive.)

Again: Not to usurp, diminish, alter the way in which one becomes a
committer but to open the doors even wider and to engage regionally
and linguistically  all those who might wish to join.

Ciao
Louis


Re: hi

2012-05-04 Thread Yong Lin Ma
On Fri, May 4, 2012 at 9:17 PM, Louis Suárez-Potts  wrote:
> Hi all
> I raised earlier off list the idea of (re-)forming a language group focused 
> on ZH localization and operating to support Chinese speakers and those based 
> in Beijing (or wherever it makes sense).  We did this in OOo, and it worked 
> …not as well as any of us would have liked. But that was because a single 
> company dominated--a less than desirable situation.
>

Yes, other than covered by different license, not dominated by a
single company is the major difference between AOO and OO.o.


> The idea, this time around, would be to have members of CS2C, IBM and other 
> organizations (and I can think of a few) to have a place to coordinate, 
> learn, communicate in Chinese while also working with the Apache OO lists in 
> English. Localization would be essential. (ZH in China differs from that used 
> in TW; that can be accommodated: this is a linguistic effort, mostly.)

It would be not necessary, if this is just for IBM and CS2C teams in
Beijing. Cause it would be more effective for the two teams to have
conference calls or meet in person.

More importantly, CS2C team can contribute a lot more than UOF and CJK
areas if they will. There is no way someone get limited in certain
areas as long as he or she can prove to be qualified.  At the
beginning of this project, we discussed something about setting
project leaders as it was in OO.o. But that is not how things work in
Apache.

Share two important aspect of Apache Way I get in mind.

Contributors need prove themselves by contribution.
Committer needs get mutual agreement within community before they
commit any major changes in project.

I think these are the keys to ensure the project can grow in a healthy way.



>
> I know that there are others, of course, who are doing this sort of 
> localization effort. My interest lies in developing ecosystems and learning 
> groups that can sustain the efforts.
>
> Louis
>
>
> On 2012-05-04, at 02:01 , Peter Junge wrote:
>
>> Hi Xu Shanchuan,
>>
>> I'm pleased to also meet you here.
>>
>> Peter
>>
>> On 5/4/2012 11:35 AM, 许山川 wrote:
>>> hi,all
>>> I am working for the company,China Standard Software Co., Ltd now,
>>> Untill now my work mainly covers the SD modules,including
>>> the doucument of ppt asynchronism loading and fixing bugs of impress
>>> I have several years of experiences in this domain ,and have a strong
>>> willing to participate AOOo community.
>>> Best Regards,
>>> 2012-05-04
>>> 
>>> China Standard Software Co., Ltd. Shanchuan Xu
>>> hone: (+86) 010-51659955-8110
>>
>


Re: Hi I hava a question about how to use VBA language on the Linux

2012-05-04 Thread Fernando Cassia
On Fri, May 4, 2012 at 10:26 AM, Alexander Thurgood  wrote:

>
> You can always take a look at the built- in help, it has a chapter or
> three on programming with OOoBasic.


See also
Porting Excel/VBA to Calc/StarBasic
http://www.openoffice.org/documentation/HOW_TO/various_topics/VbaStarBasicXref.pdf

FC


-- 
During times of Universal Deceit, telling the truth becomes a revolutionary
act
Durante épocas de Engaño Universal, decir la verdad se convierte en un Acto
Revolucionario
- George Orwell


Re: Hi I hava a question about how to use VBA language on the Linux

2012-05-04 Thread Jürgen Schmidt
On 5/4/12 3:26 PM, Alexander Thurgood wrote:
> Le 04/05/12 10:26, 史周波 a écrit :
> 
> Hi Robert,
> 
>> Hi all,
>> I am researching how port the App for windows to Linux.
>> I meet a question about how to use the VBA language in AOO on the Linux?
> 
> The short answer is : you can't.
> The long answer is that you will have to rewrite your VBA in
> StarOffice/OOo Basic, the included Basic programming language (and API)
> that comes with AOOo. Some of the structures and constructs are similar,
> but there are notable differences. There used to be a Basic Programmer's
> Guide available for download on the internet, but I don't know if it is
> still around now that the project has moved to Apache stewardship, i.e.
> I don't know if that material was included in the grant made by Oracle
> to the Apache foundation. Someone else here might be able to provide
> more insight.

we have the Basic guide in the wiki
http://wiki.services.openoffice.org/wiki/Documentation/BASIC_Guide

Juergen

> 
> You can always take a look at the built- in help, it has a chapter or
> three on programming with OOoBasic.
> 
> 
> Alex
> 
> 



Re: Hi I hava a question about how to use VBA language on the Linux

2012-05-04 Thread Alexander Thurgood
Le 04/05/12 10:26, 史周波 a écrit :

Hi Robert,

> Hi all,
> I am researching how port the App for windows to Linux.
> I meet a question about how to use the VBA language in AOO on the Linux?

The short answer is : you can't.
The long answer is that you will have to rewrite your VBA in
StarOffice/OOo Basic, the included Basic programming language (and API)
that comes with AOOo. Some of the structures and constructs are similar,
but there are notable differences. There used to be a Basic Programmer's
Guide available for download on the internet, but I don't know if it is
still around now that the project has moved to Apache stewardship, i.e.
I don't know if that material was included in the grant made by Oracle
to the Apache foundation. Someone else here might be able to provide
more insight.

You can always take a look at the built- in help, it has a chapter or
three on programming with OOoBasic.


Alex




Re: hi

2012-05-04 Thread Louis Suárez-Potts
Hi all
I raised earlier off list the idea of (re-)forming a language group focused on 
ZH localization and operating to support Chinese speakers and those based in 
Beijing (or wherever it makes sense).  We did this in OOo, and it worked …not 
as well as any of us would have liked. But that was because a single company 
dominated--a less than desirable situation.

The idea, this time around, would be to have members of CS2C, IBM and other 
organizations (and I can think of a few) to have a place to coordinate, learn, 
communicate in Chinese while also working with the Apache OO lists in English. 
Localization would be essential. (ZH in China differs from that used in TW; 
that can be accommodated: this is a linguistic effort, mostly.)

I know that there are others, of course, who are doing this sort of 
localization effort. My interest lies in developing ecosystems and learning 
groups that can sustain the efforts.

Louis


On 2012-05-04, at 02:01 , Peter Junge wrote:

> Hi Xu Shanchuan,
> 
> I'm pleased to also meet you here.
> 
> Peter
> 
> On 5/4/2012 11:35 AM, 许山川 wrote:
>> hi,all
>> I am working for the company,China Standard Software Co., Ltd now,
>> Untill now my work mainly covers the SD modules,including
>> the doucument of ppt asynchronism loading and fixing bugs of impress
>> I have several years of experiences in this domain ,and have a strong 
>> willing to participate AOOo community.
>> Best Regards,
>> 2012-05-04
>> 
>> China Standard Software Co., Ltd. Shanchuan Xu
>> hone: (+86) 010-51659955-8110
> 



Hi everyone I am OOo old friend , My name is robertzhou

2012-05-04 Thread 史周波
Hi everyone.

I am glad to return to Apache Openoffice.org

I am robertzhou, form china . I am working for cs2c . I am old friend of
OpenOffice.org.
many years ago, I was working for freamework and developer. I'd like to
work for Apache OpenOffice.org.
I'm insterting in Aoo performace 、framework 、 chinese localization、UOF .

I' m going to work for UOF. who can tell me how to start ?

Best Regards.

robertzhou



Re: Hi I hava a question about how to use VBA language on the Linux

2012-05-04 Thread Yong Lin Ma
As far as I know, only VBA import is supported in AOO 3.4.  Since VBA
export is not supported, I don't think you can edit it by far.
All these should be platform independent.

There is wiki for VBA support in
http://wiki.services.openoffice.org/wiki/VBA_interoperability_in_OpenOffice



On Fri, May 4, 2012 at 6:49 PM, Fernando Cassia  wrote:
> On Fri, May 4, 2012 at 5:26 AM, 史周波  wrote:
>
>> I am researching how port the App for windows to Linux.
>> I meet a question about how to use the VBA language in AOO on the Linux?
>>
>
> OpenOffice Basic is a programming language similar to Microsoft Visual
> Basic for Applications (VBA) but based on StarOffice Basic.
>
> http://www.openoffice.org/api/basic/man/tutorial/tutorial.pdf
>
> FC
> --
> During times of Universal Deceit, telling the truth becomes a revolutionary
> act
> Durante épocas de Engaño Universal, decir la verdad se convierte en un Acto
> Revolucionario
> - George Orwell


Re: Hi I hava a question about how to use VBA language on the Linux

2012-05-04 Thread 史周波
Hi,
yes, user hope to edit the VBA code..
于 2012年05月04日 17:27, Yong Lin Ma 写道:
> Do you mean open a .xls file which contains VBA in AOO3.4 on Linux?
>
> On Fri, May 4, 2012 at 4:26 PM, 史周波  wrote:
>> Hi all,
>> I am researching how port the App for windows to Linux.
>> I meet a question about how to use the VBA language in AOO on the Linux?
>>
>> Regards.
>>
>> robertzhou



Re: Hi I hava a question about how to use VBA language on the Linux

2012-05-04 Thread Yong Lin Ma
Do you mean open a .xls file which contains VBA in AOO3.4 on Linux?

On Fri, May 4, 2012 at 4:26 PM, 史周波  wrote:
> Hi all,
> I am researching how port the App for windows to Linux.
> I meet a question about how to use the VBA language in AOO on the Linux?
>
> Regards.
>
> robertzhou


Hi I hava a question about how to use VBA language on the Linux

2012-05-04 Thread 史周波
Hi all,
I am researching how port the App for windows to Linux.
I meet a question about how to use the VBA language in AOO on the Linux?

Regards.

robertzhou


Re: hi

2012-05-03 Thread Peter Junge
Hi Xu Shanchuan,

I'm pleased to also meet you here.

Peter

On 5/4/2012 11:35 AM, 许山川 wrote:
> hi,all
> I am working for the company,China Standard Software Co., Ltd now,
> Untill now my work mainly covers the SD modules,including
> the doucument of ppt asynchronism loading and fixing bugs of impress
> I have several years of experiences in this domain ,and have a strong 
> willing to participate AOOo community.
> Best Regards,
> 2012-05-04
> 
> China Standard Software Co., Ltd. Shanchuan Xu
> hone: (+86) 010-51659955-8110



Re: hi

2012-05-03 Thread Yue Helen
Welcome! Glad to see more and more developers in.

Helen

2012/5/4 许山川 

> **
>  hi,all
> I am working for the company,China Standard Software Co., Ltd now,
> Untill now my work mainly covers the SD modules,including
> the doucument of ppt asynchronism loading and fixing bugs of impress
> I have several years of experiences in this domain ,and have a strong
> willing to participate AOOo community.
> Best Regards,
>
>  2012-05-04
> --
>   China Standard Software Co., Ltd. Shanchuan Xu
> hone: (+86) 010-51659955-8110
>


Re: hi

2012-05-03 Thread Louis Suárez-Potts
Hello Xu Shanchuan!

(BTW, would you be able to use a Roman alphabet name? Not all of us can 
decipher the ideograms.)


On 2012-05-03, at 23:35 , 许山川 wrote:

> hi,all
> I am working for the company,China Standard Software Co., Ltd now,   
> Untill now my work mainly covers the SD modules,including
> the doucument of ppt asynchronism loading and fixing bugs of impress
> I have several years of experiences in this domain ,and have a strong willing 
> to participate AOOo community.
> Best Regards,

I'm as delighted to greet you as I was your colleague :-) A lot has to be done, 
and I am sure we will appreciate your experience in this and your wisdom!  And 
I also see your company's great presence here as vital to growing the Beijing 
and even Chinese open source and OpenOffice community and market. 

Let me and the rest of us on this list know how we can help you and further 
ease your way into this very friendly, very global, very sleepless community :-)

Oh, as I mentioned to your colleague, you may want to refrain from including 
your Spam-friendly personal information. This list is public, and most Apache 
lists are that way, too.

Cheers,
Louis
>  
> 2012-05-04
> China Standard Software Co., Ltd. Shanchuan Xu
> hone: (+86) 010-51659955-8110



hi

2012-05-03 Thread 许山川
hi,all
I am working for the company,China Standard Software Co., Ltd now,   
Untill now my work mainly covers the SD modules,including 
the doucument of ppt asynchronism loading and fixing bugs of impress 
I have several years of experiences in this domain ,and have a strong willing 
to participate AOOo community.
Best Regards,

2012-05-04 



China Standard Software Co., Ltd. Shanchuan Xu
hone: (+86) 010-51659955-8110


Re: Hi everybody

2011-09-14 Thread Pedro F. Giffuni
Welcome zhong zhao!

It's nice to see people from China joining.. I guess this
project will be really alive in all timezones! :).

Pedro.

--- On Wed, 9/14/11, 赵忠  wrote:
...
> Hi all:
> I am working for the company, RedFlag 2000(China),and start
> to develope office suit two months ago. Till now, my work is
> mainly to fix bugs related to SC,SD and SW modules,and I
> have a strong willing to participate AOOo community,and
> render my contributions.Thanks!
> 
> Best Regards!
> 
> zhong zhao
> 
> 2011-09-15
> 
> 
> Beijing Redflag Chinese 2000 Software Co., Ltd.
> Building No.2, Block A, Huilongsen, 18 Xihuan Nanlu
> Beijing Economic-Technological Development Area
> 100176 Beijing - P.R.China
> -- 
> 赵忠
> 中企动力 应用开发部
> 手机: 15201238409
> 邮编:
>


Re: Hi everybody!

2011-09-14 Thread Jürgen Schmidt
Hi JingDong Chen,

welcome to the Apache Open Office project. Every helping hand is welcome and
from a code perspective the most important things we have to do is the IP
clearance of the code to make it Apache conform.

You can take a look on
http://wiki.services.openoffice.org/wiki/ApacheMigration to get a first
impression what we have to do.

To become a committer over time you have to follow the Apache rules, here
are some links that might be useful to get familiar with the Apache way ...

http://www.apache.org/dev/committers.html
http://incubator.apache.org/guides/committer.html
http://www.apache.org/dev/new-committers-guide.html

(maybe others have more links)

Welcome on board

Juergen

On Wed, Sep 14, 2011 at 10:38 AM, 陈京东  wrote:

> Hi all:
>
> I am working for the company, RedFlag2000 (China),  till now my work mainly
> covers two aspects: 1. To fix bug related to SC,SD and SW module, including
> the following special areas: Copy&paste, Slide show, Data filter and so on;
> 2. Implementing new feature, focusing on data security of clipboard, which
> is a kind of data exchange mechanism; I have several years of experiences in
> developing Office suite as a c++ developer, there is a strong willing to
> participate AOOo community, and render my contribution, Thanks!
>
> Best Regards
>
> JingDong Chen
>
> 2011-09-14
>
> Beijing Redflag Chinese 2000 Software Co., Ltd.
> Building No.2, Block A, Huilongsen, 18 Xihuan Nanlu
> Beijing Economic-Technological Development Area
> 100176 Beijing - P.R.China
> 北京红旗中文贰仟软件技术有限公司
> 地址:北京经济技术开发区(亦庄)西环南路18号汇龙森A座二层
> 邮编/PostCode:100176
> 电话/Tel: +86-10-51570010 ext.6196
> 邮箱/e-mail: chenjingd...@redoffice.com 
> <mailto:chenjingdong@**redOffice.com
> >
> http://www.redOffice.com <http://www.redoffice.com/>
> --
> 陈京东
> 红旗贰仟 系统开发部
> 电话: 010-51570010-6196
> 手机: 13811939717
> 邮箱: chenjingd...@redoffice.com
> 邮编: 100176
> 地址: 北京经济技术开发区(亦庄)西环南路18号汇龙森A座2层(**100176)
>


Hi everybody!

2011-09-14 Thread 陈京东

Hi all:

I am working for the company, RedFlag2000 (China),  till now my work mainly covers 
two aspects: 1. To fix bug related to SC,SD and SW module, including the following 
special areas: Copy&paste, Slide show, Data filter and so on; 2. Implementing 
new feature, focusing on data security of clipboard, which is a kind of data 
exchange mechanism; I have several years of experiences in developing Office suite 
as a c++ developer, there is a strong willing to participate AOOo community, and 
render my contribution, Thanks!

Best Regards

JingDong Chen

2011-09-14

Beijing Redflag Chinese 2000 Software Co., Ltd.
Building No.2, Block A, Huilongsen, 18 Xihuan Nanlu
Beijing Economic-Technological Development Area
100176 Beijing - P.R.China
北京红旗中文贰仟软件技术有限公司
地址:北京经济技术开发区(亦庄)西环南路18号汇龙森A座二层
邮编/PostCode:100176
电话/Tel: +86-10-51570010 ext.6196
邮箱/e-mail: chenjingd...@redoffice.com <mailto:chenjingd...@redoffice.com>
http://www.redOffice.com <http://www.redoffice.com/>
--
陈京东
红旗贰仟 系统开发部
电话: 010-51570010-6196
手机: 13811939717
邮箱: chenjingd...@redoffice.com
邮编: 100176
地址: 北京经济技术开发区(亦庄)西环南路18号汇龙森A座2层(100176)