Skip to main content

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

Graphiti does have a milestone build zip for indigo. I'm testing that zip now. Once I verfiy that the zip is good, I'll check in the fix.


From: Ling Hao
Sent: Tuesday, March 08, 2011 11:25 AM
To: Sapphire project; Shenxue Zhou
Subject: RE: [sapphire-dev] (no subject)

I ran into this issue too. Is there a workaround?


From: Konstantin Komissarchik
Sent: Monday, March 07, 2011 6:41 PM
To: Shenxue Zhou
Cc: Sapphire project
Subject: [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