Hi Christian, I don't know if it will solve your problem but perhaps you can try building using Maven 3 (since that is what we use in the project).
-Jeroen On Tue, Dec 4, 2012 at 11:10 AM, Christian Steinebach < [email protected]> wrote: > Hi Dan! > > Thank you very much for your answer! > I downloaded both the wicket/restful demo and the the DnD demo. > > mvn clean install works in well in both cases. > > When running the wicket demo with > mvn antrun:run > > the application starts with the logon screen > Using the user/password combination sven/pass > an exception is thrown > > Last cause: > org.hamcrest.CoreMatchers.anyOf(Lorg/hamcrest/Matcher;Lorg/hamcrest/Matcher;)Lorg/hamcrest/core/AnyOf; > WicketMessage: Can't instantiate page using constructor 'public > org.apache.isis.viewer.wicket.ui.pages.home.HomePage()'. Might be it > doesn't exist, may be it is not visible (public). > > I've included the log as an attachment. > > Running the restful viewer works. > Running DnD viewer works as well. > > Christian > > P.S.: I'm running Ubuntu 12.04, maven 2.21 > > > ________________________________________ > From: Dan Haywood [[email protected]] > Sent: Monday, December 03, 2012 9:25 PM > To: [email protected] > Subject: Re: Wicket, github, demo... > > Hi Christian, > > thanks for your interest in Isis. > > I've just spent a bit of time getting some examples uploaded onto the our > site, as well as pushing a snapshot release up to Apache's snapshot repo. > As you'll see, they cover wicket viewer as well as some other components. > > So, it'd be great if you could go to the new example page [1] and see if > what described there works for you. Please report back! > > Cheers > Dan > > [1] http://isis.apache.org/getting-started/examples.html > > On 3 December 2012 10:30, Christian Steinebach < > [email protected]> wrote: > > > Hi > > > > Congratulations that isis made it to apache! > > > > I've just started exploring the possibilities, but have some problems. > > I am interested in running the claims demo and wicket. > > > > I started using the quickstart archetype to play around with a simple > > project. > > But there is no support for wicket. Is there a way to enable wicket > > support? > > > > I found the github location for version 0.3 and could clone the project > > from > > https://github.com/danhaywood/apache-isis-tlp > > but building/compiling etc. does not work (for me ;-). > > > > I hope somebody give me some hints on how to > > - enable wicket > > - run the claim demo > > - update to the current version > > > > Thanks in advance > > > > Christian > > >
