Re: Failed to use maven-tomcat-plugin 1.1 to compile portlet JSP !!!

2004-06-07 Thread Eric Chow
Hi Nathan, It is in the javac part !! Eric - Original Message - From: Nathan Coast [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Monday, June 07, 2004 12:55 PM Subject: Re: Failed to use maven-tomcat-plugin 1.1 to compile portlet JSP !!! I'm not sure this is the

Re: Failed to use maven-tomcat-plugin 1.1 to compile portlet JSP !!!

2004-06-07 Thread Eric Chow
It's strange that only that test9.jsp causing the error. Any others are work very fine. The test9.jsp is bundled with jakarta-pluto. !-- Copyright 2004 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the License); you may not use this file except in

Re: Failed to use maven-tomcat-plugin 1.1 to compile portlet JSP !!!

2004-06-07 Thread Nathan Coast
Hi, I think your oringal error was due to lack of pluto classes available to root classloader C:\Projects\foodsin\testsuite\target\tomcat\src\java\org\apache\jsp\jsp\test 9_jsp.java:108: _jspx_meth_portlet_param_0(javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp .PageContext) in

how to add a copy task to a jar goal

2004-06-07 Thread Bernard Sirius
Hi, I'm a bit confused by the maven build system and that's why I address this question to both the Maven and AndroMDA user lists (I'm a Maven user by being an AndroMDA one). it's very simple: I have added some classes to the common subtree which rely on some resources that I load from the

Re: Failed to use maven-tomcat-plugin 1.1 to compile portlet JSP !!!

2004-06-07 Thread Eric Chow
Hi Nathan, This is a problem, if I add classloaderroot/classloader to pluto or portlet api. another class also happened NoClassDefFoundError. I think this is not the problem. The problem is that other JSP files are no problem except that one! really strange !!! and make me crazy !!! Eric

Re: how to add a copy task to a jar goal

2004-06-07 Thread Jesper Linvald
Maven supplies default goals for the most common tasks - jar is one of these. jar is a goal from the java plugin. http://maven.apache.org/reference/plugins/java/goals.html In the maven.xml file you can extend these goal like this: goal name=java:jar/goal...will override the default

RE: I wish there were test:jar and test:jar-install goals

2004-06-07 Thread Carlos Sanchez
Hi, If you are using test utilities and superclasses in different projects (as I do) you should add them to src/java dir as any other utility classes. This way they will be packed when calling jar plugin. In order to do in container testing you should check Cactus. Remember that maven

site:deploy with different user?

2004-06-07 Thread J. B. Rainsberger
I am still searching the archives for an answer, but... When I invoke the site:deploy task, Maven tries to upload files to my ISP using my Windows username, which is different from my ISP username. How do I change the username that my ssh command uses? Is there a property for this? Thanks. --

D'oh! but more (Re: site:deploy with different user?)

2004-06-07 Thread J. B. Rainsberger
J. B. Rainsberger wrote: I am still searching the archives for an answer, but... When I invoke the site:deploy task, Maven tries to upload files to my ISP using my Windows username, which is different from my ISP username. How do I change the username that my ssh command uses? Is there a

RE : site:deploy with different user?

2004-06-07 Thread Heritier Arnaud
You can use these properties : maven.username = maven.remote.group = Arnaud -Message d'origine- De : J. B. Rainsberger [mailto:[EMAIL PROTECTED] Envoyé : lundi 7 juin 2004 14:22 À : [EMAIL PROTECTED] Objet :

Re: site:deploy with different user?

2004-06-07 Thread Brett Porter
maven.username J. B. Rainsberger wrote: I am still searching the archives for an answer, but... When I invoke the site:deploy task, Maven tries to upload files to my ISP using my Windows username, which is different from my ISP username. How do I change the username that my ssh command uses? Is

Re: D'oh! but more (Re: site:deploy with different user?)

2004-06-07 Thread Brett Porter
cvs is controlled by pom.repositoryConnection, so you can change that to whatever suits. I usually use ${user.name} as my local user matches the remote. anything using the deploy plugin (site, jar) uses maven.username for ssh anything using the newer artifact plugin (war, ear) uses a whole new

Setup woes: .cvspass

2004-06-07 Thread J. B. Rainsberger
Hello! I'm working on a Windows 2000 client connecting to a Linux-based CVS server. When I log in to CVS (client v2.0.8), no .cvspass file is created. This causes problems later when site:generate tries to create the ChangeLog report. Do I need to create this file manually? Why? Shouldn't the

Re: Setup woes: .cvspass

2004-06-07 Thread Dion Gillard
Read http://maven.apache.org/reference/plugins/changelog/index.html and see if that helps. On Mon, 07 Jun 2004 09:32:16 -0400, J. B. Rainsberger [EMAIL PROTECTED] wrote: Hello! I'm working on a Windows 2000 client connecting to a Linux-based CVS server. When I log in to CVS (client

dist:prepare-bin-filesystem error when started from the reactor

2004-06-07 Thread Stefanutti, Mario
Hi, I am getting the following error when running the dist goal of a subproject from the top level directory (using the reactor). If I start the same goal from the subproject directory everything goes fine. I have noticed that the output produced on Windows differs during the two situations:

Re: Al Robertson is out of the office.

2004-06-07 Thread Brill Pappin
Ok, this is annoying... can an account be disabled for a specific time period? - Brill Al Robertson wrote: I will be out of the office starting 05/06/2004 and will not return until 14/06/2004. I will respond to your message when I return. div style=width:450px; border-top: 1px solid black;

Re: Al Robertson is out of the office.

2004-06-07 Thread Craig S . Cottingham
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jun 7, 2004, at 09:27, Brill Pappin wrote: Ok, this is annoying... can an account be disabled for a specific time period? - Brill Al Robertson wrote: I will be out of the office starting 05/06/2004 and will not return until 14/06/2004. I will

Minimal project.xml for upload requests

2004-06-07 Thread Carlos Sanchez
Hi, What are the minimal requirements of an upload request project.xml for a project not using maven? Only pomVersion, id, name, groupId and dependencies? Thanks Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net

Re: Al Robertson is out of the office.

2004-06-07 Thread Dalibor Topic
Craig S. Cottingham wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jun 7, 2004, at 09:27, Brill Pappin wrote: Ok, this is annoying... can an account be disabled for a specific time period? - Brill Al Robertson wrote: I will be out of the office starting 05/06/2004 and will not return

Re: Minimal project.xml for upload requests

2004-06-07 Thread Omair-Inam Abdul-Matin
Carlos Sanchez wrote: Hi, What are the minimal requirements of an upload request project.xml for a project not using maven? Only pomVersion, id, name, groupId and dependencies? Thanks Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net This question was asked in an earlier

Re: I wish there were test:jar and test:jar-install goals

2004-06-07 Thread matthew.hawthorne
Carlos Sanchez wrote: If you are using test utilities and superclasses in different projects (as I do) you should add them to src/java dir as any other utility classes. This way they will be packed when calling jar plugin. True, but I'd want to do it in a different subproject then, and have the 2

Resource filtering...

2004-06-07 Thread Washusen, Dan
I noticed that the resource element in the project.xml has a filteringtrue/filtering element. Can anyone point me in the direction on some doco (or anything) that could help me understand what this achieves? I've had a quick hunt around and only really found Maven NG details/thoughts... Does

I'm obviously stupid

2004-06-07 Thread J. B. Rainsberger
I am fumbling in the dark with Maven. Forgive me. I can't find the appropriate tutorial material. I am trying to publish a plain Java project to the web. So far, I have managed to get all the reports working, and now my site has no links at all to a distribution. Here is a sketch of what I've

site:ftpdeploy does nothing

2004-06-07 Thread J. B. Rainsberger
Does anyone else have this problem? The -X switch gave me no extra information. I can't find maven.log. I'm confused. Where can I look for a record of what happened? Thanks. -- J. B. Rainsberger, Diaspar Software Services http://www.diasparsoftware.com :: +1 416 791-8603 Let's write software

NoSuchMethodError running Clover with Maven

2004-06-07 Thread J. B. Rainsberger
When I run the goal test on its own, all tests pass. When I run the goal site:generate and it runs test, I get this in every test: java.lang.NoSuchMethodError: com.cortexeb.tools.clover.S.getRecorder([CJI)Lcom/cortexeb/tools/clover/n; Google told me nothing. Help! Thanks. -- J. B. Rainsberger,