Re: [appfuse-user] Invalid org.hibernate:jtidy:pom

2008-10-03 Thread mxb
at org.jetbrains.idea.maven.runner.MavenRunner$2.run(MavenRunner.java:123) mraible wrote: > > No, but you can get a 30 day trial. For me, it's worth the cost ($500). > > Matt > > On Fri, Oct 3, 2008 at 9:07 AM, mxb <[EMAIL PROTECTED]> wrote: >> >> is intellij

Re: [appfuse-user] Invalid org.hibernate:jtidy:pom

2008-10-03 Thread mxb
ok. i'll try it. thanks for your help so far mraible wrote: > > No, but you can get a 30 day trial. For me, it's worth the cost ($500). > > Matt > > On Fri, Oct 3, 2008 at 9:07 AM, mxb <[EMAIL PROTECTED]> wrote: >> >> is intellij free. >> &

Re: [appfuse-user] Invalid org.hibernate:jtidy:pom

2008-10-03 Thread mxb
is intellij free. mraible wrote: > > My only suggestion is to use IntelliJ IDEA or the command line. ;-) > > Matt > > On Fri, Oct 3, 2008 at 7:18 AM, mxb <[EMAIL PROTECTED]> wrote: >> >> ok. i have replaced IBM data STudio which is eclipse with some a

Re: [appfuse-user] Invalid org.hibernate:jtidy:pom

2008-10-03 Thread mxb
. thanks. mraible wrote: > > I'm sorry you're experiencing this problem. If I thought it was a bug > in AppFuse, I would do my best to fix it. > > Matt > > On Wed, Oct 1, 2008 at 1:49 PM, mxb <[EMAIL PROTECTED]> wrote: >> >> yes, i'm using m2e

Re: [appfuse-user] Invalid org.hibernate:jtidy:pom

2008-10-01 Thread mxb
in the process. mraible wrote: > > All I can say is that if it works from the command line and not from > Eclipse, then it's probably not AppFuse or Maven's fault, but rather > the Eclipse Plugin you're using. Are you using m2eclipse? > > Matt > > On Wed,

Re: [appfuse-user] Invalid org.hibernate:jtidy:pom

2008-10-01 Thread mxb
end you manually fix jtidy's pom in your > local repo. > > Matt > > On Oct 1, 2008, at 3:52 AM, mxb <[EMAIL PROTECTED]> wrote: > >> >> Do you have any instructions on how to do this (pom file) or is it >> just a >> case of replac

Re: [appfuse-user] Invalid org.hibernate:jtidy:pom

2008-10-01 Thread mxb
_to_3_4 > > Matt > > On Tue, Sep 30, 2008 at 2:03 PM, mxb <[EMAIL PROTECTED]> wrote: >> >> it does cause the building to fail in NetBeans. >> >> >> mraible wrote: >>> >>> This is just a warning and shouldn't cause any building o

Re: [appfuse-user] Invalid org.hibernate:jtidy:pom

2008-09-30 Thread mxb
it does cause the building to fail in NetBeans. mraible wrote: > > This is just a warning and shouldn't cause any building or testing to > fail. > > Matt > > On Tue, Sep 30, 2008 at 1:27 PM, mxb <[EMAIL PROTECTED]> wrote: >> >> Hi, >> &g

Re: [appfuse-user] Invalid org.hibernate:jtidy:pom

2008-09-30 Thread mxb
Hi, I get the same error using the latest build. The suggestion below doesn't fix it for me. I have a blank starter application. ANy ideas. Thanks. wnqq wrote: > > > Environment: v2.0M4 + Struts + Hibernate > > Just wonder has anyone experienced the following warning? > > [WARNING] POM f

Re: [appfuse-user] Error using IE on GetCookie

2008-01-17 Thread mxb
ver, useCapture]); element.addEventListener(name, observer, useCapture); } else if (element.attachEvent) { this.observers.push([element, name, observer, useCapture]); element.attachEvent('on' + name, observer); } }, if (element.addEventListener) { mxb wrote: > > n

Re: [appfuse-user] Error using IE on GetCookie

2008-01-17 Thread mxb
no. i will place it and see what happens. thanks. mraible wrote: > > Do you still reference global.js in your project? This is the file > that has the getCookie function. > > Matt > > On 1/17/08, mxb <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >&g

[appfuse-user] Error using IE on GetCookie

2008-01-17 Thread mxb
Hi, I am getting an error in IE (object required) on the line below which is in the login.js getCookie("username") != null) In Firefox it occurs however the browser just ignores it. I am using a Javascript obfuscator (JCEPro) although i have told it not to obfuscate getCookie. Can anyone help

[appfuse-user] jetty logs

2007-10-22 Thread mxb
Hi, Does anyone know where the jetty logs are kept. I am trying to find the information that is written to the DOS window when doing a jetty:run-war. Thanks. -- View this message in context: http://www.nabble.com/jetty-logs-tf4673546s2369.html#a13352191 Sent from the AppFuse - User mailing l

Re: [appfuse-user] integrating appfuse2 maven build with eclipse and debugging

2007-10-20 Thread mxb
appfuse.org/display/APF/Eclipse > > Mike > > On 10/19/07, mxb <[EMAIL PROTECTED]> wrote: >> >> >> HI, >> >> DOes anyone have any information about how to integrate the maven build >> process into Eclipse and also how to configure eclipse to

[appfuse-user] integrating appfuse2 maven build with eclipse and debugging

2007-10-19 Thread mxb
HI, DOes anyone have any information about how to integrate the maven build process into Eclipse and also how to configure eclipse to be able to debug when using Jetty. Thanks. -- View this message in context: http://www.nabble.com/integrating-appfuse2-maven-build-with-eclipse-and-debugging-tf

Re: [appfuse-user] java.lang.NoClassDefFoundError: javax/el/ELResolver Error

2007-10-11 Thread mxb
e.org/browse/APF-856 > > Matt > > On 10/11/07, mxb <[EMAIL PROTECTED]> wrote: >> >> to date i have been able to get a blank basic-jsf project to work. After >> adding my pojo classes which contain many OneTomany and ManyToOne >> annotations , i have got to the

Re: [appfuse-user] java.lang.NoClassDefFoundError: javax/el/ELResolver Error

2007-10-11 Thread mxb
Mike Horwitz wrote: > > Have you resolved this problem? You seem to indicate in other emails that > you have got this working. > > Mike > > On 10/11/07, mxb <[EMAIL PROTECTED]> wrote: >> >> >> Hi, >> >> I am using the basic-jsf project

Re: [appfuse-user] has anyone got the basic-jsf to work and imported to eclispe

2007-10-11 Thread mxb
make changes and see them with > a mvn jetty:run-war. I do miss the old ant window in eclipse though. > > Nice job Matt! > > Ron > > - Original Message > From: mxb <[EMAIL PROTECTED]> > To: users@appfuse.dev.java.net > Sent: Wednesday, October 10

[appfuse-user] java.lang.NoClassDefFoundError: javax/el/ELResolver Error

2007-10-11 Thread mxb
Hi, I am using the basic-jsf project type. When i try and start using tomcat6 i get a java.lang.NoClassDefFoundError: javax/el/ELResolver error. Also i have a problem when i run it under jetty that seems to be along the same lines. Does anyone have any info on this. thanks. -- View this messag

Re: [appfuse-user] appfuse:gen causes import statment to revert to org.appfuse

2007-10-11 Thread mxb
ok. we found the problem just in case someone else does something silly like we did. Someone had changed the fullsource attribute in pom.xml to yes instead of true. mxb wrote: > > Hi, > > I am using the full-source version of the basic-jsf archetype. Everytime i > generate us

[appfuse-user] appfuse:gen causes import statment to revert to org.appfuse

2007-10-11 Thread mxb
Hi, I am using the full-source version of the basic-jsf archetype. Everytime i generate using appfuse:gen off a new entity some of the import statements that i have changed to point to my package structure change back to import org.appfuse. Has anyone had this issue and is there a file where i sh

Re: [appfuse-user] error when running mvn JSF-Struts build

2007-10-10 Thread mxb
Thanks for your help. it works with Tomcat 6. mraible wrote: > > It looks like you're trying to run on Tomcat 5.5.x - you need Tomcat 6 > in order to run MyFaces 1.2 since it has a dependency on JSP 2.1. > > On 10/10/07, mxb <[EMAIL PROTECTED]> wrote: >

Re: [appfuse-user] error when running mvn JSF-Struts build

2007-10-10 Thread mxb
[ERROR] BUILD ERROR [INFO] [INFO] Error executing ant tasks mxb wrote: > > i ran appfuse-full-source which worked ok and then when i ran install > eclipse:eclipse i got this error. I haven't yet managed to install t

[appfuse-user] has anyone got the basic-jsf to work and imported to eclispe

2007-10-10 Thread mxb
Hi, I have never been able to get the basic-jsf build to work to the point where i can import the project into eclipse. does anyone have a positive experience in doing a problem free basic-jsf install. -- View this message in context: http://www.nabble.com/has-anyone-got-the-basic-jsf-to-work-

Re: [appfuse-user] error when running mvn JSF-Struts build

2007-10-10 Thread mxb
have you been able to run install eclipse:eclispe . mraible wrote: > > If you deploy your application to an existing running version of > Tomcat, does it startup correctly? What if you run "mvn > jetty:run-war"? > > Matt > > On 10/10/07, mxb <[EMAIL PR

Re: [appfuse-user] error when running mvn JSF-Struts build

2007-10-10 Thread mxb
404, at: invoke [INFO] ---- mxb wrote: > > it works when i run jetty:run-war and i can login. > > > > mraible wrote: >> >> If you deploy your application to an existing running version of >>

Re: [appfuse-user] error when running mvn JSF-Struts build

2007-10-10 Thread mxb
it works when i run jetty:run-war and i can login. mraible wrote: > > If you deploy your application to an existing running version of > Tomcat, does it startup correctly? What if you run "mvn > jetty:run-war"? > > Matt > > On 10/10/07, mxb <[EMAIL PR

[appfuse-user] error when running mvn JSF-Struts build

2007-10-10 Thread mxb
Hi, I am able to download the Basic JSF-Struts archetype however i get an error when i run mvn to download other jars etc. the error i get is as follows, can anyone help. [INFO] Executing tasks [mkdir] Created dir: C:\cabrillo\target\webtest-data [echo] Testing 'cabrillo-1.0-SNAPSHOT' w