Re: bad JSF rendering when using mvn jetty:run

2007-12-13 Thread Christofer Jennings
taking it out fixed my problem. A bizarre side note is that I was the only one on my team that saw the bad behavior. I never figured out what else could have been causing my system to act differently than others'. Oh well. All's well that ends well. ,chris On Dec 13, 2007 10:21 AM, Christofer

bad JSF rendering when using mvn jetty:run

2007-12-13 Thread Christofer Jennings
I'm not sure where to post this question. It might be a JSF thing but the problem I have only happens when I run mvn jetty:run. For some reason when I use mvn jetty:run my JSF pages render wierd. The JSF components render outside the html tag. If I build a war and deploy it to jetty or tomcat the

Re: trouble adding Maven 2.0 pom

2007-11-15 Thread Christofer Jennings
12:35 PM, Emmanuel Venisse [EMAIL PROTECTED] wrote: 1. you need a real scm defined in your pom, Continuum use it to checkout/update the working copy and to build the project 2. if your scm is svn, svn must be in your PATH Emmanuel Christofer Jennings a écrit : I take it back. Continuum

trouble adding Maven 2.0 pom

2007-11-15 Thread Christofer Jennings
Hi, I'm trying continuum-1.1-beta-4 and having trouble adding a maven 2.0.7 pom. I haven't used continuum for a while, so I'm basically a newbee. If I put in a pom url like this: file:///C:/wicket/wickety/pom.xml I get this message: The specified resource isn't a file or the protocol

Re: trouble adding Maven 2.0 pom

2007-11-15 Thread Christofer Jennings
file. --- /pre So I guess I need a real SCM to run Continuum. ,chris On Nov 15, 2007 12:00 PM, Christofer Jennings [EMAIL PROTECTED] wrote: Thanks Emmanuel, Ah, the FAQ. But of course :) ... sorry for that. The app

Re: trouble adding Maven 2.0 pom

2007-11-15 Thread Christofer Jennings
continuum is happy now. ,chris On Nov 15, 2007 11:44 AM, Emmanuel Venisse [EMAIL PROTECTED] wrote: Christofer Jennings a écrit : Hi, I'm trying continuum-1.1-beta-4 and having trouble adding a maven 2.0.7pom. I haven't used continuum for a while, so I'm basically a newbee. If I

Re: trouble adding Maven 2.0 pom

2007-11-15 Thread Christofer Jennings
Thanks Wendy! That did the trick. No complaints about the javadoc plugin that I see so far. Thanks all for your guidance. ,chris On Nov 15, 2007 1:57 PM, Wendy Smoak [EMAIL PROTECTED] wrote: On Nov 15, 2007 2:49 PM, Christofer Jennings [EMAIL PROTECTED] wrote: I got SVN installed locally

nested pom custom webresources ?

2007-02-14 Thread Christofer Jennings
How do I use a custom webresource in a nested pom? My setup looks like this... [] means it's a folder - [MyApp] - pom.xml - [domain] - pom.xml - [webgui] - pom.xml - [src] - [main] - [webapp] -

multi-file APT ?

2006-11-30 Thread Christofer Jennings
Hi All, How do you split a long APT file into mulitple smaller files? The APT Format page generated by default with mvn site says... A short APT document is contained in a single text file. A longer document may be contained in a ordered list of text files. For instance, first text file

site:run not showing some apt pages

2006-11-30 Thread Christofer Jennings
I have a number of apt pages that get properly generated with mvn site but give an http 404 error whe I run mvn site:run Any ideas? ??? ,chris

Re: site:run not showing some apt pages

2006-11-30 Thread Christofer Jennings
Thanks Wendy, [response inlined] On 11/30/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 11/30/06, Christofer Jennings [EMAIL PROTECTED] wrote: I have a number of apt pages that get properly generated with mvn site but give an http 404 error whe I run mvn site:run Not really, without seeing

Re: site:run not showing some apt pages

2006-11-30 Thread Christofer Jennings
it's supposed to be? ? ,chris On 11/30/06, Christofer Jennings [EMAIL PROTECTED] wrote: Thanks Wendy, [response inlined] On 11/30/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 11/30/06, Christofer Jennings [EMAIL PROTECTED] wrote: I have a number of apt pages that get properly generated

Re: site:run not showing some apt pages

2006-11-30 Thread Christofer Jennings
Looks like it! Thanks! On 11/30/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 11/30/06, Christofer Jennings [EMAIL PROTECTED] wrote: Sorry. I just noticed ... [ERROR] VM #displayTree: error : too few arguments to macro. Wanted 2 got 0 [ERROR] VM #menuItem: error : too few arguments to macro

Re: build war for jboss, exclude log4j

2006-11-27 Thread Christofer Jennings
groupIdlog4j/groupId artifactIdlog4j/artifactId version1.2.9/version scopeprovided/scope /dependency Chris 2006/11/18, Christofer Jennings [EMAIL PROTECTED]: Hi All, How can I exclude log4j stuff from a war? The log4j stuff is conflicting with jboss. Thanks! ,chris

run maven from ant

2006-11-27 Thread Christofer Jennings
What is the simplest / preferred way to run maven from ant? My maven project is being integrated with a larger project that uses ant. I want the process to be painless to ant lovers, if possible. Thanks in advance ,chris - To

Re: run maven from ant

2006-11-27 Thread Christofer Jennings
So far, using the exec task seems to work. target name=install exec dir=. executable=C:/java/maven-2.0.4/bin/mvn.bat arg line=install / /exec /target This is in a build.xml next to my pom. ,chris On 11/27/06, Christofer Jennings [EMAIL PROTECTED] wrote: What is the simplest

build war for jboss, exclude log4j

2006-11-17 Thread Christofer Jennings
Hi All, How can I exclude log4j stuff from a war? The log4j stuff is conflicting with jboss. Thanks! ,chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to upload 3rd party source jars to external repository

2006-11-15 Thread Christofer Jennings
I'm having trouble using deploy:deploy-file to upload sources and javadoc too. I've set up an internal repository via SCP and have uploaded DWR version 2.0m4 to it. When I use the mvn command below for either the javadoc or sources jar, I get the NullPointerException. Am I using the command

Re: How to upload 3rd party source jars to external repository

2006-11-15 Thread Christofer Jennings
It seems to work if I set -DgeneratePom=true On 11/15/06, Christofer Jennings [EMAIL PROTECTED] wrote: I'm having trouble using deploy:deploy-file to upload sources and javadoc too. I've set up an internal repository via SCP and have uploaded DWR version 2.0m4 to it. When I use the mvn command

Re: scp a war to remote location

2006-10-26 Thread Christofer Jennings
Thanks Wendy!, Do you deploy to a remote Tomcat? Could you post the part of your pom that does it? ,chris On 10/25/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 10/25/06, Christofer Jennings [EMAIL PROTECTED] wrote: How do you scp a war to a remote location in maven2? I have a webapp

Re: scp a war to remote location

2006-10-26 Thread Christofer Jennings
at the tomcat plugin http://mojo.codehaus.org/tomcat-maven-plugin/ The documentation is pretty good. Ben On 10/26/06, Christofer Jennings [EMAIL PROTECTED] wrote: Thanks Wendy!, Do you deploy to a remote Tomcat? Could you post the part of your pom that does it? ,chris On 10/25/06, Wendy Smoak [EMAIL

scp a war to remote location

2006-10-25 Thread Christofer Jennings
How do you scp a war to a remote location in maven2? I have a webapp project that produces a war. I'd like to deploy it to a remote server running jboss. I think all I need is to scp the war and let jboss hot deploy. But I can't figure out what to do in maven to make it happen. I already have

assertions with jetty plugin?

2006-10-21 Thread Christofer Jennings
Hi All, How do you enable assertions for the jetty plugin? Are they enabled by default? Thanks! ,chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

maven-proxy with https?

2006-10-10 Thread Christofer Jennings
Is there any documentation for setting up maven-proxy to use https? ,chris

Where is the superpom?

2006-10-09 Thread Christofer Jennings
Sorry if this is a dumb question, but I've looked and looked and can't seem to find the real superpom. ??? ,chris

Re: Where is the superpom?

2006-10-09 Thread Christofer Jennings
/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml Christofer Jennings-2 wrote: Sorry if this is a dumb question, but I've looked and looked and can't seem to find the real superpom. ??? ,chris -- View this message in context: http://www.nabble.com/Where

having trouble using deploy:deploy-file to upload sources and javadoc

2006-10-09 Thread Christofer Jennings
I'm having trouble using deploy:deploy-file to upload sources and javadoc. I've set up an internal repository via SCP and have uploaded DWR version 2.0m4 to it. When I use the mvn command below for either the javadoc or sources jar, I get the NullPointerException. Am I using the command

authenticity and checksum warnings from internal repository using SCP

2006-10-06 Thread Christofer Jennings
Hi, I'm getting authenticity and checksum warnings from my internal repository using SCP. This is my first attempt setting up an internal repository and I'm pretty new to SCP so any help would be appreciated. Below are my settings and the CLI output. I need a special version of DWR ( 2.0m3) in

Re: authenticity and checksum warnings from internal repository using SCP

2006-10-06 Thread Christofer Jennings
mvn deploy and it will generate the files for you. Wayne On 10/6/06, Christofer Jennings [EMAIL PROTECTED] wrote: Hi, I'm getting authenticity and checksum warnings from my internal repository using SCP. This is my first attempt setting up an internal repository and I'm pretty new to SCP so

Re: maven war plugin filter

2006-10-06 Thread Christofer Jennings
I'm trying to figure out the same thing. Have you seens this... http://www.nabble.com/filtering-web.xml-with-profile-properties-tf2272626.html#a6309369 ,chris On 10/2/06, foamdino [EMAIL PROTECTED] wrote: Hi, I've been struggling with this for the whole morning and I'm at an impasse. I'm

running JSUnit tests without ant?

2006-09-08 Thread Christofer Jennings
Is there a way to run JSUnit tests without ant? And as an aside, I wish I could manage javascript dependencies too. Wouldn't that be cool?! Thanks, chris

jetty6 plugin and IntelliJ IDEA

2006-08-23 Thread Christofer Jennings
IDEA can't save files while I use jetty6:run. I've tried with and without scanIntervalSeconds set. When scanIntervalSeconds is set. I can save files a little while (less than a minute) before I have trouble. But eventually IDEA says it can't save a file. It seems like it works until I view one

junit 4.1

2006-08-10 Thread Christofer Jennings
I have a dependency on junit 4.1 that fails. It looks like version 4.1 is in http://www.ibiblio.org/maven2/junit/junit/ but not in the maven-metadata.xml... metadata groupIdjunit/groupId artifactIdjunit/artifactId versioning release3.8.1/release versions version3.7/version

IDEA plugin up-to-date?

2006-08-10 Thread Christofer Jennings
The IntelliJ IDEA MavenPlugin (http://www.intellij.org/twiki/bin/view/Main/MavenPlugin) looks like it hasn't been updated in a while. Is it up-to-date? Does it work well? Thanks, chris - To unsubscribe, e-mail: [EMAIL

Re: IDEA plugin up-to-date?

2006-08-10 Thread Christofer Jennings
On closer look, the plugin page says it only looks for project.xml files now, so I guess that means it's not ready for maven 2 yet. Is there a new version or other plugin around for IDEA 5.x and Maven 2? ,chris - To

Re: IDEA plugin up-to-date?

2006-08-10 Thread Christofer Jennings
I'm trying that mvn idea:idea out too. It's nice to get a project up quickly, but it seems to clobber any previous settings (like adding library src and javadoc) if I run it again. Also, I'd like to run the maven build from IDEA. I'm new to maven, so maybe I'm just using it wrong. But a nice

Re: IDEA plugin up-to-date?

2006-08-10 Thread Christofer Jennings
+1 I assume you mean the 2.1-SNAPSHOT of the plugin? ... Can I get the source and build it? What takes so long for releases? ,chris On 8/10/06, Dave Hoffer [EMAIL PROTECTED] wrote: ... We made a snapshot build of 2.1-SNAPSHOT a while back that fixes these problems. It would be great if

Re: RE: Re: RE: Weblogic plugin?

2006-08-06 Thread Christofer Jennings
If you've already got an ant build file for the weblogi stuff, is there any good reason to use the plugin instead of just running the ant target from maven? Does it add any value other than being all maven? thanks, chris - To

Re: RE: Weblogic plugin?

2006-08-04 Thread Christofer Jennings
Thanks Scott, If it were my choice I'd use xfire and jsr 181 too. But I'm not the one writing the webservice. I'm trying to get my team to try Maven for an isolated part of our project, but the person wirting the webservice is using WL tools so it might block my effort. I'll look into writing

Re: Re: RE: Weblogic plugin?

2006-08-04 Thread Christofer Jennings
Scott, btw: I noticed the fisheye link to the source didn't work. http://svn.mojo.codehaus.org/trunk/mojo/mojo-sandbox/weblogic-maven-plugin ,chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Re: Re: RE: Weblogic plugin?

2006-08-04 Thread Christofer Jennings
Darn, svn checkout failed too. svn checkout svn://svn.codehaus.org/mojo/scm/trunk/mojo/mojo-sandbox/weblogic-maven-plugin weblogic-maven-plugin got subversion/libsvn_client/checkout.c:90: (apr_err=17) svn: URL

weblogic plugin?

2006-08-03 Thread Christofer Jennings
Is there a weblogic plugin that supports WL 9.1 sevicegen, clientgen etc.? I found this in the mail archives, butit's pretty old. http://www.mail-archive.com/users@maven.apache.org/msg03059.html Thanks, chris - To unsubscribe,