Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents


Once you have checked out the project as described in How to build SNAP from sources you can configure IntelliJ IDEA.

...

Note
titleProblems running Tests in IntelliJ IDEA

If test don't run and you see error messages in the log like the following:

gpf\src\main\java\org\esa\snap\core\gpf\doclet\SourceProductsDesc.java
Error:(19, 23) java: package com.sun.javadoc does not exist
Error:(27, 37) java: cannot find symbol
symbol: class FieldDoc
location: class org.esa.snap.core.gpf.doclet.SourceProductsDesc

Ensure that the oracle-tools profile is enabled. Sometimes IDEA forgets this setting.

...