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.

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
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

[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

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

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:

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

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

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

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

[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

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

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 an

[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

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: repository connectionscm:svn:http://HOST/REPOSITORY:MODULE/connection /repository i execute maven scm-update-project and it seems to be ok. scm:parse-connection:

[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 jar/ element inside

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

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: 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/

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: 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

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

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 : dependency groupIdcommons-codec/groupId

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

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

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 doing

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.

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

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

[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]

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

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: properties classloaderroot/classloader /properties It's related to the info in

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

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

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

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:

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: 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

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]

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 variables

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. goal

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 property / - 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.. activation jdk/

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 property / - Brett On 7/27/05, Sidart Kurias [EMAIL