xdgnjobs/pom.xml
@@ -18,8 +18,8 @@ <test.maxHeapSize>512M</test.maxHeapSize> <src.output>${basedir}/target</src.output> <java5>1.6</java5> <xdgnio.version>2.0.0</xdgnio.version> <gt.version>10.0.x</gt.version> <xdgnio.version>2.0.1</xdgnio.version> <gt.version>10.1.x</gt.version> <failIfNoTests>false</failIfNoTests> <stress.skip.pattern></stress.skip.pattern> <online.skip.pattern></online.skip.pattern> @@ -65,7 +65,7 @@ <groupId>com.ximple.eofms</groupId> <artifactId>ximple-dgnjobs</artifactId> <packaging>pom</packaging> <version>2.0.0</version> <version>2.0.1</version> <name>ximple-dgnjobs</name> <url>http://www.ximple.com.tw</url> @@ -205,6 +205,16 @@ </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-opengis</artifactId> <version>${gt.version}</version> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-metadata</artifactId> <version>${gt.version}</version> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-jdbc</artifactId> <version>${gt.version}</version> </dependency> xdgnjobs/ximple-build/maven/jar-collector/pom.xml
@@ -7,7 +7,7 @@ <parent> <groupId>com.ximple.eofms.maven</groupId> <artifactId>ximple-maven</artifactId> <version>2.0.0</version> <version>2.0.1</version> </parent> xdgnjobs/ximple-build/maven/pom.xml
@@ -7,7 +7,7 @@ <parent> <groupId>com.ximple.eofms.maven</groupId> <artifactId>ximple-build</artifactId> <version>2.0.0</version> <version>2.0.1</version> </parent> xdgnjobs/ximple-build/pom.xml
@@ -7,7 +7,7 @@ <parent> <groupId>com.ximple.eofms</groupId> <artifactId>ximple-dgnjobs</artifactId> <version>2.0.0</version> <version>2.0.1</version> </parent> @@ -16,7 +16,7 @@ <!-- =========================================================== --> <groupId>com.ximple.eofms.maven</groupId> <artifactId>ximple-build</artifactId> <version>2.0.0</version> <version>2.0.1</version> <packaging>pom</packaging> <name>Build tools for Ximple DgnJobs</name> xdgnjobs/ximple-dgnio/pom.xml
@@ -7,7 +7,7 @@ <parent> <groupId>com.ximple.eofms</groupId> <artifactId>ximple-dgnjobs</artifactId> <version>2.0.0</version> <version>2.0.1</version> </parent> <!-- =========================================================== --> @@ -15,7 +15,7 @@ <!-- =========================================================== --> <groupId>com.ximple.eofms</groupId> <artifactId>ximple-dgnio</artifactId> <version>2.0.0</version> <version>2.0.1</version> <packaging>jar</packaging> <name>ximple-dgnio</name> <url>http://www.ximple.com.tw</url> xdgnjobs/ximple-dgnio/src/test/java/com/ximple/io/dgn7/Dgn7OracleReaderTest.java
@@ -24,7 +24,7 @@ } @Test // @Test public void testOracleReader() throws SQLException, IOException { OracleConnection connection = OracleTarget.getInstance().getOracleConnection(); // String fetchSrcStmtFmt = "SELECT IGDSELM FROM \"%s\".\"%s\" ORDER BY ROWID"; xdgnjobs/ximple-dgnio/src/test/java/com/ximple/io/dgn7/OracleTarget.java
@@ -42,8 +42,8 @@ private OracleTarget() { properties = new Properties(); properties.put(_propUsrKey, "SPATIALDB"); properties.put(_propPassKey, "SPATIALDB000"); properties.put(_propUsrKey, "system"); properties.put(_propPassKey, "simple000"); } public static String getOracleHost() { xdgnjobs/ximple-elmparser/pom.xml
@@ -5,12 +5,12 @@ <parent> <groupId>com.ximple.eofms</groupId> <artifactId>ximple-dgnjobs</artifactId> <version>2.0.0</version> <version>2.0.1</version> </parent> <groupId>com.ximple.eofms</groupId> <artifactId>ximple-elmparser</artifactId> <version>2.0.0</version> <version>2.0.1</version> <packaging>jar</packaging> <name>ximple-elmparser</name> <url>http://maven.apache.org</url> xdgnjobs/ximple-jobcarrier/pom.xml
@@ -6,19 +6,19 @@ <parent> <groupId>com.ximple.eofms</groupId> <artifactId>ximple-dgnjobs</artifactId> <version>2.0.0</version> <version>2.0.1</version> </parent> <groupId>com.ximple.eofms</groupId> <artifactId>ximple-jobcarrier</artifactId> <version>2.0.0</version> <version>2.0.1</version> <packaging>jar</packaging> <name>ximple-jobcarrier</name> <url>http://maven.apache.org</url> <properties> <xdgnio.version>2.0.0</xdgnio.version> <xdgnio.version>2.0.1</xdgnio.version> </properties> <scm> @@ -85,6 +85,16 @@ <dependency> <groupId>org.quartz-scheduler</groupId> <artifactId>quartz</artifactId> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.quartz-scheduler</groupId> <artifactId>quartz-jobs</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> @@ -120,6 +130,10 @@ </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-opengis</artifactId> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-jdbc</artifactId> </dependency> <dependency> @@ -133,6 +147,14 @@ <dependency> <groupId>org.geotools.jdbc</groupId> <artifactId>gt-jdbc-mysql</artifactId> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-opengis</artifactId> </dependency> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-metadata</artifactId> </dependency> <!-- because main and sample-data depend on referencing we need a tie breaker --> @@ -204,6 +226,12 @@ <artifactId>awl</artifactId> </dependency> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.4.01</version> </dependency> <!-- Ximple Library --> <dependency> <artifactId>ximple-dgnio</artifactId> xdgnjobs/ximple-jobcarrier/src/main/resources/quartz_jobs.xml
@@ -33,15 +33,15 @@ <job-data-map> <entry> <key>JOBDATA_DIR</key> <value>/mnt/hdisk/home.data/private/projects/xdcad/xjobrun/nntpcjobs/jobdata</value> <value>/Users/Shared/Public/Projects/XGeoDMMS/xjobrun/nntpcjobs/jobdata</value> </entry> <entry> <key>PGHOST</key> <value>192.168.11.99</value> <value>10.10.1.7</value> </entry> <entry> <key>PGDATBASE</key> <value>pgNNTPC</value> <value>pgDMMS</value> </entry> <entry> <key>PGPORT</key> @@ -61,7 +61,7 @@ </entry> <entry> <key>ORAHOST</key> <value>10.10.1.3</value> <value>10.10.1.7</value> </entry> <entry> <key>ORAINST</key> @@ -130,7 +130,7 @@ </entry> <entry> <key>GEOSERVER_URL</key> <value>http://192.168.11.99:8780/geoserver</value> <value>http://10.10.1.7:8080/geoserver</value> </entry> <entry> <key>GEOSERVER_USER</key> xdgnjobs/ximple-spatialjob/pom.xml
@@ -7,18 +7,18 @@ <parent> <groupId>com.ximple.eofms</groupId> <artifactId>ximple-dgnjobs</artifactId> <version>2.0.0</version> <version>2.0.1</version> </parent> <groupId>com.ximple.eofms</groupId> <artifactId>ximple-spatialjob</artifactId> <version>2.0.0</version> <version>2.0.1</version> <packaging>jar</packaging> <name>ximple-spatialjob</name> <url>http://www.ximple.com.tw</url> <properties> <xdgnio.version>2.0.0</xdgnio.version> <xdgnio.version>2.0.1</xdgnio.version> </properties> <description> xdgnjobs/ximple-spatialjob/src/main/java/com/ximple/eofms/jobs/GeoserverIntegrateConfigJob.java
@@ -160,7 +160,7 @@ } logger.info("-- step:resetGeoServerConfig --"); tStep = System.currentTimeMillis(); resetGeoServerConfig(jobExecutionContext); // resetGeoServerConfig(jobExecutionContext); if (isProfileMode()) { long tStepEnd = System.currentTimeMillis(); logTimeDiff("Profile-resetGeoServerConfig", tStep, tStepEnd);