RE: How to get a list of files from a directory?

2006-03-30 Thread Torbjørn Smørgrav
> checkout is always recursive By our definition? For providers that supports it, it should be possible to define the fileset you want to checkout. I guess the only provider that implements this behavior today is "local", but several others can follow... Regards Torbjørn -Original Message-

Re: Maven Webstart Plugin

2006-03-30 Thread Geoffrey De Smet
I don't think a snapshot has already been published. I checked it out and "mvn install"ed it to use it. [EMAIL PROTECTED] wrote: I am new to Maven, and have it working relatively well for managing dependencies, and simple builds. I am trying to get the Maven Webstart plugin working for me, but a

Re: Maven 1.0.2 documentation

2006-03-30 Thread Alex Brussee
Get the next book, it was very helpful for me: Maven 'a developer's notebook' - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: struts 1.2.9 checksum failure

2006-03-30 Thread Geoffrey De Smet
me2, iText for one. Wayne Fay wrote: I've seen this on several jars myself. Perhaps open a JIRA bug in MEV if you want to see it updated/fixed? Wayne On 3/30/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: It seems struts 1.2.9 POM checksum is wrong on ibiblio. [INFO] artifact struts:strut

RE: How to get a list of files from a directory?

2006-03-30 Thread Zsolt
Emmanuel, this is the problem. If I want to get the list of the files of a top directory of a large project it would take very long to checkout everything. Do you have any ideas? Zsolt >-Original Message- >From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] >Sent: Thursday, March 30, 2006

Non-java projects

2006-03-30 Thread Arnaud Bailly
Hi to all, I think there is some support for "alien" projects in maven. Is this true and what is the status of such features ? I would like to use maven to build projects with mixed languages : C++, python, ruby would be first choices. When I say build, I say of course unit testing, compilation, re

[m2.0.3] idea:idea => StringIndexOutOfBoundsException

2006-03-30 Thread Wesslan
When I try run to mvn idea:idea for my project, I get the following exception: [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'idea'. [INFO] [INFO] Building secret app [INFO]task-

Re: [ANN] Maven 2.0.3 Release

2006-03-30 Thread Brett Porter
It seems it was only sent to announce@maven.apache.org, not [EMAIL PROTECTED] - Brett On 3/31/06, Wim Deblauwe <[EMAIL PROTECTED]> wrote: > Me neither > > 2006/3/30, Rinku <[EMAIL PROTECTED]>: > > > > Weird ! I didn't receive the 2.0.3 notification on any maven list ?? > > > > - Origi

Re: [ANN] Maven 2.0.3 Release

2006-03-30 Thread Wim Deblauwe
Me neither 2006/3/30, Rinku <[EMAIL PROTECTED]>: > > Weird ! I didn't receive the 2.0.3 notification on any maven list ?? > > - Original Message - > From: "Piéroni Raphaël" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, March 29, 2006 3:06 AM > Subject: Re: [ANN] Maven 2.0.3 Release

Re: [m2.0.3] Embedder - setAlignWithUser ignored

2006-03-30 Thread Milos Kleint
On 3/30/06, Rollo, Dan <[EMAIL PROTECTED]> wrote: > Cool. Just to verify if I'm thinking correctly: Would the "correct" > usage be: > > 1. setLocalRepositoryDirectory(); > 2. alignWithUserInstallation(false); > 3. mavenEmbedder.start(); > > Thanks, > Dan > > PS: Any chance this fix could make it in

Re: which locales are supported by maven-site-plugin?

2006-03-30 Thread Wayne Fay
Well the version of Maven you are running does not necessarily directly relate to the version of a particular plugin you are using. So you could easily move to the 2.0-SNAPSHOT for the site plugin "despite" being on Maven 2.0.2. And I think it would be great if you could contribute the CN and any

[M2] Adding a non-artifact to a plugin's classpath

2006-03-30 Thread Martin Cooper
I'm writing my own Mojo that needs to be able to read a file that's in the classpath. The catch is that the file must be either dyamically generated, or part of the source tree of the project that's invoking my plugin. Since it's not part of some other artifact, I'm not seeing how I can get the fil

Re: deploy works, but release:perform fails to deploy

2006-03-30 Thread Craig McDaniel
I don't mean to pester, but the release plugin is my primary reason for upgrading to maven 2 (and will solve my biggest headaches right now). I've spent several hours browsing docs and googling to no avail. I will be happy to provide any additional info that may be necessary. On 3/30/06, Craig McD

Re: which locales are supported by maven-site-plugin?

2006-03-30 Thread li pan
yes, I am running maven 2.0.2. A "old" version I think;( 2006/3/31, Wayne Fay <[EMAIL PROTECTED]>: > > I believe the bundles have not yet been written for most languages. > But I know *someone* on the User (or Dev?) list was working on this, > search the archives. > > I checked my maven-site-plugi

Re: maven 1.x plugin for aspectj 1.5

2006-03-30 Thread Lukas Theussl
Stephane or anybody who is interested, I have deployed a new snapshot for the aspectj-4.0 plugin where all the outstanding JIRAs have been fixed [1,2]. It'd be nice if somebody could test and give some feedback, in particular for issues MPASPECTJ-14, 15 and 23. If nothing big comes up then we

Re: [M2] How to sign a jar file

2006-03-30 Thread Mark Hewett
We are using the following. maven-jar-plugin sign ${project.build.directory}/${project.build.finalName}.jar ${project.build.directory}/signed/${project.build.finalName}.jar ${keystore.location} ${keystore.storepass} ${keystore.keypas

Maven Webstart Plugin

2006-03-30 Thread [EMAIL PROTECTED]
I am new to Maven, and have it working relatively well for managing dependencies, and simple builds. I am trying to get the Maven Webstart plugin working for me, but am having several (probably simple) problems. Right now when I execute the " mvn webstart:jnlp goal " it is fails to download the

[m202] Still can't get site to work... Help please

2006-03-30 Thread Mick Knutson
[INFO] No goals needed for project - skipping [DEBUG] com.furl:furl:pom:1.3 (selected for null) [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-site-plugin:2.0-SNAPSHOT:stage' --> [DEBUG] (f) generateReports = true [DEBUG] (f) generatedSiteDirectory = c:\opt\furl\furlm2\trunk\targe

RE: [m2.0.3] Embedder - setAlignWithUser ignored

2006-03-30 Thread Rollo, Dan
Cool. Just to verify if I'm thinking correctly: Would the "correct" usage be: 1. setLocalRepositoryDirectory(); 2. alignWithUserInstallation(false); 3. mavenEmbedder.start(); Thanks, Dan PS: Any chance this fix could make it into 2.0.4? -Original Message- From: Jason van Zyl [mailto:[

RE: [m2] reporting plugin extensions/additional dependencies

2006-03-30 Thread Allison, Bob
Here's what I do in my parent POM file: org.apache.maven.plugins maven-checkstyle-plugin my.group build-tools 1.0-SNAPSHOT

Re: Big thanks to Wayne Fay!

2006-03-30 Thread ian . d . stewart
I told you, Wayne. They're coming for you! Better run and hide before it's too late!! j/k. Kudos on the kudos :) Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure

Re: [M2] How to sign a jar file

2006-03-30 Thread Julian Wood
The webstart plugin can do this. I think you can configure it so that it just signs jars, rather than create jnlps, etc. Should be a start, anyway. http://docs.codehaus.org/display/MOJO/Webstart+Plugin http://mojo.codehaus.org/webstart-maven-plugin-parent/webstart-maven- plugin/introduction

Re: Big thanks to Wayne Fay!

2006-03-30 Thread Wayne Fay
Hey thanks Jason. I'm just fortunate to have extra time at work the last 2 weeks. We are starting a new project next week and so I'll probably slow it down a bit when that gets going. ;-) Wayne On 3/30/06, Jason van Zyl <[EMAIL PROTECTED]> wrote: > I just have to say wow at Wayne Fay's effort on

Re: [m2] reporting plugin extensions/additional dependencies

2006-03-30 Thread Wayne Fay
You could certainly create a seperate project/dependency with just your organizations config files etc, then specify it as a dependency in all projects, and perhaps finally use the Assembly plugin to unjar those files into the right place(s) in each project. There has been some discussion around t

Re: [m2.0.3] Embedder - setAlignWithUser ignored

2006-03-30 Thread Jason van Zyl
Rollo, Dan wrote: It appears there is no way to override the "localRepository" used by MavenEmbedder. There is on a branch I'm working on which will most likely be merged into the trunk after the 2.0.4 release. Some code from MavenEmbedder.java: public void setLocalRepositoryDirectory

Big thanks to Wayne Fay!

2006-03-30 Thread Jason van Zyl
I just have to say wow at Wayne Fay's effort on the user's list. Double wow. I don't think I've ever seen a user help other users so much, it's quite incredible. Thanks so much for your effort! -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org you are never dedicated to someth

Re: No file updated, not building - Continuum

2006-03-30 Thread Wayne Fay
I'd send this email to the Continuum users list, not Maven. Wayne On 3/30/06, Carlos Henriquez <[EMAIL PROTECTED]> wrote: > Hello, > > I'm using Continuum 1.0.2 with Maven 2.0.2 and I add a project with a > default build that works just fine when I forced it (clean install). > > The problems com

Re: Can someone explain to me the following

2006-03-30 Thread MTedesco
Great Wayne tahnks, I think I'm further along! "Wayne Fay" <[EMAIL PROTECTED]> 03/30/2006 04:10 PM Please respond to "Maven Users List" To "Maven Users List" cc Subject Re: Can someone explain to me the following go open the file: c:\MavenRepo\org\apache\maven\plugins\maven-archety

Re: Can someone explain to me the following

2006-03-30 Thread Wayne Fay
go open the file: c:\MavenRepo\org\apache\maven\plugins\maven-archetype-plugin\maven-metadata-central.xml in a text editor. looks like html... something is wrong with your setup. delete the repo and start over. Wayne On 3/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I am having a real

[M2] How to sign a jar file

2006-03-30 Thread TJ Greenier
Hi all, Can anyone explain how to sign a jar file after it has been packaged? I have looked around and tried using jar:sign, but no luck. If anyone has an example or can point me in the right direction, I would really appreciate it. Thanks, TJ

Can someone explain to me the following

2006-03-30 Thread MTedesco
I am having a real tough time understanding this point 1) Why am I having such a hard time getting past step 1 in creating my first Maven project mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app Reason: Error getting POM for 'org.apache.maven.plugins:maven-archetype

Re: won't accept activation jar

2006-03-30 Thread Pete Carapetyan
BINGO ! Huge assist, thank you sir. > That's exactly why I wanted the full command... > >> $ mvn install:install-file -DgroupId=javax.activation >> -DartifactId=activation -Dversion= >> 1.0.2 -Dpackaging=jar -Dfile=/ > > This should be: > -Dfile=/activation-1.0.2.jar ---

Re: [Maven2] changelog plugin CEST date

2006-03-30 Thread Marcin Cetnarski
It's already fixed, look at http://jira.codehaus.org/browse/SCM-177 Marcin 2006/3/30, Wayne Fay <[EMAIL PROTECTED]>: > Looks like a bug. File it in JIRA. They probably are only looking for > 3 characters in the timezone field and CES is not valid, or something. > > Wayne > > On 3/30/06, François-X

Re: [m2] supported languages by maven-site-plugin

2006-03-30 Thread Wayne Fay
I understand what you're saying, but unless you check the source code yourself and verify that pt_BR has been checked in to the project source files, then its simply comments from an optimistic developer! ;-) No idea what the release schedule is for that plugin. Contact the developer(s) directly i

Re: How to checkout taged version of the code

2006-03-30 Thread ian . d . stewart
You can specify the tag in the portion of pom.xml: See http://maven.apache.org/ref/2.0.3-SNAPSHOT/maven-model/maven.html#class_scm HTH, Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automa

Re: Pls help

2006-03-30 Thread Lukas Theussl
http://support.microsoft.com/kb/q230205/ or google for the error message, this is a well known problem. HTH, -Lukas p k wrote: When I try to test Maven1.0.2,it is giving the error "Out of Environment space" even after setting the path and setting MAVEN_HOME.Can anybody pls help me with

Re: [m2] supported languages by maven-site-plugin

2006-03-30 Thread Dario Luis Coneglian Oliveros
Hi Wayne, It's already done according to 'mave-site-plugin' web page, but it seems like it's not released yet. Any idea when a new release is coming up ? The one I have is 2-0-beta-4. Dário Wayne Fay wrote: All languages are "supported" but not all have been "implemented". This was just dis

Pls help

2006-03-30 Thread p k
  When I try to test Maven1.0.2,it is giving the error "Out of Environment space" even after setting the path and setting MAVEN_HOME.Can anybody pls help me with this? Thank you Maven user

Re: How to get a list of files from a directory?

2006-03-30 Thread Emmanuel Venisse
a checkout is always recursive. Emmanuel Zsolt a écrit : Hi, how can I figure out the files of a directory? For example I think checkout should work however it mustn't be recursive? Zsolt

Re: How to checkout taged version of the code

2006-03-30 Thread Emmanuel Venisse
it depends on your scm. If you use subversion, it's possible. If it's an other, it isn't possible but you can define the tag to use in project edit view. http://maven.apache.org/scm/scm-url-format.html Please, send continuum question to the continuum list and maven question to maven list instea

Re: [m2] supported languages by maven-site-plugin

2006-03-30 Thread Wayne Fay
All languages are "supported" but not all have been "implemented". This was just discussed a couple emails ago on Users list. Look for the emails with subject "which locales are supported by maven-site-plugin?" Feel free to write a pt_BR properties file and contribute back via JIRA. Wayne On 3/

How to checkout taged version of the code

2006-03-30 Thread Gautham Pamu
Hi, Is it possible to add maven 2 project to continuum to checkout tagged version of the code. Can you specify the tag in the connection URL. Thanks -Gautham Pamu

[m2] supported languages by maven-site-plugin

2006-03-30 Thread Dario Luis Coneglian Oliveros
Hi there, I've been trying to generate a project site using pt_BR as language, but it doesn't seem to work, even though the maven-site-plugin says it is supported. By looking at maven-site-plugin code, I found out it was not able to locate the 'site-plugin_pt_BR.properties ' file, which should

deploy works, but release:perform fails to deploy

2006-03-30 Thread Craig McDaniel
I can run 'mvn deploy' and it works just fine. I ran release:prepare and it also worked fine. When I run release:perform, I get the following error: $ mvn -e release:perform + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Unnamed - com.shps.d

Xdocs Question

2006-03-30 Thread Helck, Christopher
In my documents I often want to create links to documents in other sites. Right now I hard code them like this: http://site.server/maven/component-x-1.0.9/multiproject/xyzzy/foo. html"> ... This is hard to maintain. If I upgrade the current component to use the next version of component-x th

building with Continuum 1.0.3 snapshot

2006-03-30 Thread Carlos Henriquez
Hello, I've just installed the 1.0.3 SNAPSHOT because I heard that a bug was fixed but I'm getting the same error. When I try to build a project (that was build manually before) with the DEFAULT_SCHEDULE I get a message that says "BuildController- The project was not built because

Re: How to copy the build to shared filesystem

2006-03-30 Thread Wayne Fay
I generally tag before a build, then pull the tag, and build/test it. We use a combination of project name plus timestamp for daily/test builds. This seems to be a pretty widely-used practice. Then if we decide to go RC or full release for a given tag, we can either retag it with a more descriptiv

Re: M2: no downloading attempts of non-existing artifact, please

2006-03-30 Thread John J. Franey
Thank-you. I created: http://jira.codehaus.org/browse/MNG-2194 John Wayne Fay wrote: > This is a somewhat common user request. Perhaps someone will file a > JIRA enhancement request and it can be added in a future release of > M2. > > Perhaps it could be configured on a per-dependency basis in

Re: How to copy the build to shared filesystem

2006-03-30 Thread Gautham Pamu
maven install and deploy uploads the jars,poms to the local/remote repository but I want the copy the complete working directory files sourcecode etc to the shared file system. I also want to tag the module before starting the build, is it possible to tag using continuum or maven goal >In order t

[m2.0.3] Embedder - setAlignWithUser ignored

2006-03-30 Thread Rollo, Dan
It appears there is no way to override the "localRepository" used by MavenEmbedder. Some code from MavenEmbedder.java: public void setLocalRepositoryDirectory( File localRepositoryDirectory ) { this.localRepositoryDirectory = localRepositoryDirectory; } ... public void st

Re: [m2] Improper build number after deploying a snapshot of maven-javadoc-plugin

2006-03-30 Thread Wayne Fay
Not sure but sounds reasonable. Give it a try. If it doesn't work, then come back and complain about it, and ask for more help. ;-) Wayne On 3/30/06, Thorsten Heit <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Wayne, > > > You'll need to add the Maven SNAPSHO

Re: M2: no downloading attempts of non-existing artifact, please

2006-03-30 Thread Wayne Fay
This is a somewhat common user request. Perhaps someone will file a JIRA enhancement request and it can be added in a future release of M2. Perhaps it could be configured on a per-dependency basis in the pom.xml file? Not sure if this is on the board for 2.1 but now is the time to report/request i

Re: [m2] Improper build number after deploying a snapshot of maven-javadoc-plugin

2006-03-30 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Wayne, > You'll need to add the Maven SNAPSHOT repository to your pom. This is > such a common topic on the User list... Sorry, forgot to mention that I already have this... Unfortunately http://snapshots.maven.codehaus.org/maven2 only contains v

Re: won't accept activation jar

2006-03-30 Thread Wayne Fay
That's exactly why I wanted the full command... > $ mvn install:install-file -DgroupId=javax.activation > -DartifactId=activation -Dversion= > 1.0.2 -Dpackaging=jar -Dfile=/ This should be: -Dfile=/activation-1.0.2.jar Or whatever the file name is. Wayne On 3/30/06, Pete Carapetyan <[EMAIL P

Re: won't accept activation jar

2006-03-30 Thread Pete Carapetyan
> Send us your full command from DOS and perhaps we can help. > Thanks Wayne. First, this is the dependency that blows up. javax.activation activation 1.0.2 To match that I have the standard folder configuration I have used for a year or two repository -javax.activation --jars ---a

Re: [m2] Exceptions when executing the surefire-report-maven-plugin

2006-03-30 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Gunther, > 0x8 is a control character (Backspace?) and not allowed in XML files. > The only exception to this are tab (0x9), CR and LF. > > Check the XML file using a hex editor or XML Spy for the exact location > of the invalid character. These

M2: no downloading attempts of non-existing artifact, please

2006-03-30 Thread John J. Franey
I'm converting a project to maven 2. Some dependencies do not exist in ibiblio, so I've 'installed' these into my local repository. I'm unhappy because every time I perform a run, there is a significant delay (sometimes) when maven tries to download these non-existent artifacts. I get these mess

Re: How to copy the build to shared filesystem

2006-03-30 Thread Wayne Fay
I don't use Continuum at this point, but can't you run a "mvn install" or "mvn deploy" kind of command after the build successfully builds, which will install/deploy your build to a specified location? Wayne On 3/30/06, Gautham Pamu <[EMAIL PROTECTED]> wrote: > Hi Everyone, > > I am using Maven

Re: [m2] Improper build number after deploying a snapshot of maven-javadoc-plugin

2006-03-30 Thread Wayne Fay
You'll need to add the Maven SNAPSHOT repository to your pom. This is such a common topic on the User list... Maven Snapshots http://snapshots.maven.codehaus.org/maven2/ true false Maven Snapshots http://snapshots.

Re: Maven 1.0.2 documentation

2006-03-30 Thread Wayne Fay
Convince your group to move to Maven 2.0. ;-) Wayne On 3/30/06, Alex Shneyderman <[EMAIL PROTECTED]> wrote: > http://maven.apache.org/maven-1.x/ > > On 3/30/06, Yuri Leikind <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > > > I am going to support a project which uses Maven 1.0.2 as > > a projec

Re: [Maven2] changelog plugin CEST date

2006-03-30 Thread Wayne Fay
Looks like a bug. File it in JIRA. They probably are only looking for 3 characters in the timezone field and CES is not valid, or something. Wayne On 3/30/06, François-Xavier Busch <[EMAIL PROTECTED]> wrote: > Hi > > Does anyone knows if there is a bug with the changelog plugin about the CEST > d

Re: won't accept activation jar

2006-03-30 Thread Wayne Fay
Send us your full command from DOS and perhaps we can help. Wayne On 3/30/06, Pete Carapetyan <[EMAIL PROTECTED]> wrote: > I am a long time Maven 1.0 user making my first transition to a 2.0 project > > For whatever reason, my javax.activation jar won't be seen. Everything > googled points to th

Re: [m2] maven-checkstyle-plugin

2006-03-30 Thread Wayne Fay
That looks like doxia. Try adding this to your dependencies: doxia doxia-core 1.0-alpha-5 Not positive that will work, but give it a try. Wayne On 3/30/06, SiD <[EMAIL PROTECTED]> wrote: > Ok done, i have the sources. > > To compile it i have to find a lot of libraries, i have found som

Re: Is there documentation for Client-Jar creation?

2006-03-30 Thread raghurajan . x . gurunathan
Thanks for your reply But when i tried that command its giving me mvn help:describe -Dplugin=ejb -Dmojo=ejb -Dfull=true NFO] Scanning for projects... NFO] Searching repository for plugin with prefix: 'help'. NFO] org.apache.maven.plugins: checking for updates from maven-snapshots NFO] org.codeh

Re: struts 1.2.9 checksum failure

2006-03-30 Thread Wayne Fay
I've seen this on several jars myself. Perhaps open a JIRA bug in MEV if you want to see it updated/fixed? Wayne On 3/30/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: > > It seems struts 1.2.9 POM checksum is wrong on ibiblio. > > > [INFO] artifact struts:struts: checking for updates from cent

Re: which locales are supported by maven-site-plugin?

2006-03-30 Thread Wayne Fay
I believe the bundles have not yet been written for most languages. But I know *someone* on the User (or Dev?) list was working on this, search the archives. I checked my maven-site-plugin 2.0-SNAPSHOT and it includes properties for en, de, fr, it, ja, and pl. I checked 2.0-beta-4 and it only inc

Re: [m2] Exceptions when executing the surefire-report-maven-plugin

2006-03-30 Thread Boris Lenzinger
Hi Thorsten, I understood it was the plugin that was generating the file that could not be parsed. But may be it can be interesting to check where the characters are. It can be strings extracted from your code. For instance you get a method name with this char or a classname with this char in

[Maven2] changelog plugin CEST date

2006-03-30 Thread François-Xavier Busch
Hi Does anyone knows if there is a bug with the changelog plugin about the CEST date time ? Last week we passed from CET to CEST time and the maven site goal crashes when generating the changelog report : [INFO] Generate "changelog" report. [INFO] Generating changed sets xml to: /path/project/tar

How to get a list of files from a directory?

2006-03-30 Thread Zsolt
Hi, how can I figure out the files of a directory? For example I think checkout should work however it mustn't be recursive? Zsolt

Re: [m2] Exceptions when executing the surefire-report-maven-plugin

2006-03-30 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Boris, > Some tracks may be about your problem: > * Do you an IDE to edit your files ? If not, Eclipse detects "unusual" > characters and may be it could be helpful here. I know that I sometimes > generated special characters with a key combination

RE : POM file truncated during deployment

2006-03-30 Thread Olivier Lamy
Yes I had this. The cause was : I deployed to same path as user's localRepository. - Olivier -Message d'origine- De : Marc Dugger [mailto:[EMAIL PROTECTED] Envoyé : jeudi 30 mars 2006 18:22 À : Maven Users List Objet : POM file truncated during deployment We have several projects being

Re: Why would I get this problem on initial create of project

2006-03-30 Thread Carlos Henriquez
Every time you perform a goal for the first time, Maven downloads everything it needs to work. Maybe it can't connect to internet because of a Proxy or something like that or it is configure to not connect at all. Check that. Hope it works :D On 3/30/06, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wro

POM file truncated during deployment

2006-03-30 Thread Marc Dugger
We have several projects being built by M2/Continuum. However, one of the POM files is consistently being truncated at the same spot each time. The truncation doesn't occur during 'install' into developer's local repo. Has anyone seen something like this before? ... servletapi

Why would I get this problem on initial create of project

2006-03-30 Thread MTedesco
Hi I am trying to create my first Maven project as guided in the "Maven GettingStarted Guide" But I get the following errors. Any ideas? This is my first step after installing Maven202. Thanks, c:>mvn -e archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app [INFO] Scanning for p

Re: Is there documentation for Client-Jar creation?

2006-03-30 Thread John Casey
What specifically do you want to configure? The list of classes that go in the client jar? If so, try putting something like the following in your maven-ejb-plugin configuration: **/SomeClassPrefix* **/*SomeSuffix* If you want more info, you can run: mvn help:describe -Dplugin=ejb -D

Re: Maven 2.0.3 - ${project.build.outputDirectory} value changed

2006-03-30 Thread John Casey
yeah, we found this regression yesterday. Brett has fixed it, and we'll be calling for a 2.0.4 release soon as a result. :-\ See: http://jira.codehaus.org/browse/MNG-2186 for more information. -john [EMAIL PROTECTED] wrote: Lets say i have directory structure has Project Module-A

Does continuum add any email notifiers automagically?

2006-03-30 Thread Stevenson, Chris
Hi, I'd like to define in my pom (or in application.xml) a set of default developers myself included who get all the build emails (failures/success etc...) Can I do that? We are defined in the parent pom as developers but when I drop the pom in we're not added as notifiers. Thanks, Chris

Re: maven repositories

2006-03-30 Thread andreas.ebbert-karroum
Hi, regarding your mail http://www.mail-archive.com/users@maven.apache.org/msg22668.html on the maven users list. Is there a way (with maven1) to generate html and pdf javadoc for the same project? Can I invoke the javadoc:generate goal from a maven.xml with different property sets? Thank

Maven 2.0.3 - ${project.build.outputDirectory} value changed

2006-03-30 Thread raghurajan . x . gurunathan
Lets say i have directory structure has Project Module-A SubModule-A -pom.xml -pom.xml Module-B SubModule-B -pom.xml -pom.xml -pom.xml If run mvn compile from SubModule-A directory, the value

Continuum doesn't detect updates with schedule builds

2006-03-30 Thread Carlos Henriquez
Hello, I'm using Continuum 1.0.2 with Maven 2.0.2 and I added a project with a default build that works just fine when I forced it (clean install). The problems comes with the Schedule. I'm using DEFAULT_SCHEDULE and it triggers every hour but the build throws and error. Here is the tail output o

Re: [m2] How to use deploy:deploy-file to manage my private repo ?

2006-03-30 Thread Martin Cooper
On 3/30/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: > > > Hello, > > I've got to add some private / restricted artifacts in my corporate > repo, but I'd like to avoid creating all the required directories. > > install:intall-file can be used to put an artifact in local repo. Can I > use deploy:d

Re: [m2] How to use deploy:deploy-file to manage my private repo ?

2006-03-30 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Nico, > install:intall-file can be used to put an artifact in local repo. Can I > use deploy:deploy-file to do the same in my corporate repo ? Yes. > How to set the remote repository path (I cannot find an entry for this > in setting.xml) ? It d

How to get a list of files from a directory?

2006-03-30 Thread Zsolt
Hi, how can I figure out the files of a directory? For example I think checkout should work however it mustn't be recursive? Zsolt

won't accept activation jar

2006-03-30 Thread Pete Carapetyan
I am a long time Maven 1.0 user making my first transition to a 2.0 project For whatever reason, my javax.activation jar won't be seen. Everything googled points to the same thing that apparently others have had happen, first you get this error Missing: -- 1) javax.activation:activation:j

Is there documentation for Client-Jar creation?

2006-03-30 Thread raghurajan . x . gurunathan
Hi All, I want to include and exclude some files in creating ejb-client jar, But i don't know what need to be included in configuration section of ejb plugin , is there any documentation for this like " how to configure client jar"" or is there some sample somewhere /some one has it Please

Why would I get this problem on initial create of project

2006-03-30 Thread MTedesco
Hi I am trying to create my first Maven project as guided in the "Maven GettingStarted Guide" But I get the following errors. Any ideas? This is my first step after installing Maven202. c:>mvn -e archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app [INFO] Scanning for projects..

Re: [m2] How to package resource files in jar file

2006-03-30 Thread Mang Jun Lau
${basedir} *.xml *.wsdl --- Mang Lau Software Developer MIS Member Services Ontario Teachers' Pension Plan Board T: 416-228-3148 E: [EMAIL PROTECTED] "Gautham Pamu"

Re: Maven 1.0.2 documentation

2006-03-30 Thread Alex Shneyderman
http://maven.apache.org/maven-1.x/ On 3/30/06, Yuri Leikind <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I am going to support a project which uses Maven 1.0.2 as > a project management tool. > > I've read the docs about Maven 2.0, played with it , and > found it very easy to use, intuitive and p

Re: Maven 1.0.2 documentation

2006-03-30 Thread Arnaud HERITIER
http://maven.apache.org/maven-1.x/ Arnaud On 3/30/06, Yuri Leikind <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > I am going to support a project which uses Maven 1.0.2 as > a project management tool. > > I've read the docs about Maven 2.0, played with it , and > found it very easy to use, intui

Re: [m2] Improper build number after deploying a snapshot of maven-javadoc-plugin

2006-03-30 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, > which is strange because I just deployed it. I looked into the proxy > directories and wondered that the files are named differently: > > * maven-javadoc-plugin-2.0-beta-4-20060322.180042-1.jar > * maven-javadoc-plugin-2.0-beta-4-20060322.18004

Re: Where to download scm with all providers from?

2006-03-30 Thread Emmanuel Venisse
look at maven-scm-client, you'll find all you need. Zsolt a écrit : I'm just a maven beginner. Can you give me a maven project that provides me the environment to use maven-scm? My goal is to use only maven-scm api and not maven. Zsolt -Original Message- From: Emmanuel Venisse [mailt

Re: How to copy the build to shared filesystem

2006-03-30 Thread Emmanuel Venisse
You can use the deploy plugin. Gautham Pamu a écrit : Hi Everyone, I am using Maven 1.0.2 and Continuum 1.0.2, I want to copy the complete build to a shared file system. Whats the best way to acheive it, are they are plugins in maven or configuration in continuum to copy the build to shared fil

Maven 1.0.2 documentation

2006-03-30 Thread Yuri Leikind
Hi everyone, I am going to support a project which uses Maven 1.0.2 as a project management tool. I've read the docs about Maven 2.0, played with it , and found it very easy to use, intuitive and powerful. But... I wasn't able to find a tutorial/reference for Maven 1.0.2 which I will actually ha

RE: Where to download scm with all providers from?

2006-03-30 Thread Zsolt
I'm just a maven beginner. Can you give me a maven project that provides me the environment to use maven-scm? My goal is to use only maven-scm api and not maven. Zsolt >-Original Message- >From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] >Sent: Thursday, March 30, 2006 4:10 PM >To: scm-us

RE: maven-proxy support for M2

2006-03-30 Thread Jörg Schaible
Nicolas De Loof wrote on Thursday, March 30, 2006 3:41 PM: > I don't want to totally stop pom / metadata updates, I just > want them to > stay in cache according to "repo.ibiblio.cache.period". > > Using maven-proxy, every developer that request a POM waits > some seconds > for it. This sounds li

Re: Where is org.apache.maven.scm.providers.svn.settings.Settings?

2006-03-30 Thread Emmanuel Venisse
It's a generated class. If you want it, you must build with maven2. Emmanuel Zsolt a écrit : I have checked out the sources from the trunk but cannot compile because for example the class below is missing: org.apache.maven.scm.providers.svn.settings.Settings Where can I find it? Zsolt

Re: Where to download scm with all providers from?

2006-03-30 Thread Emmanuel Venisse
Zsolt a écrit : Thank you Emmanuel, is there a better way to copy those files? Is a jar file available that contains all scm classes? No. It is not very convenient to copy so many files from so many directories. What do you try to do? If you declare them in a maven2 project, they'll be d

Re: [m2] Continuum HowTo?

2006-03-30 Thread Emmanuel Venisse
http://maven.apache.org/continuum/guides/getting-started/index.html Continuum user list is a better place for questions ;-) Emmanuel Stefan Fritz a écrit : Hi all, is ther a step by step HowTo for setting up Continuum with Maven 2? I want to setup Continuum on a Linux box for nightly builds.

Re: [m2] mvn 2.0.3 eclipse:eclipse not working anymore

2006-03-30 Thread Stefan Fritz
Ooops, sorry the problem was a type in one of my root pom files (a few levels up/down). Now it works :-) Stefan Thorsten Heit wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Stefan, My pom is valid and has no duplicate tags! Seems to be a problem with plexus. Any inpput welco

[m2] Continuum HowTo?

2006-03-30 Thread Stefan Fritz
Hi all, is ther a step by step HowTo for setting up Continuum with Maven 2? I want to setup Continuum on a Linux box for nightly builds. My projects are in SVN. Regards Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For

  1   2   >