Skip to content

Bael 817#2411

Merged
KevinGilmore merged 9 commits into
eugenp:masterfrom
dimitarsazdovski:BAEL-817
Aug 20, 2017
Merged

Bael 817#2411
KevinGilmore merged 9 commits into
eugenp:masterfrom
dimitarsazdovski:BAEL-817

Conversation

@dimitarsazdovski

Copy link
Copy Markdown
Contributor

No description provided.

@KevinGilmore KevinGilmore left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The module does not compile. Please check the comments on the pom.xml and the test class.

Comment thread libraries/pom.xml
@@ -1,531 +1,395 @@
<?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/xsd/maven-4.0.0.xsd">

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This module seems to be missing some dependencies that were recently added from other articles. Make sure you pull down the upstream changes into your repository, commit them, and push.

Also, please change the indentation back to spaces instead of tabs. There should be an easy way to do this in your IDE. As it is now, it looks like every line of the file has changed, so it's difficult to see what the real changes are.

import org.junit.Test;
import org.opengis.feature.simple.SimpleFeatureType;

public class BuiltFeaturesTest {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's rename this class to GeoToolsUnitTest (the "UnitTest" part is a naming convention).

@KevinGilmore KevinGilmore merged commit b65bcca into eugenp:master Aug 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants