Re: [m2] Relationship between reporting tag and build tag

2005-07-26 Thread Sidart Kurias
Thanks again > This is a bug. outputDirectory is never used. Please > file it in JIRA. Will do > > (BTW, I am in Australia, so it is only mid-afternoon > :) Then I do have one more question coming :-). Sid __ Do You Yahoo!? Tired of spam?

Re: [m2] Relationship between reporting tag and build tag

2005-07-26 Thread Brett Porter
This is a bug. outputDirectory is never used. Please file it in JIRA. (BTW, I am in Australia, so it is only mid-afternoon :) - Brett On 7/27/05, Sidart Kurias <[EMAIL PROTECTED]> wrote: > All, > Form my reporting tag I try to send the report outputs > to a directory called reports > In my b

[m2] Relationship between reporting tag and build tag

2005-07-26 Thread Sidart Kurias
All, Form my reporting tag I try to send the report outputs to a directory called reports In my build tag I have setup a tag with the value target as shown below When I run a site:site the outputs from the reports seems to go to the 'target' directory. Is that the desired behaviour. Sid

Re: [m2- alpha 3] settings.xml issue with with activationProperty

2005-07-26 Thread Sidart Kurias
Thanks, BTW I do not know what timezone you are in, but it must be pretty late where you are I do have one more question coming :-) Sid --- Brett Porter <[EMAIL PROTECTED]> wrote: > this is a typo in the web page. It should be > > > - Brett > > On 7/27/05, Sidart Kurias <[EMAIL PROTECTED

Re: [m2- alpha 3] settings.xml issue with with activationProperty

2005-07-26 Thread Brett Porter
this is a typo in the web page. It should be - Brett On 7/27/05, Sidart Kurias <[EMAIL PROTECTED]> wrote: > All, > > I am trying to configure my settings.xml with profile > information. > I keep getting an error when I try the following.. > > > >Release >

[m2- alpha 3] settings.xml issue with with activationProperty

2005-07-26 Thread Sidart Kurias
All, I am trying to configure my settings.xml with profile information. I keep getting an error when I try the following.. Release SNAPSHOT org.codehaus.plexus.util.xml.pull.XmlPullParserException: TEXT must be immediately followed

Re: [M2] Missing dependencies using Hibernate3.0.5

2005-07-26 Thread Allan Ramirez
Jose Gonzalez Gomez wrote: Hi, When I try to use Maven2 including Hibernate 3.0.5 as a dependency the build process stops due to some missing dependencies (javax.transaction:jta:1.0.1B:jar, javax.security:jacc:1.0:jar, ...). I'm using only the default repository (http://repo1.maven.org/maven2)

Re: Custom plugin can't find its dependency

2005-07-26 Thread Brett Porter
Maven 1 has long had issues with classloader separation between the plugins and Maven itself. I think I had a working version once that did separate them, but so many plugins depended on other plugins dependencies without stating it, it was far too big a change to introduce :) Maven 2 properly iso

Re: [m2] [trunk] Project info reports plugin fails on unvalid SVN repository connection ?

2005-07-26 Thread Brett Porter
It now generates a page that says where your source repository is. Is your connection actually invalid? Just wondering what behaviour you are expecting here. - Brett On 7/27/05, Yann Le Du <[EMAIL PROTECTED]> wrote: > Hi, > > Using the trunk build (rev. 225332), I launched site:site with > mave

RMI Goal

2005-07-26 Thread Yousef Ourabi
This run's fine, except no stubs or skeletons are created, are there are RMI Interfaces and classes that implemented those interfaces. Any Thoughts? Really driving me nuts and I need to have this done sooner rather than later, so I would be greatful for any help.

RE: Best approach in using maven w/ eclipse

2005-07-26 Thread Patrick Roumanoff
> -Original Message- > From: jk jk [mailto:[EMAIL PROTECTED] > WTP does sound pretty good and I might try it out down > the road. When you were using MyEclipse or maybe this > actually applies to just eclipse, do you need to > execute, maven eclipse goal to generate the MAVEN_REPO > vari

RE: rmic for maven 2

2005-07-26 Thread Donszelmann, Mark
Hi we have an rmic plugin for Maven 1. Feel free to port it. We can host it or maybe maven can... http://java.freehep.org/freehep-rmic-plugin/index.html Regards Mark Donszelmann Stanford Linear Accelerator Center -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Se

Re: rmic for maven 2

2005-07-26 Thread Trygve Laugstøl
On Tue, Jul 26, 2005 at 04:14:43PM -0400, [EMAIL PROTECTED] wrote: > I have been experimenting with Maven 2 and generally like what I see. One > issue that I have run into is locating an RMIC plugin. Is there an RMIC > plugin or another plugin that in turn can run it (like ant)? Any pointers

[ANN] Maven Simian Plugin 1.5 Available

2005-07-26 Thread Eric Pugh
The maven team is pleased to announce the Maven Simian Plugin 1.5 release! http://maven.apache.org/reference/plugins/simian/ Simian Plugin for Maven Changes in this version include: New Features: o Add include/exclude pattern for test directories. Issue: MPSIMIAN-7. Changes: o Upgrade

rmic for maven 2

2005-07-26 Thread emiller
I have been experimenting with Maven 2 and generally like what I see. One issue that I have run into is locating an RMIC plugin. Is there an RMIC plugin or another plugin that in turn can run it (like ant)? Any pointers would be appreciated. Regards, Eli

Re: generated Cruisecontrol.xml

2005-07-26 Thread Eric Pugh
Don't recall exactly, but I believe there was some issues with generating crusecontrol.xml and if you had multiple tagged/branched versions of your project, then they conflicted. Also might have been to use a more Maven "standard" name. Eric On Jul 26, 2005, at 9:28 AM, Per Abich wrote:

RE: Maven2 using Maven1 repository

2005-07-26 Thread Ilyevsky, Leonid (Equity Trading)
If I need to do 10 - 15 poms, I can write them by hand in 30 minutes. If it is 30+, I would write a perl script in 30 minutes. Between 15 and 30 - whatever you feel is easier. -Original Message- From: Eric Weiss [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 26, 2005 12:55 PM To: Maven Use

RE: Weblogic 8.1 plugin for Maven 2 ?

2005-07-26 Thread Manny Nainu
Ryan, For now just basic functionality like weblogic start/stop/deploy etc. then the build functionality for wlappc/deploy wars etc. Even if you have something that I could look at, that would be great. If you have a sample weblogic app with M2, that would help since I'm really new to Maven and M

RE: Weblogic 8.1 plugin for Maven 2 ?

2005-07-26 Thread Ryan, Scott
I am working on a java version but have taken a break to finish the marmalade version. I am probably a week away from completing it and can sent it then. I will try to get it in to CVS ASAP. What functionality are you seeking? Scott Damon Ryan Developer (720) 514-5389 [EMAIL PROTECTED]

Re: How import my own checks in plugin checkstyle of Maven

2005-07-26 Thread Carlos Sanchez
Hi, I've never tried to do that so I can't tell you the exact steps, but seems that you need to add your jar as a dependency to the project adding this property: root It's related to the info in http://jira.codehaus.org/browse/MPCHECKSTYLE-27 Please send next emails to the

Weblogic 8.1 plugin for Maven 2 ?

2005-07-26 Thread Manny Nainu
I can see the weblogic plugin for M1 on sourceforge.net. Is there one available for M2 that anybody is working on/can share with me? I'd like to leverage whatever may be out there. Thanks! Manny

[m2] [trunk] Project info reports plugin fails on unvalid SVN repository connection ?

2005-07-26 Thread Yann Le Du
Hi, Using the trunk build (rev. 225332), I launched site:site with maven-project-info-reports-plugin in my pom and got the following. Is it a new feature to fill in the pom ? Regards, Yann [INFO] Generate "Source Repository" report. [INFO] --

Re: Maven2 using Maven1 repository

2005-07-26 Thread Eric Weiss
Most likely a dumb question: what is the best way to generate the .poms for artifacts in our repo that don't already have a .pom? Or do we have to build them manually? Eric At 06:23 PM 7/25/2005, Brett Porter wrote: The next release will allow using a Maven1 repo OOTB, but I highly recomm

RE: Custom plugin can't find its dependency

2005-07-26 Thread David Jackman
Well, in this specific case, since I only need the one method I'm just going to copy the source into my plugin. But for the general case how does one work around the problem of dependencies loaded for other plugins getting in the way of my plugin's dependencies? Are you saying that Maven 1.1 bund

Re: [M1] Using source files of another project

2005-07-26 Thread Jamie Bisotti
Reorganize your projects. On 7/26/05, Ballard, Ken <[EMAIL PROTECTED]> wrote: > Brett, > > What about the following scenario? You have two projects, ProjectA with > interfaces and domain beans (or DTOs, whatever want to call them) and > ProjectB with the implementations of those intefaces? The la

Re: Custom plugin can't find its dependency

2005-07-26 Thread Brett Porter
Unfortunately, only to hack your own classloader that includes commons-io 1.0, or upgrade to Maven 1.1 that bundles it. - Brett On 7/27/05, David Jackman <[EMAIL PROTECTED]> wrote: > I've written a custom plugin that uses a static method in > commons-io-1.0.jar. That seems simple enough; I just

Re: How to include my application.xml and unversioned artifacts

2005-07-26 Thread Nicolas Chalumeau
2005/7/26, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > being new to maven i've started by creating one 'project.xml' per module > without inheritence. My project consists of one ejeb module, one web module > and two java modules. after generating all the articats individually from > command prompt i'm

Custom plugin can't find its dependency

2005-07-26 Thread David Jackman
I've written a custom plugin that uses a static method in commons-io-1.0.jar. That seems simple enough; I just list that as a dependency in its pom. However, when attempting to run the plugin, I get an error back stating that there is no such method. Looking at the debug output it seems that t

Re: warning: last-modified not specified - jars downloaded are 0 kb

2005-07-26 Thread Kanakambaran Nair
We do have a proxy but not for machines in the intranet. Also, while trying to access the same via the browser, it does not ask for any username/password.

Re: warning: last-modified not specified - jars downloaded are 0 kb

2005-07-26 Thread Brett Porter
Is it possible that you are using a proxy that can't communicate with tomcat? Preemptive auth should only be used with an authenticating proxy or basic auth site. - Brett On 7/27/05, Kanakambaran Nair <[EMAIL PROTECTED]> wrote: > Hi, > > Downloading normally is possible, that is what we are d

How to include my application.xml and unversioned artifacts

2005-07-26 Thread Bhaskar . Pathak
being new to maven i've started by creating one 'project.xml' per module without inheritence. My project consists of one ejeb module, one web module and two java modules. after generating all the articats individually from command prompt i'm trying to build the ear. However i'm facing a couple of p

Re: warning: last-modified not specified - jars downloaded are 0 kb

2005-07-26 Thread Kanakambaran Nair
Hi, Downloading normally is possible, that is what we are doing now - downloading manually and copying to the local repository :) which is something we do not want to do. Have checked the tomcat server logs and didn't find any errors. I tried using mavne1.1-beta-1, am getting another error the

Re: [m2] Unable to download an artifact ?

2005-07-26 Thread Brett Porter
your version gained a > Feel free to file a bug that the POM validation needs to be improved, however. - Brett On 7/27/05, Herve AGNOUX <[EMAIL PROTECTED]> wrote: > Hi, > > I want to use commons codec in a project. I wrote in my pom.xml : > > > commons-codec > commons-code

[m2] Unable to download an artifact ?

2005-07-26 Thread Herve AGNOUX
Hi, I want to use commons codec in a project. I wrote in my pom.xml : commons-codec commons-codec >1.3 compile And, when I do "m2 compile", I get : [INFO] [resources:resources] Downloading: http://repo1.maven.org/maven2/commons-codec/commons-codec/>1.

RE: [M2] How to override artifact name in dependency?

2005-07-26 Thread Litton, Tom - CEPM
Can you use 7.4.1-jdbc3 as the version? So, postgresql postgresql 7.4.1-jdbc3 Will it work? -Original Message- From: Jose Gonzalez Gomez [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 26, 2005 7:36 AM To: Maven Users List Subject: [M2] How to override artifact name in dependency? Hi the

RE: [M1] Using source files of another project

2005-07-26 Thread Ballard, Ken
Brett, What about the following scenario? You have two projects, ProjectA with interfaces and domain beans (or DTOs, whatever want to call them) and ProjectB with the implementations of those intefaces? The latter project depends on the former, it has to have its jar on it's classpath. The Project

Re: warning: last-modified not specified - jars downloaded are 0 kb

2005-07-26 Thread Brett Porter
I also said it should be harmless :) I've successfully used Tomcat as a remote repo in the past. There are some other things you can try: - try maven 1.1-beta-1 - try downloading normally (using wget or a browser) from the same URL - check for errors in the tomcat server logs Cheers, Brett On 7

Re: Howto get the dependencies of direct dependencies of a project

2005-07-26 Thread Andy Glick
Per Abich wrote: Hello, I am trying to retrieve a list of dependencies for all the artifacts that I have included in my project. The goal is, to get all those files, copy them into a specific location and then zip them together to obtain "single-file-install" which is deployable without any

warning: last-modified not specified - jars downloaded are 0 kb

2005-07-26 Thread Kanakambaran Nair
Hi, I am using Maven 1.0.2. My remote repository is setup as a tomcat server and I have specified the maven.repo.remote in my build.properties. While building the following log appears Attempting to download hibernate3.jar warning: last-modified not specified 0K downloaded [javac] error:

RE: Best approach in using maven w/ eclipse

2005-07-26 Thread Mike Perham
Have you considered looking at the documentation for the eclipse plugin? ;-) Google "maven eclipse" and look at the properties. -Original Message- From: jk jk [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 26, 2005 3:08 AM To: Maven Users List Subject: RE: Best approach in using maven w/

generated Cruisecontrol.xml

2005-07-26 Thread Per Abich
We have just moved to Subversion, and now I am trying to keep my Cruisecontrol running. Problem is, that we have also upgraded maven to the 1.0.2 version and updated the scm and cruisecontrol-plugins to the latest versions as to get best support for SVN. Now I discovered an change of behavior

Re: [M1] Using source files of another project

2005-07-26 Thread Jamie Bisotti
On 7/26/05, Michael Owen <[EMAIL PROTECTED]> wrote: > > Thanks very much for your help. I'll try to describe the use case. :) > > In a similar scenerio, I have: > > mainprojectfolder: > +folder1 > +folder2 > +folder3 > + src >+ net > + test > + File1.java > +f

Re: [M2] How to override artifact name in dependency?

2005-07-26 Thread Kenney Westerhof
On Tue, 26 Jul 2005, Jose Gonzalez Gomez wrote: This is a case of a wrong artifact name on ibiblio. It should be changed. You cannot change the artifact name in the pom. What I did was download the jar manually and rename it in my local repository. If other people use your project you best file a

Re: [M2] How to override artifact name in dependency?

2005-07-26 Thread Brett Porter
For this specific one, we need to add a tag to , which would specify the jdbc3 part. This is on the assumption that, say, -jdbc2 was exactly the same project, just built differently. For now there is no workaround. In regards to - ok, this is certainly due for a FAQ. Similar to here: http://mav

Re: scm:update-project

2005-07-26 Thread Marko Bauhardt
Thanks a lot. I downloaded the new plugin from http:// www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-scm- plugin-1.5.jar and copy it to $MAVEN_HOME/plugins and the updating works. thanks and by, marko Am 26.07.2005 um 14:20 schrieb Brett Porter: You must update to

Re: [M1] Using source files of another project

2005-07-26 Thread Michael Owen
Thanks very much for your help. I'll try to describe the use case. :) In a similar scenerio, I have: mainprojectfolder: +folder1 +folder2 +folder3 + src + net + test + File1.java +folder4 +globalbuildfolder Each folder has an Ant build.xml file, where globalbuild

[M2] How to override artifact name in dependency?

2005-07-26 Thread Jose Gonzalez Gomez
Hi there, I'd like to use the postgresql jdbc driver (http://www.ibiblio.org/maven2/postgresql/postgresql/7.4.1/) as a dependency in my project, but the artifact name (postgresql-7.4.1-jdbc3.jar) doesn't follow the standard artifact name used in maven. In Maven1 we had the element inside for suc

Re: [M2] Missing dependencies using Hibernate3.0.5

2005-07-26 Thread Ralph Pöllath
On 26.07.2005, at 13:53, Jose Gonzalez Gomez wrote: When I try to use Maven2 including Hibernate 3.0.5 as a dependency the build process stops due to some missing dependencies (javax.transaction:jta:1.0.1B:jar, javax.security:jacc:1.0:jar, ...). I'm using only the default repository (http://repo1

Re: scm:update-project

2005-07-26 Thread Brett Porter
You must update to the latest SCM plugin and use "scm:update" as the other goal was deprecated. Please see the Maven download page for instructions on receiving the latest released plugins for Maven 1.0.2 - Brett On 7/26/05, Marko Bauhardt <[EMAIL PROTECTED]> wrote: > Hi all, > i use maven versio

Re: [M1] Using source files of another project

2005-07-26 Thread Brett Porter
We usually discourage coupling projects like that - it breaks its encapsulation (unless you build a source JAR from the first project and depend on it in the second to extract and then use for compilation - but that sounds very long winded). What is the specific use case you are trying to solve?

scm:update-project

2005-07-26 Thread Marko Bauhardt
Hi all, i use maven version 1.0.2. i have a problem with the goal "scm:update- project". in my project.xml i wrote: scm:svn:http://HOST/REPOSITORY:MODULE i execute "maven scm-update-project" and it seems to be ok. scm:parse-connection: [echo] Using connection: scm:svn:HOST/REPOSI

[M2] Missing dependencies using Hibernate3.0.5

2005-07-26 Thread Jose Gonzalez Gomez
Hi, When I try to use Maven2 including Hibernate 3.0.5 as a dependency the build process stops due to some missing dependencies (javax.transaction:jta:1.0.1B:jar, javax.security:jacc:1.0:jar, ...). I'm using only the default repository (http://repo1.maven.org/maven2) and I guess those jars cannot

RE: [M1] Dependencies don't download in Maven 1.1-beta1

2005-07-26 Thread Arnaud HERITIER
With a test case to reproduce it if possible. Thanks Arnaud > -Message d'origine- > De : Brett Porter [mailto:[EMAIL PROTECTED] > Envoyé : mardi 26 juillet 2005 11:01 > À : Maven Users List > Objet : Re: [M1] Dependencies don't download in Maven 1.1-beta1 > > ok, weird. Please file a

Re: [M1] Using java files of other project

2005-07-26 Thread Kristian Nordal
On Jul 26, 2005, at 12:33 PM, Michael Owen wrote: Hi, I'm using Maven 1.0.2 and on one maven project I need to use the java source files of another maven project. Any ideas how I can do it? (ie. in one maven project, it's source files references the source files in another project) I need to

[M1] Using java files of other project

2005-07-26 Thread Michael Owen
Hi, I'm using Maven 1.0.2 and on one maven project I need to use the java source files of another maven project. Any ideas how I can do it? (ie. in one maven project, it's source files references the source files in another project) I need to keep the two sets of maven source files separate. At

genapp complex template problems

2005-07-26 Thread Emmanouil Batsis
Hello, It seems the complex template does not work for me, can someone pls tell me what am i missing? Is there anything i need to install besides the latest genapp plugin? I'm using the default properties. [EMAIL PROTECTED]:~/workspace/mavenj2ee> maven -Dmaven.genapp.template=complex genapp

Re: site:generate and svn

2005-07-26 Thread Marko Bauhardt
sorry i had a syntax error in my property file. now it works. Am 26.07.2005 um 10:50 schrieb Marko Bauhardt: Hello, i have a problem with the site plugin. i use a svn repository and if i execute "maven site:generate" the build will be failed. i become the following error message: "repository

Re: [M1] Dependencies don't download in Maven 1.1-beta1

2005-07-26 Thread Brett Porter
ok, weird. Please file an issue in JIRA for investigation. - Brett On 7/26/05, Michael Owen <[EMAIL PROTECTED]> wrote: > > Yeah I take your point. I thought the same, but no that seems to be ok. When > switching back to Maven 1.0.2 and running it, it's fine, even when deleting > all the cache/re

Re: [M1] Dependencies don't download in Maven 1.1-beta1

2005-07-26 Thread Michael Owen
Yeah I take your point. I thought the same, but no that seems to be ok. When switching back to Maven 1.0.2 and running it, it's fine, even when deleting all the cache/repository. I do the same when using Maven 1.1-beta1 and I get the errors. I delete all files in cache/repository, and then I

site:generate and svn

2005-07-26 Thread Marko Bauhardt
Hello, i have a problem with the site plugin. i use a svn repository and if i execute "maven site:generate" the build will be failed. i become the following error message: "repository connection string does not specify 'cvs' as the scm" my project.properties contains: maven.changelog.factor

Re: [M1] Dependencies don't download in Maven 1.1-beta1

2005-07-26 Thread Brett Porter
Can you try -X for extra information, and also report what maven.repo.remote is? Thanks, Brett On 7/26/05, Michael Owen <[EMAIL PROTECTED]> wrote: > Hi, > > I've been using Maven 1.0.2, and I thought I would change to Maven > 1.1-beta1. When I do this some of my dependencies don't download, but

[M1] Dependencies don't download in Maven 1.1-beta1

2005-07-26 Thread Michael Owen
Hi, I've been using Maven 1.0.2, and I thought I would change to Maven 1.1-beta1. When I do this some of my dependencies don't download, but intead does: Attempting to download beanshell-2.0b1.jar. Attempting to download commons-pool-1.1.jar. etc. etc. The folders are created in the reposit

RE: Best approach in using maven w/ eclipse

2005-07-26 Thread jk jk
Hi Patrick, WTP does sound pretty good and I might try it out down the road. When you were using MyEclipse or maybe this actually applies to just eclipse, do you need to execute, maven eclipse goal to generate the MAVEN_REPO variables in the build path every single time you add a dependency in yo

RE: Best approach in using maven w/ eclipse

2005-07-26 Thread jk jk
Yes, I agree. I think because I will be using Maven on the command prompt more often, I will use the maven script you provided. Thanks Alex. Jade --- "A. Shneyderman" <[EMAIL PROTECTED]> wrote: > If you run command line I can not see the need for > tomcat plugin. Just make > maven assemble and

Re: Best approach in using maven w/ eclipse

2005-07-26 Thread jk jk
Thanks. I am also using Maven 1.0.2. I havent really looked at the newer version of Maven and I having been trying to get Maven 1.0.2 to work for my project. Hopefully it isnt too different. For the tomcat configuration, you've just added a context in conf/server.xml? I'll try that tomorrow.