Try this: http://blogs.sourceallies.com/2011/06/maven-3-tutorial-project-setup/3/
> Is there anyway to pull down the example projects from Maven central,
> with the example java features etc, calculator etc.
>
I recommend you check out the source code from git:
https://github.com/cucumber/cucumber-jvm
Just install git and run `git://github.com/cucumber/cucumber-jvm.git`
Try out some of the projects in the examples folder.
More info here: http://help.github.com/
> When I create a java project now, it just creates a src folder, I
> looked at the screenshots on this page:
> http://www.ludeke.net/2011_10_01_archive.html
>
> Do I need a similar file structure with the src/main/test etc...?
>
> Im a complete newbie to this, but I want to get started, any help,
> information very much appreciated.
>
Hopefully the links above will get you started. Let us know if you
have more questions.
Aslak
> Thanks
>
> --
> You received this message because you are subscribed to the Google Groups "Cukes" group.
> To post to this group, send email to cu...@googlegroups.com.
> To unsubscribe from this group, send email to cukes+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/cukes?hl=en.
>
I wrote an example a while a go that might give some ideas:
http://thomassundberg.wordpress.com/2011/09/16/test-drive-an-implementation-using-an-executable-specification/
HTH
Thomas
--
Thomas Sundberg
M. Sc. in Computer Science
Mobile: +46 70 767 33 15
Blog: http://thomassundberg.wordpress.com/
Twitter: @thomassundberg
Better software through faster feedback
On Thu, Feb 9, 2012 at 10:01 AM, Bradley Symons <snomy....@gmail.com> wrote:
> Hi
>
> Im trying to setup, of find any relevant information on how to setup
> cucumber-jvm on eclipse.
> I am fairly new to Java, and Eclipse, I am Ruby background using
> Rubymine and Cucumber.
>
> I have installed the jars, and added them to the class path.
>
> My question now is, do I create a Java project?
> How do I get the pom.xml and how do I install it?
>Try this: http://blogs.sourceallies.com/2011/06/maven-3-tutorial-project-setup/3/
Cucumber-JVM creates a hierarchy of JUnit tests, where each leaf is a
step. That's why.
Aslak
Hi,I have followed this link to setup on eclipse everything worked fine, but when I have created the feature file it is by default pointing to word file and later it turns to asci code, some how in the video it is pointing to text editor. Do i need to do install any plugins
Hi,I have followed this link to setup on eclipse everything worked fine, but when I have created the feature file it is by default pointing to word file and later it turns to asci code, some how in the video it is pointing to text editor. Do i need to do install any plugins