spotbugsXml.xml

2022-06-16 Thread Simon Matthews
I just spotted this file in the analysis-model. There are two instances of it and it lists the parsers. It appears to be automatically generated, but my new parser is not listed in it. What's the process to update it? Simon -- You received this message because you are subscribed to the

Re: warnings-ng-plugin-devenv/analysis-model/bin/go.sh missing a step?

2022-06-08 Thread Simon Matthews
On Wednesday, June 8, 2022 at 3:44:23 PM UTC-7 ullrich...@gmail.com wrote: > > Am 08.06.2022 um 19:56 schrieb Simon Matthews : > > More on what is stopping deploy.sh > > I see this error message, which I had erroneously ignored previously: > cp: cannot stat 'code-coverage-a

Re: warnings-ng-plugin-devenv/analysis-model/bin/go.sh missing a step?

2022-06-08 Thread Simon Matthews
[INFO] Removing plugins in docker/volumes/jenkins-home On Wednesday, June 8, 2022 at 10:04:44 AM UTC-7 Simon Matthews wrote: > Update: I manually ran the copy: > cp -fv warnings-ng-plugin/plugin/target/*hpi > $JEN

Re: warnings-ng-plugin-devenv/analysis-model/bin/go.sh missing a step?

2022-06-08 Thread Simon Matthews
ployed? > > It should look like: > > > The analysis-model code looks good (it should not be part of your master > branch, it should be be part of a new branch though). > The warnings plugin fork has no changes yet? > > > Am 08.06.2022 um 03:21 schrieb Simon Matthews : > >

Re: warnings-ng-plugin-devenv/analysis-model/bin/go.sh missing a step?

2022-06-07 Thread Simon Matthews
I still don't see my parser in the list. Any ideas what I might have missed? Or is my mistake to extend AnalysisModelParser instead of ReportScanningTool? My work on the analysis-model can be found in https://github.com/SimonMatthews-BP/analysis-model > > > Am 07.06.2022 um 19:54

Re: warnings-ng-plugin-devenv/analysis-model/bin/go.sh missing a step?

2022-06-07 Thread Simon Matthews
UI up to now. I should file an issue for this bug. In this > case you need to register your parser in the warnings plugin as well... > Can you tell me how to work around this? At least to show that my parser is working? Simon > > Am 07.06.2022 um 03:03 schrieb Simon Matthews : &g

Re: warnings-ng-plugin-devenv/analysis-model/bin/go.sh missing a step?

2022-06-06 Thread Simon Matthews
On Monday, June 6, 2022 at 2:46:19 PM UTC-7 ullrich...@gmail.com wrote: Thanks for your reply. To update on progress, I had not previously added the analysis-model/src/test/java/edu/hm/hafner/analysis/parser/ParserTest.java file. I have now added that and the unit tests are passing. The

Re: warnings-ng-plugin-devenv/analysis-model/bin/go.sh missing a step?

2022-06-03 Thread Simon Matthews
that the build had completed. I'll go back to the start to see if I can figure it out. It's odd, because, in my stand-alone analysis-model directory, the tests ran clean with my new parser. Simon On Friday, June 3, 2022 at 11:35:36 AM UTC-7 Simon Matthews wrote: > On Friday, June 3, 2022 at 1:15:35

Re: warnings-ng-plugin-devenv/analysis-model/bin/go.sh missing a step?

2022-06-03 Thread Simon Matthews
On Friday, June 3, 2022 at 1:15:35 AM UTC-7 ullrich...@gmail.com wrote: > > Looking at the first and second second go.sh, neither appear to actually > copy any files from the file "analysis-model-api.jar" (or any > "analysis-model-*SNAPSHOT.jar" file) to the JENKINS_HOME directory. > > >

warnings-ng-plugin-devenv/analysis-model/bin/go.sh missing a step?

2022-06-02 Thread Simon Matthews
I have now got this to build and run in Jenkins (I installed the latest version of Docker and the docker-compose-plugin so that I could use the scripts without modification), however, when I modify the analysis-model (to add a parser) and run ./bin/go.sh in the analysis-model directory, the

Re: warnings-ng-plugin-devenv won't build

2022-06-02 Thread Simon Matthews
file or something that specifies custom URLs? > > On Thu, Jun 2, 2022 at 2:18 AM Simon Matthews > wrote: > >> I am running on a fresh install of Ubuntu 22.04 and it won't build (last >> part of clone_repos.sh) for me. I thi

warnings-ng-plugin-devenv won't build

2022-06-01 Thread Simon Matthews
I am running on a fresh install of Ubuntu 22.04 and it won't build (last part of clone_repos.sh) for me. I think the error is this line (and similar): Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not transfer artifact

Trying to use the warnings-ng-plugin-devenv

2022-06-01 Thread Simon Matthews
I forked the warnings-ng-plugin-devenv and cloned it locally. Then I ran ./clone-repos.sh, which completed successfully, however, when I try to run "jenkins.sh", I get: alpine: Pulling from jenkins/jenkins Digest: sha256:a7dd40264e04592ba0d759f7d75fb52fdd5f0fcb9ae5939fef7cbf23b4a6a944 Status:

Re: Building an hpi file?

2022-05-25 Thread Simon Matthews
: > analysis-model is a jar, not a plugin. So it will create a jar as expected. > It is used by other plugins I think (cannot check just now). > > What are you trying to achieve? > > Le mer. 25 mai 2022 à 21:18, Simon Matthews a > écrit : > >> I am attempti

Building an hpi file?

2022-05-25 Thread Simon Matthews
I am attempting to build a modified version of the analysis-model plugin.I think that I need to create an hpi file which I can then install in my jenkins installation, but if this is not correct, please tell me. It's not clear to me how to do this from the command line: I think it has changed