Closed ahmah11 closed 9 years ago
Yes you can, even better is to add Xebium as a dependency to Fitnesse. If you use maven or gradle this is very simpel.
Met vriendelijke groeten/Kind regards,
Cirilo Wortel
On 2 Feb, 2015, at 22:45 pm, ahmah11 notifications@github.com wrote:
Hi,
I see that i have to run the xebium project which will run fitnesse .
Is there a way to use xebium as a jar file and give the path to this file from an independent fitnesse ?
— Reply to this email directly or view it on GitHub https://github.com/xebia/Xebium/issues/142.
Thanks, what command should i use to generate the xebium fixture jar file ?
Hey,
It's possible to build a JAR file. This can be done by running Maven with "mvn -Pjar-with-dependencies package" in the Xebium source directory. This will produce a JAR file in your /target directory, which you can execute using "java -cp xebium-0.x.jar fitnesseMain.FitNesseMain". In this case you can start Xebium with the java-command, without using maven. All you need is the target-directory.
Or use any other preffered way to add to your fitnesse classpath.
Regards,
Cirilo
On Tue, Feb 3, 2015 at 7:02 PM, ahmah11 notifications@github.com wrote:
Thanks, what command should i use to generate the xebium fixture jar file ?
— Reply to this email directly or view it on GitHub https://github.com/xebia/Xebium/issues/142#issuecomment-72701343.
@ahmah11 Did this answer your question?
Hi,
I see that i have to run the xebium project which will run fitnesse .
Is there a way to use xebium as a jar file and give the path to this file from an independent fitnesse ?