Skip to main content

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

I was able to build. Note that the download server issues have been resolved for now. Drop the ignore.checksum.issues flag when you rebuild and it will detect any failed downloads or bad mirrors.

 

- Konstantin

 

 

From: sapphire-dev-bounces@xxxxxxxxxxx [mailto:sapphire-dev-bounces@xxxxxxxxxxx] On Behalf Of Shenxue Zhou
Sent: Tuesday, March 08, 2011 1:05 PM
To: Ling Hui Hao; Sapphire project
Subject: Re: [sapphire-dev] (no subject)

 

Ling,

 

Sorry I forgot to remove the nightly build zip url. It looks like kosta has removed it. Let me know if you still encounter build errors.

 

Shenxue

 


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

Thank you Shenxue. But I still get the same error. I deleted the download directory, is there anything else?

 

I'm not sure if this is the cause, but I noticed that the graphiti nightly build is still referenced in repositories-indigo-m5.properties, in addition to the graphiti milestones.

 


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

The fix has been checked in. The file changed is repositories-indigo-m5.properties under releng dir

 


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