RE: need more logging info from torque goals (repost)

2003-10-27 Thread Marc Dugger
2003-10-27 18:16:17,367 - SimpleLog4JLogSystem initialized using logfile 'velocity.log' 2003-10-27 18:16:17,367 - ** 2003-10-27 18:16:17,367 - Starting Jakarta Velocity v1.3 2003-10-27 18:16:17,367 - RuntimeInstance initializing. 2003-10-

RE: need more logging info from torque goals (repost)

2003-10-27 Thread dion
What was in the velocity.log? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc "Marc Dugger" <[EMAIL PROTECTED]> wrote on 28/10/2003 11:26:46 AM: > I've included my maven out below. I cannot find

RE: need more logging info from torque goals (repost)

2003-10-27 Thread Marc Dugger
I've included my maven out below. I cannot find any solutions for initializing log4j in maven in list archives or google. I also tried to set Ant debug flag using a environment variable, but did not work. I'd appreciate any suggestions from the list. Thanks in advance. clean: torque:init: t

Re: project.xml jelly support

2003-10-27 Thread dion
project.xml is not a jelly script. You can only specify properties, e.g. ${a.b.c} in it, not use jelly taglibs. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc [EMAIL PROTECTED] wrote on 28/10/2

j:import breaks java:compile.

2003-10-27 Thread Leo Yamamoto
Using j:import in maven.xml seems to cause java:compile to break with Maven 1.0-rc1. Here's the setup: project.xml: (nothing needed here) maven.xml: (import a separate file) import.xml: (the import file) If you run the command "maven boom" you get this output: __ __ | \/ |__

Re: JAR Repository and File Names

2003-10-27 Thread dion
"Kyle Adams" <[EMAIL PROTECTED]> wrote on 28/10/2003 03:53:09 AM: > > No, the version of the JAR will always remain in the name of the JAR. > > Simply for the reason of sheer readability. You're not guessing when > > you look at the file. > > I'll grant you that having the version number in the

Rep:RE: Tasks plugin ?

2003-10-27 Thread Emmanuel Venisse
great idea. Emmanuel -Message d'origine- De: "O'Fallon, Paul (MAN-Corporate)" <[EMAIL PROTECTED]> A: Maven Users List <[EMAIL PROTECTED]> Date: 27/10/03 Objet: RE: Tasks plugin ? Sounds good to me -- I've been thinking of the same thing. It would be nice to have the plugin implemented i

RE: JAR Repository and File Names

2003-10-27 Thread Erdfelt, Joakim
> -Original Message- > From: Kyle Adams [mailto:[EMAIL PROTECTED] > Sent: Monday, October 27, 2003 3:30 PM > To: [EMAIL PROTECTED] > Subject: RE: JAR Repository and File Names > > > > 1) Not using the 'applications' directory for deployment. > > Even though we still put stuff in an appli

RE: Tasks plugin ?

2003-10-27 Thread O'Fallon, Paul (MAN-Corporate)
Sounds good to me -- I've been thinking of the same thing. It would be nice to have the plugin implemented in a Factory pattern (like the changelog plugin) so it can support multiple sources of this information (XML file, Jira, MS Project, Test Director, etc.) - Paul > -Original Message

Re: Tasks plugin ?

2003-10-27 Thread Andy Jefferson
On Monday 27 Oct 2003 07:59, Eric Pugh wrote: > I think there was talk of a roadmap plugin that would do what you want. > Check the dev archives... Thanks, I saw that one. It doesn't really do what I need since it is too much like the "changes" plugin ... very release biased. What I'm looking at

RE: JAR Repository and File Names

2003-10-27 Thread Kyle Adams
> 1) Not using the 'applications' directory for deployment. Even though we still put stuff in an applications directory, that's merely a naming convention--it's not under the $WL_HOME, so nothing gets auto-deployed (I believe we have auto deploy turned off in all environments). I think we're al

RE: Cactus Plugin

2003-10-27 Thread Gaffney, Michael
Hi Vincent, Have you had a chance to look at the patch I submitted for EJB support? Do you need me to make changes? This was the first patch I submitted, so I'm not sure if I followed all the correct procedures for submitting patches. Sorry if I messed up. Mike > > We already have a todo to

need more logging info from torque goals

2003-10-27 Thread Marc Dugger
I'm receiving a 'BUILD FAILED' for torque:om, but cannot debug because the logging is minimal. '-X' does not help. How can I specify the log4j prop file Maven uses so that I may receive some meaningful logging? - To unsubscribe

Re: JAR Repository and File Names

2003-10-27 Thread Jason van Zyl
On Mon, 2003-10-27 at 13:56, Kyle Adams wrote: > > But even in deployment situations you can provide whatever additional > > information you like. Weblogic is not going to be confused about version > > names in the jar and you can stuff as much meta info as you like into the > > JAR. > > Whethe

RE: JAR Repository and File Names

2003-10-27 Thread Erdfelt, Joakim
> -Original Message- > From: Kyle Adams [mailto:[EMAIL PROTECTED] > Sent: Monday, October 27, 2003 1:56 PM > To: [EMAIL PROTECTED] > Subject: Re: JAR Repository and File Names > > Whether or not WebLogic gets "confused" is a matter of > opinion. When an EJB (or WAR or EAR or whatever) is

Re: JAR Repository and File Names

2003-10-27 Thread Kyle Adams
> But even in deployment situations you can provide whatever additional > information you like. Weblogic is not going to be confused about version > names in the jar and you can stuff as much meta info as you like into the > JAR. Whether or not WebLogic gets "confused" is a matter of opinion.

Re: project.xml jelly support

2003-10-27 Thread Jason van Zyl
On Mon, 2003-10-27 at 13:11, [EMAIL PROTECTED] wrote: > I think I read something in the mail archive about the project.xml being > just a big jelly script? In that message (I believe it from Jason), there > was a warning not to abuse this fact...for our own good. :-) Anyway, I > wanted to find ou

Re: JAR Repository and File Names

2003-10-27 Thread Jason van Zyl
On Mon, 2003-10-27 at 11:53, Kyle Adams wrote: > > No, the version of the JAR will always remain in the name of the JAR. > > Simply for the reason of sheer readability. You're not guessing when > > you look at the file. > > I'll grant you that having the version number in the name of the JAR is

project.xml jelly support

2003-10-27 Thread CaseyJD
I think I read something in the mail archive about the project.xml being just a big jelly script? In that message (I believe it from Jason), there was a warning not to abuse this fact...for our own good. :-) Anyway, I wanted to find out the level of jelly support provided in the project.xml. Does

RE: RE : I want to copy dependency jars to a /lib location...how?

2003-10-27 Thread Vincent Tencé
Much better. Thanks for the pointer. > -Original Message- > From: Olivier Lamy [mailto:[EMAIL PROTECTED] > Sent: Monday, October 27, 2003 12:01 PM > To: 'Maven Users List' > Subject: RE : I want to copy dependency jars to a /lib location...how? > > > http://maven.apache.org/reference/user-

RE : I want to copy dependency jars to a /lib location...how?

2003-10-27 Thread Olivier Lamy
http://maven.apache.org/reference/user-guide.html#Copying%20Dependency%2 0JARs -Message d'origine- De : Vincent Tence [mailto:[EMAIL PROTECTED] Envoyé : lundi 27 octobre 2003 17:59 À : Maven Users List Objet : RE: I want to copy dependency jars to a /lib location...how? Try something l

RE: I want to copy dependency jars to a /lib location...how?

2003-10-27 Thread Vincent Tence
Try something like this in your maven.xml file: .. and tell me if it works ;-) - Vincent > -Original Message- > From: Kelly Sonderegger [mailto:[EMAIL PROTECTED] > Sent: Monday, October 27, 2003 11:07 AM > To: [EMAIL PROTECTED] > Subject: I want to copy depen

Re: JAR Repository and File Names

2003-10-27 Thread Kyle Adams
> No, the version of the JAR will always remain in the name of the JAR. > Simply for the reason of sheer readability. You're not guessing when > you look at the file. I'll grant you that having the version number in the name of the JAR is more readable. That being said, I don't think there's a

Rep:Problems reading build.properties under Windows 2000 with Maven

2003-10-27 Thread Emmanuel Venisse
USER_HOME is your home directory into "Documents And Setting". If you don't know it, open a dos window and type : set USERPROFILE You obtain you home directory. Place your build.properties into it. That's all. Emmanuel -Message d'origine- De: "Lino Lourenco" <[EMAIL PROTECTED]> A: [EMAIL

Non-artifact dependencies

2003-10-27 Thread James CE Johnson
Forgive me if this has come up before... I've got a project with many sub-projects. Most of them create a jar file that others can depend upon. However, I have two "special" sub-projects: 'schema' and 'domainData'. My 'schema' subproject doesn't depend on anything at all and has only two useful

Re: deploy using ftp

2003-10-27 Thread dion
I've applied this to CVS HEAD. Thanks! -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc [EMAIL PROTECTED] wrote on 28/10/2003 01:24:06 AM: > > I extended the site plugin to do this - take a look

RE: deploy using ftp

2003-10-27 Thread Eric Pugh
Shouldn't this be a patch to the site plugin to allow another method? I need to deploy my site via FTP as well... Eric > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Monday, October 27, 2003 4:56 PM > To: [EMAIL PROTECTED] > Subject: Re: deploy using f

Re: JAR Repository and File Names

2003-10-27 Thread Jason van Zyl
On Mon, 2003-10-27 at 10:59, Kyle Adams wrote: > Apologies in advance for any newbie mistakes, bad assumptions, etc. > > We'd love to utilize a JAR repository in our environment (either via Maven or > Ruper), but all of the proposals I've seen so far center around putting the version > number in

Problems reading build.properties under Windows 2000 with Maven

2003-10-27 Thread Lino Lourenco
Hello, I am a new user using Maven for our project behind a proxy server and am having problems setting properties in the build.properites file - i.e. under Windows they are not getting read. I read the instructions on how to install Maven and am trying to set the build properties. Having rea

I want to copy dependency jars to a /lib location...how?

2003-10-27 Thread Kelly Sonderegger
I apologize as I've tried to find this in the archives but can't seem too. And maybe what I'm trying to accomplish should be done in a different fashion. But basically I'm just trying to copy jars specified by my project dependencies into a target/lib directory. Obviously I could just respecify

Re: deploy using ftp

2003-10-27 Thread Michael . J . Brown
- Forwarded by Michael J. Brown/JPMCHASE on 2003-10-27 15:55 - Michael J. Brown FORT Marketer Technology - Tel GDP 3-6359 |+> || Michael J.| || Brown | ||| || 2003

JAR Repository and File Names

2003-10-27 Thread Kyle Adams
Apologies in advance for any newbie mistakes, bad assumptions, etc. We'd love to utilize a JAR repository in our environment (either via Maven or Ruper), but all of the proposals I've seen so far center around putting the version number in the JAR file name. Is this the only way of accomplishin

Re: deploy using ftp

2003-10-27 Thread dmassie
This is what I have been trying to use, but I can't get it to work. How do I use the patch properly? thanks daniel Quoting [EMAIL PROTECTED]: > > I extended the site plugin to do this - take a look: > > http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-703 > > HTH, > > Mike

RE: Deploying artifacts to remote repository

2003-10-27 Thread Vincent Tence
Hi Janne, We recently setup a corporate environment doing this: - Maven proxy provides the corporate remote repository (it will download external jars on demand from ibiblio) - Developers use maven proxy as their remote repo - We have a ftp server on the maven proxy machine to upload jars to mave

Re: deploy using ftp

2003-10-27 Thread Michael . J . Brown
I extended the site plugin to do this - take a look: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-703 HTH, Mike |+---> || [EMAIL PROTECTED]| || ths.com.au | || | |

Re: Rep:maven-1.0-rc1 bug with https

2003-10-27 Thread Jason van Zyl
On Mon, 2003-10-27 at 08:26, Emmanuel Venisse wrote: > You should open an issue in Jira for don't lost this bug. > Actually, Maven only support officially http protocol. Yup, but we should support anything that conforms to an URL. I added some handling that will allow http/s and the new artifact h

Re: maven-1.0-rc1 bug with https

2003-10-27 Thread Martin Skopp
Hi Edmund, please report the bug to JIRA. http://maven.apache.org/issue-tracking.html Thanks, Martin On Mon, 2003-10-27 at 12:41, Edmund Urbani wrote: > Has anybody every tried to let maven resolve dependencies by letting it > download artifacts via https? > > I added this line to my build.pr

Re: maven-1.0-rc1 bug with https

2003-10-27 Thread Jason van Zyl
On Mon, 2003-10-27 at 06:41, Edmund Urbani wrote: > Has anybody every tried to let maven resolve dependencies by letting it > download artifacts via https? > > I added this line to my build.properties > maven.repo.remote=https://repository.liland.org:21/maven > (don't bother trying to connect the

Rep:maven-1.0-rc1 bug with https

2003-10-27 Thread Emmanuel Venisse
You should open an issue in Jira for don't lost this bug. Actually, Maven only support officially http protocol. Emmanuel -Message d'origine- De: Edmund Urbani <[EMAIL PROTECTED]> A: Maven Users List <[EMAIL PROTECTED]> Date: 27/10/03 Objet: maven-1.0-rc1 bug with https Has anybody ever

Using Jalopy out of the box

2003-10-27 Thread Bateman Pat UK MYT
Using RC1 and the Jalopy plugin I get the following error. Do I need to configure the Jalopy plugin and run the Jalopy UI to create a valid config file??? Thanks Pat BUILD FAILED File.. file:/export/home/users/pbateman/.maven/plugins/maven-jalopy-plugin-1.1/ Element... ant:jalopy Line..

RE : How to get rid of java files in ejb jar?

2003-10-27 Thread Nicolas FRANK
I guess you have set the maven.ejb.src with your ejb java source file... maven.ejb.src is for adding aditionnal files directly into your jar. So just remove this property and evrithing should be fine (no more .java) Nicolas. -Message d'origine- De : Alwyn Schoeman [mailto:[EMAIL PROTECTE

maven-1.0-rc1 bug with https

2003-10-27 Thread Edmund Urbani
Has anybody every tried to let maven resolve dependencies by letting it download artifacts via https? I added this line to my build.properties maven.repo.remote=https://repository.liland.org:21/maven (don't bother trying to connect there. you can't without the certificate and private key, that y

How to get rid of java files in ejb jar?

2003-10-27 Thread Alwyn Schoeman
Hi, I've fiddled with the includes and excludes for the ejb plugin, but cannot seem to get rid of the java sources in the jar. Any advice? -- Alwyn Schoeman SMART Money Inc. If you're a SMARTY and you're using the better DNS connections, you can access my homepage at http://nevyn.smarties.com.

RE: Tasks plugin ?

2003-10-27 Thread Eric Pugh
I think there was talk of a roadmap plugin that would do what you want. Check the dev archives... Eric > -Original Message- > From: Andy Jefferson [mailto:[EMAIL PROTECTED] > Sent: Sunday, October 26, 2003 10:23 PM > To: [EMAIL PROTECTED] > Subject: Tasks plugin ? > > > Hi, > > does anyon