buildbot success in ASF Buildbot on openoffice-linux32-nightly

2014-02-23 Thread buildbot
Hi! , The openoffice-linux32-nightly builder has just completed a run

STATUS: Success

 Build revision 1570950 on branch openoffice/trunk

 Snapshot results at: http://ci.apache.org/projects/openoffice/

 Build using the ASF buildslave: bb-vm2_ubuntu_32bit

 Build results at: 
http://ci.apache.org/builders/openoffice-linux32-nightly/builds/658

 Build reason was: The Nightly scheduler named 'openoffice-linux32-nightly' 
triggered this build


 Yours Sincerely - The ASF Buildbot (http://ci.apache.org/)
--

 Join the bui...@apache.org mailing list for help with Buildbot






buildbot success in ASF Buildbot on openoffice-linux64-nightly

2014-02-23 Thread buildbot
Hi! , The openoffice-linux64-nightly builder has just completed a run

STATUS: Success

 Build revision 1570965 on branch openoffice/trunk

 Snapshot results at: http://ci.apache.org/projects/openoffice/

 Build using the ASF buildslave: tethys_ubuntu

 Build results at: 
http://ci.apache.org/builders/openoffice-linux64-nightly/builds/899

 Build reason was: The Nightly scheduler named 'openoffice-linux64-nightly' 
triggered this build


 Yours Sincerely - The ASF Buildbot (http://ci.apache.org/)
--

 Join the bui...@apache.org mailing list for help with Buildbot






svn commit: r1571026 - /openoffice/trunk/main/vcl/os2/source/gdi/salprn.cxx

2014-02-23 Thread ydario
Author: ydario
Date: Sun Feb 23 16:44:37 2014
New Revision: 1571026

URL: http://svn.apache.org/r1571026
Log:
#i124294# use rAppName to fill pszComment field when opening the printer device.

Modified:
openoffice/trunk/main/vcl/os2/source/gdi/salprn.cxx

Modified: openoffice/trunk/main/vcl/os2/source/gdi/salprn.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/vcl/os2/source/gdi/salprn.cxx?rev=1571026r1=1571025r2=1571026view=diff
==
--- openoffice/trunk/main/vcl/os2/source/gdi/salprn.cxx (original)
+++ openoffice/trunk/main/vcl/os2/source/gdi/salprn.cxx Sun Feb 23 16:44:37 2014
@@ -1671,25 +1671,9 @@ sal_Bool Os2SalPrinter::StartJob( const 
lType = OD_QUEUED;
}
 
-#if 0 // YD FIXME
-   // Set comment (AppName nur bis zum 1. Space-Zeichen nehmen)
-   const xub_Unicode*  pComment = rAppName;
-   USHORT  nCommentLen = 0;
-   memset( maCommentBuf, 0, sizeof( maCommentBuf ) );
-   while ( (nCommentLen  32) 
-   (((*pComment = 'a')  (*pComment = 'z')) ||
-((*pComment = 'A')  (*pComment = 'Z')) ||
-((*pComment = '0')  (*pComment = '9')) ||
-(*pComment == '-')))
-   {
-   maCommentBuf[nCommentLen] = (char)(*pComment);
-   nCommentLen++;
-   pComment++;
-   }
-   aDevOpenStruc.pszComment = (PSZ)maCommentBuf;
-#endif
-   ByteString jobName( rJobName, gsl_getSystemTextEncoding());
-   aDevOpenStruc.pszComment = (PSZ)jobName.GetBuffer();
+   // Set comment using application name
+   ByteString appName( rAppName, gsl_getSystemTextEncoding());
+   aDevOpenStruc.pszComment = (PSZ)appName.GetBuffer();
 
// Kopien
if ( nCopies  1 )
@@ -1740,6 +1724,7 @@ sal_Bool Os2SalPrinter::StartJob( const 
 #endif
 
// JobName ermitteln und Job starten
+   ByteString jobName( rJobName, gsl_getSystemTextEncoding());
PSZ pszJobName = NULL;
int nJobNameLen = 0;
if ( jobName.Len()  0 )




svn commit: r1571081 - /openoffice/trunk/main/configure.in

2014-02-23 Thread pescetti
Author: pescetti
Date: Sun Feb 23 20:05:19 2014
New Revision: 1571081

URL: http://svn.apache.org/r1571081
Log:
#i124301# Use more informative error messages for EPM failures.

Modified:
openoffice/trunk/main/configure.in

Modified: openoffice/trunk/main/configure.in
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/configure.in?rev=1571081r1=1571080r2=1571081view=diff
==
--- openoffice/trunk/main/configure.in (original)
+++ openoffice/trunk/main/configure.in Sun Feb 23 20:05:19 2014
@@ -3372,7 +3372,7 @@ if test $enable_epm = yes; then
 if $EPM | grep ESP Package Manager /dev/null 2/dev/null; then
AC_MSG_RESULT([yes])
 else
-  AC_MSG_ERROR([no. Install ESP Package Manager 
(http://www.msweet.org/projects.php?Z2) and/or specify the path to the right 
epm])
+  AC_MSG_ERROR([no. Install ESP Package Manager 
(http://www.msweet.org/projects.php?Z2) and/or specify the path to the right 
epm (--with-epm). Or specify an URL to an epm-3.7 source package 
(--with-epm-url); run configure with the --help option for a list of possible 
URLs.])
 fi
 AC_MSG_CHECKING([epm version])
 EPM_VERSION=`$EPM | grep 'ESP Package Manager' | cut -d' ' -f4 | 
$SED -e s/v//`




svn commit: r1571087 - /openoffice/trunk/main/configure.in

2014-02-23 Thread pescetti
Author: pescetti
Date: Sun Feb 23 20:32:17 2014
New Revision: 1571087

URL: http://svn.apache.org/r1571087
Log:
#i124301# Override system epm and --with-epm if --with-epm-url is used.

Modified:
openoffice/trunk/main/configure.in

Modified: openoffice/trunk/main/configure.in
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/configure.in?rev=1571087r1=1571086r2=1571087view=diff
==
--- openoffice/trunk/main/configure.in (original)
+++ openoffice/trunk/main/configure.in Sun Feb 23 20:32:17 2014
@@ -3354,9 +3354,9 @@ if test $enable_epm = yes; then
  AC_PATH_PROG(EPM, epm, no)
   fi
 
-  if test $EPM = no  test -n $with_epm_url ; then
+  # Override system epm and --with-epm if --with-epm-url is used.
+  if test -n $with_epm_url ; then
  # At this moment we can not verify the URL or the content that we 
want to download.
-# Neither can we apply the test below for ruling out that it is the 
SunStudio dmake.
 EPM_URL=$with_epm_url
 AC_MSG_RESULT([epm will be downloaded and compiled in 
bootstrap])
 EPM=




buildbot success in ASF Buildbot on openoffice-linux64-rat

2014-02-23 Thread buildbot
Hi! , The openoffice-linux64-rat builder has just completed a run

STATUS: Success

 Build revision 1571087 on branch openoffice/trunk

 Snapshot results at: http://ci.apache.org/projects/openoffice/

 Build using the ASF buildslave: tethys_ubuntu

 Build results at: 
http://ci.apache.org/builders/openoffice-linux64-rat/builds/95

 Build reason was: The Nightly scheduler named 'openoffice-linux64-rat' 
triggered this build


 Yours Sincerely - The ASF Buildbot (http://ci.apache.org/)
--

 Join the bui...@apache.org mailing list for help with Buildbot






buildbot failure in ASF Buildbot on openoffice-linux64-nightly

2014-02-23 Thread buildbot
Hi! , The openoffice-linux64-nightly builder has just completed a run

STATUS: Failure

 Build revision 1571133 on branch openoffice/trunk

 Snapshot results at: http://ci.apache.org/projects/openoffice/

 Build using the ASF buildslave: tethys_ubuntu

 Build results at: 
http://ci.apache.org/builders/openoffice-linux64-nightly/builds/900

 Build reason was: The Nightly scheduler named 'openoffice-linux64-nightly' 
triggered this build


 Yours Sincerely - The ASF Buildbot (http://ci.apache.org/)
--

 Join the bui...@apache.org mailing list for help with Buildbot






buildbot failure in ASF Buildbot on openoffice-fbsd-nightly

2014-02-23 Thread buildbot
Hi! , The openoffice-fbsd-nightly builder has just completed a run

STATUS: Failure

 Build revision 1571133 on branch openoffice/trunk

 Snapshot results at: http://ci.apache.org/projects/openoffice/

 Build using the ASF buildslave: bb-fbsd2_64bit

 Build results at: 
http://ci.apache.org/builders/openoffice-fbsd-nightly/builds/191

 Build reason was: The Nightly scheduler named 'openoffice-fbsd-nightly' 
triggered this build


 Yours Sincerely - The ASF Buildbot (http://ci.apache.org/)
--

 Join the bui...@apache.org mailing list for help with Buildbot






buildbot success in ASF Buildbot on aoo-win7

2014-02-23 Thread buildbot
Hi! , The aoo-win7 builder has just completed a run

STATUS: Success

 Build revision 1571087 on branch openoffice/trunk

 Snapshot results at: http://ci.apache.org/projects/openoffice/

 Build using the ASF buildslave: bb-win7

 Build results at: http://ci.apache.org/builders/aoo-win7/builds/951

 Build reason was: The Nightly scheduler named 'aoo-win7-nightly' triggered 
this build


 Yours Sincerely - The ASF Buildbot (http://ci.apache.org/)
--

 Join the bui...@apache.org mailing list for help with Buildbot