Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sapphire-dev] (no subject)

Shenxue,

 

Could you take a look at the following? I tried to build with an empty downloads directory today and it failed with this error. A similar build worked yesterday. Perhaps we shouldn’t be referencing Graphiti nightly builds that change continuously. Do they publish milestone builds?

 

- Konstantin

 

     [java]     [javac] ----------

     [java]     [javac] 1. ERROR in d:\Eclipse\Sapphire\0.3.x\plugins\org.eclipse.sapphire.ui.swt.graphiti\src\org\eclip

se\sapphire\ui\swt\graphiti\features\SapphireAddConnectionFeature.java (at line 92)

     [java]     [javac]         Text text = gaService.createDefaultText(textDecorator);

     [java]     [javac]                               ^^^^^^^^^^^^^^^^^

     [java]     [javac] The method createDefaultText(Diagram, GraphicsAlgorithmContainer) in the type IGaCreateService i

s not applicable for the arguments (ConnectionDecorator)

     [java]     [javac] ----------

     [java]     [javac] ----------

     [java]     [javac] 2. ERROR in d:\Eclipse\Sapphire\0.3.x\plugins\org.eclipse.sapphire.ui.swt.graphiti\src\org\eclip

se\sapphire\ui\swt\graphiti\features\SapphireAddNodeFeature.java (at line 173)

     [java]     [javac]         Text text = gaService.createDefaultText(shape, nodePart.getLabel());

     [java]     [javac]                               ^^^^^^^^^^^^^^^^^

     [java]     [javac] The method createDefaultText(Diagram, GraphicsAlgorithmContainer) in the type IGaCreateService i

s not applicable for the arguments (Shape, String)

     [java]     [javac] ----------

     [java]     [javac] 2 problems (2 errors)


Back to the top