anathema / anathema_legacy

Anathema is an exhaustive suite for all aspects of Exalted series management. This repository hold the code to support Exalted 1, Exalted 2 and Exalted 2.5.
http://anathema.github.com
69 stars 70 forks source link

Notes in the pdf sheet are always printed void #379

Open D3m1urg0 opened 9 years ago

D3m1urg0 commented 9 years ago

as per the object,

i dont know if these "note box" is supposed to print the "note" value from anathema or is a simple "write here by your hand" but i wanted to print info from the character sheet in there (ex. merits and flaw list, or artifact/permanent charms modified movement and jump distances and so on)

UrsKR commented 9 years ago

Thanks for bringing that up. As it stands, the "notes" are just empty boxes for your notes, the program doesn't use them. We should probably re-label them to make that more clear and leave one that actually contains the notes from the tool.

D3m1urg0 commented 9 years ago

that would be great :+1:

also another question: where i should look if i wish to try editing the pdf layouts? (for example, the horizontal pdf lacks of the "combo" box, of if i would add a "grid" to actually check out essence motes like i do with hit-points) where i should look?

PS: sorry for my very bad english, it's not my native language

UrsKR commented 9 years ago

You need to touch the program's code for that, no easy way to edit them. If you are I interested, I will send you some pointers.

D3m1urg0 commented 9 years ago

that would be great! i'm not so skilled in Java, but i know some basics language for web developing (Js, php and similar).. i think i can try figure out a way to obtain some custom editing.. and maybe send you back some new "pdf templates" :)

UrsKR commented 9 years ago

So I take you're familiar with the basics of git, know how to get the code and set up your system for development. If not, go here for some pointers.

As for the sheets themselves, see LandscapeExaltSheetReport to see the horizontal layout's technical setup - this would be where you add more pages. To edit any given pages content, see net.sf.anathema.character.reporting.pdf.layout.landscape.FirstPageEncoder for the first page's layout and net.sf.anathema.character.reporting.pdf.layout.landscape.SecondPageEncoder for page two - they should be self-explanatory. To add a new type of box, look at the class annotated with @RegisteredEncoderFactory, and do what we do there - give them an ID and some content. For the most simple case, go to the NotesEncoderFactory, where we do nothing but draw blank lines!

There are similar classes for the (default) portrait sheet, e.g. PortraitSimpleExaltSheetReport.

Have a look around and come back with specific questions!

EDIT: I made this into a wiki entry.

D3m1urg0 commented 9 years ago

I am actually stuck in this series of error when i start importing packages in eclipse:

Description Resource    Path    Location    Type
Bounds cannot be resolved to a type FxFontUtils.java    /Platform_TreeFx/src/main/java/com/sun/javafx/scene/control/skin    line 10 Java Problem
Bounds cannot be resolved to a type FxFontUtils.java    /Platform_TreeFx/src/main/java/com/sun/javafx/scene/control/skin    line 15 Java Problem
Bounds cannot be resolved to a type FxFontUtils.java    /Platform_TreeFx/src/main/java/com/sun/javafx/scene/control/skin    line 19 Java Problem
Bounds cannot be resolved to a type FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 102    Java Problem
Bounds cannot be resolved to a type FxSpecialTrigger.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 54 Java Problem
Color cannot be resolved to a type  FxColorUtils.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 16 Java Problem
Color cannot be resolved to a variable  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 65 Java Problem
ContextMenu cannot be resolved to a type    FxCharmPopupContainer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 13 Java Problem
ContextMenu cannot be resolved to a type    FxCharmPopupContainer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 20 Java Problem
ContextMenu cannot be resolved to a type    FxCharmPopupContainer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 20 Java Problem
ContextMenu cannot be resolved to a type    FxCharmPopupContainer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 21 Java Problem
ContextMenu cannot be resolved to a type    FxCharmPopupContainer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 30 Java Problem
ContextMenu cannot be resolved to a type    FxCharmPopupContainer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 34 Java Problem
ContextMenu cannot be resolved to a type    FxCharmPopupContainer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 40 Java Problem
ContextMenu cannot be resolved to a type    FxSpecialContent.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 6  Java Problem
Control cannot be resolved to a type    FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 125    Java Problem
Control cannot be resolved to a type    FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 129    Java Problem
DEFAULT cannot be resolved to a variable    FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 265    Java Problem
EventHandler cannot be resolved to a type   FxCharmPopupContainer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 21 Java Problem
EventHandler cannot be resolved to a type   FxSpecialTrigger.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 40 Java Problem
Font cannot be resolved FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 97 Java Problem
Font cannot be resolved to a type   FxFontUtils.java    /Platform_TreeFx/src/main/java/com/sun/javafx/scene/control/skin    line 9  Java Problem
Font cannot be resolved to a type   FxFontUtils.java    /Platform_TreeFx/src/main/java/com/sun/javafx/scene/control/skin    line 14 Java Problem
Font cannot be resolved to a type   FxFontUtils.java    /Platform_TreeFx/src/main/java/com/sun/javafx/scene/control/skin    line 19 Java Problem
Font cannot be resolved to a type   FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 31 Java Problem
Font cannot be resolved to a type   FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 75 Java Problem
Font cannot be resolved to a type   FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 76 Java Problem
Font cannot be resolved to a type   FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 85 Java Problem
Font cannot be resolved to a type   FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 97 Java Problem
FontWeight cannot be resolved to a type FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 91 Java Problem
FontWeight cannot be resolved to a variable FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 93 Java Problem
FontWeight cannot be resolved to a variable FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 95 Java Problem
Group cannot be resolved to a type  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 28 Java Problem
Group cannot be resolved to a type  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 33 Java Problem
Group cannot be resolved to a type  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 34 Java Problem
Group cannot be resolved to a type  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 54 Java Problem
Group cannot be resolved to a type  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 63 Java Problem
Group cannot be resolved to a type  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 70 Java Problem
Group cannot be resolved to a type  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 86 Java Problem
Group cannot be resolved to a type  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 126    Java Problem
Group cannot be resolved to a type  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 130    Java Problem
Group cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 55 Java Problem
Group cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 55 Java Problem
Group cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 67 Java Problem
Group cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 68 Java Problem
Group cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 74 Java Problem
Group cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 75 Java Problem
Group cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 76 Java Problem
Group cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 78 Java Problem
Group cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 242    Java Problem
HAND cannot be resolved to a variable   FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 258    Java Problem
javafx cannot be resolved to a type FxSpecialTrigger.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 40 Java Problem
javafx cannot be resolved to a type FxTransformer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 22 Java Problem
javafx cannot be resolved to a type FxTransformer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 22 Java Problem
javafx cannot be resolved to a type FxTransformer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 32 Java Problem
javafx cannot be resolved to a type FxTransformer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 32 Java Problem
MOUSE_CLICKED cannot be resolved to a variable  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 91 Java Problem
MOUSE_CLICKED cannot be resolved to a variable  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 141    Java Problem
MOUSE_DRAGGED cannot be resolved to a variable  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 166    Java Problem
MOUSE_PRESSED cannot be resolved to a variable  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 136    Java Problem
MouseEvent cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 215    Java Problem
MouseEvent cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 225    Java Problem
MouseEvent cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 232    Java Problem
MouseEvent cannot be resolved to a variable FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 159    Java Problem
MouseEvent cannot be resolved to a variable FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 160    Java Problem
MouseEvent cannot be resolved to a variable FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 165    Java Problem
MOVE cannot be resolved to a variable   FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 176    Java Problem
Node cannot be resolved to a type   FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 246    Java Problem
Paint cannot be resolved to a type  FxColorUtils.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 11 Java Problem
Paint cannot be resolved to a type  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 119    Java Problem
Point2D cannot be resolved to a type    FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 241    Java Problem
Point2D cannot be resolved to a type    FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 242    Java Problem
Point2D cannot be resolved to a type    FxSpecialTrigger.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 76 Java Problem
Polyline cannot be resolved to a type   FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 49 Java Problem
Polyline cannot be resolved to a type   FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 49 Java Problem
PRIMARY cannot be resolved to a variable    FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 216    Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 54 Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 54 Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 56 Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 56 Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 61 Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 61 Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 62 Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 63 Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 65 Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 68 Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 68 Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 91 Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 136    Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 141    Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 151    Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 159    Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 160    Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 165    Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 166    Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 171    Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 176    Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 203    Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 207    Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 212    Java Problem
Transform cannot be resolved to a type  FxTransformer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 13 Java Problem
Transform cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 77 Java Problem
Transform cannot be resolved    FxTransformer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 14 Java Problem
Tooltip cannot be resolved to a type    FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 57 Java Problem
Tooltip cannot be resolved to a type    FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 57 Java Problem
Tooltip cannot be resolved  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 203    Java Problem
ToggleButton cannot be resolved to a type   FxSpecialTrigger.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 77 Java Problem
Tooltip cannot be resolved to a type    FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 203    Java Problem
Tooltip cannot be resolved to a type    FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 206    Java Problem
Tooltip cannot be resolved  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 207    Java Problem
ToggleButton cannot be resolved to a type   FxSpecialTrigger.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 76 Java Problem
Tooltip cannot be resolved to a type    FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 207    Java Problem
ToggleButton cannot be resolved to a type   FxSpecialTrigger.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 72 Java Problem
ToggleButton cannot be resolved to a type   FxSpecialTrigger.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 68 Java Problem
ToggleButton cannot be resolved to a type   FxSpecialTrigger.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 64 Java Problem
ToggleButton cannot be resolved to a type   FxSpecialTrigger.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 59 Java Problem
ToggleButton cannot be resolved to a type   FxSpecialTrigger.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 58 Java Problem
ToggleButton cannot be resolved to a type   FxSpecialTrigger.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 57 Java Problem
ToggleButton cannot be resolved to a type   FxSpecialTrigger.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 56 Java Problem
ToggleButton cannot be resolved to a type   FxSpecialTrigger.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 55 Java Problem
ToggleButton cannot be resolved to a type   FxSpecialTrigger.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 40 Java Problem
ToggleButton cannot be resolved to a type   FxSpecialTrigger.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 38 Java Problem
ToggleButton cannot be resolved to a type   FxSpecialTrigger.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 23 Java Problem
ToggleButton cannot be resolved to a type   FxSpecialTrigger.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 16 Java Problem
ToggleButton cannot be resolved to a type   FxSpecialTrigger.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 16 Java Problem
The method toFxColor(RGBColor) from the type FxColorUtils refers to the missing type Paint  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 171    Java Problem
The method convert(AgnosticTransform) from the type FxTransformer refers to the missing type Transform  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 77 Java Problem
The method convert(AgnosticShape) from the type FxTransformer refers to the missing type Shape  FxSpecialTrigger.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 54 Java Problem
The import javafx.scene cannot be resolved  FxSpecialTrigger.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 6  Java Problem
The import javafx.scene cannot be resolved  FxSpecialContent.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 3  Java Problem
The import javafx.scene cannot be resolved  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 43 Java Problem
The import javafx.scene cannot be resolved  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 42 Java Problem
The import javafx.scene cannot be resolved  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 41 Java Problem
The import javafx.scene cannot be resolved  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 40 Java Problem
The import javafx.scene cannot be resolved  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 39 Java Problem
The import javafx.scene cannot be resolved  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 38 Java Problem
The import javafx.scene cannot be resolved  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 37 Java Problem
The import javafx.scene cannot be resolved  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 36 Java Problem
The import javafx.scene cannot be resolved  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 12 Java Problem
The import javafx.scene cannot be resolved  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 11 Java Problem
The import javafx.scene cannot be resolved  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 10 Java Problem
The import javafx.scene cannot be resolved  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 9  Java Problem
The import javafx.scene cannot be resolved  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 8  Java Problem
The import javafx.scene cannot be resolved  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 7  Java Problem
The import javafx.scene cannot be resolved  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 6  Java Problem
The import javafx.scene cannot be resolved  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 5  Java Problem
The import javafx.scene cannot be resolved  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 4  Java Problem
The import javafx.scene cannot be resolved  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 13 Java Problem
The import javafx.scene cannot be resolved  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 12 Java Problem
The import javafx.scene cannot be resolved  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 11 Java Problem
The method convert(AgnosticShape) from the type FxTransformer refers to the missing type Shape  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 59 Java Problem
Transform cannot be resolved to a type  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 60 Java Problem
The method convert(AgnosticTransform) from the type FxTransformer refers to the missing type Transform  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 60 Java Problem
The import javafx.scene cannot be resolved  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 10 Java Problem
The import javafx.scene cannot be resolved  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 9  Java Problem
The method convert(AgnosticShape) from the type FxTransformer refers to the missing type Shape  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 68 Java Problem
The import javafx.scene cannot be resolved  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 8  Java Problem
The import javafx.scene cannot be resolved  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 7  Java Problem
The import javafx.scene cannot be resolved  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 6  Java Problem
The import javafx.scene cannot be resolved  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 5  Java Problem
The import javafx.geometry cannot be resolved   FxSpecialTrigger.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 5  Java Problem
The import javafx.geometry cannot be resolved   FxSpecialTrigger.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 4  Java Problem
The import javafx.geometry cannot be resolved   FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 3  Java Problem
The import javafx.geometry cannot be resolved   FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 4  Java Problem
The import javafx.event cannot be resolved  FxSpecialTrigger.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 3  Java Problem
The import javafx cannot be resolved    FxTransformer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 4  Java Problem
The import javafx cannot be resolved    FxTransformer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 3  Java Problem
Text cannot be resolved to a type   FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 82 Java Problem
Text cannot be resolved to a type   FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 82 Java Problem
The method convert(AgnosticShape) from the type FxTransformer refers to the missing type Shape  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 102    Java Problem
StackPane cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 252    Java Problem
StackPane cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 251    Java Problem
StackPane cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 247    Java Problem
StackPane cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 197    Java Problem
The method toFxColor(RGBColor) from the type FxColorUtils refers to the missing type Paint  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 119    Java Problem
StackPane cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 192    Java Problem
StackPane cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 68 Java Problem
StackPane cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 66 Java Problem
StackPane cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 53 Java Problem
The import javafx.scene cannot be resolved  FxColorUtils.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 4  Java Problem
StackPane cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 53 Java Problem
Shape cannot be resolved to a type  FxTransformer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 18 Java Problem
The import javafx.scene cannot be resolved  FxColorUtils.java   /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 3  Java Problem
The import javafx.event cannot be resolved  FxCharmPopupContainer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 3  Java Problem
The import javafx.geometry cannot be resolved   FxCharmPopupContainer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 4  Java Problem
The import javafx.scene cannot be resolved  FxCharmPopupContainer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 5  Java Problem
The import javafx.scene cannot be resolved  FxCharmPopupContainer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 6  Java Problem
The import javafx.stage cannot be resolved  FxCharmPopupContainer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 7  Java Problem
Shape cannot be resolved to a type  FxTransformer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 18 Java Problem
ToggleButton cannot be resolved to a type   FxCharmPopupContainer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 14 Java Problem
ToggleButton cannot be resolved to a type   FxCharmPopupContainer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 17 Java Problem
ToggleButton cannot be resolved to a type   FxCharmPopupContainer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 18 Java Problem
Shape cannot be resolved to a type  FxTransformer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 17 Java Problem
Shape cannot be resolved to a type  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 118    Java Problem
Shape cannot be resolved to a type  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 113    Java Problem
Shape cannot be resolved to a type  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 108    Java Problem
WindowEvent cannot be resolved to a type    FxCharmPopupContainer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 21 Java Problem
WindowEvent cannot be resolved to a type    FxCharmPopupContainer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 23 Java Problem
Shape cannot be resolved to a type  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 68 Java Problem
ToggleButton cannot be resolved to a type   FxCharmPopupContainer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 30 Java Problem
Side cannot be resolved to a variable   FxCharmPopupContainer.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 30 Java Problem
Shape cannot be resolved to a type  FxGroupCanvas.java  /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 59 Java Problem
SECONDARY cannot be resolved to a variable  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 219    Java Problem
The import javafx.geometry cannot be resolved   FxFontUtils.java    /Platform_TreeFx/src/main/java/com/sun/javafx/scene/control/skin    line 3  Java Problem
The import javafx.scene cannot be resolved  FxFontUtils.java    /Platform_TreeFx/src/main/java/com/sun/javafx/scene/control/skin    line 4  Java Problem
The import javafx.scene cannot be resolved  FxFontUtils.java    /Platform_TreeFx/src/main/java/com/sun/javafx/scene/control/skin    line 5  Java Problem
ScrollEvent cannot be resolved to a variable    FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 151    Java Problem
ScrollEvent cannot be resolved to a type    FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 236    Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 265    Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 258    Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 250    Java Problem
Rectangle cannot be resolved to a type  FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 241    Java Problem
Text cannot be resolved to a type   FxFontUtils.java    /Platform_TreeFx/src/main/java/com/sun/javafx/scene/control/skin    line 20 Java Problem
Text cannot be resolved to a type   FxFontUtils.java    /Platform_TreeFx/src/main/java/com/sun/javafx/scene/control/skin    line 20 Java Problem
The project was not built since its build path is incomplete. Cannot find the class file for java.lang.invoke.LambdaMetafactory. Fix the build path then try building this project  Platform_Preferences        Unknown Java Problem
The type java.lang.invoke.LambdaMetafactory cannot be resolved. It is indirectly referenced from required .class files  PreferencesPresenter.java   /Platform_Preferences/src/main/java/net/sf/anathema/framework/preferences/perspective   line 1  Java Problem
The project was not built since its build path is incomplete. Cannot find the class file for javafx.scene.Node. Fix the build path then try building this project   Platform_FX     Unknown Java Problem
The type javafx.scene.Node cannot be resolved. It is indirectly referenced from required .class files   FxToggleTool.java   /Platform_FX/src/main/java/net/sf/anathema/platform/tool    line 1  Java Problem
The project was not built since its build path is incomplete. Cannot find the class file for java.lang.invoke.LambdaMetafactory. Fix the build path then try building this project  Platform        Unknown Java Problem
The type java.lang.invoke.LambdaMetafactory cannot be resolved. It is indirectly referenced from required .class files  CustomDataResourceLoader.java   /Platform/src/main/java/net/sf/anathema/initialization/repository   line 1  Java Problem
The project was not built since its build path is incomplete. Cannot find the class file for javafx.scene.Node. Fix the build path then try building this project   Namegenerator       Unknown Java Problem
The type javafx.scene.Node cannot be resolved. It is indirectly referenced from required .class files   FxNameGeneratorView.java    /Namegenerator/src/main/java/net/sf/anathema/namegenerator/view line 1  Java Problem
The project was not built since its build path is incomplete. Cannot find the class file for java.lang.invoke.LambdaMetafactory. Fix the build path then try building this project  Magic_Description       Unknown Java Problem
The type java.lang.invoke.LambdaMetafactory cannot be resolved. It is indirectly referenced from required .class files  GuiUtilities.java   /Magic_Description/src/main/java/net/sf/anathema/lib/gui/swing  line 1  Java Problem
The project was not built since its build path is incomplete. Cannot find the class file for java.lang.invoke.LambdaMetafactory. Fix the build path then try building this project  Hero_Traits     Unknown Java Problem
The type java.lang.invoke.LambdaMetafactory cannot be resolved. It is indirectly referenced from required .class files  FavorableTraitConfigurationPresenter.java   /Hero_Traits/src/main/java/net/sf/anathema/hero/traits/display  line 1  Java Problem
The project was not built since its build path is incomplete. Cannot find the class file for javafx.scene.layout.Pane. Fix the build path then try building this project    Hero_Spiritual      Unknown Java Problem
The type javafx.scene.layout.Pane cannot be resolved. It is indirectly referenced from required .class files    FxSpiritualTraitsView.java  /Hero_Spiritual/src/main/java/net/sf/anathema/hero/spiritual/display    line 1  Java Problem
The project was not built since its build path is incomplete. Cannot find the class file for java.lang.invoke.LambdaMetafactory. Fix the build path then try building this project  Hero_Spells     Unknown Java Problem
The type java.lang.invoke.LambdaMetafactory cannot be resolved. It is indirectly referenced from required .class files  SpellsModelImpl.java    /Hero_Spells/src/main/java/net/sf/anathema/hero/spells/model    line 1  Java Problem
The project was not built since its build path is incomplete. Cannot find the class file for javafx.scene.Node. Fix the build path then try building this project   Hero_Specialties        Unknown Java Problem
The type javafx.scene.Node cannot be resolved. It is indirectly referenced from required .class files   FxSpecialtyCreationView.java    /Hero_Specialties/src/main/java/net/sf/anathema/hero/specialties/display/view   line 1  Java Problem
The project was not built since its build path is incomplete. Cannot find the class file for javafx.scene.Node. Fix the build path then try building this project   Hero_Sheet      Unknown Java Problem
The type javafx.scene.Node cannot be resolved. It is indirectly referenced from required .class files   FxSheetPreferenceView.java  /Hero_Sheet/src/main/java/net/sf/anathema/hero/sheet/preferences    line 1  Java Problem
The project was not built since its build path is incomplete. Cannot find the class file for java.lang.invoke.LambdaMetafactory. Fix the build path then try building this project  Hero_Languages      Unknown Java Problem
The type java.lang.invoke.LambdaMetafactory cannot be resolved. It is indirectly referenced from required .class files  LanguagesModelImpl.java /Hero_Languages/src/main/java/net/sf/anathema/hero/languages/model  line 1  Java Problem
The project was not built since its build path is incomplete. Cannot find the class file for java.lang.invoke.LambdaMetafactory. Fix the build path then try building this project  Hero_Intimacies     Unknown Java Problem
The type java.lang.invoke.LambdaMetafactory cannot be resolved. It is indirectly referenced from required .class files  IntimaciesModelImpl.java    /Hero_Intimacies/src/main/java/net/sf/anathema/hero/intimacies/model    line 1  Java Problem
The project was not built since its build path is incomplete. Cannot find the class file for javafx.scene.Node. Fix the build path then try building this project   Hero_Experience     Unknown Java Problem
The type javafx.scene.Node cannot be resolved. It is indirectly referenced from required .class files   FxExperienceView.java   /Hero_Experience/src/main/java/net/sf/anathema/hero/experience/display  line 38 Java Problem
The project was not built since its build path is incomplete. Cannot find the class file for javafx.scene.Node. Fix the build path then try building this project   Hero_Concept        Unknown Java Problem
The type javafx.scene.Node cannot be resolved. It is indirectly referenced from required .class files   FxCasteView.java    /Hero_Concept/src/main/java/net/sf/anathema/hero/concept/display/caste/view line 1  Java Problem
The project was not built since its build path is incomplete. Cannot find the class file for javafx.scene.Node. Fix the build path then try building this project   Hero_Combos     Unknown Java Problem
The type javafx.scene.Node cannot be resolved. It is indirectly referenced from required .class files   FxComboView.java    /Hero_Combos/src/main/java/net/sf/anathema/hero/combos/display/view line 1  Java Problem
The project was not built since its build path is incomplete. Cannot find the class file for java.lang.invoke.LambdaMetafactory. Fix the build path then try building this project  Hero_Charms     Unknown Java Problem
The type java.lang.invoke.LambdaMetafactory cannot be resolved. It is indirectly referenced from required .class files  AbstractCharmStats.java /Hero_Charms/src/main/java/net/sf/anathema/hero/charms/sheet/content/stats  line 1  Java Problem
The project was not built since its build path is incomplete. Cannot find the class file for javafx.scene.Node. Fix the build path then try building this project   Charm_Cascades      Unknown Java Problem
The type javafx.scene.Node cannot be resolved. It is indirectly referenced from required .class files   CharmCascadePerspective.java    /Charm_Cascades/src/main/java/net/sf/anathema/cascades/module   line 1  Java Problem
The project was not built since its build path is incomplete. Cannot find the class file for javafx.scene.Node. Fix the build path then try building this project   Character_Main_FX       Unknown Java Problem
The type javafx.scene.Node cannot be resolved. It is indirectly referenced from required .class files   TraitViewPanel.java /Character_Main_FX/src/main/java/net/sf/anathema/fx/hero/traitview  line 1  Java Problem
The project was not built since its build path is incomplete. Cannot find the class file for java.lang.invoke.LambdaMetafactory. Fix the build path then try building this project  Character_Main      Unknown Java Problem
The type java.lang.invoke.LambdaMetafactory cannot be resolved. It is indirectly referenced from required .class files  PrintInteractionPresenter.java  /Character_Main/src/main/java/net/sf/anathema/hero/framework/perspective    line 1  Java Problem
The project was not built since its build path is incomplete. Cannot find the class file for javafx.scene.Node. Fix the build path then try building this project   Character_Equipment     Unknown Java Problem
The type javafx.scene.Node cannot be resolved. It is indirectly referenced from required .class files   FxStatsView.java    /Character_Equipment/src/main/java/net/sf/anathema/hero/equipment/display/view  line 1  Java Problem
The project was not built since its build path is incomplete. Cannot find the class file for javafx.scene.layout.Pane. Fix the build path then try building this project    Campaign_Scribe     Unknown Java Problem
The type javafx.scene.layout.Pane cannot be resolved. It is indirectly referenced from required .class files    FxScrollView.java   /Campaign_Scribe/src/main/java/net/sf/anathema/scribe/editor/view   line 1  Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized    AgnosticTreeView.java   /Platform_TreeFramework/src/main/java/net/sf/anathema/platform/tree/display line 91 Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized    SpecialContentMap.java  /Platform_TreeFramework/src/main/java/net/sf/anathema/platform/tree/view/interaction    line 9  Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized    SpecialContentMap.java  /Platform_TreeFramework/src/main/java/net/sf/anathema/platform/tree/view/interaction    line 11 Java Problem
Class is a raw type. References to generic type Class<T> should be parameterized    TreeView.java   /Platform_TreeFramework/src/main/java/net/sf/anathema/platform/tree/display line 23 Java Problem
ITableEncoder is a raw type. References to generic type ITableEncoder<C> should be parameterized    AbstractHealthAndMovementEncoder.java   /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet    line 31 Java Problem
ITableEncoder is a raw type. References to generic type ITableEncoder<C> should be parameterized    AbstractHealthAndMovementEncoder.java   /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet    line 38 Java Problem
ITableEncoder is a raw type. References to generic type ITableEncoder<C> should be parameterized    AnimaEncoderFactory.java    /HeroType_Solar/src/main/java/net/sf/anathema/herotype/solar/sheet/anima    line 14 Java Problem
ITableEncoder is a raw type. References to generic type ITableEncoder<C> should be parameterized    CombatBoxEncoderFactory.java    /Hero_Combat/src/main/java/net/sf/anathema/hero/combat/sheet/combat/encoder line 21 Java Problem
ITableEncoder is a raw type. References to generic type ITableEncoder<C> should be parameterized    CombatStatsContentBoxEncoder.java   /Hero_Combat/src/main/java/net/sf/anathema/hero/combat/sheet/combat/encoder line 17 Java Problem
ITableEncoder is a raw type. References to generic type ITableEncoder<C> should be parameterized    CombatStatsContentBoxEncoder.java   /Hero_Combat/src/main/java/net/sf/anathema/hero/combat/sheet/combat/encoder line 20 Java Problem
ITableEncoder is a raw type. References to generic type ITableEncoder<C> should be parameterized    HealthAndMovementEncoder.java   /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet    line 13 Java Problem
ITableEncoder is a raw type. References to generic type ITableEncoder<C> should be parameterized    SocialCombatStatsBoxEncoder.java    /Hero_Combat/src/main/java/net/sf/anathema/hero/combat/sheet/social/encoder line 45 Java Problem
Iterable is a raw type. References to generic type Iterable<T> should be parameterized  FlexibleArrowTest.java  /Platform_TreeFramework/src/test/java/net/sf/anathema/platform/tree/view/draw   line 72 Java Problem
Iterable is a raw type. References to generic type Iterable<T> should be parameterized  FlexibleArrowTest.java  /Platform_TreeFramework/src/test/java/net/sf/anathema/platform/tree/view/draw   line 74 Java Problem
The import net.sf.anathema.hero.spiritual.template.EssencePoolTemplate is never used    AttributePointsTemplateLoader.java  /Hero_Attributes/src/main/java/net/sf/anathema/hero/attributes/template line 3  Java Problem
The method determinePointsToSpend(int) from the type AbilitySteps is never used locally AbilitySteps.java   /Integrationtest/src/test/java/net/sf/anathema  line 74 Java Problem
The method getDirectContent() from the type SheetGraphics is deprecated AbstractHealthAndMovementEncoder.java   /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet    line 53 Java Problem
The method getDirectContent() from the type SheetGraphics is deprecated AbstractHealthAndMovementEncoder.java   /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet    line 54 Java Problem
The method getDirectContent() from the type SheetGraphics is deprecated AbstractHealthAndMovementEncoder.java   /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet    line 55 Java Problem
The method getDirectContent() from the type SheetGraphics is deprecated AbstractHealthAndMovementEncoder.java   /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet    line 56 Java Problem
The method getDirectContent() from the type SheetGraphics is deprecated AbstractHealthAndMovementEncoder.java   /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet    line 61 Java Problem
The method getDirectContent() from the type SheetGraphics is deprecated AbstractHealthAndMovementEncoder.java   /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet    line 62 Java Problem
The method getDirectContent() from the type SheetGraphics is deprecated AbstractHealthAndMovementEncoder.java   /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet    line 63 Java Problem
The method getDirectContent() from the type SheetGraphics is deprecated AbstractHealthAndMovementEncoder.java   /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet    line 68 Java Problem
The method getDirectContent() from the type SheetGraphics is deprecated AbstractHealthAndMovementEncoder.java   /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet    line 69 Java Problem
The method getDirectContent() from the type SheetGraphics is deprecated AbstractHealthAndMovementEncoder.java   /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet    line 70 Java Problem
The method getDirectContent() from the type SheetGraphics is deprecated AbstractHealthAndMovementTableEncoder.java  /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet    line 63 Java Problem
The serializable class ConfigurationFailedException does not declare a static final serialVersionUID field of type long ConfigurationFailedException.java   /Anathema/src/main/java/net/sf/anathema line 3  Java Problem
The serializable class ImageLoadingException does not declare a static final serialVersionUID field of type long    ImageLoadingException.java  /Character_Cards/src/main/java/net/sf/anathema/lib/gui/icon line 3  Java Problem
The serializable class LoadingException does not declare a static final serialVersionUID field of type long LoadingException.java   /Character_Cards/src/main/java/net/sf/anathema/lib/gui/icon line 3  Java Problem
The serializable class UnknownQualityTypeException does not declare a static final serialVersionUID field of type long  UnknownQualityTypeException.java    /Engine_Character/src/main/java/net/sf/anathema/characterengine/engine  line 5  Java Problem
The value of the field IdGroups.id is not used  IdGroups.java   /Hero_Attributes/src/main/java/net/sf/anathema/hero/attributes/template line 9  Java Problem
The value of the field IdGroups.members is not used IdGroups.java   /Hero_Attributes/src/main/java/net/sf/anathema/hero/attributes/template line 10 Java Problem
The value of the field RulesSteps.engine is not used    RulesSteps.java /Engine_Character/src/test/java/net/sf/anathema/characterengine/integration line 12 Java Problem
Type safety: The expression of type Iterable needs unchecked conversion to conform to Iterable<? extends Object>    FlexibleArrowTest.java  /Platform_TreeFramework/src/test/java/net/sf/anathema/platform/tree/view/draw   line 75 Java Problem
Type safety: The expression of type Iterable needs unchecked conversion to conform to Iterable<Coordinate>  FlexibleArrowTest.java  /Platform_TreeFramework/src/test/java/net/sf/anathema/platform/tree/view/draw   line 73 Java Problem
Type safety: The method encodeTable(SheetGraphics, Object, Bounds) belongs to the raw type ITableEncoder. References to generic type ITableEncoder<C> should be parameterized   CombatStatsContentBoxEncoder.java   /Hero_Combat/src/main/java/net/sf/anathema/hero/combat/sheet/combat/encoder line 34 Java Problem
Type safety: Unchecked cast from IOverviewModel to IValueModel<Integer> BonusModelFetcher.java  /Integrationtest/src/test/java/net/sf/anathema  line 20 Java Problem
Type safety: Unchecked invocation getFirst(Iterable, null) of the generic method getFirst(Iterable<? extends T>, T) of type Iterables   FlexibleArrowTest.java  /Platform_TreeFramework/src/test/java/net/sf/anathema/platform/tree/view/draw   line 75 Java Problem
Unsupported @SuppressWarnings("CloneDoesntDeclareCloneNotSupportedException")   ProperHierarchicalGraph.java    /GraphLayout/src/main/java/net/sf/anathema/graph/graph  line 152    Java Problem
Unsupported @SuppressWarnings("FieldCanBeLocal")    AttributeFactory.java   /Engine_Exalted/src/main/java/net/sf/anathema/exaltedengine/attributes  line 10 Java Problem
Unsupported @SuppressWarnings("UnusedDeclaration")  AbilitiesPersister.java /Hero_Abilities/src/main/java/net/sf/anathema/hero/abilities/persistence    line 13 Java Problem
Unsupported @SuppressWarnings("UnusedDeclaration")  AbilitiesPointsModelFactory.java    /Hero_Abilities/src/main/java/net/sf/anathema/hero/abilities/advance    line 11 Java Problem
Unsupported @SuppressWarnings("UnusedDeclaration")  AbilitiesTwoColumnEncoderFactory.java   /Hero_Abilities/src/main/java/net/sf/anathema/hero/abilities/sheet/encoder  line 9  Java Problem
Unsupported @SuppressWarnings("UnusedDeclaration")  AbilitiesWithCraftAndSpecialtiesEncoderFactory.java /Hero_Abilities/src/main/java/net/sf/anathema/hero/abilities/sheet/encoder  line 12 Java Problem
Unsupported @SuppressWarnings("UnusedDeclaration")  AbilityModelFactory.java    /Hero_Abilities/src/main/java/net/sf/anathema/hero/abilities/model  line 13 Java Problem
Unsupported @SuppressWarnings("UnusedDeclaration")  AnimaEncoderFactory.java    /HeroType_Solar/src/main/java/net/sf/anathema/herotype/solar/sheet/anima    line 10 Java Problem
Unsupported @SuppressWarnings("UnusedDeclaration")  AttributeModelFactory.java  /Hero_Attributes/src/main/java/net/sf/anathema/hero/attributes/model    line 13 Java Problem
Unsupported @SuppressWarnings("UnusedDeclaration")  AttributePointsModelFactory.java    /Hero_Attributes/src/main/java/net/sf/anathema/hero/attributes/advance  line 11 Java Problem
Unsupported @SuppressWarnings("UnusedDeclaration")  AttributesEncoderFactory.java   /Hero_Attributes/src/main/java/net/sf/anathema/hero/attributes/sheet/encoder    line 9  Java Problem
Unsupported @SuppressWarnings("UnusedDeclaration")  AttributesPersister.java    /Hero_Attributes/src/main/java/net/sf/anathema/hero/attributes/persistence  line 13 Java Problem
Unsupported @SuppressWarnings("UnusedDeclaration")  AttributesSteps.java    /Engine_Exalted/src/test/java/net/sf/anathema/exaltedengine/attributes  line 21 Java Problem
Unsupported @SuppressWarnings("UnusedDeclaration")  CombatBoxEncoderFactory.java    /Hero_Combat/src/main/java/net/sf/anathema/hero/combat/sheet/combat/encoder line 11 Java Problem
Unsupported @SuppressWarnings("UnusedDeclaration")  CommandAndQuerySteps.java   /Engine_Character/src/test/java/net/sf/anathema/characterengine/integration line 31 Java Problem
Unsupported @SuppressWarnings("UnusedDeclaration")  ExaltedModule.java  /Engine_Exalted/src/test/java/net/sf/anathema/exaltedengine/support line 7  Java Problem
Unsupported @SuppressWarnings("UnusedDeclaration")  ExtendedSpecialtiesEncoderFactory.java  /Hero_Abilities/src/main/java/net/sf/anathema/hero/abilities/sheet/encoder  line 9  Java Problem
Unsupported @SuppressWarnings("UnusedDeclaration")  GreatCursePersister.java    /HeroType_Solar/src/main/java/net/sf/anathema/herotype/solar/persistence/curse  line 11 Java Problem
Unsupported @SuppressWarnings("UnusedDeclaration")  HealthAndMovementBoxEncoderFactory.java /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet    line 9  Java Problem
Unsupported @SuppressWarnings("UnusedDeclaration")  HealthModelFactory.java /Hero_Health/src/main/java/net/sf/anathema/hero/health/model    line 11 Java Problem
Unsupported @SuppressWarnings("UnusedDeclaration")  Name.java   /Engine_Character/src/main/java/net/sf/anathema/characterengine/quality line 7  Java Problem
Unsupported @SuppressWarnings("UnusedDeclaration")  SocialCombatEncoderFactory.java /Hero_Combat/src/main/java/net/sf/anathema/hero/combat/sheet/social/encoder line 9  Java Problem
Unsupported @SuppressWarnings("UnusedDeclaration")  SolarVirtueFlawModelFactory.java    /HeroType_Solar/src/main/java/net/sf/anathema/herotype/solar/model/curse    line 10 Java Problem
Unsupported @SuppressWarnings("UnusedDeclaration")  Type.java   /Engine_Character/src/main/java/net/sf/anathema/characterengine/quality line 7  Java Problem
Unsupported @SuppressWarnings("UnusedDeclaration")  VirtueFlawEncoderFactory.java   /HeroType_Solar/src/main/java/net/sf/anathema/herotype/solar/sheet/curse    line 9  Java Problem
Unsupported @SuppressWarnings("UnusedParameters")   AbilitiesInitializer.java   /Hero_Abilities/src/main/java/net/sf/anathema/hero/abilities/display    line 17 Java Problem
Unsupported @SuppressWarnings("UnusedParameters")   AttributesInitializer.java  /Hero_Attributes/src/main/java/net/sf/anathema/hero/attributes/display  line 18 Java Problem
Unsupported @SuppressWarnings("UnusedParameters")   SolarVirtueFlawInitializer.java /HeroType_Solar/src/main/java/net/sf/anathema/herotype/solar/display/curse  line 20 Java Problem
rlrutherford commented 9 years ago

I'm not sure which JDK you're using, but try: Oracle 1.7_21

Rob

On Sun, Dec 28, 2014 at 10:02 AM, D3m1urg0 notifications@github.com wrote:

I am actually stuck in this series of error when i start importing packages in eclipse:

Description Resource Path Location Type Bounds cannot be resolved to a type FxFontUtils.java /Platform_TreeFx/src/main/java/com/sun/javafx/scene/control/skin line 10 Java Problem Bounds cannot be resolved to a type FxFontUtils.java /Platform_TreeFx/src/main/java/com/sun/javafx/scene/control/skin line 15 Java Problem Bounds cannot be resolved to a type FxFontUtils.java /Platform_TreeFx/src/main/java/com/sun/javafx/scene/control/skin line 19 Java Problem Bounds cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 102 Java Problem Bounds cannot be resolved to a type FxSpecialTrigger.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 54 Java Problem Color cannot be resolved to a type FxColorUtils.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 16 Java Problem Color cannot be resolved to a variable FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 65 Java Problem ContextMenu cannot be resolved to a type FxCharmPopupContainer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 13 Java Problem ContextMenu cannot be resolved to a type FxCharmPopupContainer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 20 Java Problem ContextMenu cannot be resolved to a type FxCharmPopupContainer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 20 Java Problem ContextMenu cannot be resolved to a type FxCharmPopupContainer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 21 Java Problem ContextMenu cannot be resolved to a type FxCharmPopupContainer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 30 Java Problem ContextMenu cannot be resolved to a type FxCharmPopupContainer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 34 Java Problem ContextMenu cannot be resolved to a type FxCharmPopupContainer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 40 Java Problem ContextMenu cannot be resolved to a type FxSpecialContent.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 6 Java Problem Control cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 125 Java Problem Control cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 129 Java Problem DEFAULT cannot be resolved to a variable FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 265 Java Problem EventHandler cannot be resolved to a type FxCharmPopupContainer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 21 Java Problem EventHandler cannot be resolved to a type FxSpecialTrigger.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 40 Java Problem Font cannot be resolved FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 97 Java Problem Font cannot be resolved to a type FxFontUtils.java /Platform_TreeFx/src/main/java/com/sun/javafx/scene/control/skin line 9 Java Problem Font cannot be resolved to a type FxFontUtils.java /Platform_TreeFx/src/main/java/com/sun/javafx/scene/control/skin line 14 Java Problem Font cannot be resolved to a type FxFontUtils.java /Platform_TreeFx/src/main/java/com/sun/javafx/scene/control/skin line 19 Java Problem Font cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 31 Java Problem Font cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 75 Java Problem Font cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 76 Java Problem Font cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 85 Java Problem Font cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 97 Java Problem FontWeight cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 91 Java Problem FontWeight cannot be resolved to a variable FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 93 Java Problem FontWeight cannot be resolved to a variable FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 95 Java Problem Group cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 28 Java Problem Group cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 33 Java Problem Group cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 34 Java Problem Group cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 54 Java Problem Group cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 63 Java Problem Group cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 70 Java Problem Group cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 86 Java Problem Group cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 126 Java Problem Group cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 130 Java Problem Group cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 55 Java Problem Group cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 55 Java Problem Group cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 67 Java Problem Group cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 68 Java Problem Group cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 74 Java Problem Group cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 75 Java Problem Group cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 76 Java Problem Group cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 78 Java Problem Group cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 242 Java Problem HAND cannot be resolved to a variable FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 258 Java Problem javafx cannot be resolved to a type FxSpecialTrigger.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 40 Java Problem javafx cannot be resolved to a type FxTransformer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 22 Java Problem javafx cannot be resolved to a type FxTransformer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 22 Java Problem javafx cannot be resolved to a type FxTransformer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 32 Java Problem javafx cannot be resolved to a type FxTransformer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 32 Java Problem MOUSE_CLICKED cannot be resolved to a variable FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 91 Java Problem MOUSE_CLICKED cannot be resolved to a variable FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 141 Java Problem MOUSE_DRAGGED cannot be resolved to a variable FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 166 Java Problem MOUSE_PRESSED cannot be resolved to a variable FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 136 Java Problem MouseEvent cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 215 Java Problem MouseEvent cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 225 Java Problem MouseEvent cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 232 Java Problem MouseEvent cannot be resolved to a variable FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 159 Java Problem MouseEvent cannot be resolved to a variable FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 160 Java Problem MouseEvent cannot be resolved to a variable FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 165 Java Problem MOVE cannot be resolved to a variable FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 176 Java Problem Node cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 246 Java Problem Paint cannot be resolved to a type FxColorUtils.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 11 Java Problem Paint cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 119 Java Problem Point2D cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 241 Java Problem Point2D cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 242 Java Problem Point2D cannot be resolved to a type FxSpecialTrigger.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 76 Java Problem Polyline cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 49 Java Problem Polyline cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 49 Java Problem PRIMARY cannot be resolved to a variable FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 216 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 54 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 54 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 56 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 56 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 61 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 61 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 62 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 63 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 65 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 68 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 68 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 91 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 136 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 141 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 151 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 159 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 160 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 165 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 166 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 171 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 176 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 203 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 207 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 212 Java Problem Transform cannot be resolved to a type FxTransformer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 13 Java Problem Transform cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 77 Java Problem Transform cannot be resolved FxTransformer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 14 Java Problem Tooltip cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 57 Java Problem Tooltip cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 57 Java Problem Tooltip cannot be resolved FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 203 Java Problem ToggleButton cannot be resolved to a type FxSpecialTrigger.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 77 Java Problem Tooltip cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 203 Java Problem Tooltip cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 206 Java Problem Tooltip cannot be resolved FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 207 Java Problem ToggleButton cannot be resolved to a type FxSpecialTrigger.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 76 Java Problem Tooltip cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 207 Java Problem ToggleButton cannot be resolved to a type FxSpecialTrigger.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 72 Java Problem ToggleButton cannot be resolved to a type FxSpecialTrigger.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 68 Java Problem ToggleButton cannot be resolved to a type FxSpecialTrigger.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 64 Java Problem ToggleButton cannot be resolved to a type FxSpecialTrigger.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 59 Java Problem ToggleButton cannot be resolved to a type FxSpecialTrigger.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 58 Java Problem ToggleButton cannot be resolved to a type FxSpecialTrigger.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 57 Java Problem ToggleButton cannot be resolved to a type FxSpecialTrigger.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 56 Java Problem ToggleButton cannot be resolved to a type FxSpecialTrigger.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 55 Java Problem ToggleButton cannot be resolved to a type FxSpecialTrigger.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 40 Java Problem ToggleButton cannot be resolved to a type FxSpecialTrigger.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 38 Java Problem ToggleButton cannot be resolved to a type FxSpecialTrigger.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 23 Java Problem ToggleButton cannot be resolved to a type FxSpecialTrigger.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 16 Java Problem ToggleButton cannot be resolved to a type FxSpecialTrigger.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 16 Java Problem The method toFxColor(RGBColor) from the type FxColorUtils refers to the missing type Paint FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 171 Java Problem The method convert(AgnosticTransform) from the type FxTransformer refers to the missing type Transform FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 77 Java Problem The method convert(AgnosticShape) from the type FxTransformer refers to the missing type Shape FxSpecialTrigger.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 54 Java Problem The import javafx.scene cannot be resolved FxSpecialTrigger.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 6 Java Problem The import javafx.scene cannot be resolved FxSpecialContent.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 3 Java Problem The import javafx.scene cannot be resolved FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 43 Java Problem The import javafx.scene cannot be resolved FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 42 Java Problem The import javafx.scene cannot be resolved FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 41 Java Problem The import javafx.scene cannot be resolved FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 40 Java Problem The import javafx.scene cannot be resolved FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 39 Java Problem The import javafx.scene cannot be resolved FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 38 Java Problem The import javafx.scene cannot be resolved FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 37 Java Problem The import javafx.scene cannot be resolved FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 36 Java Problem The import javafx.scene cannot be resolved FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 12 Java Problem The import javafx.scene cannot be resolved FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 11 Java Problem The import javafx.scene cannot be resolved FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 10 Java Problem The import javafx.scene cannot be resolved FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 9 Java Problem The import javafx.scene cannot be resolved FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 8 Java Problem The import javafx.scene cannot be resolved FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 7 Java Problem The import javafx.scene cannot be resolved FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 6 Java Problem The import javafx.scene cannot be resolved FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 5 Java Problem The import javafx.scene cannot be resolved FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 4 Java Problem The import javafx.scene cannot be resolved FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 13 Java Problem The import javafx.scene cannot be resolved FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 12 Java Problem The import javafx.scene cannot be resolved FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 11 Java Problem The method convert(AgnosticShape) from the type FxTransformer refers to the missing type Shape FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 59 Java Problem Transform cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 60 Java Problem The method convert(AgnosticTransform) from the type FxTransformer refers to the missing type Transform FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 60 Java Problem The import javafx.scene cannot be resolved FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 10 Java Problem The import javafx.scene cannot be resolved FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 9 Java Problem The method convert(AgnosticShape) from the type FxTransformer refers to the missing type Shape FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 68 Java Problem The import javafx.scene cannot be resolved FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 8 Java Problem The import javafx.scene cannot be resolved FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 7 Java Problem The import javafx.scene cannot be resolved FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 6 Java Problem The import javafx.scene cannot be resolved FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 5 Java Problem The import javafx.geometry cannot be resolved FxSpecialTrigger.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 5 Java Problem The import javafx.geometry cannot be resolved FxSpecialTrigger.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 4 Java Problem The import javafx.geometry cannot be resolved FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 3 Java Problem The import javafx.geometry cannot be resolved FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 4 Java Problem The import javafx.event cannot be resolved FxSpecialTrigger.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 3 Java Problem The import javafx cannot be resolved FxTransformer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 4 Java Problem The import javafx cannot be resolved FxTransformer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 3 Java Problem Text cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 82 Java Problem Text cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 82 Java Problem The method convert(AgnosticShape) from the type FxTransformer refers to the missing type Shape FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 102 Java Problem StackPane cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 252 Java Problem StackPane cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 251 Java Problem StackPane cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 247 Java Problem StackPane cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 197 Java Problem The method toFxColor(RGBColor) from the type FxColorUtils refers to the missing type Paint FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 119 Java Problem StackPane cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 192 Java Problem StackPane cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 68 Java Problem StackPane cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 66 Java Problem StackPane cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 53 Java Problem The import javafx.scene cannot be resolved FxColorUtils.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 4 Java Problem StackPane cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 53 Java Problem Shape cannot be resolved to a type FxTransformer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 18 Java Problem The import javafx.scene cannot be resolved FxColorUtils.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 3 Java Problem The import javafx.event cannot be resolved FxCharmPopupContainer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 3 Java Problem The import javafx.geometry cannot be resolved FxCharmPopupContainer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 4 Java Problem The import javafx.scene cannot be resolved FxCharmPopupContainer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 5 Java Problem The import javafx.scene cannot be resolved FxCharmPopupContainer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 6 Java Problem The import javafx.stage cannot be resolved FxCharmPopupContainer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 7 Java Problem Shape cannot be resolved to a type FxTransformer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 18 Java Problem ToggleButton cannot be resolved to a type FxCharmPopupContainer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 14 Java Problem ToggleButton cannot be resolved to a type FxCharmPopupContainer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 17 Java Problem ToggleButton cannot be resolved to a type FxCharmPopupContainer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 18 Java Problem Shape cannot be resolved to a type FxTransformer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 17 Java Problem Shape cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 118 Java Problem Shape cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 113 Java Problem Shape cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 108 Java Problem WindowEvent cannot be resolved to a type FxCharmPopupContainer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 21 Java Problem WindowEvent cannot be resolved to a type FxCharmPopupContainer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 23 Java Problem Shape cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 68 Java Problem ToggleButton cannot be resolved to a type FxCharmPopupContainer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 30 Java Problem Side cannot be resolved to a variable FxCharmPopupContainer.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 30 Java Problem Shape cannot be resolved to a type FxGroupCanvas.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 59 Java Problem SECONDARY cannot be resolved to a variable FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 219 Java Problem The import javafx.geometry cannot be resolved FxFontUtils.java /Platform_TreeFx/src/main/java/com/sun/javafx/scene/control/skin line 3 Java Problem The import javafx.scene cannot be resolved FxFontUtils.java /Platform_TreeFx/src/main/java/com/sun/javafx/scene/control/skin line 4 Java Problem The import javafx.scene cannot be resolved FxFontUtils.java /Platform_TreeFx/src/main/java/com/sun/javafx/scene/control/skin line 5 Java Problem ScrollEvent cannot be resolved to a variable FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 151 Java Problem ScrollEvent cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 236 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 265 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 258 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 250 Java Problem Rectangle cannot be resolved to a type FxPolygonPanel.java /Platform_TreeFx/src/main/java/net/sf/anathema/platform/tree/fx line 241 Java Problem Text cannot be resolved to a type FxFontUtils.java /Platform_TreeFx/src/main/java/com/sun/javafx/scene/control/skin line 20 Java Problem Text cannot be resolved to a type FxFontUtils.java /Platform_TreeFx/src/main/java/com/sun/javafx/scene/control/skin line 20 Java Problem The project was not built since its build path is incomplete. Cannot find the class file for java.lang.invoke.LambdaMetafactory. Fix the build path then try building this project Platform_Preferences Unknown Java Problem The type java.lang.invoke.LambdaMetafactory cannot be resolved. It is indirectly referenced from required .class files PreferencesPresenter.java /Platform_Preferences/src/main/java/net/sf/anathema/framework/preferences/perspective line 1 Java Problem The project was not built since its build path is incomplete. Cannot find the class file for javafx.scene.Node. Fix the build path then try building this project Platform_FX Unknown Java Problem The type javafx.scene.Node cannot be resolved. It is indirectly referenced from required .class files FxToggleTool.java /Platform_FX/src/main/java/net/sf/anathema/platform/tool line 1 Java Problem The project was not built since its build path is incomplete. Cannot find the class file for java.lang.invoke.LambdaMetafactory. Fix the build path then try building this project Platform Unknown Java Problem The type java.lang.invoke.LambdaMetafactory cannot be resolved. It is indirectly referenced from required .class files CustomDataResourceLoader.java /Platform/src/main/java/net/sf/anathema/initialization/repository line 1 Java Problem The project was not built since its build path is incomplete. Cannot find the class file for javafx.scene.Node. Fix the build path then try building this project Namegenerator Unknown Java Problem The type javafx.scene.Node cannot be resolved. It is indirectly referenced from required .class files FxNameGeneratorView.java /Namegenerator/src/main/java/net/sf/anathema/namegenerator/view line 1 Java Problem The project was not built since its build path is incomplete. Cannot find the class file for java.lang.invoke.LambdaMetafactory. Fix the build path then try building this project Magic_Description Unknown Java Problem The type java.lang.invoke.LambdaMetafactory cannot be resolved. It is indirectly referenced from required .class files GuiUtilities.java /Magic_Description/src/main/java/net/sf/anathema/lib/gui/swing line 1 Java Problem The project was not built since its build path is incomplete. Cannot find the class file for java.lang.invoke.LambdaMetafactory. Fix the build path then try building this project Hero_Traits Unknown Java Problem The type java.lang.invoke.LambdaMetafactory cannot be resolved. It is indirectly referenced from required .class files FavorableTraitConfigurationPresenter.java /Hero_Traits/src/main/java/net/sf/anathema/hero/traits/display line 1 Java Problem The project was not built since its build path is incomplete. Cannot find the class file for javafx.scene.layout.Pane. Fix the build path then try building this project Hero_Spiritual Unknown Java Problem The type javafx.scene.layout.Pane cannot be resolved. It is indirectly referenced from required .class files FxSpiritualTraitsView.java /Hero_Spiritual/src/main/java/net/sf/anathema/hero/spiritual/display line 1 Java Problem The project was not built since its build path is incomplete. Cannot find the class file for java.lang.invoke.LambdaMetafactory. Fix the build path then try building this project Hero_Spells Unknown Java Problem The type java.lang.invoke.LambdaMetafactory cannot be resolved. It is indirectly referenced from required .class files SpellsModelImpl.java /Hero_Spells/src/main/java/net/sf/anathema/hero/spells/model line 1 Java Problem The project was not built since its build path is incomplete. Cannot find the class file for javafx.scene.Node. Fix the build path then try building this project Hero_Specialties Unknown Java Problem The type javafx.scene.Node cannot be resolved. It is indirectly referenced from required .class files FxSpecialtyCreationView.java /Hero_Specialties/src/main/java/net/sf/anathema/hero/specialties/display/view line 1 Java Problem The project was not built since its build path is incomplete. Cannot find the class file for javafx.scene.Node. Fix the build path then try building this project Hero_Sheet Unknown Java Problem The type javafx.scene.Node cannot be resolved. It is indirectly referenced from required .class files FxSheetPreferenceView.java /Hero_Sheet/src/main/java/net/sf/anathema/hero/sheet/preferences line 1 Java Problem The project was not built since its build path is incomplete. Cannot find the class file for java.lang.invoke.LambdaMetafactory. Fix the build path then try building this project Hero_Languages Unknown Java Problem The type java.lang.invoke.LambdaMetafactory cannot be resolved. It is indirectly referenced from required .class files LanguagesModelImpl.java /Hero_Languages/src/main/java/net/sf/anathema/hero/languages/model line 1 Java Problem The project was not built since its build path is incomplete. Cannot find the class file for java.lang.invoke.LambdaMetafactory. Fix the build path then try building this project Hero_Intimacies Unknown Java Problem The type java.lang.invoke.LambdaMetafactory cannot be resolved. It is indirectly referenced from required .class files IntimaciesModelImpl.java /Hero_Intimacies/src/main/java/net/sf/anathema/hero/intimacies/model line 1 Java Problem The project was not built since its build path is incomplete. Cannot find the class file for javafx.scene.Node. Fix the build path then try building this project Hero_Experience Unknown Java Problem The type javafx.scene.Node cannot be resolved. It is indirectly referenced from required .class files FxExperienceView.java /Hero_Experience/src/main/java/net/sf/anathema/hero/experience/display line 38 Java Problem The project was not built since its build path is incomplete. Cannot find the class file for javafx.scene.Node. Fix the build path then try building this project Hero_Concept Unknown Java Problem The type javafx.scene.Node cannot be resolved. It is indirectly referenced from required .class files FxCasteView.java /Hero_Concept/src/main/java/net/sf/anathema/hero/concept/display/caste/view line 1 Java Problem The project was not built since its build path is incomplete. Cannot find the class file for javafx.scene.Node. Fix the build path then try building this project Hero_Combos Unknown Java Problem The type javafx.scene.Node cannot be resolved. It is indirectly referenced from required .class files FxComboView.java /Hero_Combos/src/main/java/net/sf/anathema/hero/combos/display/view line 1 Java Problem The project was not built since its build path is incomplete. Cannot find the class file for java.lang.invoke.LambdaMetafactory. Fix the build path then try building this project Hero_Charms Unknown Java Problem The type java.lang.invoke.LambdaMetafactory cannot be resolved. It is indirectly referenced from required .class files AbstractCharmStats.java /Hero_Charms/src/main/java/net/sf/anathema/hero/charms/sheet/content/stats line 1 Java Problem The project was not built since its build path is incomplete. Cannot find the class file for javafx.scene.Node. Fix the build path then try building this project Charm_Cascades Unknown Java Problem The type javafx.scene.Node cannot be resolved. It is indirectly referenced from required .class files CharmCascadePerspective.java /Charm_Cascades/src/main/java/net/sf/anathema/cascades/module line 1 Java Problem The project was not built since its build path is incomplete. Cannot find the class file for javafx.scene.Node. Fix the build path then try building this project Character_Main_FX Unknown Java Problem The type javafx.scene.Node cannot be resolved. It is indirectly referenced from required .class files TraitViewPanel.java /Character_Main_FX/src/main/java/net/sf/anathema/fx/hero/traitview line 1 Java Problem The project was not built since its build path is incomplete. Cannot find the class file for java.lang.invoke.LambdaMetafactory. Fix the build path then try building this project Character_Main Unknown Java Problem The type java.lang.invoke.LambdaMetafactory cannot be resolved. It is indirectly referenced from required .class files PrintInteractionPresenter.java /Character_Main/src/main/java/net/sf/anathema/hero/framework/perspective line 1 Java Problem The project was not built since its build path is incomplete. Cannot find the class file for javafx.scene.Node. Fix the build path then try building this project Character_Equipment Unknown Java Problem The type javafx.scene.Node cannot be resolved. It is indirectly referenced from required .class files FxStatsView.java /Character_Equipment/src/main/java/net/sf/anathema/hero/equipment/display/view line 1 Java Problem The project was not built since its build path is incomplete. Cannot find the class file for javafx.scene.layout.Pane. Fix the build path then try building this project Campaign_Scribe Unknown Java Problem The type javafx.scene.layout.Pane cannot be resolved. It is indirectly referenced from required .class files FxScrollView.java /Campaign_Scribe/src/main/java/net/sf/anathema/scribe/editor/view line 1 Java Problem Class is a raw type. References to generic type Class should be parameterized AgnosticTreeView.java /Platform_TreeFramework/src/main/java/net/sf/anathema/platform/tree/display line 91 Java Problem Class is a raw type. References to generic type Class should be parameterized SpecialContentMap.java /Platform_TreeFramework/src/main/java/net/sf/anathema/platform/tree/view/interaction line 9 Java Problem Class is a raw type. References to generic type Class should be parameterized SpecialContentMap.java /Platform_TreeFramework/src/main/java/net/sf/anathema/platform/tree/view/interaction line 11 Java Problem Class is a raw type. References to generic type Class should be parameterized TreeView.java /Platform_TreeFramework/src/main/java/net/sf/anathema/platform/tree/display line 23 Java Problem ITableEncoder is a raw type. References to generic type ITableEncoder should be parameterized AbstractHealthAndMovementEncoder.java /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet line 31 Java Problem ITableEncoder is a raw type. References to generic type ITableEncoder should be parameterized AbstractHealthAndMovementEncoder.java /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet line 38 Java Problem ITableEncoder is a raw type. References to generic type ITableEncoder should be parameterized AnimaEncoderFactory.java /HeroType_Solar/src/main/java/net/sf/anathema/herotype/solar/sheet/anima line 14 Java Problem ITableEncoder is a raw type. References to generic type ITableEncoder should be parameterized CombatBoxEncoderFactory.java /Hero_Combat/src/main/java/net/sf/anathema/hero/combat/sheet/combat/encoder line 21 Java Problem ITableEncoder is a raw type. References to generic type ITableEncoder should be parameterized CombatStatsContentBoxEncoder.java /Hero_Combat/src/main/java/net/sf/anathema/hero/combat/sheet/combat/encoder line 17 Java Problem ITableEncoder is a raw type. References to generic type ITableEncoder should be parameterized CombatStatsContentBoxEncoder.java /Hero_Combat/src/main/java/net/sf/anathema/hero/combat/sheet/combat/encoder line 20 Java Problem ITableEncoder is a raw type. References to generic type ITableEncoder should be parameterized HealthAndMovementEncoder.java /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet line 13 Java Problem ITableEncoder is a raw type. References to generic type ITableEncoder should be parameterized SocialCombatStatsBoxEncoder.java /Hero_Combat/src/main/java/net/sf/anathema/hero/combat/sheet/social/encoder line 45 Java Problem Iterable is a raw type. References to generic type Iterable should be parameterized FlexibleArrowTest.java /Platform_TreeFramework/src/test/java/net/sf/anathema/platform/tree/view/draw line 72 Java Problem Iterable is a raw type. References to generic type Iterable should be parameterized FlexibleArrowTest.java /Platform_TreeFramework/src/test/java/net/sf/anathema/platform/tree/view/draw line 74 Java Problem The import net.sf.anathema.hero.spiritual.template.EssencePoolTemplate is never used AttributePointsTemplateLoader.java /Hero_Attributes/src/main/java/net/sf/anathema/hero/attributes/template line 3 Java Problem The method determinePointsToSpend(int) from the type AbilitySteps is never used locally AbilitySteps.java /Integrationtest/src/test/java/net/sf/anathema line 74 Java Problem The method getDirectContent() from the type SheetGraphics is deprecated AbstractHealthAndMovementEncoder.java /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet line 53 Java Problem The method getDirectContent() from the type SheetGraphics is deprecated AbstractHealthAndMovementEncoder.java /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet line 54 Java Problem The method getDirectContent() from the type SheetGraphics is deprecated AbstractHealthAndMovementEncoder.java /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet line 55 Java Problem The method getDirectContent() from the type SheetGraphics is deprecated AbstractHealthAndMovementEncoder.java /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet line 56 Java Problem The method getDirectContent() from the type SheetGraphics is deprecated AbstractHealthAndMovementEncoder.java /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet line 61 Java Problem The method getDirectContent() from the type SheetGraphics is deprecated AbstractHealthAndMovementEncoder.java /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet line 62 Java Problem The method getDirectContent() from the type SheetGraphics is deprecated AbstractHealthAndMovementEncoder.java /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet line 63 Java Problem The method getDirectContent() from the type SheetGraphics is deprecated AbstractHealthAndMovementEncoder.java /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet line 68 Java Problem The method getDirectContent() from the type SheetGraphics is deprecated AbstractHealthAndMovementEncoder.java /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet line 69 Java Problem The method getDirectContent() from the type SheetGraphics is deprecated AbstractHealthAndMovementEncoder.java /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet line 70 Java Problem The method getDirectContent() from the type SheetGraphics is deprecated AbstractHealthAndMovementTableEncoder.java /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet line 63 Java Problem The serializable class ConfigurationFailedException does not declare a static final serialVersionUID field of type long ConfigurationFailedException.java /Anathema/src/main/java/net/sf/anathema line 3 Java Problem The serializable class ImageLoadingException does not declare a static final serialVersionUID field of type long ImageLoadingException.java /Character_Cards/src/main/java/net/sf/anathema/lib/gui/icon line 3 Java Problem The serializable class LoadingException does not declare a static final serialVersionUID field of type long LoadingException.java /Character_Cards/src/main/java/net/sf/anathema/lib/gui/icon line 3 Java Problem The serializable class UnknownQualityTypeException does not declare a static final serialVersionUID field of type long UnknownQualityTypeException.java /Engine_Character/src/main/java/net/sf/anathema/characterengine/engine line 5 Java Problem The value of the field IdGroups.id is not used IdGroups.java /Hero_Attributes/src/main/java/net/sf/anathema/hero/attributes/template line 9 Java Problem The value of the field IdGroups.members is not used IdGroups.java /Hero_Attributes/src/main/java/net/sf/anathema/hero/attributes/template line 10 Java Problem The value of the field RulesSteps.engine is not used RulesSteps.java /Engine_Character/src/test/java/net/sf/anathema/characterengine/integration line 12 Java Problem Type safety: The expression of type Iterable needs unchecked conversion to conform to Iterable<? extends Object> FlexibleArrowTest.java /Platform_TreeFramework/src/test/java/net/sf/anathema/platform/tree/view/draw line 75 Java Problem Type safety: The expression of type Iterable needs unchecked conversion to conform to Iterable FlexibleArrowTest.java /Platform_TreeFramework/src/test/java/net/sf/anathema/platform/tree/view/draw line 73 Java Problem Type safety: The method encodeTable(SheetGraphics, Object, Bounds) belongs to the raw type ITableEncoder. References to generic type ITableEncoder should be parameterized CombatStatsContentBoxEncoder.java /Hero_Combat/src/main/java/net/sf/anathema/hero/combat/sheet/combat/encoder line 34 Java Problem Type safety: Unchecked cast from IOverviewModel to IValueModel BonusModelFetcher.java /Integrationtest/src/test/java/net/sf/anathema line 20 Java Problem Type safety: Unchecked invocation getFirst(Iterable, null) of the generic method getFirst(Iterable<? extends T>, T) of type Iterables FlexibleArrowTest.java /Platform_TreeFramework/src/test/java/net/sf/anathema/platform/tree/view/draw line 75 Java Problem Unsupported @SuppressWarnings("CloneDoesntDeclareCloneNotSupportedException") ProperHierarchicalGraph.java /GraphLayout/src/main/java/net/sf/anathema/graph/graph line 152 Java Problem Unsupported @SuppressWarnings("FieldCanBeLocal") AttributeFactory.java /Engine_Exalted/src/main/java/net/sf/anathema/exaltedengine/attributes line 10 Java Problem Unsupported @SuppressWarnings("UnusedDeclaration") AbilitiesPersister.java /Hero_Abilities/src/main/java/net/sf/anathema/hero/abilities/persistence line 13 Java Problem Unsupported @SuppressWarnings("UnusedDeclaration") AbilitiesPointsModelFactory.java /Hero_Abilities/src/main/java/net/sf/anathema/hero/abilities/advance line 11 Java Problem Unsupported @SuppressWarnings("UnusedDeclaration") AbilitiesTwoColumnEncoderFactory.java /Hero_Abilities/src/main/java/net/sf/anathema/hero/abilities/sheet/encoder line 9 Java Problem Unsupported @SuppressWarnings("UnusedDeclaration") AbilitiesWithCraftAndSpecialtiesEncoderFactory.java /Hero_Abilities/src/main/java/net/sf/anathema/hero/abilities/sheet/encoder line 12 Java Problem Unsupported @SuppressWarnings("UnusedDeclaration") AbilityModelFactory.java /Hero_Abilities/src/main/java/net/sf/anathema/hero/abilities/model line 13 Java Problem Unsupported @SuppressWarnings("UnusedDeclaration") AnimaEncoderFactory.java /HeroType_Solar/src/main/java/net/sf/anathema/herotype/solar/sheet/anima line 10 Java Problem Unsupported @SuppressWarnings("UnusedDeclaration") AttributeModelFactory.java /Hero_Attributes/src/main/java/net/sf/anathema/hero/attributes/model line 13 Java Problem Unsupported @SuppressWarnings("UnusedDeclaration") AttributePointsModelFactory.java /Hero_Attributes/src/main/java/net/sf/anathema/hero/attributes/advance line 11 Java Problem Unsupported @SuppressWarnings("UnusedDeclaration") AttributesEncoderFactory.java /Hero_Attributes/src/main/java/net/sf/anathema/hero/attributes/sheet/encoder line 9 Java Problem Unsupported @SuppressWarnings("UnusedDeclaration") AttributesPersister.java /Hero_Attributes/src/main/java/net/sf/anathema/hero/attributes/persistence line 13 Java Problem Unsupported @SuppressWarnings("UnusedDeclaration") AttributesSteps.java /Engine_Exalted/src/test/java/net/sf/anathema/exaltedengine/attributes line 21 Java Problem Unsupported @SuppressWarnings("UnusedDeclaration") CombatBoxEncoderFactory.java /Hero_Combat/src/main/java/net/sf/anathema/hero/combat/sheet/combat/encoder line 11 Java Problem Unsupported @SuppressWarnings("UnusedDeclaration") CommandAndQuerySteps.java /Engine_Character/src/test/java/net/sf/anathema/characterengine/integration line 31 Java Problem Unsupported @SuppressWarnings("UnusedDeclaration") ExaltedModule.java /Engine_Exalted/src/test/java/net/sf/anathema/exaltedengine/support line 7 Java Problem Unsupported @SuppressWarnings("UnusedDeclaration") ExtendedSpecialtiesEncoderFactory.java /Hero_Abilities/src/main/java/net/sf/anathema/hero/abilities/sheet/encoder line 9 Java Problem Unsupported @SuppressWarnings("UnusedDeclaration") GreatCursePersister.java /HeroType_Solar/src/main/java/net/sf/anathema/herotype/solar/persistence/curse line 11 Java Problem Unsupported @SuppressWarnings("UnusedDeclaration") HealthAndMovementBoxEncoderFactory.java /Hero_Health/src/main/java/net/sf/anathema/hero/health/sheet line 9 Java Problem Unsupported @SuppressWarnings("UnusedDeclaration") HealthModelFactory.java /Hero_Health/src/main/java/net/sf/anathema/hero/health/model line 11 Java Problem Unsupported @SuppressWarnings("UnusedDeclaration") Name.java /Engine_Character/src/main/java/net/sf/anathema/characterengine/quality line 7 Java Problem Unsupported @SuppressWarnings("UnusedDeclaration") SocialCombatEncoderFactory.java /Hero_Combat/src/main/java/net/sf/anathema/hero/combat/sheet/social/encoder line 9 Java Problem Unsupported @SuppressWarnings("UnusedDeclaration") SolarVirtueFlawModelFactory.java /HeroType_Solar/src/main/java/net/sf/anathema/herotype/solar/model/curse line 10 Java Problem Unsupported @SuppressWarnings("UnusedDeclaration") Type.java /Engine_Character/src/main/java/net/sf/anathema/characterengine/quality line 7 Java Problem Unsupported @SuppressWarnings("UnusedDeclaration") VirtueFlawEncoderFactory.java /HeroType_Solar/src/main/java/net/sf/anathema/herotype/solar/sheet/curse line 9 Java Problem Unsupported @SuppressWarnings("UnusedParameters") AbilitiesInitializer.java /Hero_Abilities/src/main/java/net/sf/anathema/hero/abilities/display line 17 Java Problem Unsupported @SuppressWarnings("UnusedParameters") AttributesInitializer.java /Hero_Attributes/src/main/java/net/sf/anathema/hero/attributes/display line 18 Java Problem Unsupported @SuppressWarnings("UnusedParameters") SolarVirtueFlawInitializer.java /HeroType_Solar/src/main/java/net/sf/anathema/herotype/solar/display/curse line 20 Java Problem

— Reply to this email directly or view it on GitHub https://github.com/anathema/anathema/issues/379#issuecomment-68209427.

D3m1urg0 commented 9 years ago

I am running on Ubuntu

murphy@mervyn:~$ java -version
java version "1.7.0_72"
Java(TM) SE Runtime Environment (build 1.7.0_72-b14)
Java HotSpot(TM) 64-Bit Server VM (build 24.72-b04, mixed mode)

i got this by official ppoa of java 7, i'm not sure i can find a 1.7_21

rlrutherford commented 9 years ago

What's checked under: Preferences->Java->Installed JRE's Under eclipse?

On Sun, Dec 28, 2014 at 1:55 PM, D3m1urg0 notifications@github.com wrote:

I am running on Ubuntu

murphy@mervyn:~$ java -version java version "1.7.0_72" Java(TM) SE Runtime Environment (build 1.7.0_72-b14) Java HotSpot(TM) 64-Bit Server VM (build 24.72-b04, mixed mode)

— Reply to this email directly or view it on GitHub https://github.com/anathema/anathema/issues/379#issuecomment-68215746.

rlrutherford commented 9 years ago

I have managed to recreate the problem locally on my OpenSUSE system. Now I just have to track down a solution.

On Sun, Dec 28, 2014 at 3:38 PM, Rob Rutherford rlrutherford@gmail.com wrote:

What's checked under: Preferences->Java->Installed JRE's Under eclipse?

On Sun, Dec 28, 2014 at 1:55 PM, D3m1urg0 notifications@github.com wrote:

I am running on Ubuntu

murphy@mervyn:~$ java -version java version "1.7.0_72" Java(TM) SE Runtime Environment (build 1.7.0_72-b14) Java HotSpot(TM) 64-Bit Server VM (build 24.72-b04, mixed mode)

— Reply to this email directly or view it on GitHub https://github.com/anathema/anathema/issues/379#issuecomment-68215746.

D3m1urg0 commented 9 years ago

it just says java-7-oracle

rlrutherford commented 9 years ago

Okay, my bad.

I haven't been keeping up with the project like I should be. It looks like the latest code base is actually built for Java 8 and not Java 7.

I've switched over, but I'm still seeing a couple of errors in some of the tests.

Rob

On Sun, Dec 28, 2014 at 6:18 PM, D3m1urg0 notifications@github.com wrote:

it just says java-7-oracle

— Reply to this email directly or view it on GitHub https://github.com/anathema/anathema/issues/379#issuecomment-68223130.

D3m1urg0 commented 9 years ago

so meanwhile i switch to java 8, and i wait for further info about those errors to be sure everithing is ok before figuring out where to edit the sheets

Il giorno Mon Dec 29 2014 at 05:48:42 Rob Rutherford < notifications@github.com> ha scritto:

Okay, my bad.

I haven't been keeping up with the project like I should be. It looks like the latest code base is actually built for Java 8 and not Java 7.

I've switched over, but I'm still seeing a couple of errors in some of the tests.

Rob

On Sun, Dec 28, 2014 at 6:18 PM, D3m1urg0 notifications@github.com wrote:

it just says java-7-oracle

— Reply to this email directly or view it on GitHub https://github.com/anathema/anathema/issues/379#issuecomment-68223130.

— Reply to this email directly or view it on GitHub https://github.com/anathema/anathema/issues/379#issuecomment-68232278.

UrsKR commented 9 years ago

Please check that the Platform_FX project depends on jfxrt.jar and exports that dependency. To do so, select the project in the project explorer (usually on the left hand of the screen) and select properties from the context menu (at the very bottom, IIRC). There, you can check the java build path - is the file mentioned there? If not, add it - it's part of your JDK starting from JDK 7u6 forward. Once it's there, you need to tell eclipse to export the file to all dependencies - do so on the order and export tab by checking the file in the list.

Please report back when you tried it.

D3m1urg0 commented 9 years ago

it should be all as you said without i had to do nothing.. that's what i found: https://www.dropbox.com/s/2w5oqko6zr3nqk7/platform_fx.png?dl=0 https://www.dropbox.com/s/9dpba6mnnphdpav/orderandexport.png?dl=0

PS: i also noticed that after the java 8 upgrade anathema itself (the tool) wont work

it suggests to close the application at startup

UrsKR commented 9 years ago

That's odd. I am running Windows, not Ubuntu, so I cannot reproduce your scenario exactly; in other words: "It works on my machine."

For the classpath(?) issue, please check two things: First, from a terminal in the directory where you cloned the code, run ./gradlew clean build. This will build a distribution of Anathema using your local JDK. If this doesn't work either, we can rule out eclipse as the root cause. Second, please check that Eclipse can actually discover the missing JavaFX classes. In eclipse, press CTRL+SHIFT+T, and type "Bounds" into the "find type" dialog. Does it show you the javafx.geometry.Bounds class?

As for Anathema itself not running, please launch it from a terminal (java -jar anathema.jar) and post the exception.

@smattox, are you still using eclipse? Do you remember any hoops to jump through while setting up for development?

D3m1urg0 commented 9 years ago

when i try to build:

murphy@mervyn:~/sviluppo/anathema$ ./gradlew clean build

FAILURE: Build failed with an exception.

* Where:
Script '/home/murphy/sviluppo/anathema/gradle/copyDependencies.gradle' line: 16

* What went wrong:
Could not resolve all dependencies for configuration ':Campaign_Scribe:compile'.
> Could not find com.miglayout:miglayout-core:5.0-SNAPSHOT.
  Required by:
      anathema:Campaign_Scribe:unspecified > anathema:Platform:unspecified
> Could not find com.miglayout:miglayout-javafx:5.0-SNAPSHOT.
  Required by:
      anathema:Campaign_Scribe:unspecified > anathema:Platform_FX:unspecified

Eclypse shows me the javafx.geometry.Bounds class

And that's what i get when i run anathema in a java 8 instead of java 7 enviornment:

murphy@mervyn:~/Dropbox/Gdr/char-gen/anathema5.13$ java -jar anathema.jar
Loading JavaFX from /usr/lib/jvm/java-8-oracle/jre/lib/jfxrt.jar
20:56:28.168 [main] INFO  net.sf.anathema.Anathema - Launching Anathema
20:56:35.493 [AWT-EventQueue-0] INFO  org.reflections.Reflections - Reflections took 1924 ms to scan 63 urls, producing 1005 keys and 1279 values 
20:56:36.776 [AWT-EventQueue-0] INFO  n.s.a.initialization.GuiInitializer - Program version is 5.1.3
20:56:36.956 [AWT-EventQueue-0] INFO  n.s.a.c.g.f.DataSetInitializer - Charms: Found 454 data files.
20:56:39.681 [AWT-EventQueue-0] INFO  n.s.a.c.g.f.DataSetInitializer - Spells: Found 2 data files.
20:56:39.759 [AWT-EventQueue-0] INFO  n.s.a.c.g.f.DataSetInitializer - CharacterTemplateExtensions: Found 105 data files.
20:56:39.818 [AWT-EventQueue-0] INFO  n.s.a.c.g.f.DataSetInitializer - CharacterTemplates: Found 35 data files.
20:56:42.061 [AWT-EventQueue-0] INFO  n.s.a.c.p.bootjob.RepositoryCleanup - Found repository at version 5.1.3.
20:56:42.062 [AWT-EventQueue-0] INFO  n.s.a.c.p.bootjob.RepositoryCleanup - No update necessary.
20:56:45.096 [AWT-EventQueue-0] ERROR n.s.a.f.s.SwingDialogExceptionHandler - Uncaught Exception
java.lang.ExceptionInInitializerError: null
    at net.sf.anathema.fx.character.perspective.CharacterGridFxView.<init>(CharacterGridFxView.java:26) ~[character_main_fx.jar:na]
    at net.sf.anathema.swing.character.perspective.CharacterSystemView.<init>(CharacterSystemView.java:15) ~[character_main_swing.jar:na]
    at net.sf.anathema.character.platform.module.perspective.CharacterSystemPerspective.initContent(CharacterSystemPerspective.java:32) ~[character_main_impl.jar:na]
    at net.sf.anathema.framework.view.perspective.PerspectiveStack.add(PerspectiveStack.java:23) ~[platform_swing.jar:na]
    at net.sf.anathema.framework.view.perspective.PerspectivePaneFactory.createContent(PerspectivePaneFactory.java:32) ~[platform_swing.jar:na]
    at net.sf.anathema.framework.view.SwingApplicationFrame.createContentPane(SwingApplicationFrame.java:72) ~[platform_swing.jar:na]
    at net.sf.anathema.framework.view.SwingApplicationFrame.show(SwingApplicationFrame.java:38) ~[platform_swing.jar:na]
    at net.sf.anathema.Anathema$1.run(Anathema.java:45) ~[platform_swing.jar:na]
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) ~[na:1.8.0_25]
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744) ~[na:1.8.0_25]
    at java.awt.EventQueue.access$400(EventQueue.java:97) ~[na:1.8.0_25]
    at java.awt.EventQueue$3.run(EventQueue.java:697) ~[na:1.8.0_25]
    at java.awt.EventQueue$3.run(EventQueue.java:691) ~[na:1.8.0_25]
    at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_25]
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75) ~[na:1.8.0_25]
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:714) ~[na:1.8.0_25]
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) [na:1.8.0_25]
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) [na:1.8.0_25]
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) [na:1.8.0_25]
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) [na:1.8.0_25]
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) [na:1.8.0_25]
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) [na:1.8.0_25]
Caused by: java.lang.IllegalStateException: Toolkit not initialized
    at com.sun.javafx.application.PlatformImpl.runLater(PlatformImpl.java:270) ~[jfxrt.jar:na]
    at com.sun.javafx.application.PlatformImpl.runLater(PlatformImpl.java:265) ~[jfxrt.jar:na]
    at com.sun.javafx.application.PlatformImpl.setPlatformUserAgentStylesheet(PlatformImpl.java:540) ~[jfxrt.jar:na]
    at com.sun.javafx.application.PlatformImpl.setDefaultPlatformUserAgentStylesheet(PlatformImpl.java:502) ~[jfxrt.jar:na]
    at javafx.scene.control.Control.<clinit>(Control.java:87) ~[jfxrt.jar:na]
    ... 22 common frames omitted
20:56:45.098 [AWT-EventQueue-0] ERROR n.s.a.f.s.SwingDialogExceptionHandler - 
java.lang.ExceptionInInitializerError: null
    at net.sf.anathema.fx.character.perspective.CharacterGridFxView.<init>(CharacterGridFxView.java:26) ~[character_main_fx.jar:na]
    at net.sf.anathema.swing.character.perspective.CharacterSystemView.<init>(CharacterSystemView.java:15) ~[character_main_swing.jar:na]
    at net.sf.anathema.character.platform.module.perspective.CharacterSystemPerspective.initContent(CharacterSystemPerspective.java:32) ~[character_main_impl.jar:na]
    at net.sf.anathema.framework.view.perspective.PerspectiveStack.add(PerspectiveStack.java:23) ~[platform_swing.jar:na]
    at net.sf.anathema.framework.view.perspective.PerspectivePaneFactory.createContent(PerspectivePaneFactory.java:32) ~[platform_swing.jar:na]
    at net.sf.anathema.framework.view.SwingApplicationFrame.createContentPane(SwingApplicationFrame.java:72) ~[platform_swing.jar:na]
    at net.sf.anathema.framework.view.SwingApplicationFrame.show(SwingApplicationFrame.java:38) ~[platform_swing.jar:na]
    at net.sf.anathema.Anathema$1.run(Anathema.java:45) ~[platform_swing.jar:na]
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) ~[na:1.8.0_25]
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744) ~[na:1.8.0_25]
    at java.awt.EventQueue.access$400(EventQueue.java:97) ~[na:1.8.0_25]
    at java.awt.EventQueue$3.run(EventQueue.java:697) ~[na:1.8.0_25]
    at java.awt.EventQueue$3.run(EventQueue.java:691) ~[na:1.8.0_25]
    at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_25]
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75) ~[na:1.8.0_25]
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:714) ~[na:1.8.0_25]
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) [na:1.8.0_25]
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) [na:1.8.0_25]
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) [na:1.8.0_25]
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) [na:1.8.0_25]
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) [na:1.8.0_25]
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) [na:1.8.0_25]
Caused by: java.lang.IllegalStateException: Toolkit not initialized
    at com.sun.javafx.application.PlatformImpl.runLater(PlatformImpl.java:270) ~[jfxrt.jar:na]
    at com.sun.javafx.application.PlatformImpl.runLater(PlatformImpl.java:265) ~[jfxrt.jar:na]
    at com.sun.javafx.application.PlatformImpl.setPlatformUserAgentStylesheet(PlatformImpl.java:540) ~[jfxrt.jar:na]
    at com.sun.javafx.application.PlatformImpl.setDefaultPlatformUserAgentStylesheet(PlatformImpl.java:502) ~[jfxrt.jar:na]
    at javafx.scene.control.Control.<clinit>(Control.java:87) ~[jfxrt.jar:na]
    ... 22 common frames omitted

Then an alert says me: "Severe error: it's recomended that the program is closed, do you want to quit? (yes closes, no does nothing but wont start anathema)

smattox commented 9 years ago

I do use Eclipse, yes.

I don't recall which ones specifically off hand, but I do remember that there are two unit test classes related to Scribe which throw up compilation errors. I have to have them commented out on my local build.

-Sean

On Sat, Jan 3, 2015 at 10:19 AM, Urs Reupke notifications@github.com wrote:

That's odd. I am running Windows, not Ubuntu, so I cannot reproduce your scenario exactly; in other words: "It works on my machine."

For the classpath(?) issue, please check two things: First, from a terminal in the directory where you cloned the code, run ./gradlew clean build. This will build a distribution of Anathema using your local JDK. If this doesn't work either, we can rule out eclipse as the root cause. Second, please check that Eclipse can actually discover the missing JavaFX classes. In eclipse, press CTRL+SHIFT+T, and type "Bounds" into the "find type" dialog. Does it show you the javafx.geometry.Bounds class?

As for Anathema itself not running, please launch it from a terminal (java -jar anathema.jar) and post the exception.

@smattox https://github.com/smattox, are you still using eclipse? Do you remember any hoops to jump through while setting up for development?

— Reply to this email directly or view it on GitHub https://github.com/anathema/anathema/issues/379#issuecomment-68604056.

UrsKR commented 9 years ago

@D3m1urg0, thanks for trying all of these. Regarding the first, the gradle build, please pull the latest update and try again. A post-christmas update to the MigLayout library removed the snapshot version and I fixed our dependencies just yesterday.

As for the launch error, I will pull out my old Linux setup and try to get the error myself.

D3m1urg0 commented 9 years ago

Thank you for providing all this help and that awesome Tool at the first. I just tried and can confirm that the launch error is the same also in windows8.1 when i upgrade to java8

Il giorno dom 4 gen 2015 09:33 AM Urs Reupke notifications@github.com ha scritto:

@D3m1urg0 https://github.com/D3m1urg0, thanks for trying all of these. Regarding the first, the gradle build, please pull the latest update and try again. A post-christmas update to the MigLayout library removed the snapshot version and I fixed our dependencies just yesterday.

As for the launch error, I will pull out my old Linux setup and try to get the error myself.

— Reply to this email directly or view it on GitHub https://github.com/anathema/anathema/issues/379#issuecomment-68625372.