Re-insert modules/plugin/epsg-access in the build
-------------------------------------------------

                 Key: GEOT-1259
                 URL: http://jira.codehaus.org/browse/GEOT-1259
             Project: GeoTools
          Issue Type: Task
          Components: core referencing
    Affects Versions: 2.4.M2
            Reporter: Martin Desruisseaux
            Assignee: Martin Desruisseaux
            Priority: Minor


{{gt2-epsg-access}} module has been excluded from the build because it has a 
dependency to the JDBC-ODBC bridge provided in Sun JDK. This dependency is not 
available on all platform. It is available on both Windows and Linux however (I 
guess that Mac-OS is the platform where this dependency is not available...).

The proposal is to reinsert {{gt2-epsg-access}} in the build process with the 
following declaration in its {{pom.xml}} file:

{code:xml}
<build>
  <plugins>
    <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-compiler-plugin</artifactId>
      <configuration>
        <failOnError>false</failOnError>
      </configuration>
    </plugin>
  </plugins>
</build>
{code}

This way, the lack of JDBC-ODBC bridge will not prevent Geotools build. However 
there is two question that need to be solved:

* How to report a compilation failure? With the above cited option, Maven 2.0.5 
reports "Build successful" even if compilation of {{gt2-epsg-access}} failed.
* Does it work with Javadoc generation?


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to