iPhone App To Help You Learn French Faster By Using Flashcards With Pictures

2012-10-07 Thread French Flashcards with Pictures
http://on.fb.me/PJp3zN - French Flashcards with Pictures is an iPhone app 
that will help you learn French faster by using flashcards with pictures (learn 
over 300 most commonly used words in the English / French language from A to 
Z), thanks.


Re: how to handle C# project dependencies

2012-10-07 Thread Grégory Boissinot
MSBuild Plugin is only a wizard in order to help to configure the MSBuild
tool.
Your issue relies on the MSBuild tool. Try to capture the generated command
line generated by Jenkins (with all arguments) and launch this command in
shell for trying to debug it.
However according the log, 'LimeUtilities' project is missing.  It is a
layout issue. Do you have  it in your workspace?

On Fri, Oct 5, 2012 at 10:04 AM, Kenneth kenneth.f.niel...@gmail.comwrote:

 Hi All

 I've got one job building a dll, that uses a dll that i have stored as an
 artifact, and gotten into the outputfolder for that job.
 It still complains about the dependency when compiling though. how should
 i workaround that?

  C:\Windows\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets :
 warning : The referenced project '..\LimeUtilities\LimeUtilities.csproj'
 does not exist.
 Done building target ResolveProjectReferences in project
 LimeUtilitiesUnitTests.csproj.
 Am I using msbuild plugin correct?




Re: Cannot display dependency graph

2012-10-07 Thread Hez
Hi Domi

What do I need to configure in the Jenkin's global configuration?
Do you mean the /etc/sysconfig/jenkins?


On Saturday, October 6, 2012 1:46:20 PM UTC+8, domi wrote:

 Does the user Jenkins runs with see 'dot' on the PATH? ('dot' is the CLI 
 tool installed by graphviz) 
 If not, configure it in the global config of your jenkins installation. 
 /Domi 


 On 06.10.2012, at 00:16, hezjing hez...@gmail.com javascript: wrote: 

  Hi 
  
  I have installed Jenkins 1.484 and Dependency Graph Viewer Plugin 0.4 on 
 CentOS 5.8. 
  I have also successfully installed Graphviz using the command like 'yum 
 install graphviz-gd'. 
  
  Unfortunately the graph is not showing when clicked on the 'Dependency 
 Graph'. 
  
  There is no error in /var/log/jenkins/jenkins.log. 
  
  
  image.png 
  
  
  Do you know what could be the problem? 
  
  
  -- 
  
  Hez