Re: How to change path of working directory?

2007-01-03 Thread Emmanuel Venisse
You can change D:\continuum1.0.3\app\continuum\Working-directory to something else in the configuration screen Emmanuel Kapil Gupta a écrit : Hi, Am trying to compile .cpp source files by running a batch file through continuum, but when it try to compile the file it gives me error that

RE: How to change path of working directory?

2007-01-03 Thread Kapil Gupta
Thanks for the quick reply Emmanuel. Kapil -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 03, 2007 4:27 PM To: continuum-users@maven.apache.org Subject: Re: How to change path of working directory? You can change

Re: scheduled jobs disappears

2007-01-03 Thread Emmanuel Venisse
Is it removed from the schedules screen and not started or it doesn't do something? Can we see your logs? Emmanuel Marcelo Takeshi Fukushima a écrit : Hello folks! First of all great work with continuum. Ive been using it for a while now (about 2 weeks). Its almost perfect, except for one

RE: scheduled jobs disappears

2007-01-03 Thread Marcelo Takeshi Fukushima
the logs contain too much lines but no usefull message... no error (apart from some of my own mistakes regarding the maven pom, but none from that particular project) -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 3 de janeiro de 2007 11:06 To:

Re: Problem with ear-plugin

2007-01-03 Thread Stephane Nicoll
Hi, On 1/2/07, Petar Tahchiev [EMAIL PROTECTED] wrote: On 02/01/07, Bryan Loofbourrow [EMAIL PROTECTED] wrote: A second point, one you may already know but it's not clear from your example. In general, I am pretty sure that the xxxModule configurations are only necessary when you want to

Re: [ANN] Maven EAR Plugin 2.3 Released

2007-01-03 Thread Stephane Nicoll
Hi, On 12/31/06, Marcel Schutte [EMAIL PROTECTED] wrote: Hi all, I am very surprised by the discussion in http://jira.codehaus.org/browse/MEAR-46 regarding the inclusion of ejb-client type dependencies in the generated application.xml. Even though David and Stephane agree that ejb-client !=

Re: unable to get latest SNAPSHOT jars

2007-01-03 Thread dawn.angelito
Trent, I've noticed that your dependency version looks like a timestamp. Have you tried removing this? Also, I'm just curious... How can you tell that your artifacts were not updated? It might be that the copies of your artifacts does not need updating that is why maven does not update them.

RE: Is it possible to have version${cur.Version}/version

2007-01-03 Thread Mohni, Daniel
Hi Wayne answers inline -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 03, 2007 5:16 AM To: Maven Users List Subject: Re: Is it possible to have version${cur.Version}/version I think the property value should be substituted properly if you

Re: building car file

2007-01-03 Thread Stephane Nicoll
Ask the geronimo folks maybe since they're using maven internally. Cheers, Stéphane On 12/28/06, Vinita Joshi [EMAIL PROTECTED] wrote: I need to build and deploy a car file to Geronimo as a plugin. Any idea how this can be done using maven? Regards, Vinita

RE: Usage of Properties in Multi Project POM's

2007-01-03 Thread Mohni, Daniel
Hi all no comments from developers on this ? About the pom's installed with mvn install: I think now that it is correct that properties are not resolved, as the properties are also in the pom, they should only be resolved as needed. But for the other points I still think that the Maven

Multiproject in eclipse VS subversion client

2007-01-03 Thread Geoffrey De Smet
In Eclipse, I 've have a multiproject open like this: myproj- simple project myproj/myproj-api - java project myproj/myproj-gui - java project Which subversion plugin for eclipse can handle this? I've tried both Subclipse and Subversion: - Subclipse: seems to get confused about file

RE: [m2] maven-changes-plugin - icons are not being displayed

2007-01-03 Thread Dário Luís Coneglian Oliveros
I did see the sample changes report and even though my changes.xml was pretty much the same as maven-changes-plugin's (http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/site/changes/sample-changes.xml?view=markup), it did not work for me. Here's an excerpt of my

Re: Multiproject in eclipse VS subversion client

2007-01-03 Thread nicolas de loof
I've registered an issue for this in subclipse. Such configuration make my Eclipse hang ! I'm using subversive plugin from polarion in Eclipse 3.2, that supports nested projects. This plugin has been approved as an eclipse project ( http://www.eclipse.org/proposals/subversive/) so will become

Maven2/scm/svn - How maven2 users are tackling the issue..

2007-01-03 Thread Marco Mistroni
hi all, i m doing projects using maven2.. and i was wondering how generally Maven users using it together with SVN i think there was a similar message some time ago about same issue, but unfortunately i m unable to find it.. what i would like to do is to follow this steps for every project i

RE: [m2] any tips for site internationalization ?

2007-01-03 Thread Dário Luís Coneglian Oliveros
Hi Wayne, I am still not sure if a JIRA issue could be opened in this case. According to the instructions for translators at maven site plugin (http://maven.apache.org/plugins/maven-site-plugin/i18n.html), any translation (for instance, site-plugin_pt_BR.properties) should be saved with UTF-8

Re: [M2] 'legacy' in repo configuration is not working as expected

2007-01-03 Thread fuvo
Hi Arnaud, I don't understand your problem. If you are in a legacy repo (m1), a group like foo.bar is a unique directory foo.bar. It's only with a m2 layout that you have a subdirectory bar in the directory foo. We have a more structured m1 repo, like 'repo/foo/bar/jars/bar-1.0.jar'. This

Wrong dependency version problem?

2007-01-03 Thread Petar Tahchiev
Hi gyus, I am not sure if this is the right place to ask for help, as my problem is more like cargo related, but anyway... I have a project that depends on some cargo stuff. When I run mvn install I get this error: INFO] --

RE: Multiproject in eclipse VS subversion client

2007-01-03 Thread LAMY Olivier
Hi, Perso, I only record modules (java project) in eclipse and not the root. The content of myproj which is pom packaging (contains only pom, src/site/* and not sources) can be managed with cli. -- Olivier -Message d'origine- De : news [mailto:[EMAIL PROTECTED] De la part de Geoffrey

using hibernate3-maven-plugin:hmb2ddl with test-classes

2007-01-03 Thread garbandi
hi, how can i set up hibernate3-maven-plugin (i'm using snapshot 1.0) to let hmb2ddl scan classes from target/test-classes for annotations? some backgroundinfo: i'm trying to set up a jar-project that uses hibernate-annotations. it contains base-classes that use the @MappedSuperclass. i want to

Maven dependencies bleed between sibling modules?

2007-01-03 Thread KalleP
Hi! I have some trouble with when dependencies are visible in Maven 2.0.4 I have an project called A that has two modules; B and C A specifies no dependecies. B has a dependecy to Dep1 C has a dependecy to Dep2 What i do not understand is that; When building (from the A level) B can access

maven-javadoc-plugin

2007-01-03 Thread Saminda Abeyruwan
Hi all, I'm using JDK 1.4 and used maven-javadoc-plugin version 2.0-beta-2. I got the following exception, === Embedded error: Exit code: 1 - java.util.MissingResourceException: Can't find resource for bundle

scheduled jobs disappears

2007-01-03 Thread Marcelo Takeshi Fukushima
Hello folks! First of all great work with continuum. Ive been using it for a while now (about 2 weeks). Its almost perfect, except for one little problem ive been having consistently: apart from the default scheduled tasks, i have one that deploys an ear to jboss everyday at 3am. The problem is

Problem using wagon-scm and maven-scm-plugin together

2007-01-03 Thread Dean Jones
Hello all, I'm having a problem trying to use the wagon-scm plugin. I have added the following to my pom (in this case, a parent pom): build extensions extension groupIdorg.apache.maven.wagon/groupId artifactIdwagon-scm/artifactId version1.0-beta-2-SNAPSHOT/version /extension

Help: Can't deploy to corporate repository

2007-01-03 Thread Gunnar.Bostrom
Hi, I'm trying to setup Maestro 1.1 as our corporate repostitory. When I try to deploy an artifact or the site with scp the directories are created but no data is uploaded. The error I get is: [INFO] [ERROR] BUILD ERROR

Problem with assembly plugin

2007-01-03 Thread Luca Clementi
Since the release of the 2.2 maven-assembly-plugin I have a problem with this plugin. My pom file is: plugin artifactIdmaven-assembly-plugin/artifactId configuration archive manifest mainClassorg.aware.wda.WorkflowDesigner/mainClass

Re: JBoss EJB3 and Maven

2007-01-03 Thread Vitor Pellegrino
Marco, Thanks for your help! My web.project has inherited my project/pom.xml. Trying to do what you told me to, i have found the problem: i forgot to add at project/pom.xml my web project as a module, so it was not being compiled when i was trying to package my whole project. Obvious! I feel a

mvn package error with maven-war-plugin

2007-01-03 Thread Barbier-Accary Aurélien
Hi all, The goals compile and test are built successfully for my project but when I try to execute mvn package there is the error listed below. However maven-war-plugin-2.0.2.jar exists in my local repository in org\apache\maven\plugins\maven-war-plugin\2.0.2 What can I do to solve this

Re: JBoss EJB3 and Maven

2007-01-03 Thread Marco Mistroni
Hello Vitor, i have been reading your post so and soso i might give you an answer that has already been said.. generally (and also because i don't have much experience with cargo plugin) i just output the .ear already in the jbossdir/server/default/deploy , that's the easy way... here's

Re: JBoss EJB3 and Maven

2007-01-03 Thread Stephane Nicoll
On 1/3/07, Vitor Pellegrino [EMAIL PROTECTED] wrote: [...] Well, now i'm trying to deploy this generated .ear (which seems to be correct) into my JBOSS AS instance. As Stephane Nicoll told me (thanks!), i am looking at Cargo plugin but i don't know exactly where do i have to declare this.

Re: Multiproject in eclipse VS subversion client

2007-01-03 Thread Geoffrey De Smet
Subversive 1.1.0-RC? (not 1.0.x) works in some of my test workspaces - but not in all. The sequence of the actions taken seems to affect when it works or not - most of the time team/share is not available (and when it is it could end up corrupting the local copy). Anyone know the proper

Re: [Continuum 1.0.3] Is Changes section broken again?

2007-01-03 Thread vetalok
Hi all Did someone resolve the prb with 3 blank columns (I may see only files has been changed)? The same situation at http://jira.codehaus.org/browse/CONTINUUM-620 I can't understand why this problem doesn't resolved still... :( How can I resolve this prb? Any help will be highly

problem compiling a sub-project of a project

2007-01-03 Thread Martin Moser
Hi all, I have troubles compiling my sub-projects. I have following project-structure: -base-project --sub-project 1 --- subsub-project 1 of sub-project 1 --- subsub-project 2 of sub-project 1 -- sub-project 2 --- subsubproject 1

Re: Is it possible to have version${cur.Version}/version

2007-01-03 Thread Mykel Alvis
This has bitten me more times than I care to remember. Thus, I've done a series of tests I've done to answer some of my questions about how properties resolve. As soon as I'm able, I'll format them into something intelligible and post them on the wiki. On 1/3/07, Mohni, Daniel [EMAIL PROTECTED]

Re: Problem using wagon-scm and maven-scm-plugin together

2007-01-03 Thread Dean Jones
For anyone else having this problem, it seems to be fixed in maven-2.0.5-SNAPSHOT. Best wishes, Dean. On 1/3/07, Dean Jones [EMAIL PROTECTED] wrote: Hello all, I'm having a problem trying to use the wagon-scm plugin. I have added the following to my pom (in this case, a parent pom): build

Re: [Continuum 1.0.3] Is Changes section broken again?

2007-01-03 Thread Emmanuel Venisse
This pb is solved for the majority of users and I don't have it. I'm on winXP SP2 too with different version of svn/CVS. What is your SCM, the version and the language used in scm log messages? Emmanuel vetalok a écrit : Hi all Did someone resolve the prb with 3 blank columns (I may see only

Re: Multiproject in eclipse VS subversion client

2007-01-03 Thread nicolas de loof
I had to configure subversive (Preferences/Team/SVN) to use JavaHL svn client to get project detected as beeing shared. 2007/1/3, Geoffrey De Smet [EMAIL PROTECTED]: Subversive 1.1.0-RC? (not 1.0.x) works in some of my test workspaces - but not in all. The sequence of the actions taken seems

RE: problem compiling a sub-project of a project

2007-01-03 Thread Mohni, Daniel
Hello Martin you can omit relative path if the base is one level higher as this is the default value when the parent is generated. But you always can use relativePath../pom.xml/relativePath Maybe your problem is that you use only relativePath../relativePath as you don't use any properties

Re: problem compiling a sub-project of a project

2007-01-03 Thread Roman Kalukiewicz
Your sub-project1 references base-project as it's parrent. This means it has to inherit all configuration from base-project so it has to be downloaded. If your sub-project1 does not inherit anyting from base, then omit parrent tag. It is perfectly legal to have multimodule project where

Re: [m2] any tips for site internationalization ?

2007-01-03 Thread Heinrich Nirschl
On 1/3/07, Dário Luís Coneglian Oliveros [EMAIL PROTECTED] wrote: Hi Wayne, I am still not sure if a JIRA issue could be opened in this case. According to the instructions for translators at maven site plugin (http://maven.apache.org/plugins/maven-site-plugin/i18n.html), any translation (for

Re: logged in user's information

2007-01-03 Thread mhargus
Can you tell me how you're copying the EAR files to the appropriate environments? I haven't found a way to copy the EAR to a remote application server after a successful build. Thanks in advance for your help. Matt kazroh wrote: Hi, I'm using profiles and a target to copy EAR files to

Re: [Continuum 1.0.3] Is Changes section broken again?

2007-01-03 Thread vetalok
This pb is solved for the majority of users and I don't have it. When it was solved? (I'm using continuum 1.0.3 that has been downloaded 1 week ago) How did u resolve this problem? May I modify some files in continnnum configs or src? http://jira.codehaus.org/browse/CONTINUUM-620 - still opened

RE: [m2] any tips for site internationalization ?

2007-01-03 Thread Dário Luís Coneglian Oliveros
That's correct, however the internationalization instructions at maven site plugin say that any translation should be saved with UTF-8 encoding. Dário -Original Message- From: Heinrich Nirschl [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 3 de janeiro de 2007 14:03 To: Maven Users List

Re: Multiproject in eclipse VS subversion client

2007-01-03 Thread Geoffrey De Smet
Thanks! Subversive-JavaHL solved all the problems thus far. INHO this should really be documented on the mvn eclipse:eclipse plugin website. nicolas de loof schreef: I had to configure subversive (Preferences/Team/SVN) to use JavaHL svn client to get project detected as beeing shared.

Re: problem compiling a sub-project of a project

2007-01-03 Thread Martin Moser
Hi all, thanks for your fast response. @Roman My sub-project inherits some dependency and plugin defintions from the base-project, so I can't omit the parent tag. So I think that I have to compile the base-project all the time. That's fine with me. I was just curious, whether it's possible or

Re: [Continuum 1.0.3] Is Changes section broken again?

2007-01-03 Thread Emmanuel Venisse
It was resolved in 1.0.3 but some users have always pb. I never got this pb. We have changed a little maven-scm in 1.0-beta-4 so maybe it works now for you. You can replace all maven-scm-* in your continuum by new version.You'll find them there :

Re: logged in user's information

2007-01-03 Thread Wayne Fay
Take a look at the Cargo M2 plugin for remote deployments of EAR files. Wayne On 1/3/07, mhargus [EMAIL PROTECTED] wrote: Can you tell me how you're copying the EAR files to the appropriate environments? I haven't found a way to copy the EAR to a remote application server after a successful

Re: logged in user's information

2007-01-03 Thread mhargus
Thanks Wayne. I looked at Cargo, but unfortunately I'm deploying to Jboss and the plugin requires the file to already be present on the remote machine. It merely tries to deploy the app through JMX. I pretty much just need a way to copy (via scp/ftp) a packaged file (EAR/WAR) to the deploy

Re: Help: Can't deploy to corporate repository

2007-01-03 Thread Jerome Lacoste
On 1/3/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I'm trying to setup Maestro 1.1 as our corporate repostitory. When I try to deploy an artifact or the site with scp the directories are created but no data is uploaded. Not sure about Maestro but you're deploying using scp. Have

Re: Help: Can't deploy to corporate repository

2007-01-03 Thread Dan Tran
i think your login profile calls some stty execution which fails scp ( a non tty ) -D On 1/3/07, Jerome Lacoste [EMAIL PROTECTED] wrote: On 1/3/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I'm trying to setup Maestro 1.1 as our corporate repostitory. When I try to deploy an

Re: [Continuum 1.0.3] Is Changes section broken again?

2007-01-03 Thread vetalok
Emmanuel Venisse, could u tell me which one jar I need to download? maven-scm-api-1.0-beta-4.jar? Thanks Emmanuel Venisse wrote: It was resolved in 1.0.3 but some users have always pb. I never got this pb. We have changed a little maven-scm in 1.0-beta-4 so maybe it works now for you.

Re: Maven2/scm/svn - How maven2 users are tackling the issue..

2007-01-03 Thread Dan Tran
1. mvn scm:checkout .. 2. mvn install/deploy 3 mvn scm:checkin? -D On 1/3/07, Marco Mistroni [EMAIL PROTECTED] wrote: hi all, i m doing projects using maven2.. and i was wondering how generally Maven users using it together with SVN i think there was a similar message some time ago

Re: Maven2/scm/svn - How maven2 users are tackling the issue..

2007-01-03 Thread Marco Mistroni
Hello, thanks will try that out.. regards marco On 1/3/07, Dan Tran [EMAIL PROTECTED] wrote: 1. mvn scm:checkout .. 2. mvn install/deploy 3 mvn scm:checkin? -D On 1/3/07, Marco Mistroni [EMAIL PROTECTED] wrote: hi all, i m doing projects using maven2.. and i was

Re: Maven2/scm/svn - How maven2 users are tackling the issue..

2007-01-03 Thread Dan Tran
Sorry I did not read the question carefully 0. Create a wrapper pom 1. Bind scm:checkout to a phase with skipIfExists flag to true 2. Bind antrun a phase to invoke mvn install/deploy 3. Bind scm:checkin to install phase Hope it helps -Dan On 1/3/07, Dan Tran [EMAIL PROTECTED] wrote: 1.

RE: maven version management in ant

2007-01-03 Thread EJ Ciramella
I'm trying this out with a VERY simple example (download one dependency), but I'm getting this: BUILD FAILED java.lang.NoSuchMethodError at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1225) at org.apache.tools.ant.Project.executeTarget(Project.java:1185)

Re: RE Scheduled build do not see changes in source code

2007-01-03 Thread Carlos Henriquez
Have anyone seem a reason for this problem? I have two diferents scheduled builds. The first one does not see the changes made in the source files but the second one does :( My pom has only one SCM URL On 1/2/07, Carlos Henriquez [EMAIL PROTECTED] wrote: HAPPY NEW YEAR

Re: [Continuum 1.0.3] Is Changes section broken again?

2007-01-03 Thread Emmanuel Venisse
replace all maven-scm-*-1.0-beta-3 by maven-scm-*-1.0-beta-4 What is your svn version? Emmanuel vetalok a écrit : Emmanuel Venisse, could u tell me which one jar I need to download? maven-scm-api-1.0-beta-4.jar? Thanks Emmanuel Venisse wrote: It was resolved in 1.0.3 but some users have

Re: RE Scheduled build do not see changes in source code

2007-01-03 Thread Dan Tran
I am seeing a similiar behavior which I have a continuum project with 2 schedule builds ( hourly and nightly) The nightly used to work, now it is completely ignored. I then fire up a brand new 1.0.3 continuum box, and it has the same behavior :( I am using maven 2.0.4, svn client 1.3.2 and

Maven junit-report.xml file parsing

2007-01-03 Thread Janardhan, Jay
Hello all, I'm new to maven stumbling my way around. I could get maven to compile, run junit tests and generate junit-report.html file. But my requirement is that I need to parse the junit results (junit-result.xml) and upload into a database. Is there a way I could split-out the junit

delete existing content before deploying site with mvn site-deploy?

2007-01-03 Thread Mick Knutson
I want to delete the content on my local box before I re-deploy using site-deploy Is this possible? -- Thanks DJ MICK http://www.djmick.com http://www.myspace.com/mickknutson

Re: delete existing content before deploying site with mvn site-deploy?

2007-01-03 Thread Wendy Smoak
On 1/3/07, Mick Knutson [EMAIL PROTECTED] wrote: I want to delete the content on my local box before I re-deploy using site-deploy Is this possible? mvn clean site-deploy will delete the *local* content (under target). Is that what you want? -- Wendy

Re: delete existing content before deploying site with mvn site-deploy?

2007-01-03 Thread Mick Knutson
No, I deploy my site to C:\temp\fullsite\** and want to delete the 1st version before I re-deploy the new version On 1/3/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 1/3/07, Mick Knutson [EMAIL PROTECTED] wrote: I want to delete the content on my local box before I re-deploy using

Re: unable to get latest SNAPSHOT jars

2007-01-03 Thread Trent Larson
OK, I tried changing the version (to 1.0.1) to see if that would help, but it does not. Here is a new bit of data: even though the maven-metadata-*.xml file gets a new timestamp, it does not match what is in the remote repository. In the remote repository, the 'buildNumber' is 2, but in

Re: logged in user's information

2007-01-03 Thread Wayne Fay
You should probably start a new email thread on the Maven User list with a proper subject -- someone is bound to have some tips. I'm not using Jboss at the moment so I don't know how to deal with this use case. Also you might try asking the same question on the Cargo User list -- surely someone

Re: logged in user's information

2007-01-03 Thread mhargus
Sounds like a good idea to me. I've already posted the question to the IRC channels, but will try the mailing lists too. Matt Wayne Fay wrote: You should probably start a new email thread on the Maven User list with a proper subject -- someone is bound to have some tips. I'm not using

Re: Maven junit-report.xml file parsing

2007-01-03 Thread Wayne Fay
I'd just apply an XSLT to the XML file so you get the output you need... Wa On 1/3/07, Janardhan, Jay [EMAIL PROTECTED] wrote: Hello all, I'm new to maven stumbling my way around. I could get maven to compile, run junit tests and generate junit-report.html file. But my requirement is that I

Maven2/Ubuntu archetype:create does not work

2007-01-03 Thread Marco Mistroni
hi all, i m trying to createa small project using maven2 under ubuntu Linux (5.10) when i run this command [EMAIL PROTECTED]:~$ mvn -e archetype:create -DgroupId=mm.linux-DartifactId=testapp -DarchetypeArtifactId=maven-archetype-webapp i got following exception: [INFO]

Question about artifact resolution

2007-01-03 Thread Matthew Beermann
So, I'm writing a mojo where (for various strange reasons) I need to construct and resolve Artifacts manually, during mojo execution. My first attempt at the code looked something like: Artifact a = artifactFactory.createDependencyArtifact(...); artifactResolver.resolve(a, ...); This works

NPE in PluginXDocGenerator while creating plugin site

2007-01-03 Thread Tom Huybrechts
Hi folks, I'm getting aNPE when generating a site for a plugin. It looks like the java mojos get processed OK, but when it looks for bsh mojos (which I don't have) the NPE is thrown. Running 2.0.4 with the latest releases of all plugins Any tips ? [INFO] [site:site] [WARNING] No URL defined

Re: Question about artifact resolution

2007-01-03 Thread Tom Huybrechts
maybe MavenMetadataSource.retrieveAvailableVersions() or ArtifactCollector.collect can help you On 1/3/07, Matthew Beermann [EMAIL PROTECTED] wrote: So, I'm writing a mojo where (for various strange reasons) I need to construct and resolve Artifacts manually, during mojo execution. My first

Re: logged in user's information

2007-01-03 Thread kazroh
There wasn't much response to my original question ...: did I ask something really stupid and should I RTFM, or did I ask something difficult? tx, kazroh kazroh wrote: Hi, I'm using profiles and a target to copy EAR files to TEST, QA and PROD environments. I want to log which version

Re: logged in user's information

2007-01-03 Thread kazroh
Matt, I had a quick look at the cargo plugin, but because it didn't support Websphere I stopped looking at it. Maybe they have some sort of generic setting or workaround for application servers that are not supported out of the box. I just use an Ant task within Maven to do the copying and

RE: [m2] maven-antrun-plugin classpath related behavior changed

2007-01-03 Thread bigred0241
The problem is that for some reason, maven redirects the java.home variable to jre, so if your java_home is currently pointing at c:\j2sdk1.5.0_08, maven will add jre to the end of that. With the incorrect java_home variable, the tools.jar file can't be found. Take a look here:

Re: Maven2/Ubuntu archetype:create does not work

2007-01-03 Thread Eric Redmond
Try deleting .m2/plugin-registry.xml file. That may work. Eric On 1/3/07, Marco Mistroni [EMAIL PROTECTED] wrote: hi all, i m trying to createa small project using maven2 under ubuntu Linux (5.10 ) when i run this command [EMAIL PROTECTED]:~$ mvn -e archetype:create

RE: Maven2/Ubuntu archetype:create does not work

2007-01-03 Thread Sean Hennessy
also check whitespace exists between command line parameters. -DgroupId=mm.linux -DartifactId=testapp -Original Message- From: Eric Redmond [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 03, 2007 12:43 PM To: Maven Users List Subject: Re: Maven2/Ubuntu archetype:create does not work

RE: maven version management in ant

2007-01-03 Thread EJ Ciramella
Sorry - I'm building with jdk 1.5.1 now and this is gone. -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 03, 2007 1:03 PM To: Maven Users List Subject: RE: maven version management in ant I'm trying this out with a VERY simple example (download

Re: [ANN] Maven EAR Plugin 2.3 Released

2007-01-03 Thread Stephane Nicoll
On 12/31/06, Marcel Schutte [EMAIL PROTECTED] wrote: Hi all, I am very surprised by the discussion in http://jira.codehaus.org/browse/MEAR-46 regarding the inclusion of ejb-client type dependencies in the generated application.xml. Even though David and Stephane agree that ejb-client !=

Trouble with javadoc and package name

2007-01-03 Thread Wendy Smoak
I'm having trouble building the OpenSymphony XWork project. When it gets to the Javadoc Maven complains about the package names, but it's using what looks like the entire path. For example, it complains about package ensymphony.xwork.src.java.com.opensymphony.xwork2 when it should be just

Re: deploying to remote repository

2007-01-03 Thread Dmitry Beransky
On 1/2/07, Mykel Alvis wrote: You first need to define your internal repository representation and how you plan to host it. I've run a Maven1 internal repository, so I have a relatively good idea of what I'd like to do. At the moment, the simplest method for updating repo would be via scp and

site:deploy via ssh under Windows

2007-01-03 Thread Dmitry Beransky
Hi, I've found a few posts asking a similar question, but there were no answers as far as I could tell... I want to run a site:deploy via an external ssh and get this error message: Embedded error: Error performing commands for file transfer Exit code 1 - 'ssh' is not recognized as an

Re: mvn -- still runs delete test?

2007-01-03 Thread mxc
You may want to look at [1] for an introduction to maven's standard directory layout. Yeah sorry I meant /src/main/resources -- sorry for the typo. My guess is that you deleted the .java file and did not run 'mvn clean'. The .class file would still be there under target. Aside from

Re: site:deploy via ssh under Windows

2007-01-03 Thread Barrie Treloar
On 1/4/07, Dmitry Beransky [EMAIL PROTECTED] wrote: Hi, I've found a few posts asking a similar question, but there were no answers as far as I could tell... I want to run a site:deploy via an external ssh and get this error message: Is there a reason for wanting an external ssh? I am on

site:stage empty index.html

2007-01-03 Thread Andre Biryukov
I am trying to generate a site for a multi project pom. I do: mvn clean site:stage -DstagingDirectory=C:\fullsite The site looks good except some reports are empty, i.e. index.html is of zero length in respective folders. If I look under project/target/site, everything is nice and clean, the

Packaging application with dependent jars?

2007-01-03 Thread mxc
Hi all, Is there a goal that will allow me to create a jar with all the dependencies so that I can just send it to people and give them a command line to run without them having to set their classpath? ie. java -jar myjar.jar? Thanks http://www.jumpingbean.co.za/java Jumping Bean -- View

Compile failing when using version range build number

2007-01-03 Thread matthewadams
Hi all, I'm using Maven 2.0.4 and three things that I can't seem to put together correctly: build numbers in the published remote repository, a remote repository and version range in client project dependencies' pom.xml files. Our company uses major.minor.revision version numbers along with

instal:install-file -Dclassifier

2007-01-03 Thread Trevor Torrez
Does the classifer property have no effect for the install:install-file goal? Trying to use the classifier to install sources wiped out my existing binary jar in $HOME/.m2/repository.

RE: mvn package error with maven-war-plugin

2007-01-03 Thread Barbier-Accary Aurélien
It seems to be a problem of the 2.0.2 version of maven-war-plugin. All is ok with the 2.0.1 version!? Aurelien -Message d'origine- De : Barbier-Accary Aurélien Envoyé : mercredi 3 janvier 2007 15:54 À : users@maven.apache.org Objet : mvn package error with maven-war-plugin Hi all, The

Re: instal:install-file -Dclassifier

2007-01-03 Thread Wendy Smoak
On 1/3/07, Trevor Torrez [EMAIL PROTECTED] wrote: Does the classifer property have no effect for the install:install-file goal? Trying to use the classifier to install sources wiped out my existing binary jar in $HOME/.m2/repository. Sounds like this one, (fixed but not yet released):

multi project interdependencies

2007-01-03 Thread Trevor Torrez
Is it the suggested / best practice to have a subproject in a multi project setup to declare it's dependencies on the other subprojects in the dependency section? This leads to requiring some parts of the multi-project to be installed to the local repository before other parts can be developed

Website management and maven

2007-01-03 Thread Kamal Bhatt
Hi We are using Cocoon for a number of websites. For those who don't know we have a bunch of files (some images, mostly text) in a specific location and Cocoon processes these files. In addition to this, we have a situation where some files are shared amongst all clients and some files can

Re: site:deploy via ssh under Windows

2007-01-03 Thread Dmitry Beransky
I'm using scp with a password based authentication. While I have no problems running the command from my workstation, if I run the same build on the continous build box, I'm constantly being asked to accept RSA key fingerprint. Perhaps, switching to a key-based login would fix the problem. On

Re: Release question

2007-01-03 Thread Julian Wood
Back after a lengthy hiatus. Any specifics on this profile? How does it get activated? For me, it does not appear to be activated during release. After searching around, here is what I have come up with: In my pom: profile idrelease-profile/id activation

Re: site:deploy via ssh under Windows

2007-01-03 Thread Barrie Treloar
On 1/4/07, Dmitry Beransky [EMAIL PROTECTED] wrote: I'm using scp with a password based authentication. While I have no problems running the command from my workstation, if I run the same build on the continous build box, I'm constantly being asked to accept RSA key fingerprint. Perhaps,

Compilation failure for JSE 6 / maven2

2007-01-03 Thread moraleslos
I currently have a maven 2 (v 2.0.4) project set up and working until now. I don't recall changing any code but when I run a mvn compile on my project, I get this error: [ERROR] BUILD FAILURE [INFO]

Re: site:deploy via ssh under Windows

2007-01-03 Thread Dmitry Beransky
On 1/3/07, Barrie Treloar [EMAIL PROTECTED] wrote: This is because you are missing the directory ~/.ssh so that the file known_hosts can be created. d'oh! that was it. thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For

teamcity + maven + site:deploy

2007-01-03 Thread Dmitry Beransky
is anyone here running the $subj$ config? I can site:deploy by running Maven manually on the same box, using the same maven installation as TeamCity, but when TeamCity runs the build, I keep getting an exception: com.jcraft.jsch.JSchException: reject HostKey: newzealand thanks d.

Re: Archiva deployment on Jetty?

2007-01-03 Thread drekka
How did you get it going ? I tried this as per the example here and on the FAQ and it was a complete failure. Here's what I did: 1. Install the j2ee connector. 2. Checkout the svn repository to my local machine. 3. in eclipse, did a maven2 install to build it. 4. On the target machine, installed

Re: site:deploy via ssh under Windows

2007-01-03 Thread Barrie Treloar
On 1/4/07, Dmitry Beransky [EMAIL PROTECTED] wrote: On 1/3/07, Barrie Treloar [EMAIL PROTECTED] wrote: This is because you are missing the directory ~/.ssh so that the file known_hosts can be created. d'oh! that was it. thanks! Your welcome.

Re: Archiva on Jetty 6

2007-01-03 Thread drekka
i'll back Cliff. I'm stuck with exactly the same situation and those primitive instructions just don't work. ciao Derek Emmanuel Venisse wrote: http://docs.codehaus.org/display/MAVENUSER/Archiva+FAQ Emmanuel Cliff a écrit : Max, It's still not working. I copied the derby jar into

Install Plugin Broken?

2007-01-03 Thread Ole Ersoy
Hi, I'm trying to install some 3rd party jars. I just installed maven 204 on a new machine, and I run mvn install:install-file ... And since this is a new install of Maven, I expect maven to download the install plugin and then proceed. Instead I get this: [INFO] The plugin

Re: Install Plugin Broken?

2007-01-03 Thread Ole Ersoy
OK - I found an older post that where Brett said run it with -U to force an update. That worked. --- Ole Ersoy [EMAIL PROTECTED] wrote: Hi, I'm trying to install some 3rd party jars. I just installed maven 204 on a new machine, and I run mvn install:install-file ... And since

  1   2   >