Re: Metamorphosis

2007-05-16 Thread Arnaud HERITIER
] -- .. Arnaud HERITIER .. OCTO Technology - [EMAIL PROTECTED] www.octo.com | blog.octo.com .. ASF - [EMAIL PROTECTED] www.apache.org | maven.apache.org ...

Re: an oveview of all the installed plugins and goals

2007-05-16 Thread Arnaud HERITIER
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- .. Arnaud HERITIER .. OCTO Technology - [EMAIL PROTECTED] www.octo.com | blog.octo.com

Re: maven eclipse

2007-05-14 Thread Arnaud HERITIER
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- .. Arnaud HERITIER .. OCTO Technology - [EMAIL PROTECTED] www.octo.com

[ANN] Maven 1.1-RC1 Released

2007-05-11 Thread Arnaud HERITIER
.. Arnaud HERITIER .. OCTO Technology - [EMAIL PROTECTED] www.octo.com | blog.octo.com .. ASF - [EMAIL PROTECTED] www.apache.org | maven.apache.org ...

Re: Maven Community news @ blog.octo.com

2007-05-04 Thread Arnaud HERITIER
a container and run integration tests on them. Yes, that's also, the only one I know actually... HTH, Stéphane Arnaud Merci pour toute réponse, Henri On 5/2/07, Arnaud HERITIER [EMAIL PROTECTED] wrote: Hi everybody, FYI, I publish each month in French a list of news about

Maven Community news @ blog.octo.com

2007-05-02 Thread Arnaud HERITIER
Hi everybody, FYI, I publish each month in French a list of news about the maven community : http://blog.octo.com/ If you are not speaking french you can however easily understand the list of releases. If I forgot something, do not hesitate to tell me. Best Regards Arnaud

Re: Accessing environment variables with Maven 1.x

2007-05-02 Thread Arnaud HERITIER
Did you setted the properties ? property environment=env/ Arnaud On 02/05/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I am trying to access an environment variable from maven.xml, but I am having no luck. I have the following line in maven.xml: echo message=${env.PATH}/ but it

Re: mulktiproject:site getting compiler errors

2007-05-02 Thread Arnaud HERITIER
You can also set the property maven.multiproject.site.goals For example maven.multiproject.site.goals=clean ,multiproject:artifact-callback,site Arnaud On 02/05/07, Lukas Theussl [EMAIL PROTECTED] wrote: I'm not sure I follow you. As I said, the site goal only builds the site, it doesn't do

Re: [OT] Duplicate emails annoy everyone...

2007-04-30 Thread Arnaud HERITIER
And don't forget to subscribe to the list or we have to moderate you, that's why you don't see your message in the list... and that's why we (moderators) can do errors and let pass several times the same email. Arnaud On 30/04/07, Wayne Fay [EMAIL PROTECTED] wrote: Can we please all agree to

Re: [ANN] Maven Jar Plugin 1.8.1 for Maven 1.x released

2007-04-30 Thread Arnaud HERITIER
sorry for the noise .. Arnaud On 30/04/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: We are pleased to announce the Maven Jar Plugin 1.8.1 release! http://maven.apache.org/maven-1.x/plugins/jar/ Plugin for creating JAR files.

Re: maven 1.1 site generation

2007-04-27 Thread Arnaud HERITIER
the overinding css file to be included (initially I fixed directly in the maven-base.css )? thanks emerson On 24/04/07, Arnaud HERITIER [EMAIL PROTECTED] wrote: It's certainly a problem in the stylesheet. in the maven-base.css there's a fixed width : #leftColumn (line 58) { width

Re: maven 1.1 site generation

2007-04-27 Thread Arnaud HERITIER
yep, I understand now why I remember to have see this issue ;-) Arnaud On 27/04/07, Lukas Theussl [EMAIL PROTECTED] wrote: http://jira.codehaus.org/browse/MPXDOC-196 This one? -Lukas Arnaud HERITIER wrote: With with browser ? IE 5 ? I thought I already saw this bug and there's an issue

Re: Continuum 1.1 alpha 1

2007-04-26 Thread Arnaud HERITIER
Why isn't it announced on the web site ? Arnaud On 26/04/07, Mattias Andersson [EMAIL PROTECTED] wrote: Ok, that teaches me for not reading the manual ;) Maybe the documentation url should be included in the next alpha build announcement. Even if it's not completely finished... I've just

Re: maven 1.1 site generation

2007-04-24 Thread Arnaud HERITIER
It's certainly a problem in the stylesheet. in the maven-base.css there's a fixed width : #leftColumn (line 58) { width: 150px; float: left; } You can try to override this style in your own project.css Open an issue in the xdoc plugin you you want that we change it. Arnaud On 24/04/07,

Re: xdoc for Maven2 ?

2007-04-24 Thread Arnaud HERITIER
It's in the site plugin which uses doxia http://maven.apache.org/guides/mini/guide-site.html Arnaud On 24/04/07, Lustig, Marc [EMAIL PROTECTED] wrote: -- WWK Lebensversicherung a. G. Vorstand: Jürgen Schrameier (V), Rainer Gebhart, Dr. Friedrich Hebeisen Vorsitzender des Aufsichtsrats:

Re: update maven from 1.0 to maven 2.x

2007-04-23 Thread Arnaud HERITIER
1.1 RC1 I suppose .. if you didn't customised a lot maven 1 you can use mvn one:convert to transform your POM. Regards Arnaud On 23/04/07, jill han [EMAIL PROTECTED] wrote: I have maven 1.0-rc1 on the system. Is there any easy way to upgrade to maven2? Thanks for the help as always.

Re: Maven and Archiva in a corporate environment

2007-04-20 Thread Arnaud HERITIER
. 2007/4/19, Arnaud HERITIER [EMAIL PROTECTED]: Hi everybody, I would like to have your feedback about the usage of maven (1 2) with archiva in a corporate environment. Up until now in a corporate environment I was using by default 5 managed repositories : - corporate-releases

Re: [M1] multiproject basedir not changing in subprojects?

2007-04-20 Thread Arnaud HERITIER
In theory that is the case. How is defined your build part in your POM ? What is your version of maven and its plugins ? Arnaud On 20/04/07, matthewadams [EMAIL PROTECTED] wrote: Hi all, I've got some unit tests in a subproject of a multiproject that run fine when building from the

Re: maven 1.0.2 to 1.1 beta 3

2007-04-12 Thread Arnaud HERITIER
scopeprovided/scope isn't supported in maven 1 Your pom is for maven 2 ? Arnaud On 12/04/07, Lukas Theussl [EMAIL PROTECTED] wrote: The tag modelVersion4.0.0/modelVersion is for an m2 pom.xml, in m1 you need pomVersion3/pomVersion. HTH, -Lukas emerson cargnin wrote: Hi there I'm trying

Re: maven 1.0.2 to 1.1 beta 3

2007-04-12 Thread Arnaud HERITIER
is even recommended, also in m1, see eg http://jira.codehaus.org/browse/MPXDOC-191. Cheers, -Lukas Arnaud HERITIER wrote: scopeprovided/scope isn't supported in maven 1 Your pom is for maven 2 ? Arnaud On 12/04/07, Lukas Theussl [EMAIL PROTECTED] wrote: The tag modelVersion4.0.0/modelVersion

Re: M1 SCM 1.6.1

2007-03-31 Thread Arnaud HERITIER
Which version of maven 1 are you using ? 1.0.2, 1.1-beta-X ? What are your scm plugin settings and your scm url ? Why are you using the deprecated goal scm:validate ? Supported goals are : http://maven.apache.org/maven-1.x/plugins/scm/goals.html There's certainly a bug because this property is

Re: Maven proxy tools that allow to configure an unique remote repository for maven 1 and maven 2 projects ?

2007-03-28 Thread Arnaud HERITIER
in archiva, you have to add the access to your repositories for the user guest Arnaud On 28/03/07, Elid OR [EMAIL PROTECTED] wrote: Have you successfuly used maven archiva on maven 1 project ? I got an errors : java.io.IOException: Forbidden I don't know where I can configure user acces in

Re: [m1.1] release status

2007-03-25 Thread Arnaud HERITIER
Hi community, I uploaded a new SNAPSHOT of the 1.1 RC1 here : http://people.apache.org/repo/m1-snapshot-repository/maven/distributions/20070326/ This SNAPSHOT is a little bit special because I replaced all snapshots by timestamped dependencies. With this, maven startup will be enormously

Re: [ANN] Maven Surefire 2.3 Released

2007-03-01 Thread Arnaud HERITIER
Yes I had also this error Can't we release a 2.3.1 ASAP to fix it? Arnaud On 3/1/07, Niklas Gustavsson [EMAIL PROTECTED] wrote: Hi Brett Porter wrote: The Maven team is pleased to announce the release of Maven Surefire, version 2.3. I tried upgrading the Surefire plugin from 2.0 to 2.3

Re: Running SQL scripts with MAVEN 1.x

2007-02-28 Thread Arnaud HERITIER
http://www.codeczar.com/products/maven-sql-plugin/ Arnaud On 2/28/07, sarancse [EMAIL PROTECTED] wrote: Is there anyway to execute SQL scripts with MAVEN 1.x? Could anybody direct me to the right solution? -- View this message in context:

Re: [m2] Maven 1.x issue

2007-02-21 Thread Arnaud HERITIER
It should work ;-) Even if it's not documented and it's not a good practice (but sometime we don't (want to) have the choice). Arnaud Dion Gillard-2 wrote: So has the dependency/jar element been removed/changed from the 1.x descriptor? On 2/21/07, Wayne Fay [EMAIL PROTECTED] wrote:

Re: Maven 1.x for ANT taskdef usage

2007-02-21 Thread Arnaud HERITIER
What is your problem ? It doesn't work ? Have a look at the code of our plugins : http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/ for several plugins (checkstyle, clover, ..) we use ant taskdef in the scripts (plugin.jelly) Arnaud On 2/21/07, Build Admin [EMAIL PROTECTED] wrote:

Re: Deploy an existing artifiact...

2007-02-08 Thread Arnaud HERITIER
It's depending of your server. If you are using an Unix-like server, you can certainly set the rights to readonly in the artifact plugin for maven 1, or in the deploy plugin in maven 2. M2 : http://maven.apache.org/plugins/maven-deploy-plugin/examples/deploy-ssh-external.html M1 :

Re: How to check value of a variable is numeric?

2007-02-01 Thread Arnaud HERITIER
Not really a quick reply but something like that can do it (not tested) : j:set var=_exception value=${null} / j:catch var=_exception echo* Try to clean project/echo j:set var=_integer_prop value=${my.integer.property}/ j:set var=_integer_obj

Re: How to check value of a variable is numeric?

2007-02-01 Thread Arnaud HERITIER
echo* Try to clean project/echo is a bad cut'n paste ;-) On 2/2/07, Arnaud HERITIER [EMAIL PROTECTED] wrote: Not really a quick reply but something like that can do it (not tested) : j:set var=_exception value=${null} / j:catch var=_exception echo* Try

Re: add lib to project with maven1

2007-01-25 Thread Arnaud HERITIER
Have a look at in the documentation about dependencies. In short, in your POM (project.xml) you add a dependency to lucene : dependency groupIdorg.apache.lucene/groupId artifactIdlucene-core/artifactId version2.0.0/version /dependency Arnaud e.j.w.vanbloem wrote: I am using maven 1

Re: Problem running Cruisecontrol

2007-01-23 Thread Arnaud HERITIER
This goal is now deprecated : http://maven.apache.org/maven-1.x/plugins/cruisecontrol/goals.html You have to launch it manuallly Arnaud On 1/23/07, mathapfahl [EMAIL PROTECTED] wrote: Hi, I have a problem running Cruiscontrol with Maven 1.0 When I enter maven cruisecontrol:run I've got the

Re: Recursive dependencies...

2007-01-22 Thread Arnaud HERITIER
You cannot :-( Arnaud On 1/22/07, fernando da Motta hildebrand [EMAIL PROTECTED] wrote: Ok, Got subproject with source of class A, and got subproject with source of class B, Here are examples of the two classes: import org.pack.B publica class A{ private B; ... } import org.pack.A

Re: {m1} running java from maven.xml

2007-01-19 Thread Arnaud HERITIER
Your jelly code seems wrong. You have to declare your namespace in the tag project : project xmlns:j=jelly:core xmlns:u=jelly:util xmlns:x=jelly:xml xmlns:ant=jelly:ant xmlns:maven=jelly:maven... /project Your class is in your project ? Thus you have to build it before to call your goal (with

Re: {m1} running java from maven.xml

2007-01-19 Thread Arnaud HERITIER
any examples or people doing a similar thing? Cheers, Arnaud HERITIER wrote: Your jelly code seems wrong. You have to declare your namespace in the tag project : project xmlns:j=jelly:core xmlns:u=jelly:util xmlns:x=jelly:xml xmlns:ant=jelly:ant xmlns:maven=jelly:maven... /project

Re: eclipse:generate-classpath and .classpath

2007-01-13 Thread Arnaud HERITIER
With maven 1? Which version of the plugin ? How is your .classpath ? Arnaud On 1/13/07, Sabiq, Reshat [EMAIL PROTECTED] wrote: I'd appreciate any feedback on this: i'm getting jars from WEB-INF/lib listed under java resources in RAD6 in addition to jars put in by eclipse plug-in, which

Re: maven basedir

2007-01-13 Thread Arnaud HERITIER
These settings are working only with maven 2.X. Not m1.x Arnaud On 1/13/07, franz see [EMAIL PROTECTED] wrote: Good day to you, cl29, I am not sure if I understand your situation perfectly ( your post seems to be wrapped into one long line ). But you may want to try adding project ...

Re: [m 1.1] UMLGraph: Not generating files into target/docs/apidocs

2007-01-11 Thread Arnaud HERITIER
: Silly me! You were right. It's all working well with version 1.8. Thanks a lot. -Gisbert Arnaud HERITIER wrote: Your problem is certainly related to MPJAVADOC-56 which is fixed in the version 1.8 Can you try to update this plugin ? Arnaud On 1/10/07, Gisbert Amm [EMAIL PROTECTED

Re: [m 1.1] UMLGraph: Not generating files into target/docs/apidocs

2007-01-10 Thread Arnaud HERITIER
Which version of the javadoc plugin are you using ? Arnaud On 1/10/07, Gisbert Amm [EMAIL PROTECTED] wrote: I'm trying to run UMLGraph with Maven 1.1 and it does work, BUT: The generated files are always written into the root directory of the project instead of target/docs/apidocs. This

Re: war creation with maven 1.x

2007-01-10 Thread Arnaud HERITIER
maven war ?? (Don't forget to add the property war.bundle for each dependency to add in your war.) It doesn't work ? http://maven.apache.org/maven-1.x/plugins/war/ Arnaud On 1/10/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, I am following firstportlet from jetspeed2

Re: [m 1.1] UMLGraph: Not generating files into target/docs/apidocs

2007-01-10 Thread Arnaud HERITIER
Your problem is certainly related to MPJAVADOC-56 which is fixed in the version 1.8 Can you try to update this plugin ? Arnaud On 1/10/07, Gisbert Amm [EMAIL PROTECTED] wrote: I'm using maven-javadoc-plugin-1.7 -Gisbert Arnaud HERITIER wrote: Which version of the javadoc plugin

Re: [M1] cobertura-1.8 java.lang.NoClassDefFoundError

2007-01-09 Thread Arnaud HERITIER
Hi, Having a look at the plugin code, it doesn't seem to be useful to add log4j in your classpath. When tests are executed with cobertura, the following classpath entries are added : !-- global definitions -- ant:path id=cobertura.classpath ant:pathelement path=${maven.build.dest}/

Re: [M1] cobertura-1.8 java.lang.NoClassDefFoundError

2007-01-09 Thread Arnaud HERITIER
on that. Is your issue related to the version of log4j, i.e. 1.2.8 vs 1.2.9? Quoting Arnaud HERITIER [EMAIL PROTECTED]: Hi, Having a look at the plugin code, it doesn't seem to be useful to add log4j in your classpath. When tests are executed with cobertura, the following classpath entries

Re: [M1] cobertura-1.8 java.lang.NoClassDefFoundError

2007-01-09 Thread Arnaud HERITIER
It's like if your class wasn't found. Do you see it in the target/classes dir ? Arnaud On 1/10/07, Srilakshmanan, Lakshman [EMAIL PROTECTED] wrote: Yes Thanks Lakshman -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Wednesday, 10 January 2007 12:11 PM

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

2007-01-02 Thread Arnaud HERITIER
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. For maven 1 or maven 2 with a legacy repo a dependency : groupIdfoo.bar/groupId

Re: Maven 1.0.2 problem

2006-12-26 Thread Arnaud HERITIER
SenturkBRBRComputer Engineer (BSc) BRBRMScin Software Technology - Stuttgart Uni. of Applied Sciences BRBRTel. (0532)4037784 BRBRAddress.Haci Hesna Hatun Mah. Yeni Dunya Sok. DeryaApt. 21/4 Üsküdar/P/FONT P/P P/P P/P/DIV/html From: Arnaud HERITIER [EMAIL PROTECTED] Reply-To: Maven Users List

Re: Maven 1.0.2 problem

2006-12-22 Thread Arnaud HERITIER
I don't think that it is a problem in maven but a StackOverflow in Spring or somewhere else in your build A workaround can be to change your memory settings (-Xss, ...). You can set them in the environment variable MAVEN_OPTS. Arnaud On 12/22/06, serafettin senturk [EMAIL PROTECTED] wrote:

Re: Can I include pom variables in xdocs?

2006-12-22 Thread Arnaud HERITIER
Quick answer : No. It wasn't developed. Arnaud On 12/22/06, Helck, Christopher [EMAIL PROTECTED] wrote: Hi, I'm in maven 1. I would like to have ${pom.currentVersion} to be expanded inside an xdoc file. Is this possible? Thanks, Christopher Helck Thank you for being part of it. The

Re: Cargo ver.0.8 missing on maven1 repo ibiblio

2006-12-21 Thread Arnaud HERITIER
For maven 1 you can find them on http://repo1.maven.org/mavenhttp://repo1.maven.org/maven2/org/codehaus/cargo/cargo-core-api-container/0.8/ Be careful, you can't browse this repository and the directory listing is outdating (but the jars are here, for example :

Re: Site generation - Maven differes Forest

2006-12-12 Thread Arnaud HERITIER
The xdoc format was created from the one in Anakia http://jakarta.apache.org/velocity/docs/anakia.html and the format was defined here http://jakarta.apache.org/site/jakarta-site2.html But forrest certainly improved it. If you want you can open enhancements in the xdoc plugin but I'm not sure if

Re: how to have required files inside .settings folder

2006-12-08 Thread Arnaud HERITIER
you have to launch : mvn eclipse:eclipse -DwtpVersion=1.5 (It works only with a recent snapshot of the eclipse plugin) Arnaud On 12/7/06, Viral [EMAIL PROTECTED] wrote: I need few files to be present inside .settings folder like org.eclipse.wst.common.component org.eclipse.jdt.core.prefs

Re: Building archiva failed

2006-12-06 Thread Arnaud HERITIER
Which version of maven 2 are you using ? I built it successfully with maven 2.0.4 and some plugins updated (mvn -U) Arnaud Minto van der Sluis wrote: Hi folks, I just tried to build archiva like mentioned in the documentation. Unfortunately I get 'rewarded' with an error. When I do mvn

Re: Maven properties

2006-12-06 Thread Arnaud HERITIER
For which maven version ? For maven 1 in the documentation there's a list of core properties and you'll find the properties for each plugin in its documentation. For maven 2 You'll also find the description of the settings in the doc of each plugin Arnaud Khabot, Zakaria wrote: Hi all,

RE: Maven properties

2006-12-06 Thread Arnaud HERITIER
' and where we specify source path of classes and the name of the generated file. Thankx -Message d'origine- De : Arnaud HERITIER [mailto:[EMAIL PROTECTED] Envoyé : mercredi 6 décembre 2006 12:51 À : users@maven.apache.org Objet : Re: Maven properties For which maven version

Re: Archiva Database Creation

2006-11-27 Thread Arnaud HERITIER
You can use the property derby.system.home to put the db files somewhere else. Arnaud Peter.Pilgrim wrote: Hi Archiva appears to creating a database under my home directory on UNIX e.g /home/pilgripe/database /home/pilgripe/derby.log Instead of under catalina.home, where is

Re: Error with WebDAV URL

2006-11-16 Thread Arnaud HERITIER
I have the same error. I successfully uploaded a jar on a managed repository : http://forge.octo.com/archiva/browse/formview/formview/1.0-b5 But If I try to access it with a m2 layout : http://forge.octo.com/archiva/repository/3rd-party/formview/jars/formview-1.0-b5.jar=

Re: out of memory problem in maven 1.x

2006-11-14 Thread Arnaud HERITIER
Set your JVM settings in the environment's variable MAVEN_OPTS For example : MAVEN_OPTS=-Xmx512m Arnaud Neeraj Bisht wrote: hi we are compiling our gwt source with maven 1.x but now our project is become heaver and on compiling through maven it give out of memory problem is

Re: change the local repository in maven 1.x

2006-11-14 Thread Arnaud HERITIER
in your project or user settings you define the property maven.repo.local=c:/somewherelese http://maven.apache.org/maven-1.x/reference/properties.html Arnaud On 11/14/06, Neeraj Bisht [EMAIL PROTECTED] wrote: hi we are using GWT ,and we build our GWT project with maven 1.x ,now google

Re: Trying Quickly build Archiva

2006-11-13 Thread Arnaud HERITIER
I deployed some days ago a snapshot of the webapp with some patchs applied which aren't yet in the trunk : http://people.apache.org/~aheritier/archiva/ http://jira.codehaus.org/browse/MRM-211 If it can help ... Arnaud On 11/13/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Trying to

Re: [OT] cargo / codehaus mailing lists

2006-11-08 Thread Arnaud HERITIER
It seems to work only if you are logged Arnaud Nathan Coast wrote: Hi, anyone know how to subscribe to the codehaus cargo mailing list? I have some maven / cargo questions but the link in the docs to the mailing list is broken :( http://xircles.codehaus.org/projects/cargo/lists

Re: Configuring war plugin for using a jar instead of WEB-INF/classes

2006-11-07 Thread Arnaud HERITIER
Hi Sebastien It seems to be a bug. In the code [1] we have : if ( archiveClasses ) { createJarArchive( libDirectory ); } else { copyDirectoryStructureIfModified( classesDirectory,

Re: [archiva] disabling the checksum policy

2006-11-07 Thread Arnaud HERITIER
Did you vote for these issues ? ;-) Emmanuel planned them for the beta 1. These patchs will be reviewed (in theory) the next week. Arnaud On 11/6/06, Raphaël Piéroni [EMAIL PROTECTED] wrote: I just tried Arnaud's war too. It works fine (at least for the needs i have). Many thanks Arnaud.

Re: [M1.1-RC1 Oct] Issue -- Duplicated tag: 'project'

2006-11-06 Thread Arnaud HERITIER
Hi Benoit, Do you have the same error if you launch maven directly in m1-common-build ? Arnaud Benoitx wrote: Hi *, I have this problem with 1.1-RC1 but not with 1.1-beta3 (august). When I try to compile, jar:install or any other goal a project which is part of a multi-project

Re: [M1] can't build M1 trunk because maven-model 3.0.2-20061008.232644 not found.

2006-11-06 Thread Arnaud HERITIER
) ... 21 more It seems some classes were removed from maven-model-3.0.2 which are still needed in the maven-artifact-plugin. Regards, Davy Toch Arnaud HERITIER wrote: Hi Davy, Sorry for this problem. It's due to the recent changes on apache infrastructure. We lost all snapshots

Re: Re: supported databases ?

2006-11-03 Thread Arnaud HERITIER
Hi, Thanks a lot. I didn't yet try. I'll do it the next week. Arnaud On 11/3/06, Glenn J Gonzales [EMAIL PROTECTED] wrote: Hi Arnaud, I tried this with MySQL 5.0.27 with Connector/J 5.04. Worked without a hitch. Cheers, Glenn FromArnaud HERITIER [EMAIL PROTECTED] Subject Re

Re: [M1] can't build M1 trunk because maven-model 3.0.2-20061008.232644 not found.

2006-11-01 Thread Arnaud HERITIER
Hi Davy, Sorry for this problem. It's due to the recent changes on apache infrastructure. We lost all snapshots between end of august and few days ago :-( I just uploaded it. Tell me if something else is missing. In parallel, I'll try to do a bootstrap with an empty repository. Thanks

Re: [M1] AspectJ with two source trees

2006-11-01 Thread Arnaud HERITIER
Did you try the goal : aspectj:test-compile ? http://maven.apache.org/maven-1.x/plugins/aspectj/goals.html Arnaud On 11/1/06, diyfiesta [EMAIL PROTECTED] wrote: Hi Folks, Was hoping someone could give me a pointer with a problem I'm having with the aspectj plugin... I've got my source code

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-30 Thread Arnaud HERITIER
environment variables if the user has admin rights Cheers Arnaud Arnaud HERITIER wrote: Hi everybody, We just deployed a new SNAPSHOT of maven 1.1 RC1 [1]. This version incorporates 2 important changes and we would like to have your feedback : - MAVEN-1755 : We fixed the last

Nabble

2006-10-24 Thread Arnaud HERITIER
FYI, I asked to add archiva mailing lists on Nabble : http://www.nabble.com/Archiva-f16425.html Cheers Arnaud -- View this message in context: http://www.nabble.com/Nabble-tf2500275.html#a6969939 Sent from the archiva-users mailing list archive at Nabble.com.

Re: [1.1-RC1] Scm parse issue

2006-10-23 Thread Arnaud HERITIER
Hi James, It's certainly a bug. I didn't use cvs for a long time. Can you open an issue on the SCM plugin. We'll take a look at it before to release the RC1 thanks Arnaud On 10/23/06, Shute, James [EMAIL PROTECTED] wrote: Just noticed a weird little issue whilst doing a release with the

Re: [Maven-1.1-beta3] Ant scp task

2006-10-23 Thread Arnaud HERITIER
To use the scp task you have to : - add a dependency to ant-jsch - add a dependency to jsch (according to http://ant.apache.org/manual/install.html#librarydependencies) If you have a classnotfound, you can try to load them in the root classloader Arnaud On 10/23/06, Jean-Michel PATER [EMAIL

Re: [MAVEN-1.0.2] HowTo set environment and project.properties variables

2006-10-21 Thread Arnaud HERITIER
Hi Jean-Michel. Natively you can't update the project.properties . But can certainly do it with Jelly and the propertyfile task : http://ant.apache.org/manual/OptionalTasks/propertyfile.html System Environment can't be edited. In fact before JDK 1.5 you wasn't able to do it (easily) in Java.

Re: Filtered proxy ?

2006-10-19 Thread Arnaud HERITIER
http://jira.codehaus.org/browse/MRM-210 is related to this problem cheers Arnaud On 10/19/06, Nicolas DE LOOF [EMAIL PROTECTED] wrote: MRM-211 I looked into code and I think this is an issue with maven2 DefaultArtifactHandler configuration, that has no configuration for plugin type. Would

Re: Problem using xdoc plugin

2006-10-19 Thread Arnaud HERITIER
Is it a personal project that you try to build ? Don't you have a dependency to jaxb in this project ? Which maven version are you using ? Why do you call directly this goal. Generally, you call maven site ... Arnaud On 10/19/06, Venky Kandaswamy (IT) [EMAIL PROTECTED] wrote: Has anyone used

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-16 Thread Arnaud HERITIER
Hi Manfred. There's no reason, to add a report for maven-xdoc-plugin. And more precisely there's no report defined in the xdoc plugin ;-) Did you try to remove your cache directory ? C:/Documents and Settings/manfred/.maven/cache Arnaud Manfred Moser-3 wrote: Hi! I gave this a spin

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-16 Thread Arnaud HERITIER
) at java.lang.reflect.Method.invoke(Method.java:386) at com.werken.forehead.Forehead.run(Forehead.java:551) at com.werken.forehead.Forehead.main(Forehead.java:581) On 10/10/06, Arnaud HERITIER [EMAIL PROTECTED] wrote: Hi everybody, We just deployed a new SNAPSHOT of maven 1.1 RC1 [1

RE: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-16 Thread Arnaud HERITIER
Nice idea Vincent. I'll implement it before the RC1. It will avoid us to have to many errors due to the cache not correctly deleted. Thx. Arnaud vmassol wrote: Hi Arnaud, -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: lundi 16 octobre 2006 09:34

Re: Unable to obtain goal Unsatisfied dependency in M1.0.2

2006-10-16 Thread Arnaud HERITIER
How did you define your dependency to this jar ??? There's no version for it ? Did you ovverride the dependency ? Arnaud On 10/16/06, r maclean [EMAIL PROTECTED] wrote: Hello, I got the following while trying to do a multiproject install. The jar is in the repo, is referenced in the

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-16 Thread Arnaud HERITIER
ok, thant Wendy for your feedback. I'm happy to see that the pdf plugin is always useful ;-) Arnaud On 10/16/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 10/9/06, Arnaud HERITIER [EMAIL PROTECTED] wrote: Hi everybody, We just deployed a new SNAPSHOT of maven 1.1 RC1 [1]. This version

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-13 Thread Arnaud HERITIER
a complete test, but I will do so early next week. Is that ok? On 10/12/06, Arnaud HERITIER [EMAIL PROTECTED] wrote: Thanks James for your feedback. We'll add a note about plugin dependencies in projects. Nobody else is interested by maven 1.1 ? Should we continue to try to release a final

Re: How do people search for jars and poms?

2006-10-13 Thread Arnaud HERITIER
There is also www.mvnrepository.com But it will not help you to find which version of a jar it is. The only service, based on chechsums, that allow you to do it is Archiva. But this project isn't yet released. You have to build it yourself. http://maven.apache.org/archiva/

[M1.1 Oct Snapshot] cannot generate jar/site

2006-10-12 Thread arnaud . heritier
Hi Benoit, As I said in my previous mail [1] you have to add another repository where you'll find the snapshot : maven.repo.remote= http://repo1.maven.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ Cheers Arnaud [1]

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-12 Thread Arnaud HERITIER
Thanks Gisbert. Do not hesitate to ask us some help. If there's some backward incompatibilities, we'll try to fix them. Arnaud On 10/12/06, Gisbert Amm [EMAIL PROTECTED] wrote: Arnaud HERITIER wrote: Thanks James for your feedback. We'll add a note about plugin dependencies in projects

Re: supported databases ?

2006-10-12 Thread Arnaud HERITIER
There's certainly (I hope) another setting somewhere in archiva to tell it which database we want to use and how the SQL must be generated. I'll try to have a look at it if no developer reply. Arnaud On 10/12/06, Mohni, Daniel [EMAIL PROTECTED] wrote: Hi Arnaud What databases are

Re: Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-11 Thread Arnaud HERITIER
:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.commons.jelly.impl.DynamicBeanTag.doTag(DynamicBeanTag.java :1 80) ... 16 more Final Memory : 3M/7M -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Monday

Re: Maven 1, need help jar:test-jar

2006-10-11 Thread Arnaud HERITIER
Hi Rorbert, I didn't see such a plugin for m1. The common practice is to create a new project for your common classes http://maven.apache.org/maven-1.x/using/bestpractices.html#Refactor_Your_Build If you need to share test code among different projects, put that test code in its own artifact

supported databases ?

2006-10-11 Thread Arnaud HERITIER
Hi, What databases are supported ? Only Derby or I can try to connect archiva to another one like mySQL ? Arnaud

Re: Warnings accessing M1 repository

2006-10-09 Thread Arnaud HERITIER
... Is there a way to convert my M1 repository to M2, or at least automatically create those POM files so that the web isn't accessed for each and every one of them, every time I run a mvn command? This tool can help you to convert your repository.

Re: Warnings accessing M1 repository

2006-10-09 Thread Arnaud HERITIER
You can use the one I gave. But it seems that there's a problem with some unknown dependencies. Carlos, Jason, did you use it recently ? Arnaud On 10/9/06, Sybren Stüvel [EMAIL PROTECTED] wrote: Arnaud HERITIER wrote: Is there a way to convert my M1 repository to M2, or at least

Re: Warnings accessing M1 repository

2006-10-09 Thread Arnaud HERITIER
/viewvc/maven/components/trunk/maven-repository-tools/ svn: PROPFIND request failed on '/viewvc/maven/components/trunk/maven-repository-tools' svn: PROPFIND of '/viewvc/maven/components/trunk/maven-repository-tools': 302 Found (http://svn.apache.org) Sybren Arnaud HERITIER wrote: You can use the one I

Re: Warnings accessing M1 repository

2006-10-09 Thread Arnaud HERITIER
You can try to ask how it works to Jason or Carlos on the channel irc.codehaus.org #maven Arnaud On 10/9/06, Sybren Stüvel [EMAIL PROTECTED] wrote: Here is the address : http://svn.apache.org/repos/asf/maven/components/trunk/maven-repository-tools/ That one works fine. But it seems that

Maven 1.1 RC1 SNAPSHOT needs testers

2006-10-09 Thread Arnaud HERITIER
Hi everybody, We just deployed a new SNAPSHOT of maven 1.1 RC1 [1]. This version incorporates 2 important changes and we would like to have your feedback : - MAVEN-1755 : We fixed the last main backward incompability with maven 1.0.x, this new version supports XML entities in the POM.

Re: [M1] Running tests with jvmargs (security policy)

2006-09-24 Thread Arnaud HERITIER
Are sure that /target/test-classes/testing.policy isn't computed as an absolute path : c:/target/test-classes/testing.policy Did you try ? : -Djava.security.policy=target/test-classes/testing.policy Arnaud On 9/22/06, diyfiesta [EMAIL PROTECTED] wrote: Hi Folks, Bit stuck on trying to run

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-21 Thread Arnaud HERITIER
the website later). Sincerely, Ming Cheung WebSphere Web Services Developer Address: IBM, Inc. 11501 Burnet Road, Austin, TX 78758 Tie Line: 678-0733 Email: [EMAIL PROTECTED] Arnaud HERITIER [EMAIL PROTECTED] 09/20/2006 05:49 PM Please respond to Maven Users List users@maven.apache.org To Maven

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-21 Thread Arnaud HERITIER
I saw it, but they certainly didn't test recent m1.1 builds. I'm happy to see that we succeed to keep a good backward compatibility ;-) Arnaud On 9/21/06, Ming Cheung [EMAIL PROTECTED] wrote: Here is the Apache AXIS2 website which states that I should use maven 1.0.1 to make sure tests are

Re: stopping maven 1.0 from downloading jars

2006-09-20 Thread Arnaud HERITIER
use the offline option maven -o Arnaud On 9/20/06, Yadav, Yogendra (IT) [EMAIL PROTECTED] wrote: Hi, I am using maven1.0 for the first time to build AXIS2 project. When I execute maven on command line it tries to download jars which are already present in lib directory. The download is

Re: stopping maven 1.0 from downloading jars

2006-09-20 Thread Arnaud HERITIER
sorry, I replied a little bit too quicly If these jars aren't SNAPSHOTs, the -o option will not help you If you stored all the jars in a lib directory, you have to override your dependencies. http://maven.apache.org/maven-1.x/using/managing-dependencies.html Arnaud On 9/20/06, Arnaud HERITIER

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-20 Thread Arnaud HERITIER
Sorry but maven-jar-plugin 1.8 seems to work only because it uses assert:assertPluginAvailable which is available only in maven-plugin-plugin 1.7 which works only with maven 1.1 ... :-( http://maven.apache.org/maven-1.x/plugins/plugin/changes-report.html You used maven 1.1 beta 3 at the

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-18 Thread Arnaud HERITIER
Can you try to replace http://cvs.apache.org/repository/http://cvs.apache.org/repository/axis2/jars/axis2-java2wsdl-SNAPSHOT.jarby http://people.apache.org/repo/m1-snapshot-repository/ ? Arnaud On 9/18/06, Ming Cheung [EMAIL PROTECTED] wrote: Here is the failure message.

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-18 Thread Arnaud HERITIER
78758 Tie Line: 678-0733 Email: [EMAIL PROTECTED] [image: Inactive hide details for Arnaud HERITIER [EMAIL PROTECTED]]Arnaud HERITIER [EMAIL PROTECTED] *Arnaud HERITIER [EMAIL PROTECTED]* 09/18/2006 04:34 PM Please respond to Maven Users List users

<    1   2   3   4   5   6   7   8   >