[ANN] Continuum 1.0.1 released

2005-11-16 Thread Emmanuel Venisse
The Maven team is pleased to announce Continuum 1.0.1. Continuum is a continous integration server. This release includes the following improvements : * Support for domain names and ssl in jabber notifier * Support for registered nicks in irc notifier * Support for shell commands defined

RE : RE : [m2] trouble with 'commons-configuration:commons-configuration:pom:1.1

2005-11-16 Thread Olivier Lamy
Hi, Thanks for the fix. As emmanuel explained to me, I need to log an Issue in http://jira.codehaus.org/browse/MEV It could be a good idea to provide this information in the console output [INFO] Can't find a valid Maven project in the repository for the artifact

Re: [M 1.1b1] Maven-Reports: Encoding Problems

2005-11-16 Thread Gisbert Amm
Arnaud HERITIER wrote: Can you open an issue on the xdoc plugin? Done: http://jira.codehaus.org/browse/MPXDOC-184 I didn't saw that I published some reports in French :-( Thanks to point to me this error. That wasn't indeed the main purpose of my post ;-) Thank you! Gisbert

[m2] creating jars+pars+war+ear

2005-11-16 Thread Bruno Aranda
Hi *, I've searched through the mailing list without success. I have an application that generates several jars, some pars (ejb3 persistence packages), a war and a ear with everything inside. I've just tried to create the ear archetype using archetype:create, following the instructions in the

Re: [M 1.1b1] Maven-Reports: Encoding Problems

2005-11-16 Thread clark . rao
Dear, I can't display Chinese issue also. thanks. Tel: (020)36315358-328 Fax: (020)36315170 Gisbert Amm

Re: [m2] building non-jar projects

2005-11-16 Thread Wim Deblauwe
And is ant the best approach to start a (windows) bat file? In my maven 1 build I have in my maven.xml a custom goal with this: exec dir=${basedir}/../ide executable=${basedir}/../../../build/build-msm/build/buildmergemodule.bat failonerror=true arg line=${msmmodule.project.filename}

Re: Continuum rocks

2005-11-16 Thread Paul Rule
I'm using subversion, maven2 and Continuum - its all good. You guys are doing a great job! It all fits together so smoothly - and takes away a lot of the grunt work that wastes so much time. Keep up the good work. I'd love to help if I can find some time... --- Tim McCune [EMAIL PROTECTED]

[ANN] Continuum 1.0.1 released

2005-11-16 Thread Emmanuel Venisse
The Maven team is pleased to announce Continuum 1.0.1. Continuum is a continous integration server. This release includes the following improvements : * Support for domain names and ssl in jabber notifier * Support for registered nicks in irc notifier * Support for shell commands defined

RE: [M2] ftp site-deploy error

2005-11-16 Thread Yuriy Ivanov
Unfortunately no, now the server for deploying is in the same local network with me. I don't have to do this through sftp. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 16, 2005 2:33 AM To: Maven Users List Subject: Re: [M2] ftp site-deploy

Re: [m2] building non-jar projects

2005-11-16 Thread clark . rao
Dear yes, You should use maven-ant-run plugin to run it. build sourceDirectorysrc/main/java/sourceDirectory outputDirectorytarget/outputDirectory plugins plugin artifactIdmaven-antrun-plugin/artifactId executions execution

Re: m2 projects.properties

2005-11-16 Thread John Tolentino
You might find this useful: http://maven.apache.org/reference/properties.html [EMAIL PROTECTED] wrote: Dear In maven2, we can read http://maven.apache.org/maven-v4_0_0.xsd. However, I have some properties which should come from xx.properties. In maven1, we can read property

Re: m2 projects.properties

2005-11-16 Thread clark . rao
Your url links to maven1 project.xml. thanks. Tel: (020)36315358-328 Fax: (020)36315170 John Tolentino

Re: m2 projects.properties

2005-11-16 Thread John Tolentino
Yeah. I just realized that. Sorry. [EMAIL PROTECTED] wrote: Your url links to maven1 project.xml. thanks. Tel: (020)36315358-328 Fax: (020)36315170

Re: [m2] creating jars+pars+war+ear

2005-11-16 Thread Stephane Nicoll
Bruno, Check this: http://jira.codehaus.org/browse/ARCHETYPE-8 Hope it helps, Stéphane On 11/16/05, Bruno Aranda [EMAIL PROTECTED] wrote: Hi *, I've searched through the mailing list without success. I have an application that generates several jars, some pars (ejb3 persistence packages),

Re: [m2] creating jars+pars+war+ear

2005-11-16 Thread Bruno Aranda
Thanks Stephan! :-) Bruno 2005/11/16, Stephane Nicoll [EMAIL PROTECTED]: Bruno, Check this: http://jira.codehaus.org/browse/ARCHETYPE-8 Hope it helps, Stéphane On 11/16/05, Bruno Aranda [EMAIL PROTECTED] wrote: Hi *, I've searched through the mailing list without success. I have

Re: m2 projects.properties

2005-11-16 Thread John Tolentino
Hi Clark, As stated by Dion Gillard in the thread with the subject Problems with *.properites: Maven 2 is not backward compatible with Maven 1, and does not use build.properties or project.properties files. What are you trying to configure using the property file? Is this a plugin

Re: [M 1.1b1] Maven-Reports: Encoding Problems

2005-11-16 Thread Gisbert Amm
I finally found something I consider a workaround for the checkstyle report (I already use the 3.0-SNAPSHOT of the plugin) and the xdocs: I'v changed the locale settings on my SuSE 9.1 system like that export LANG=de_DE.utf8 export LC_CTYPE=de_DE.utf8 (setting of LC_CTYPE was necessary

RE: [m2] Howto Hack JavadocReport.java

2005-11-16 Thread Pilgrim, Peter
Vincent, my man. Thanks for the information. I just apply the patch and ran `mvn compile install'. I get these errors. Is this normal behaviours for re-installing maven 2 plug-ins? [INFO] - --- [ERROR] BUILD ERROR [INFO]

RE: [m2] Howto Hack JavadocReport.java

2005-11-16 Thread Vincent Siveton
Hi again, Thanks for the information. I just apply the patch and ran `mvn compile install'. I get these errors. Best call for the build: $mvn clean install Install phase will compile, test, package and install into your local repository. Is this normal behaviours for re-installing maven 2

RE: [m2] Howto Hack JavadocReport.java

2005-11-16 Thread Pilgrim, Peter
-Original Message- From: Vincent Siveton [mailto:[EMAIL PROTECTED] ==== Thanks for the information. I just apply the patch and ran `mvn compile install'. I get these errors. Best call for the build: $mvn clean install Install phase will compile, test, package and install

RE: [m2] Howto Hack JavadocReport.java

2005-11-16 Thread Vincent Siveton
I think that the best way for you is to build everything with the bootstrap http://maven.apache.org/guides/development/guide-building-m2.html HTH Cheers, Vincent -Original Message- From: Pilgrim, Peter [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 16, 2005 7:03 AM To: 'Maven

[m2] uniqueVersion=true with Maven One Plugin exits ?

2005-11-16 Thread Olivier Lamy
Hi, Is-it possible to configure the Maven One Plugin to having something similar as the element uniqueVersiontrue/uniqueVersion in the distributionManagement. It's in order to having the myjar-[timestamp].jar in the maven1 repository. Thanks, - Olivier This e-mail, any attachments and the

[m2] reports - how to use the sink?

2005-11-16 Thread David Sag
Hi people, I have got a basic report compiling that extends the AbstractMavenReport but now it comes to actually implimenting the exectureReport method and I am not really sure what the 'Sink' is or how I would use it. Could someone point me at the docs on this? Kind regards, Dave Sag

Re: [ANN] Continuum 1.0.1 released

2005-11-16 Thread Dion Gillard
I couldn't see it listed in the changelog, but I'm assuming Continuum still doesn't support Maven 1.x projects that use an extends element in their POM. Is that still true? On 11/16/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: The Maven team is pleased to announce Continuum 1.0.1. Continuum is

Re: [m2] reports - how to use the sink?

2005-11-16 Thread Rik Bosman
Hi David, This is an interesting question. I was looking for the api or javadoc but that did not give so many interesting results. The best information I could find was http://mojo.codehaus.org/taglist-maven-plugin/example/xref/org/apache/maven/plugin/taglist/ReportGenerator.html The example

[m2] deploy with ftp

2005-11-16 Thread Antonio PAROLINI
Hello, Trying to deploy my own m2 plugin using the ftp wagon. It's close to work, since it put some files (jar, md5 and sha1) but not the pom, and then I get this: Thanks for your help Antonio [...] Uploading:

Rép. : [m2] deploy with ftp

2005-11-16 Thread Antonio PAROLINI
forget this... i got wagon-ftp-1.0-alpha-5.jar instead of wagon-ftp-1.0-alpha-3.jar, and it's all ok now. cheers, Antonio [EMAIL PROTECTED] 11/16 3:05 Hello, Trying to deploy my own m2 plugin using the ftp wagon. It's close to work, since it put some files (jar, md5 and sha1) but not the

Dependency betwen projects in maven2

2005-11-16 Thread cristian
Hi, I need dependency betwen projects (make builds in different projects), for make deploy betwen all compile projects. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Maven cruisecontrol plugin

2005-11-16 Thread duke
Hi all, I currently work on a java project with maven and his plugin cruisecontrol. The mail sended is measuring 2Mo, I would like to receive less heavy malls. However, I do not find cruisecontrol properties which enable me to simplify to the maximum the mail. A mail of the kind ok or ko would

Re: [m2] xmlbeans plugin

2005-11-16 Thread Wilfred Springer
Hi Robert, Have you figured out a way to work around this? I'm running into the same problem. Thanks, Wilfred On Sat, 2005-10-29 at 14:50, Robert Biernat wrote: Hi, I'm trying to install the xml beans plugin to my local repository after checking it out from the codehaus subversion

[m2] plugins dir in svn??

2005-11-16 Thread Wim Deblauwe
Hi, where is the plugins dir? Looking at http://svn.apache.org/viewcvs.cgi/maven/components/trunk/, there is no more plugins directory... regards, Wim

Re: [m2] plugins dir in svn??

2005-11-16 Thread Emmanuel Venisse
we have moved them http://svn.apache.org/viewcvs.cgi/maven/plugins/ Emmanuel Wim Deblauwe a écrit : Hi, where is the plugins dir? Looking at http://svn.apache.org/viewcvs.cgi/maven/components/trunk/, there is no more plugins directory... regards, Wim

Re: [m2] xmlbeans plugin

2005-11-16 Thread Kaare Nilsen
his. i have the missing jars, but do not want do send it to everyone on the mailinglist, so if you want me to send them to you, please just drop me a mail regards Kaare On 16/11/05, Wilfred Springer [EMAIL PROTECTED] wrote: Hi Robert, Have you figured out a way to work around this? I'm

[m2] assembly : assembling multiple bundles

2005-11-16 Thread Cabasson Denis
Hi, I'm trying to use the m2 assembly:assembly plugin. It works fine, and I have created 2 descriptors to assemble my project. Problem is I'd like them both to execute when I run the assemblt:assembly command. I can do this using the mvn assembly:assemble -Dmaven.assembly.descriptor=... syntaw

Re: [m2] spaces in default-value of a plugin

2005-11-16 Thread Wim Deblauwe
Found the problem myself, I need to use 2 properties: one for the directory and one for the name of the executable and then use: Commandline cmd = new Commandline(); cmd.setWorkingDirectory( builderPath ); cmd.setExecutable( builderName ); 2005/11/16, Wim Deblauwe [EMAIL PROTECTED]: Hi, In

HELP!!, multiproject m2 and CVS

2005-11-16 Thread cristian
I have two projects (I need all compile), project A and B where project A depends on project B. In Project A's my pom.xml, dependencies dependency groupIdfoo/groupId artifactIdB/artifactId version1.0/version /dependency dependencies but, search an

[m1] Any report shows the list of versions?

2005-11-16 Thread Eric Giguère
Hi all A simple one. Anybody know if one of the existing reports can show the list of versions defined in a project along with the tag information? Changes does have to some extent this information but its not really it. This one only shows the content of the changes.xml file. Thx Eric.

[m2] multiple modules inner dependencies

2005-11-16 Thread Xavier Toth
How do I describe dependencies between modules or maybe I should ask how do I get a module into my repository so that other modules can utilize it?

question about synchronization

2005-11-16 Thread jeff li
Hi, I used to use maven 1.0 on mavanIDE pluged in eclipse, but now cannot find out proper IDE for maven2,so I meet some problems I can not solve without IDE support. please do me a favor, teach me how to use maven-eclipse-plugin to make synchronization between dependencies of pom.xml and

first: help to help

2005-11-16 Thread Swen Meinert
Dear people, all this is so confusing. Hope somebody on the right place will read this. I see the mailing list but I cannot search for an issue. Even it is unclear wich email adress i should use and what for. I just have a question about using maven but my first question is where can I leave

Re: Listing Goals

2005-11-16 Thread Michael Böckling
Hi Mark, there is an equivalent, but this functionality now resides in its own plugin, it is called projecthelp. So if you open a shell and execute projecthelp:describe -Dplugin=org.apache.maven.plugins:maven-jar-plugin you will get something like this (there are still plenty of ToDos in the

Re: first: help to help

2005-11-16 Thread Jesse McConnell
You got the right mailing list for maven questions.. as a bonus put m1 or m2 in the title also :) and welcome! On 11/16/05, Swen Meinert [EMAIL PROTECTED] wrote: Dear people, all this is so confusing. Hope somebody on the right place will read this. I see the mailing list but I cannot

Re: [maven2] Failed to build model from plexus-utils-1.0.4.pom

2005-11-16 Thread Carlos Sanchez
Hi, What I believe is that this file was not saved as UTF8, and should be as it is the default xml encoding. I've changed it in the repo and now it works fine. Regards On 11/4/05, Jeremy Hughes [EMAIL PROTECTED] wrote: Hi, The 0xf8 byte is also in: plexus-container-default-1.0-alpha-8.pom

Re: Maven cruisecontrol plugin

2005-11-16 Thread Jamie Bisotti
On 11/16/05, duke [EMAIL PROTECTED] wrote: Hi all, I currently work on a java project with maven and his plugin cruisecontrol. The mail sended is measuring 2Mo, I would like to receive less heavy malls. However, I do not find cruisecontrol properties which enable me to simplify to the

m1.b2 test xref and javaDoc warnings reports

2005-11-16 Thread Antonyan, Tigran\(GE Infrastructure\)
Hi all, I am using maven 1 beta 2 and need to generate the source xref report (using maven-jxr-plugin), now this plugin also generates same kind of report for my test classes (there is a link below Source Xref calls Test Xref) which I don't want to happened (don't want the Test Xref link to be

Re: [m2] xdoclet and ear plugin - how to generate .war extension (not .jar)

2005-11-16 Thread Adam Hardy
Can't you hook up xdoclet to kick in earlier than the error would occur? Ashley Williams on 14/11/05 22:28, wrote: Yes the ear plugin seems to be doing its job fine. However I need a way to make the web project generate a file with a .war extension so that it will be found ok. I can't add

XDoclet plugin : What was wrong - Solutions

2005-11-16 Thread Jerarckill - ANS
The problem related to the XDoclet plugin that was producing a nasty exception when launched was due to the fact that the alpha-1.0 version was just not working. This version is the one referenced as example on Codehaus website and is NOT WORKING for ejbDoclet task (I don't know for other

RE: Classpath in antrun plugin

2005-11-16 Thread Sean Hennessy
Please would you elaborate on where one would place the anttask.properties file? Although the build.xml was found maven barked about loading the anttask.properties file. I simplified the taskdef in build.xml taskdef classpath=${depClasspath} resource=anttask.properties /taskdef

Re: m1.b2 test xref and javaDoc warnings reports

2005-11-16 Thread Carlos Sanchez
Hi, I can't imagine a reason why you don't want the reports, but there's no options currently to change that. Regards On 11/16/05, Antonyan, Tigran(GE Infrastructure) [EMAIL PROTECTED] wrote: Hi all, I am using maven 1 beta 2 and need to generate the source xref report (using

Re: [m2] EJB3 and PAR - Including the classes of the par package...

2005-11-16 Thread Arik Kfir
I'm not familiar with the ejb3 plugin - but perhaps because the dependency is of type par and not 'jar' - maven doesn't add it to the classpath? On 11/16/05, Thomas Marek [EMAIL PROTECTED] wrote: Arik Kfir schrieb: Does your ejb3 project has a dependency on the par module? like this:

RE: m1.b2 test xref and javaDoc warnings reports

2005-11-16 Thread Antonyan, Tigran\(GE Infrastructure\)
Thanks, I thought so too (spent 2 hours looking around...) Tigran -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Carlos Sanchez Sent: Wednesday, November 16, 2005 3:19 PM To: Maven Users List Subject: Re: m1.b2 test xref and javaDoc warnings reports Hi,

jars that are not in maven repository and how to deal with them

2005-11-16 Thread Krikor Krumlian
Ok guys here is the deal - Now I have a jar file called db2xml.jar - and this needs to go in my repository. So i executed the following command mvn install:install-file -Dfile=/Users/greg/.maven/repository/db2xml/ jars/db2xml.jar -DgroupId=db2xml -DartifactId=db2xml -Dversion=1.4 -

[m2] new xdoclet plugin + framework - feedback?

2005-11-16 Thread Ashley Williams
Hi Just testing the waters here with regards to a new plugin framework that I've started, to see if there is any demand. It's not specific to xdoclet but because I rely on xdoclet functionality a lot, it's become my prototype project. First of all the link:

[m2] Problem with clover plugin

2005-11-16 Thread Chris Gray
Hi there, We've got Maven2 setup and building our project, but there seems to be something weird going on with the clover plugin. We have a number of test cases that are dependent on files that are included in /META-INF. The test cases complete correctly when we execute mvn test, but when I

[m2] - Where is the plugin-registry.xml file

2005-11-16 Thread Trent Rosenbaum
Hi there, I have been looking at the Introductory Material for Maven 2 and started to read the document for the plugin registry found under the following link: http://maven.apache.org/guides/introduction/introduction-to-plugin-registry.html I looked in the following locations for the

Re: Classpath in antrun plugin

2005-11-16 Thread Drew Hite
I think it would need to be in the classpath specified by classpath attribute of the taskdef tag. So in your case, ${depClasspath} should include the directory where anttask.properties is found. However, in my experience the anttask.properties files are found in jar files and your class path needs

Re: [m2] EJB3 and PAR - Including the classes of the par package...

2005-11-16 Thread Thomas Marek
I have solved the problem. You must add the option addedToClasspath to the components par and ejb3 in the file maven-artifact/src/main/resources/META-INF/plexus/components.xml: component roleorg.apache.maven.artifact.handler.ArtifactHandler/role role-hintpar/role-hint

Re: Cannot make XDoclet plugin work

2005-11-16 Thread Pete
If you search for your error on the Mailing list you'll see a workaround has been posted a couple of times recently. On 14/11/05, Dennis Lundberg [EMAIL PROTECTED] wrote: There is an issue for this in Jira: http://jira.codehaus.org/browse/MEV-191 Dennis Lundberg wrote: Hello The

Re: Cannot make XDoclet plugin work

2005-11-16 Thread Pete
Just to clarify I'm talking about the 2nd error the exception :- java.lang.AbstractMethodError at org.codehaus.plexus.component.configurator.converters.ComponentValueSetter.configure(ComponentValueSetter.java:247) not the missing dependant JAR warning On 16/11/05, Pete [EMAIL PROTECTED]

RE: [m2] Problem with clover plugin

2005-11-16 Thread Vincent Massol
Hi Chris, -Original Message- From: Chris Gray [mailto:[EMAIL PROTECTED] Sent: mercredi 16 novembre 2005 22:36 To: users@maven.apache.org Subject: [m2] Problem with clover plugin Hi there, We've got Maven2 setup and building our project, but there seems to be something weird

Re: m2, plugins for eclipse

2005-11-16 Thread Trent Rosenbaum
Hi, There is a plugin for maven 2 that generates configuration file for a project to use with an eclipse workspace. The following link should help: http://maven.apache.org/plugins/maven-eclipse-plugin/ There is also a document at the following location:

RE: Classpath in antrun plugin

2005-11-16 Thread Sean Hennessy
Thank you for the clarification. I missed the dependency for commons attributes in the previous post. I presumed the classpath already referenced the maven-antrun-plugin jar with anttask.properties resource therein. My first attempt using the example resulted in: [taskdef] Could not load

RE: m1.b2 test xref and javaDoc warnings reports

2005-11-16 Thread Arnaud HERITIER
You can open issues and provide us corresponding patchs to add a property in each plugin to allow you to disable these features. Arnaud -Message d'origine- De : Antonyan, Tigran(GE Infrastructure) [mailto:[EMAIL PROTECTED] Envoyé : mercredi 16 novembre 2005 21:31 À : Maven Users

TransformerFactory cannot be found?

2005-11-16 Thread Barry Kaplan
I am getting with the: javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found But only when running the test from maven/surefire. Using maven to generate eclipse projects, and runnuing the test within eclipse the test

distribution with dependencies

2005-11-16 Thread wireframe . 14937378
are there any maven2 plugins available that build a distribution (zip, tar, etc) that include all the project dependencies? including transitive dependencies as well? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: distribution with dependencies

2005-11-16 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You're looking for the assembly plugin: http://maven.apache.org/plugins/maven-assembly-plugin/ That's linked off the main page under the Available Plugins section of the left navigation, btw. - -j [EMAIL PROTECTED] wrote: | are there any maven2

RE: [M2] Any guides or recommendations for Cactus / JUnitEE / Integration Tests

2005-11-16 Thread Vincent Massol
Hi Pete, I haven't tried doing that yet but here's some tips: - for starting/stopping containers and deploying into them, check the Cargo project (http://cargo.codehaus.org). Cargo is actually a Cactus' child. It containers everything that was in Cactus WRT container manipulations. We also have

Re: TransformerFactory cannot be found?

2005-11-16 Thread Barry Kaplan
Sorry, this is with m2. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

global dependency exlude?

2005-11-16 Thread Barry Kaplan
Is there any way to say /never/ include a specific dependency no matter what? I need to get xml-apis out of my dependency list (its not needed for 1.5?) but a whole gob of other project declare it as a dependency. I'm trying to avoid having to repeat the exlusion in multiple places. thanks

[m2] Generating Source in Ant

2005-11-16 Thread Lee Meador
I've scanned the last couple of weeks' messages and I think I see what is happening. I have an ant task that generates java from a wsdl using Websphere 6.0's ant tasks to do so. It's similar to the Axis ones. I have it generate the java into target/generated-sources/java. The generated code

Re: [m2] - Where is the plugin-registry.xml file

2005-11-16 Thread Trent Rosenbaum
Sorry found the answer. In the setting.xml I had to use the settings ... usePluginRegistrytrue/usePluginRegistry ... /settings Trent On 16/11/05, Trent Rosenbaum [EMAIL PROTECTED] wrote: Hi there, I have been looking at the Introductory Material for Maven 2 and started to read the document

[M2] Eclipse doesn't refresh properly after running mvn as an external command?

2005-11-16 Thread KC Baltz
I suspect this is a bug in Eclipse, not maven, but I wanted to see if anyone else had experienced it. I have two projects in Eclipse, and one (project B) depends on the other (project A). I ran 'mvn eclipse:eclipse' for both and have my classpath set to depend on the M2_REPO. I tried

Re: [M2] Clover Java 1.5

2005-11-16 Thread Brett Porter
Vincent: mvn site-deploy On 11/16/05, Vincent Massol [EMAIL PROTECTED] wrote: Hi Duane, The web site has not been published yet (don't know how to do that actually). Here's the doc in APT format in the meantime: http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-plugins/maven

Re: [M2] Eclipse doesn't refresh properly after running mvn as an external command?

2005-11-16 Thread Kenney Westerhof
On Wed, 16 Nov 2005, KC Baltz wrote: This certainly sounds like an eclipse bug. Maybe 'refresh everything' just refreshes the project you ran the tool on, not the entire workspace. Btw, you can run mvn eclipse:eclipse from the parent directory, causing project references instead of references to

Re: m2 projects.properties

2005-11-16 Thread clark . rao
Dear John, i try to set version from propertis files. But I can't do . project modelVersion4.0.0/modelVersion groupIdsample.plugins/groupId artifactIdmaven-hello-plugin/artifactId packagingjar/packaging version2.1-SNAPSHOT/version nameSample Parameter-less Maven Plugin/name

Re: [m2] deploy with ftp

2005-11-16 Thread clark . rao
Dear what is your maven2 version and ftp plugin version? for example: project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi =http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd;

RE: Classpath in antrun plugin

2005-11-16 Thread clark . rao
Dear for reference: project modelVersion4.0.0/modelVersion groupIdsample.plugins/groupId artifactIdmaven-hello-plugin/artifactId packagingjar/packaging !--version2.1-SNAPSHOT/version-- version2/version nameSample Parameter-less Maven Plugin/name dependencies dependency

Re: jars that are not in maven repository and how to deal with them

2005-11-16 Thread clark . rao
Dear the version can ideentify the folder!! thanks. Tel: (020)36315358-328 Fax: (020)36315170 Krikor Krumlian

specify axis version for axis plugin

2005-11-16 Thread Drew Hite
Hello When I use the axis plugin (maven axis:axis), the generated java files indicate that they were created with axis version 1.2RC2. How does one control what version of axis creates the java stubs? As far as I can tell I do not reference that version of axis in my project. Thanks, Drew

Re: [m2] Wrapping an existing Mojo with a proxy Mojo

2005-11-16 Thread Brett Porter
Eric: yes, we have an open bug to allow this to be in settings.xml David: can you put the template in the parent pom though? tagmy-${project.artifactId}-custom-${project.version}-tag/tag - Brett On 11/16/05, Eric Redmond [EMAIL PROTECTED] wrote: archetype is for creating projects... there is

Re: [m2] uniqueVersion=true with Maven One Plugin exits ?

2005-11-16 Thread Brett Porter
Not presently, please file a feature request. - Brett On 11/16/05, Olivier Lamy [EMAIL PROTECTED] wrote: Hi, Is-it possible to configure the Maven One Plugin to having something similar as the element uniqueVersiontrue/uniqueVersion in the distributionManagement. It's in order to having the

Re: [m2] Generating Source in Ant

2005-11-16 Thread Brett Porter
I'd recommend writing the plugin in Java and calling the Ant task using the Java API, then add the source root. This would help to encapsulate the functionality. - Brett On 11/17/05, Lee Meador [EMAIL PROTECTED] wrote: I've scanned the last couple of weeks' messages and I think I see what is

Re: [m2] Generating Source in Ant

2005-11-16 Thread Jesse McConnell
could also add it to the compiler plugin's source root directly by declaring the maven-compiler-plugin in the pom and setting compileSourceRoots in the pluign's configuration. but that is potentially messy since you'll be overriding any others that might be set in that project...and not as clean

Re: [m2] Generating Source in Ant

2005-11-16 Thread Jesse McConnell
doh, my bad...I just check on that it is readonly...don't mind me :P On 11/16/05, Jesse McConnell [EMAIL PROTECTED] wrote: could also add it to the compiler plugin's source root directly by declaring the maven-compiler-plugin in the pom and setting compileSourceRoots in the pluign's

Re: TransformerFactory cannot be found?

2005-11-16 Thread Brett Porter
Known issue, already in JIRA. On 11/17/05, Barry Kaplan [EMAIL PROTECTED] wrote: Sorry, this is with m2. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] Generating Source in Ant

2005-11-16 Thread John Tolentino
Hi Lee, Include target/generated-sources/java in your pom.xml's |sourceDirectory| (http://maven.apache.org/maven-model/maven.html#class_build). Regards, John Lee Meador wrote: I've scanned the last couple of weeks' messages and I think I see what is happening. I have an ant task that

Re: [m2] Generating Source in Ant

2005-11-16 Thread Brett Porter
... as a workaround, but as Jesse was saying, we don't recommend this in general as it will throw off the representation of what the project is. The best solution is still to have a plugin add the compile source root. - Brett On 11/17/05, John Tolentino [EMAIL PROTECTED] wrote: Hi Lee,

Re: question about synchronization

2005-11-16 Thread Brett Porter
The sync is one directional: mvn eclipse:eclipse generates .classpath from the contents of the pom.xml - Brett On 11/17/05, jeff li [EMAIL PROTECTED] wrote: Hi, I used to use maven 1.0 on mavanIDE pluged in eclipse, but now cannot find out proper IDE for maven2,so I meet some problems I can

Re: m2 projects.properties

2005-11-16 Thread John Tolentino
Hi Clark, It would help us figure out your problem if you include some stack trace the error message you've encountered. :) Regards, John [EMAIL PROTECTED] wrote: Dear John, i try to set version from propertis files. But I can't do . project modelVersion4.0.0/modelVersion

Re: [M2] resources plugin not checking outputDirectory in its configuration?

2005-11-16 Thread Brett Porter
You should be finding it winds up in both with this configuration. Try moving hte configuration outside of executions and remove the executions elements. - Brett On 11/16/05, Sena Gbeckor-Kove [EMAIL PROTECTED] wrote: Hi, I am trying to egt the resources plugin to output its filtered files

Re: [M2] Invoke install:install-file from the pom.xml

2005-11-16 Thread Brett Porter
This seems like a bug in the metadata - please file this one in JIRA. - Brett On 11/16/05, Drew Hite [EMAIL PROTECTED] wrote: Hello, I would like to install jars on the local file system to the local m2 repository, but I'd like to do so from within the pom.xml rather than through mvn

Re: m2: how to add jsse.jar to maven-eclipse-plugin's classpath?

2005-11-16 Thread Brett Porter
Sounds like a good improvement to put in JIRA. - Brett On 11/16/05, Jochen Wiedmann [EMAIL PROTECTED] wrote: Hi, the maven-eclipse-plugin typically generates the following entry in the .classpath file: classpathentry kind=var rootpath=JRE_SRCROOT path=JRE_LIB

Re: [m2] - Where is the plugin-registry.xml file

2005-11-16 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 it's actually still there...lurking. It's on the list to get it all cleaned up and bug-free for 2.0.1. They're right about usePluginRegistry/, it should enable usage of this feature, and the file will be in ~/.m2/plugin-registry.xml. Cheers, John

Re: question about synchronization

2005-11-16 Thread jeff li
Hi, Thanks for your reply. I define some modules on the pom.xml, the pom.xml is located under the folder in which .project file of eclipse project is , but eclipse:eclipse command cannot generate .classpath file for the pom.xml, so eclipse can not detect added dependencies in the pom.xml. how to

[M2] Using a common file for all child projects with Eclipse

2005-11-16 Thread Dietrich Schulten
Hi, we try to use one log4j.properties for all subprojects of a master pom in such a way that it also works with the eclipse plugin. We have this in the master pom: build resources resource directory..//directory includes includelog4j.properties/include /includes /resource /resources ... The

[m2] was5 plugin

2005-11-16 Thread Malcolm Wong Ho
Is there plans for websphere 5.1 plugin for maven2 ? Malcolm Wong Ho An investment in knowledge always pays the best interest. -- Benjamin Franklin “This e-mail is sent on the Terms and Conditions that can be accessed by Clicking on this link

Re: [m2] EJB3 and PAR - Including the classes of the par package...

2005-11-16 Thread Stephane Nicoll
Hey Thomas, Could you please fill in a bug in Jira for this with waht you discovered? Thanks, Stéphane On 11/16/05, Thomas Marek [EMAIL PROTECTED] wrote: I have solved the problem. You must add the option addedToClasspath to the components par and ejb3 in the file

Re: [m2] Using modules/

2005-11-16 Thread Anuerin Diaz
a few questions: - does utils-lang and utils-logging follow the expected directory layout? - if the answer to the first question is no, did you adjust the project descriptors of each project accordingly? sometime i get that all classes are up to date after a compilation failure. what i