BATCH: All dressed up, with nowhere to go...

2016-01-16 Thread gump
Dear Gumpmeisters,

The following 1 notifys should have been sent

*** G U M P
[GUMP@vmgump]: Project commons-digester (in module commons-digester-2.x) failed
*** G U M P
[GUMP@vmgump]: Project commons-digester (in module commons-digester-2.x) failed
To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at general@gump.apache.org.

Project commons-digester has an issue affecting its community integration.
This issue affects 4 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- commons-digester :  XML to Java Object Configuration
- commons-modeler :  Modeler MBeans
- commons-validator :  Validation Framework
- xmlgraphics-commons-test :  Apache XML Graphics Commons - Common 
Components for Batik an...


Full details are available at:

http://vmgump.apache.org/gump/public/commons-digester-2.x/commons-digester/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole jar output [commons-digester-2.2-SNAPSHOT.jar] identifier set to 
project name
 -WARNING- Bad *Optional* Dependency. Project: velocity-engine : unknown to 
*this* workspace
 -DEBUG- (Apache Gump generated) Apache Maven Settings in: 
/srv/gump/public/workspace/commons-digester-2.x/gump_mvn_settings.xml
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/commons-digester-2.x/pom.xml
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/commons-digester-2.x/commons-digester/gump_work/build_commons-digester-2.x_commons-digester.html
Work Name: build_commons-digester-2.x_commons-digester (Type: Build)
Work ended in a state of : Failed
Elapsed: 1 sec
Command Line: /opt/maven2/bin/mvn --batch-mode -DskipTests=true --settings 
/srv/gump/public/workspace/commons-digester-2.x/gump_mvn_settings.xml package 
[Working Directory: /srv/gump/public/workspace/commons-digester-2.x]
M2_HOME: /opt/maven2
-
at 
org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find 
parent: org.apache.commons:commons-parent for project: 
commons-digester:commons-digester:jar:2.2-SNAPSHOT for project 
commons-digester:commons-digester:jar:2.2-SNAPSHOT
at 
org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1396)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:823)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:508)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:200)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:604)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:487)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:391)
... 12 more
Caused by: org.apache.maven.project.ProjectBuildingException: POM 
'org.apache.commons:commons-parent' not found in repository: Unable to download 
the artifact from any repository

  org.apache.commons:commons-parent:pom:20

from the specified remote repositories:
  gump-central (http://localhost:8192/maven2)

 for project org.apache.commons:commons-parent
at 
org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:605)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1392)
... 18 more
Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException: Unable 
to download the artifact from any repository

  org.apache.commons:commons-parent:pom:20

from the specified remote repositories:
  gump-central (http://localhost:8192/maven2)


at 

Projects not listed in main gump.xml file?

2016-01-16 Thread Dominik Stadler
Hi,

while looking at some failures/warnings of the gump-build, I found that
quite a list of defined projects is not actually included in the default
profile/gump.xml file.

Is this on purpose? Some of these are defined at least as optional
dependencies on some projects...

Thanks... Dominik.


$ for i in project/*.xml;do grep -q project/`basename $i` profile/gump.xml
|| echo "Not found: $i"; done
Not found: project/anakia.xml
Not found: project/freemarker.xml
Not found: project/httpcomponents.xml
Not found: project/jaas.xml
Not found: project/jena.xml
Not found: project/jmxremote.xml
Not found: project/jndi.xml
Not found: project/jsse.xml
Not found: project/junit3.xml
Not found: project/ldap.xml
Not found: project/mockito.xml
Not found: project/packaged-bcel.xml
Not found: project/rhino.xml
Not found: project/velocity-anakia.xml
Not found: project/velocity-dvsl.xml
Not found: project/velocity-engine2.xml
Not found: project/velocity-engine.xml
Not found: project/velocity-maven.xml
Not found: project/velocity-texen.xml
Not found: project/velocity-tools.xml
Not found: project/xml-xmlbeans.xml


Re: Projects not listed in main gump.xml file?

2016-01-16 Thread Konstantin Kolinko
2016-01-16 22:48 GMT+03:00 Dominik Stadler :
> Hi,
>
> while looking at some failures/warnings of the gump-build, I found that
> quite a list of defined projects is not actually included in the default
> profile/gump.xml file.
>
> Is this on purpose? Some of these are defined at least as optional
> dependencies on some projects...
>
> Thanks... Dominik.
>
>
> $ for i in project/*.xml;do grep -q project/`basename $i` profile/gump.xml
> || echo "Not found: $i"; done
> Not found: project/anakia.xml
> Not found: project/freemarker.xml
> Not found: project/httpcomponents.xml
> Not found: project/jaas.xml
> Not found: project/jena.xml
> Not found: project/jmxremote.xml
> Not found: project/jndi.xml
> Not found: project/jsse.xml
> Not found: project/junit3.xml
> Not found: project/ldap.xml
> Not found: project/mockito.xml
> Not found: project/packaged-bcel.xml
> Not found: project/rhino.xml
> Not found: project/velocity-anakia.xml
> Not found: project/velocity-dvsl.xml
> Not found: project/velocity-engine2.xml
> Not found: project/velocity-engine.xml
> Not found: project/velocity-maven.xml
> Not found: project/velocity-texen.xml
> Not found: project/velocity-tools.xml
> Not found: project/xml-xmlbeans.xml

See svn history of profile/gump.xml
E.g. anakia was removed in this commit:
http://svn.apache.org/viewvc?view=revision=1512820
of 2013-08-10

My guess is that somebody forgot to remove project/anakia.xml (among
~170 files removed in that commit) for some trivial reason, being
confused by something.

(Theoretically one may say that you also need to search other
profiles, though only profile/gump.xml is used by the current running
instance.)

July-August 2013 was when Stefan reached out to other projects asking
whether they find Gump useful and removed a number of unneeded
projects. See the archives.

http://mail-archives.apache.org/mod_mbox/gump-general/201307.mbox/%3C87a9lg77tm.fsf%40v35516.1blu.de%3E

http://mail-archives.apache.org/mod_mbox/gump-general/201308.mbox/%3C87fvuh9yq9.fsf%40v35516.1blu.de%3E

Best regards,
Konstantin Kolinko

-
To unsubscribe, e-mail: general-unsubscr...@gump.apache.org
For additional commands, e-mail: general-h...@gump.apache.org