Versions Compared

Key

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

Table of Contents

...

--patches "<myprojects>/snap/snap-engine/$/target/classes;<myprojects>/snap/s1tbx/$/target/classes;<myprojects>/snap/s1tbx/rstb/$/target/classes;<myprojects>/snap/s1tbx/jlinda/$/target/classes;<myprojects>/snap/s2tbx/$/target/classes;<myprojects>/snap/s3tbx/$/target/classes"

...

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.

...