Activity

From 08/26/2014 to 09/24/2014

09/24/2014

08:26 PM Feature #2004 (Resolved): Support analysis of projects referenced with Maven sub modules
Applied in changeset commit:281bf88e2c613dc5c5b8c54e9b88204be64a6afd. J. Moringen
08:17 PM Feature #2004 (In Progress): Support analysis of projects referenced with Maven sub modules
J. Moringen
08:25 PM Revision 281bf88e: Support Maven "sub-modules" in src/analysis/maven.lisp
fixes #2004
* src/analysis/maven.lisp (analyze pathname eql :maven): if there is a
"modules" element, recursively ...
J. Moringen
08:24 PM Bug #2018 (Resolved): Analysis of maven project reports empty XML node
Applied in changeset commit:dfb780bdbcbe3e35c4c522a581d596dd6f04109c. J. Moringen
08:16 PM Bug #2018 (In Progress): Analysis of maven project reports empty XML node
J. Moringen
08:24 PM Bug #2017 (Resolved): Generator fails with UTF-8 stream decoding error
Applied in changeset commit:9c46c296567fa086cc96ec1fde30945dc4dcb2fc. J. Moringen
08:17 PM Bug #2017 (In Progress): Generator fails with UTF-8 stream decoding error
J. Moringen
08:16 PM Revision 85b8aa0e: Support Maven "sub-modules" in src/analysis/maven.lisp
fixes #2008
* src/analysis/maven.lisp (analyze pathname eql :maven): if there is a
"modules" element, recursively ...
J. Moringen
08:13 PM Revision dfb780bd: Support POM "parent" element in src/analysis/maven.lisp
fixes #2018
* src/analysis/maven.lisp (analysis pathname eql :maven): when a
"parent" element is present, merge it...
J. Moringen
08:10 PM Revision 9c46c296: Use encoding-error-ignoring external format if possible
fixes #2017
* src/analysis/util.lisp (safe-external-format-argument): new function;
return an :external-format arg...
J. Moringen
08:02 PM Revision 72355b3a: Support project.version property in src/analysis/maven.lisp
fixes #1991
Apparently, Maven provides a number of implicit properties such as
project.version for use in e.g. depen...
J. Moringen
12:14 PM Bug #2022 (Rejected): Incorrect pkg-config requirement extraction for cmake-cpp projects
> BTL creates @btl-1.1.pc@ (see attachment).
>
> Downstream calls:
> @PKG_CHECK_MODULES(LIBRARIES REQUIRED eigen3...
J. Moringen
11:34 AM Bug #2022: Incorrect pkg-config requirement extraction for cmake-cpp projects
BTL creates btl-1.1.pc (see attachment).
Downstream calls:
PKG_CHECK_MODULES(LIBRARIES REQUIRED eigen3 xmltio btl...
S. Meyer zu Borgsen
11:29 AM Bug #2022 (Feedback): Incorrect pkg-config requirement extraction for cmake-cpp projects
The correctness of the extraction depends on whether the pkg-config module is named "btl-1.1" or "btl", i.e. does the... J. Moringen
10:51 AM Bug #2022 (Rejected): Incorrect pkg-config requirement extraction for cmake-cpp projects
For example for the annotate project it extracts:... S. Meyer zu Borgsen
10:38 AM Bug #2021 (Resolved): Projects that contain pom.xml and CMakeLists.txt get treated as maven proje...
The BTL project (https://projects.cit-ec.uni-bielefeld.de/git/btl.git)
contains a pom for building the java part and...
S. Meyer zu Borgsen

09/23/2014

01:15 PM Bug #2018 (Resolved): Analysis of maven project reports empty XML node
The pom from project: https://projects.cit-ec.uni-bielefeld.de/git/bonsai-behavior.git
causes the build generator to...
S. Meyer zu Borgsen
01:09 PM Bug #2017 (Resolved): Generator fails with UTF-8 stream decoding error
When the generator analyses the Open CV project it fails with:
2 problems during ANALYZE/PROJECT phase:
ANALY...
S. Meyer zu Borgsen

09/16/2014

01:52 PM Feature #2004 (Resolved): Support analysis of projects referenced with Maven sub modules
Issue identified and explained in https://projects.cit-ec.uni-bielefeld.de/issues/3877 S. Wrede

09/15/2014

01:57 PM Feature #1996 (New): When running in interactive mode, offer restarts in case of errors
Things like failing internet connections can ruin an entire run of the generator. Since we have restarts anyway, offs... J. Moringen

09/13/2014

11:11 AM Bug #1991: Rsbam project causes generator to hang
Fixed binary is available "here":https://ci.cor-lab.org/job/build-generator-trunk/label=ubuntu_precise_64bit/. J. Moringen

09/12/2014

08:40 PM Bug #1991 (Resolved): Rsbam project causes generator to hang
Applied in changeset commit:943b0da039421fea9c864d5efee4b75e93cdfcd1. J. Moringen
11:17 AM Bug #1991 (Resolved): Rsbam project causes generator to hang
The analzysis of the rsbam.server project causes the job-generator to hang with full cpu utilization.
Project:
ht...
S. Meyer zu Borgsen
06:40 PM Revision 943b0da0: Support project.version property in src/analysis/maven.lisp
fixes #1991
Apparently, Maven provides a number of implicit properties such as
project.version for use in e.g. depen...
J. Moringen

09/11/2014

06:39 PM Tasks #1990: Represent parallelism constraints of build systems
Jan Moringen wrote:
> Seriously? It is not possible to execute more than one maven build in parallel on the same mac...
J. Wienke
06:35 PM Tasks #1990: Represent parallelism constraints of build systems
Seriously? It is not possible to execute more than one maven build in parallel on the same machine (can different use... J. Moringen
05:36 PM Tasks #1990 (New): Represent parallelism constraints of build systems
Certain build systems should not be used in parallel on the same machine. This is e.g. true for maven and ros catkin.... J. Wienke
02:22 PM Tasks #1676 (In Progress): Support repository authentication for parsing
For git, we can do @git -c core.askpass OUR-OWN-PROGRAM …@ to intercept password queries. J. Moringen
02:19 PM Feature #1989 (Resolved): Implement archive download as an scm mechanism
Experience has shown that obtaining projects in form of archives via downloads is an unavoidable use-case.
Support...
J. Moringen
02:14 PM Enhancement #1848 (Rejected): Do not remove repository credentials while regenerating a job
Will be solved by implementing #1984. J. Moringen

09/08/2014

06:28 PM Enhancement #1984: Use credentials plugin for authenticating SCM access
I have opened to issues upstream to improve the real API for accessing this kind of information:
* https://issues.je...
J. Wienke
06:13 PM Enhancement #1984 (Resolved): Use credentials plugin for authenticating SCM access
We have found out a quite simple way to use the credentials plugin of jenkins in combination with the generator.
T...
J. Wienke
06:04 PM Bug #1983 (Resolved): --non-interactive option for subversion prevents authentication using kwall...
Maybe add a command line flag to the generator to enable this again if desired. J. Wienke
 

Also available in: Atom