Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config to allow arbitrary SymLink creation, not just for the test suite files #31

Open
GoogleCodeExporter opened this issue Jul 10, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Currently (1.4.0-SNAPSHOT) the default config option of 
'<createSymLink>true</createSymLink>' will create a FitNesse SymLink directly 
from its working directory to the test suite under src/test/fitnesse.

If there are other project specific FitNesse wiki pages currently they have to 
be copied into /target/fitnesse/FitNesseRoot using 
maven-resources-plugin:copy-resources.

Perhaps we could have some config similar to:
  <plugin>
      <groupId>uk.co.javahelp.fitnesse</groupId>
      <artifactId>fitnesse-launcher-maven-plugin</artifactId>
      <configuration>
          <suite>MyTestSuite</suite>
          <SymLinks>
              <SymLink>
                  <linkName>JavaExample</linkName>
                  <linkPath>src/test/fitnesse/JavaExample</linkPath>
              </SymLink>
          </SymLinks>
      </configuration>
  </plugin>


Original issue reported on code.google.com by stewart@javahelp.co.uk on 9 Jun 2014 at 11:22

@GoogleCodeExporter
Copy link
Author

See also Issue #33

Original comment by stewart@javahelp.co.uk on 4 Jul 2014 at 9:33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant