Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Symlink support for EGit builds?


----- Ursprungligt meddelande -----
> Från: "Matthias Sohn" <matthias.sohn@xxxxxxxxx>
> Till: "Robin Rosenberg" <robin.rosenberg@xxxxxxxxxx>
> Kopia: "EGit discussion" <egit-dev@xxxxxxxxxxx>
> Skickat: tisdag, 25 mar 2014 14:35:38
> Ämne: Re: [egit-dev] Symlink support for EGit builds?
> 
> On Tue, Mar 25, 2014 at 12:50 PM, Robin Rosenberg <
> robin.rosenberg@xxxxxxxxxx> wrote:
> 
> > I see "org.eclipse.jgit.errors.SymlinksNotSupportedException: Symlinks are
> > not supported with this OS/JRE" in this test. Time to up the JDK
> > to something from this decade?
> >
> >
> > https://hudson.eclipse.org/egit/job/egit.gerrit/5636/testReport/org.eclipse.egit.core.test.op/DeletePathsOperationTest/testDeleteSymlink
> 
> 
> according to the build log this job uses jdk1.7.0_51 and Hudson is running
> on SLES 11 SP2
> so it looks like this environment should support symlinks
> 
> + cat /etc/SuSE-release
> SUSE Linux Enterprise Server 11 (x86_64)
> VERSION = 11
> PATCHLEVEL = 2
> + uname -a
> 

Ok, it seems the Java7 fragment bundle isn't included when running Tycho. The patch
for including it is https://git.eclipse.org/r/23870 . We need to do this for the
other test bundles tool if this one is ok.

-- robin


Back to the top