Re: [appfuse-user] Urgent Help.... [ERROR] BUILD FAILURE [INFO] There are test failures.......

2008-03-06 Thread Matt Raible
Please do not send these types of e-mails to both lists and don't use Urgent in the subject - it's just rude. We're all volunteers here and just because this issue is urgent for you, it's not for anyone else. As for your problem, have you run "appfuse:full-source" on it? If so, did you do t

[appfuse-user] Urgent Help.... [ERROR] BUILD FAILURE [INFO] There are test failures.......

2008-03-06 Thread Preetkanwal_Singh
Hi all, I have created a Struts 2 application and had sucessfully run the basic CRUD application for the same. Now i tried creating a New Class the appfuse:gen and then Install the same. Its working fine. I want the full source so i run the command "mvn appfuse:full-source". After running

Re: [appfuse-user] form labelposition=left

2008-03-06 Thread wkbutler
Thanks Matt, the article was fascinating. Also compelling...I am happily scrapping my conversion to tables. So as not to get lostI do think there is a bug in the delivered css_xhtml/controlheader.ftl, but only for field labels not positioned on top. It should be adding an opening span tag

Re: [appfuse-user] problem in mvn appfuse:gen

2008-03-06 Thread khalid el hayani
Dear George it ok thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [appfuse-user] problem in mvn appfuse:gen

2008-03-06 Thread George Wei
And you still need C:/Documents and Settings/stg.elhayani/.m2, a blank folder is OK, or you may meet another problem. George Preetkanwal_Singh wrote: > > Khalid this is a well knows error while running mvn. I also had a same > problem long back. > Change the path of your local repository in yo

Re: [appfuse-user] problem in mvn appfuse:gen

2008-03-06 Thread Kropp, Henning
Dear Khalid, you'll find the settings.xml in your home directory 'C:/Documents and Settings/stg.elhayani/' in the '.m2' directory. The '.m2' directory is the default maven directory and the place maven stores it repository. Notice that the '.' makes it a hidden directory, so make sure your Exp

Re: [appfuse-user] problem in mvn appfuse:gen

2008-03-06 Thread khalid el hayani
ok tanks i get it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [appfuse-user] form labelposition=left

2008-03-06 Thread Matt Raible
We've modified the FreeMarker templates to put labels on top for usability reasons. http://raibledesigns.com/rd/entry/label_placement_in_web_forms Using something like Uni-Form instead of forcing label placement might be a good idea. http://dnevnikeklektika.com/uni-form (site currently app

Re: [appfuse-user] Error while running mvn Full source command....

2008-03-06 Thread Matt Raible
I would try searching the mailing list archives for this. I believe other folks have solved this problem. http://appfuse.markmail.org/search/?q=svn%3A%20Connection%20timed% 20out%3A%20connect Matt On Mar 6, 2008, at 3:59 AM, Preetkanwal_Singh wrote: Hi all,

Re: [appfuse-user] problem in mvn appfuse:gen

2008-03-06 Thread khalid el hayani
tanks but.. please where is settings.xml?? 2008/3/6, Preetkanwal_Singh <[EMAIL PROTECTED]>: > Khalid this is a well knows error while running mvn. I also had a same > problem long back. > Change the path of your local repository in your settings.xml to a path > folder with no space name like c:

[appfuse-user] Writing custom tag libraries in appfuse 2

2008-03-06 Thread Kanchana
Hi All I'm hitting my head against to the wall to do a filed length validation using a custom tag library in appfuse 2 .I saw many of the default tld are defined in the WEB-INF/appfuse.tld and those are simulated in view jsp using taglib.jsp.So accordingly i also tried adding a new tag lib clas

RE: [appfuse-user] problem in mvn appfuse:gen

2008-03-06 Thread Preetkanwal_Singh
Khalid this is a well knows error while running mvn. I also had a same problem long back. Change the path of your local repository in your settings.xml to a path folder with no space name like c:/repository/ The problem is your repository is set to C:/Documents and Settings/stg.elhayani/.m2/rep

[appfuse-user] problem in mvn appfuse:gen

2008-03-06 Thread khalid el hayani
Hi you all Hope your day is nice i have this error when i try to generate CRUD screens/classes for my POJO (person) C:\Source\projetPOJO>mvn appfuse:gen -Dentity=Person [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'appfuse'. [INFO] --

[appfuse-user] form labelposition=left

2008-03-06 Thread wkbutler
Hi - I'm starting with a fresh AppFuse2 install and am trying to figure out the page layouts. In form content (being rendered by the s:form tag), I would like the labels to appear on the left of the form fields. I am using the css_xhtml layout templates. The s:form doc says that using lab

[appfuse-user] Error while running mvn Full source command....

2008-03-06 Thread Preetkanwal_Singh
Hi all, I am trying to generate full source of my CRUD application using this command:"mvn appfuse:full-source" Am getting this error. <<<> >>> D:\CESPLM\gms>mvn appfuse:full-source [