Re: building source

2014-04-05 Thread Serdyn du Toit
No problem Lukasz - its working so I'm happy :) (and at least I didn't have to debug the build process; not too familiar with Maven as I don't use it for my own code) :) Kind regards, Serdyn du Toit On Sat, Apr 5, 2014 at 3:32 PM, Lukasz Lenart wrote: > 2014-04-05 15:19 GMT+02:00 Serdyn du To

Re: building source

2014-04-05 Thread Lukasz Lenart
2014-04-05 15:19 GMT+02:00 Serdyn du Toit : > Got it working :) > mvn clean install -DskipAssembly=true Yes, sorry for that :-) Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e-mail: user-unsubs

Re: building source

2014-04-05 Thread Serdyn du Toit
Got it working :) mvn clean install -DskipAssembly=true On Sat, Apr 5, 2014 at 3:03 PM, Serdyn du Toit wrote: > Thanks Lukasz, > > Okay, I think my code might have been corrupt (A lot of the developer > links on the left hand side of the website is broken, so I connected to the > old CVS serve

Re: building source

2014-04-05 Thread Serdyn du Toit
Thanks Lukasz, Okay, I think my code might have been corrupt (A lot of the developer links on the left hand side of the website is broken, so I connected to the old CVS server, followed the instructions in the readme, more steps and struggles, got some source repository details on the Struts websi

RE: Date widget use with simple theme

2014-04-05 Thread Martin Gainty
Morning Patrick- there is an example of datetimepicker in showcase 2.0.11 in webapp/empmanager/editEmployee.jsp <%@ taglib prefix="s" uri="/struts-tags" %> and remember to include :head tag Lukasz mentioned *Martin* > From: lukaszlen...@apache.org > Date: Sat, 5 Apr 2014 12:30:33

Re: Date widget use with simple theme

2014-04-05 Thread Lukasz Lenart
is a part of Dojo plugin [1], so you must include it and use as well, then you can use the tag as [1] http://struts.apache.org/release/2.3.x/docs/datetimepicker.html 2014-04-05 7:44 GMT+02:00 Patrick Kelly : > Hi - I am migrating a Webwork application to Struts 2 and am trying to > figure out

Re: building source

2014-04-05 Thread Lukasz Lenart
Strange, it supposes to work on JDK6 and JDK7, doesn't compile on JDK8 because of JavaDocs errors (but it's a plan for 2.5 ;-)) The only problem now is that you must skip assembly compilation by mvn clean install -PskipAssembly 2014-04-04 23:16 GMT+02:00 Serdyn du Toit : > Hi, > > How do I build