Failure to resolve sigil.properties file if sigil-repo.properties is in flat
hierarchy
--------------------------------------------------------------------------------------
Key: FELIX-1794
URL: https://issues.apache.org/jira/browse/FELIX-1794
Project: Felix
Issue Type: Bug
Components: Sigil
Environment: ivy
Reporter: David Savage
% cd /somewhere
% ls -1
build
build.properties
build.xml
ivy.xml
ivysettings.xml
sigil-repos.properties
sigil.properties
src
% more sigil-repos.properties
# repository config
-repositories: system, project
system;provider: system
system;level: -1
project;provider: project
project;level: 0
project;pattern: **[sigilproject]
% ant
...
BUILD FAILED
/some-where/build.xml:13: impossible to resolve dependencies:
java.lang.IllegalArgumentException: ProjectRepository: no projects
found using pattern: **sigil.properties pwd=/some-where
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.