As with "exploration" archetype, I have now updated the application 
archetype.

Since there are two archetypes, I've changed the application 
archetype to default to "--type prototype --persistor xml".

There is a bug in the dependencies, though. I had to manually add:
                <!-- missing dependency -->
                <dependency>
                        <groupId>cglib</groupId>
                        <artifactId>cglib-nodep</artifactId>
                        <scope>runtime</scope>
                </dependency>
to the commandline/pom.xml
to resolve "net.sf.cglib.proxy.Factory".

Could someone who knows more please fix this in the correct 
location?

Regards,
Kevin


On 17 Oct 2010 at 11:29, [email protected] wrote:

> I've editted support/pom.xml and some files related to the exploration 
> archetype.  I can now build an exploration application from archetype.
> 
> I've put initial instructions into:
> trunk/support/src/site/apt/jottings.apt
> These instructions are for (mostly) absolute beginners. 
> 
> In short, you need to manually run "mvn install" within the support 
> directory to install the archetypes....
> 
> I have not yet tested against xml object store, nor looked at the 
> application archetype sources.
> 
> Have fun.
> 
> Kevin
> 
> PS: Since I am building from sources, I generally use "mvn -o" to 
> prevent maven from fetching o.a.isis resources from the repositories.
> 
> PPS: Is there a more appropriate method that I can use to have 
> maven use my local repository over the o.a.isis sources?
> 
> On 16 Oct 2010 at 22:26, Kevin Meyer - KMZ wrote:
> 
> > Hi Dan,
> > 
> > There seems to be a problem with the archetype project pom?
> 
> 


--
Kevin Meyer, PhD, Pr.Sci.Nat
KMZ             P.O. Box 9822, Sharon Park, South Africa.
Tel: +27 11 363 2001    Cell: +27 83 346 3045


Reply via email to