eclipse / Xpect

This repository has been rewritten to move to the Eclipse Foundation. Find the old history here: https://github.com/TypeFox/Xpect
http://www.xpect-tests.org/
Eclipse Public License 2.0
32 stars 28 forks source link

improve File {} configuration #60

Open meysholdt opened 11 years ago

meysholdt commented 11 years ago
  1. support

File "foo.ext" { from="some/path/" } File { from="some/path/foo.ext" } File "foo.ext" { from="some/path/bar.ext" }

  1. to find the file, use a search path consisting of first, the current files's folder second, the project's source folders third, the project's folder fourth, a virtual folder which contains all projects. (check if this is possible in maven)
meysholdt commented 11 years ago

support also

File "foo/bar/baz/file.ext" {} Folder "foo/bar/baz" {}