Hey Justin, all,

Ian fixed the MapPane. 

I'm not sure about how maven works, and whether we want the demos
accumulated in the 2.2.x/target/ directory. However, comparing the
pom.xml in ext/ and in demo/ the demo/pom.xml is missing both the <scm>
block and the <build> block. When I alter the demo/pom.xml to be that
below, I get the three modules, which are built in demo, relocated into
2.2.x/target/. If that makes sense, you may want to alter demo/pom.xml
like that below.

Other than that, I think the JMapPane and MapViewer should work in the
next release.

--adrian



logipod:/soft/SVN/geotools/branches/2.2.x> cat demo/pom.xml


<?xml version="1.0" encoding="UTF-8"?><project
xmlns="http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd";>
  <parent>
    <artifactId>gt2</artifactId>
    <groupId>org.geotools</groupId>
    <version>2.2-RC5-SNAPSHOT</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.geotools</groupId>
  <artifactId>gt2-demo</artifactId>
  <packaging>pom</packaging>
  <name>Geotools demos</name>
  <version>2.2-RC5-SNAPSHOT</version>
  <description>Demos for Geotools 2.</description>
  <url>http://maven.geotools.fr/reports/demo</url>
  <scm>

<connection>scm:svn:http://svn.geotools.org/geotools/branches/2.2.x/demo</connection>

<developerConnection>scm:svn:http://svn.geotools.org/geotools/branches/2.2.x/gt2-demo</developerConnection>
    <url>http://svn.geotools.org/geotools/branches/2.2.x/demo</url>
  </scm>
  <build>
    <plugins>
      <plugin>
        <groupId>org.geotools</groupId>
        <artifactId>gt2-jar-collector</artifactId>
        <version>2.2-RC5-SNAPSHOT</version>
        <executions>
          <execution>
            <goals>
              <goal>collect</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <modules>
    <module>introduction</module>
    <module>property</module>
    <module>mappane</module>
  </modules>
</project>



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to