The Buildbot has detected a restored build on builder aoo-win7 while building .
Full details are available at:
https://ci.apache.org/builders/aoo-win7/builds/1064
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: bb-win10
Build Reason: forced: by IRC user (privmsg): None
Buil
Author: pfg
Date: Sun Apr 8 17:21:01 2018
New Revision: 1828656
URL: http://svn.apache.org/viewvc?rev=1828656&view=rev
Log:
Initial attempt at a clang-format configuration file.
Only advisory and still not comprehensive enough to cover our Cpp coding
standard:
https://wiki.openoffice.org/wiki/C
The Buildbot has detected a new failure on builder aoo-win7 while building .
Full details are available at:
https://ci.apache.org/builders/aoo-win7/builds/1063
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: bb-win10
Build Reason: forced: by IRC user (privmsg): None
Build S
Author: damjan
Date: Sun Apr 8 15:49:22 2018
New Revision: 1828644
URL: http://svn.apache.org/viewvc?rev=1828644&view=rev
Log:
We don't need dmake makefiles in main/jurt any more.
Patch by: me
Removed:
openoffice/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/bridgefactory/make
Author: damjan
Date: Sun Apr 8 13:25:06 2018
New Revision: 1828640
URL: http://svn.apache.org/viewvc?rev=1828640&view=rev
Log:
Pass the Windows path to Ant on Windows, as /cygdrive/c/... doesn't work.
Skip tests when JUnit is absent correctly: the OOO_JUNIT_JAR variable
isn't blank but absent.
Author: damjan
Date: Sun Apr 8 12:55:40 2018
New Revision: 1828638
URL: http://svn.apache.org/viewvc?rev=1828638&view=rev
Log:
Add a file accidentally left out of the last commit.
Patch by: me
Added:
openoffice/trunk/main/jurt/prj/makefile.mk
Added: openoffice/trunk/main/jurt/prj/makefile
Author: damjan
Date: Sun Apr 8 12:55:05 2018
New Revision: 1828636
URL: http://svn.apache.org/viewvc?rev=1828636&view=rev
Log:
Added an Ant target type to gbuild, that can be used to call Ant to build
a deliverable. Added Ant support files that provide build infrastructure
that can be used by Jav