gvSIG bugs #3930

Falla al compilar org.gvsig.view3d con org.gvsig.desktop 2.0.116

Added by Joaquín del Cerro Murciano over 8 years ago. Updated over 8 years ago.

Status:Closed% Done:

0%

Priority:NormalSpent time:-
Assignee:Daniel Martinez
Category:-
Target version:2.3.0-2412 (rev. org.gvsig.desktop-2.0.118)
Severity:Major Add-on version:
gvSIG version:2.3.0 Add-on build:
gvSIG build:2411 Add-on resolve version:
Operative System: Add-on resolve build:
Keywords: Proyecto:
Has patch: Hito:
Add-on name:Unknown

Description

Al compilar org.gvsig.view3d falla con:

Started by user Joaquin
Building in workspace /var/lib/jenkins/workspace/org.gvsig.3d
[org.gvsig.3d] $ /bin/bash /tmp/hudson2347814444124598343.sh
Tue Dec 15 18:19:08 CET 2015
Run action install (increment build numbers false)
svn --username jjdelcerro --password ******** --no-auth-cache --non-interactive --force --accept theirs-full update
At revision 561.
mvn -B -Dusername=jjdelcerro -Dpassword=******** install
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
[INFO] Scanning for projects...

[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.gvsig:org.gvsig.view3d.main:1.0.2-SNAPSHOT (/mnt/devel1/jenkins/workspace/org.gvsig.3d/org.gvsig.view3d.main/pom.xml) has 2 errors
[ERROR]     'dependencies.dependency.version' for org.gvsig:org.gvsig.fmap.geometry.generalpath:jar is missing. @ line 72, column 15
[ERROR]     'dependencies.dependency.version' for org.gvsig:org.gvsig.fmap.geometry.operation:jar is missing. @ line 77, column 15
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
Build step 'Execute shell' marked build as failure
Finished: FAILURE

En teoria solo deberian haber dependencias con:

org.gvsig:org.gvsig.fmap.geometry.generalpath

en el main. Habria que sustituirlas por:

                <dependency>
                        <groupId>org.gvsig</groupId>
                        <artifactId>${org.gvsig.fmap.geometry.impl}</artifactId>
                        <scope>runtime</scope>
                </dependency>
                <dependency>
                        <groupId>org.gvsig</groupId>
                        <artifactId>${org.gvsig.fmap.geometry.operation.impl}</artifactId>
                        <scope>runtime</scope>
                </dependency>

En el pom de org.gvsig.desktop hay declaradas variables para cuando hay que referenciar a
las implementaciones por si estas cambian de nombre, como a sido el caso de la implementacion
de la libreria de geometrias.

Associated revisions

Revision 562
Added by Daniel Martinez over 8 years ago

refs #3930 Updated to org.gvsig.desktop 2.0.116. Changing the references indicated it compiled correctly.

History

#1 Updated by Daniel Martinez over 8 years ago

  • Status changed from New to In progress

#2 Updated by Joaquín del Cerro Murciano over 8 years ago

  • Status changed from In progress to Fixed

#3 Updated by Álvaro Anguix over 8 years ago

  • Status changed from Fixed to Closed

Also available in: Atom PDF