gvSIG bugs #1834

Error in the dependencies of the generated visor.main project

Added by Cesar Ordiñana almost 11 years ago. Updated over 10 years ago.

Status:Closed% Done:

0%

Priority:NormalSpent time:-
Assignee:Joaquín del Cerro Murciano
Category:Developer tools
Target version:2.1.0-2218-testing
Severity: Add-on version:
gvSIG version:2.0.0 Add-on build:
gvSIG build:2066 Add-on resolve version:
Operative System: Add-on resolve build:
Keywords: Proyecto:
Has patch:No Hito:
Add-on name:Development project wizard (org.gvsig.mkmvnproject)

Description

With a project generated with the development project wizard (template 1), the .main subproject does not contain most of the implementation libraries needed to run.

The following dependencies must be added to the <dependencies> section in the pom.xml file:

        <dependency>
            <groupId>org.gvsig</groupId>
            <artifactId>org.gvsig.proj.lib.proj4j</artifactId>
            <version>1.0.0-SNAPSHOT</version>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>org.gvsig</groupId>
            <artifactId>org.gvsig.compat</artifactId>
            <classifier>se</classifier>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>org.gvsig</groupId>
            <artifactId>org.gvsig.fmap.geometry</artifactId>
            <classifier>impl</classifier>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>org.gvsig</groupId>
            <artifactId>org.gvsig.timesupport.lib.impl</artifactId>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>org.gvsig</groupId>
            <artifactId>org.gvsig.fmap.dal</artifactId>
            <classifier>spi</classifier>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>org.gvsig</groupId>
            <artifactId>org.gvsig.fmap.dal</artifactId>
            <classifier>impl</classifier>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>org.gvsig</groupId>
            <artifactId>org.gvsig.fmap.dal.file</artifactId>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>org.gvsig</groupId>
            <artifactId>org.gvsig.fmap.dal.file</artifactId>
            <classifier>store.dbf</classifier>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>org.gvsig</groupId>
            <artifactId>org.gvsig.fmap.dal.file</artifactId>
            <classifier>store.shp</classifier>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>org.gvsig</groupId>
            <artifactId>org.gvsig.symbology.lib.impl</artifactId>
            <scope>runtime</scope>
        </dependency>

History

#1 Updated by Álvaro Anguix over 10 years ago

  • Assignee set to Joaquín del Cerro Murciano

#2 Updated by Álvaro Anguix over 10 years ago

  • Target version set to 2.1.0-2219-testing

#3 Updated by Joaquín del Cerro Murciano over 10 years ago

  • Status changed from New to Fixed
  • Target version changed from 2.1.0-2219-testing to 2.1.0-2218-testing

#4 Updated by Álvaro Anguix over 10 years ago

  • Status changed from Fixed to Closed

Also available in: Atom PDF