Re: How to use maven while developing a webapp

2004-11-08 Thread Brett Porter
There are a couple of alternatives. In IntelliJ, I am able to copy JSPs to the deployed directory. You might need to by some J2EE support for Eclipse (eg MyEclipseIDE). >From the Maven side, you can run "maven war:inplace" which will compile your sources to ${maven.war.src}/WEB-INF/classes and de

How to use maven while developing a webapp

2004-11-08 Thread Duncan Krebs
Hello Maven People, I have a build process setup for a webapp and am able to use maven war:war to produce a .war file that can be deployed with no problems. My development process however seems a little twisted and I'm looking for a better way. I'm using eclipse/tomcat5 to work and make changes

Re: Compilation doesn't generate a compilation error

2004-11-08 Thread Felipe Leme
Hervé, I tried to reproduced it, but the error didn't happen. So, could you try to create a minimum testcase (probably a zip with the project.xml and HelloWorld.java in the proper place)? -- Felipe On Fri, 2004-11-05 at 07:59, Hervé Guidetti wrote: > Hi all, > > I am a newbee with Maven. I j

Re: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

2004-11-08 Thread Brett Porter
what project are you trying to build? Can you try building a different Maven project? commons-jelly beta-4 is not used in Maven 1.0. Perhaps there is a clash of dependency. - Brett On Mon, 8 Nov 2004 22:23:12 +0100, Boris Kraft <[EMAIL PROTECTED]> wrote: > I have also copied another copy of co

Re: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

2004-11-08 Thread Boris Kraft
I have also copied another copy of commons-logging-1.0.3.jar into these dirs; no change of behavior. So I assume its not the jar that is problematic. I have also downloaded & installed maven a second time without change in behavior. Any more ideas anybody? - Boris On 08.11.2004, at 21:03, Boris

building a complex file hierarchy

2004-11-08 Thread Christopher L Merrill
Rather than building a single artifact, our project builds many small artifacts and them puts them together, along with many other file resources, into a complex hierarchy. This is then used by our installer (IA6) to create our installed images. I'm new to Maven, so I'm probably still approaching

RE: maven and plink

2004-11-08 Thread Jason Roscoe
So you haven't used maven in this fashion? -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 3:08 PM To: 'Maven Users List' Subject: RE: maven and plink > -Original Message- > From: Jason Roscoe [mailto:[EMAIL PROTECTED] > Sent: l

RE: maven and plink

2004-11-08 Thread Vincent Massol
> -Original Message- > From: Jason Roscoe [mailto:[EMAIL PROTECTED] > Sent: lundi 8 novembre 2004 21:03 > To: 'Maven Users List' > Subject: RE: maven and plink > > > If I do that, do I still use plink the way I have it? > No idea, I haven't followed the thread. I was just commenting o

RE: maven and plink

2004-11-08 Thread Jason Roscoe
If I do that, do I still use plink the way I have it? -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 3:02 PM To: 'Maven Users List' Subject: RE: maven and plink > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTE

Re: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

2004-11-08 Thread Boris Kraft
Hello Brett yes they are equal. Thanks - Boris On 08.11.2004, at 20:42, Brett Porter wrote: looks like your commons-logging jar is corrupted. Are the output of these the same? jar tvf $MAVEN_HOME/lib/commons-logging-1.0.3.jar jar tvf ~/.maven/repository/commons-logging/jars/commons-logging-1.0.3.j

RE: maven and plink

2004-11-08 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: lundi 8 novembre 2004 20:38 > To: Maven Users List; [EMAIL PROTECTED] > Subject: Re: maven and plink > > to use plink in this fashion, you will need to have pageant running > and a private key loaded. Or create

Re: maven and plink

2004-11-08 Thread Brett Porter
If you are looking for a tutorial on SSH, I've found the ones on sourceforge to generally be helpful. The putty documentation might have more information too. Basic steps (on which you'll have to look elsewhere to elaborate): - generate private key using puttygen - take openssh public part of that

RE: Adding unknown versioned jars to my projects and repo

2004-11-08 Thread Eric Pugh
Typically you put those in /src/webapp... > -Original Message- > From: Duncan Krebs [mailto:[EMAIL PROTECTED] > Sent: Monday, November 08, 2004 8:25 PM > To: Maven Users List; [EMAIL PROTECTED] > Subject: Re: Adding unknown versioned jars to my projects and repo > > > Eric, thanks the poin

Re: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

2004-11-08 Thread Brett Porter
looks like your commons-logging jar is corrupted. Are the output of these the same? jar tvf $MAVEN_HOME/lib/commons-logging-1.0.3.jar jar tvf ~/.maven/repository/commons-logging/jars/commons-logging-1.0.3.jar Cheers, Brett On Mon, 8 Nov 2004 14:43:32 +0100, Boris Kraft <[EMAIL PROTECTED]> wrote

RE: maven and plink

2004-11-08 Thread Jason Roscoe
How do I get the private key? I can run plink xxx.xxx.xxx.xxx from my windows command prompt and login with my username/password (although it shows nothing but garbage after I do that). Thanks -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 200

Re: maven and plink

2004-11-08 Thread Brett Porter
to use plink in this fashion, you will need to have pageant running and a private key loaded. If you can shell into their from the command line using plink without needing a password, you should be set to go with the same options above for Maven. - Brett On Mon, 8 Nov 2004 12:46:35 -0500, Jason

Re: Adding unknown versioned jars to my projects and repo

2004-11-08 Thread Duncan Krebs
Eric, thanks the pointer, I changed my MS JDBC driver as well. When I build my webapp is there a standard directory in my project folder where I should be placing my JSP's? - Original Message - From: "Eric Pugh" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Monday,

RE: Adding unknown versioned jars to my projects and repo

2004-11-08 Thread Eric Pugh
Check and see if the manifest files help you. Also, try and see if there is a published version you can use instead. Lastly, I'll do myjar-unversioned.jar if I have too.. By the way, ditch 3 dependencies and use jTDS instead of MS JDBC driver. Eric > -Original Message- > From: Duncan K

processing my project docbook sources with maven - how to ?

2004-11-08 Thread Feilpe Vieira Silva
Dears members, how can I use Maven to integrate the docbook processing to my project? each of my sub-projects will has a folder called 'doc' or 'docbook' with several documentation sources. How can I use the docbook plugin in order to produce the HTML and the PDF versions of these sources ? bes

Adding unknown versioned jars to my projects and repo

2004-11-08 Thread Duncan Krebs
Hi, I'm in the process of converting a build process to Maven and have come across a lot of jars in which I don't know the version number. Is there a standard way I should go about this when added them to my repository? Do I have to include a version number on a dependency in the project.xml? Co

maven and plink

2004-11-08 Thread Jason Roscoe
I have maven working on my windows machine and I can generate a site locally. When I try to run maven site:deploy from a windows command prompt to deploy this to our linux webserver, it hangs when it tries to ssh to the webserver. I have my build.properties file that looks like this: maven.s

Class Cast exception trying to use org.apache.jasper.JspC

2004-11-08 Thread Darren Hartford
Hey all, Having an issue trying to pre-compile JSP's for Tomcat5. Rather than repeating, below is a post back in March with the same problem. I may just be having a difficult time going through the mailing list and using google - I just can not find a solution. Any help would be greatly apprec

REÂ: Compilation doesn't generate a compilation error

2004-11-08 Thread Hervà Guidetti
Hi, Ok. You should be right. I effectively use Eclipse in parallel. I will try and let you know. Thanks a lot. Hervà Message d'origine De: Jean-Marc Lavoie [mailto:[EMAIL PROTECTED] Date: lun. 08.11.2004 15:35 Ã: Maven Users List

RE: Compilation doesn't generate a compilation error

2004-11-08 Thread Jean-Marc Lavoie
I'm not 100% certain on that, but maybe it's Eclipse who generate those classes. I started getting thoses when we switch to Eclipse 3.0.1. Probably the generated .class is present and maven won't compile it again. Javac do not use the same taget folder, so it won't see the .class file and try t

java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory

2004-11-08 Thread Boris Kraft
I have installed maven on OSX but trying to use it on a real project fails with the following message: Attempting to download commons-jelly-1.0-beta-4.jar. java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory Details: I have installed maven on OSX 10.3 by following the descripti

RE: Reactor potential bug

2004-11-08 Thread Maczka Michal
> -Original Message- > From: Stéphane Nicoll [mailto:[EMAIL PROTECTED] > Sent: Monday, November 08, 2004 11:27 AM > To: Maven Users List > Subject: Reactor potential bug > > > Hello list, > > I think I might have found a bug in the reactor, could you > please validate I am not missing

RE: [SPAM] - Re: Reactor potential bug - Found word(s) list error remove XXX in the Text body.

2004-11-08 Thread Stéphane Nicoll
> In 1.0.x, type is not considered for separating artifacts - so it is > considered a > dependency on itself. Ah yeah, I remember that one. OK but even so, the version is not the same ... I guess only groupId/artifactId is used to distinguish between dependencies then? > File a bug in JIRA for

Re: Reactor potential bug

2004-11-08 Thread Brett Porter
In 1.0.x, type is not considered for separating artifacts - so it is considered a dependency on itself. File a bug in JIRA for testing against 1.1 (CVS HEAD) where it should be fixed. So far, only dependency downloading has been tested, not cycles in the reactor. - Brett On Mon, 8 Nov 2004 11:2

Reactor potential bug

2004-11-08 Thread Stéphane Nicoll
Hello list, I think I might have found a bug in the reactor, could you please validate I am not missing something. I have a maven project inside a release process that downloads module dependencies and rebuild a source.jar of one of our application (for debugging purposes). We have also a litt