Hi Bilgin,
Thanks for trying this out...
On 28/02/2011 11:12, Bilgin Ibryam wrote:
I was a little confused at first to get twice quickstart archetype at
[2] and [3]
I wanted to make sure that it was easily discoverable, so put it in
twice. Opinions?
After following the instructions from [3] the generated maven project
doesn't contain the "domain object for tracking to-do items" nor the
modules mentioned.
The only thing it contains is a App.java that prints "Hello world". I
wonder what I'm doing wrong.
You're not doing anything wrong ... it wasn't finding the archetype
catalog file and so defaulting to the "hello world" maven archetype.
I've fixed my mistakes. There were two, in fact:
a) I had misnamed the catalogue file (should have been
archetype-catalog.xml, not archetype-catalogue.xml)
b) I had used https:// instead of http:// in the instructions.
I've made the changes to the site but it will be a little while before
they are pushed out.
In the meantime, you can - for real - try the archetype using:
mvn archetype:generate \
-D
archetypeCatalog=http://incubator.apache.org/isis/archetype-catalogue.xml \
-D archetypeGroupId=org.apache.isis.support \
-D archetypeArtifactId=quickstart-archetype
ie, by specifying the file directly.
Also is the prototype application mentioned in wiki "Smoke Test" page
removed now? After updating my local isis instance, the
support/prototype folder disappeared?
Yes, it's renamed to support/quickstart. This is a simplified app that
just has a single "ToDoItem" domain object. If you want to use the
original prototype app, you'll find it's moved to example/claims.
Thanks,
Bilgin Ibryam
Thanks again for trying this out for me.
Cheers
Dan
[1] http://incubator.apache.org/isis/index.html
[2] http://incubator.apache.org/isis/where-to-start.html
[3] http://incubator.apache.org/isis/quickstart-app.html
[4] http://incubator.apache.org/isis/documentation.html