Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] error when using wildcards in root.permissions

This is a known limitation in the root file support: https://bugs.eclipse.org/bugs/show_bug.cgi?id=361204

 

Regards

Tobias

 

 

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of victor.zverovich@xxxxxxxxx
Sent: Montag, 14. November 2011 12:28
To: Tycho user list
Subject: [tycho-user] error when using wildcards in root.permissions

 

I am trying to set rootfile permissions in the feature's build.properties file as follows:

 

  root.permissions.755 = dir/*

 

and get the following error during build:

 

  [ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-director-plugin:0.13.0:materialize-products (materialize-products) on project tycho465.repository: P2 director return code was 13 -> [Help 1]

 

Is it a bug or am I doing something wrong?

 

Attached is a modified TYCHO465RootFiles project to reproduce the problem.

 

Thanks,

Victor


Back to the top