Re: [m2] How do I stop using a SNAPSHOT from my local repository?

2006-02-24 Thread Wendy Smoak
On 2/24/06, KC Baltz <[EMAIL PROTECTED]> wrote: > We have several projects here that depend on a common "core" project. When > I'm making changes to that "core", I install them in my local repository so I > can test them in the dependent projects. However, when I'm done and commit > them to CV

RE: Error in deploy:deploy-file

2006-02-24 Thread Krishnan A S
Check if the user has rights/permissions to create a directory in your UNIX machine ... Thanks & Regards, A.S.KRISHNAN, AZTEC, BANGALORE. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, February 25, 2006 4:27 AM To: users@maven.apache.org Subject: Err

RE: "There were test failures"

2006-02-24 Thread Krishnan A S
Try using maven-surefire-plugin which generates report files as txt and xml under test/target directories for the respective project :) Thanks & Regards, A.S.KRISHNAN, AZTEC, BANGALORE. -Original Message- From: Graham Leggett [mailto:[EMAIL PROTECTED] Sent: Friday, February 24, 2006 10:0

RE: Mvn deploy

2006-02-24 Thread Krishnan A S
You have maven-deploy-plugin which u can configure to deploy to a appserver or use tomcat-maven-plugin Thanks & Regards, A.S.KRISHNAN, AZTEC, BANGALORE. -Original Message- From: Tom Joad [mailto:[EMAIL PROTECTED] Sent: Friday, February 24, 2006 10:21 PM To: Maven Users List Subject: Mvn

[ANN] Maven Source Control Management Plugin 1.6 for Maven 1.x released

2006-02-24 Thread ltheussl
We are pleased to announce the Maven Source Control Management Plugin 1.6 release! http://maven.apache.org/maven-1.x/reference/plugins/scm/ A plugin for SCM tasks. === Changes in this version include: New Features

[ANN] Maven JXR Plugin 1.5 for Maven 1.x released

2006-02-24 Thread ltheussl
We are pleased to announce the Maven JXR Plugin 1.5 release! http://maven.apache.org/maven-1.x/reference/plugins/jxr/ Create cross reference. === Changes in this version include: New Features: o New property to ma

[ANN] Maven Artifact Plugin 1.8 for Maven 1.1 released

2006-02-24 Thread ltheussl
We are pleased to announce the Maven Artifact Plugin 1.8 release! http://maven.apache.org/maven-1.x/reference/plugins/artifact/ Tools to manage artifacts and deployment. *WARNING*: This version of the artifact-plugin requires Maven 1.1. People using Maven 1.0 should NOT use this version of the

Re: Maven 1.0-rc2 build problems

2006-02-24 Thread Dion Gillard
On 2/25/06, Johnny l <[EMAIL PROTECTED]> wrote: > Hey all > > I'm a bit new at maven, so bear with me. I'm trying to build geronimo > 1.0source and I'm having problems with maven > 1.0-rc2 (I would update but the place I'm at runs on maven 1.0.2 and won't > be upgrading). When I build, I keep on ge

Maven 1.0-rc2 build problems

2006-02-24 Thread Johnny l
Hey all I'm a bit new at maven, so bear with me. I'm trying to build geronimo 1.0source and I'm having problems with maven 1.0-rc2 (I would update but the place I'm at runs on maven 1.0.2 and won't be upgrading). When I build, I keep on getting dependency errors : Attempting to download commons-j

maven-proxy and repositories

2006-02-24 Thread Brad O'Hearne
I have a couple of issues using maven-proxy-webapp. I have the webapp set up and working, and I'm seeing the activity in my tomcat log, but I have two problems: 1) I'm seeing lines in my log such as: 2006-02-24 16:43:32,212 [INFO ] components.impl.DefaultSnapshotCache - Updating /opensymphon

Strange site plugin behaviour

2006-02-24 Thread Alexandre Poitras
Hi, I am able to generate and customize my website quite elegantly but I still have a little annoying bug, ie. there is a outputted in the web site body content. What I find perticulary annoying is the tag isn't even closed but I need my web site to be XHTML strict compatible. I taught I could f

Re: [1.1] ant:fileset

2006-02-24 Thread Jon Strayer
On 2/24/06, Jon Strayer <[EMAIL PROTECTED]> wrote: > > Yes, thanks, I fixed that problem, now I'm getting this: > > File.. C:\Documents and Settings\js6285\.maven\cache\wbnt- > deploy-plugin-1.1.3\plugin.jelly > Element... ant:ftp > Line.. 383 > Column -1 > org/apache/oro/text/regex/Mal

Re: [m2] m2eclipse error: Build path contains duplicate entry

2006-02-24 Thread Kathryn Huxtable
Ignore that. I responded to the wrong message. ("What a maroon!") -K On 2/24/06 5:00 PM, "Kathryn Huxtable" <[EMAIL PROTECTED]> wrote: > I thought this had been done long since. -K > > > On 2/24/06 4:06 PM, "Kathryn Huxtable" <[EMAIL PROTECTED]> wrote: > >> Yes, that's what I do. It means I d

Re: [m2] m2eclipse error: Build path contains duplicate entry

2006-02-24 Thread Kathryn Huxtable
I thought this had been done long since. -K On 2/24/06 4:06 PM, "Kathryn Huxtable" <[EMAIL PROTECTED]> wrote: > Yes, that's what I do. It means I don't use the eclipse:eclipse goal > anymore. > > But I prefer to use External tools to build my projects using the external > Maven rather than the

Error in deploy:deploy-file

2006-02-24 Thread raghurajan . x . gurunathan
Hi All, I'm trying to deploy some 3rd party jars to my remote repository i'm trying to do this from my desktop(windows) to my server Unix so from my desktop command line i used C:>mvn -X -P UnixServ deploy:deploy-file -DgroupId=weblogic -DartifactId=ejbgen

Re: [1.1] ant:fileset

2006-02-24 Thread Jon Strayer
Yes, thanks, I fixed that problem, now I'm getting this: File.. C:\Documents and Settings\js6285\.maven\cache\wbnt- deploy-plugin-1.1.3\plugin.jelly Element... ant:ftp Line.. 383 Column -1 org/apache/oro/text/regex/MalformedPatternException This is the code it's upset about:

Re: [m2] m2eclipse error: Build path contains duplicate entry

2006-02-24 Thread Kathryn Huxtable
Yes, that's what I do. It means I don't use the eclipse:eclipse goal anymore. But I prefer to use External tools to build my projects using the external Maven rather than the embedded version. It will never keep up with the released versions and the embedder still doesn't process settings.xml, whi

Re: [m2] m2eclipse error: Build path contains duplicate entry

2006-02-24 Thread Lee Meador
What you do is remove the classpath entries that AREN'T under "maven dependencies". I suppose you could say that the ones under "maven dependencies"are the original entries now and the ones you used to use are the duplicates. -- Lee On 2/24/06, Kathryn Huxtable <[EMAIL PROTECTED]> wrote: > > Corr

Re: [m2] Failure to recognise a jar

2006-02-24 Thread Lee Meador
You can either put the needed jars in the classpath environment variable or you can build it into a command line that you package into a batch file or script that you run to run the application. Or, if you know where the other jars are going to be, relative to your jar, you can add entries to the

Re: RE : Overriding parent plugin configuration in a module

2006-02-24 Thread Howard Lewis Ship
Nope; I generally want the behavior to be inherited (that's why I put it in the parent pom), but I want specific poms to override the default. On 2/24/06, Olivier Lamy <[EMAIL PROTECTED]> wrote: > Have you try : false in the parent pom ? > > - Olivier > > -Message d'origine- > De : Howard

Re: [1.1] ant:fileset

2006-02-24 Thread Arnaud HERITIER
Did you load your dependencies used by the ftp task in the root classloader ? http://maven.apache.org/maven-1.x/using/developing-plugins.html#Plugin_dependencies Arnaud On 2/24/06, Jon Strayer <[EMAIL PROTECTED]> wrote: > > I'm getting this error: > > Element... ant:fileset > Line.. 384 > Col

RE : Overriding parent plugin configuration in a module

2006-02-24 Thread Olivier Lamy
Have you try : false in the parent pom ? - Olivier -Message d'origine- De : Howard Lewis Ship [mailto:[EMAIL PROTECTED] Envoyé : vendredi 24 février 2006 22:05 À : users@maven.apache.org Objet : Overriding parent plugin configuration in a module I have a parent POM that includes the fo

Overriding parent plugin configuration in a module

2006-02-24 Thread Howard Lewis Ship
I have a parent POM that includes the following plugin org.apache.maven.plugins maven-assembly-plugin package src

[1.1] ant:fileset

2006-02-24 Thread Jon Strayer
I'm getting this error: Element... ant:fileset Line.. 384 Column -1 org/apache/commons/net/ftp/FTPClient for this code (that worked under 1.0) Does anyone have any idea what's going wrong? -- Esse quam videri (to be rather than

Re: how to create web project for eclipse using maven eclipse plugin

2006-02-24 Thread Srepfler Srgjan
Tom Joad wrote: Hello when you say it's not working what do you mean? I suppose you use maven1.x For me the problem was eclipse did not build my project. But maven packaging works fine. I use maven2.x but i think that you must set MAVEN_REPO as eclipse variable of your local repository before ru

Re: Adding Project with no web browsable URL to POM.

2006-02-24 Thread Barrie Treloar
I have the files checked out locally for development, but continuum is running on our integration server where stuff isn't checked out. I'll have a look at checking the parent out. On 2/24/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > If you have all your files checkouted locally on the serve

tomcat catalina.out getting bombed with debug messages on maven-proxy deploy

2006-02-24 Thread Brad O'Hearne
I have a vanilla installation of Tomcat 5.5 (with logging added, and log4j.properties rootLogger set to level INFO), which starts up cleanly, and writes maybe 15 lines to catalina.out -- no more. I then deploy the maven-proxy-webapp.war, and catalina.out gets immediately bombed with DEBUG level

maven-proxy looking for /home/tomcat....why?

2006-02-24 Thread Brad O'Hearne
I caught this line in my tomcat logs while loading the maven-proxy-webapp: 2006-02-25 02:01:29,217 [INFO ] webapp.listeners.Lifecycle - Loading >/srv/maven/maven-proxy/conf/maven-proxy.properties... No such file: /home/tomcat/>/srv/maven/maven-proxy/conf/maven-proxy.properties Why is it look

pom.xml Syntax for maven-clean-plugin 2.1

2006-02-24 Thread Blake Scholl
I have been trying to configure extra directories for cleaning using maven-clean-plugin, but I haven't figured out the right syntax for specifying which directories to clean. The last syntax I tried was this: maven-clean-plugin org.apache.mave

Re: [m2] m2eclipse error: Build path contains duplicate entry

2006-02-24 Thread Kathryn Huxtable
Correct. With the M2ECLIPSE eclipse plugin, you either use it to manage your dependencies from your pom.xml, or you don't enable the Maven2 nature and use maven to create your .classpath files. The container in your classpath is getting the dependencies from the POM. It's actually pretty clever.

Re: [m2] Failure to recognise a jar

2006-02-24 Thread Wayne Fay
IIRC this was called Uberjar back in m1. To be honest, not sure of the M2 response to that, as I'm only doing WARs and EARs and they are all bundled properly in those package types. http://classworlds.codehaus.org/uberjar.html Wayne On 2/24/06, Gerard Garrigan <[EMAIL PROTECTED]> wrote: > I hav

RE: [m2] Failure to recognise a jar

2006-02-24 Thread Gerard Garrigan
I have the app running now in Eclipse alright. There may have been a problem with the mvn eclipse:eclipse command. The requirement is to have my application in a jar file and you can run it from the command prompt. I notice when you package up the app the resulting jar contains no dependencies (

Re: RE : default skin - where do i get it?

2006-02-24 Thread Wayne Fay
mvn -o to work offline... --wf On 2/24/06, David Sag <[EMAIL PROTECTED]> wrote: > > > yes that's what I thought and indeed already had that site configured in > my normal repositories config. but as that didn't work i tried adding it as > a plugin too - but that didn't work either. specifying

Re: EJB3 error in Maven

2006-02-24 Thread Wayne Fay
Correction: EJB3 is not yet final so no RI exists yet from Sun. The Hibernate alternative seems to be your only option, right this minute. I'm sure there are other EJB3 vendors (Kodo? Oracle? BEA?) that have implementations you could use but I'm not sure if any of them are in Maven2 repo, probably

Re: EJB3 error in Maven

2006-02-24 Thread Wayne Fay
Download javax.persistence from Sun and add to your local repo. Or add a dependency on an appropriate EJB3 spec jar from another source ie Hibernate and add to your local repo. The POM here seems to suggest that Hibernate Annotations should fulfill your need: http://www.ibiblio.org/maven2/javax/pe

Re: [m2] Failure to recognise a jar

2006-02-24 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I have the variables included in eclipse and the dependencies in the > pom. However I'm still having the same trouble. Have you checked that Eclipse really uses the correct jars in the project settings under "Java Build Path->Libraries"? On my mach

[m2] m2eclipse error: Build path contains duplicate entry

2006-02-24 Thread Adrian Herscu
Hi all, After enabling an existing M2 project the Eclipse builder complains about duplicate path entries. I looked into the Project-properties/JavaBuildPath/Libraries and the problem is that dependency paths declared in the pom.xml are declared again under some "Maven 2 Dependencies". The only o

Re: "There were test failures"

2006-02-24 Thread Graham Leggett
jason r tibbetts wrote: These properties are your friends: maven.junit.format = brief maven.junit.printSummary = true And no, you're not the only person to be stumped by the meaningless default output. The above properties had no effect, so I went back to the manual again - the above two v

[m2] How do I stop using a SNAPSHOT from my local repository?

2006-02-24 Thread KC Baltz
We have several projects here that depend on a common "core" project. When I'm making changes to that "core", I install them in my local repository so I can test them in the dependent projects. However, when I'm done and commit them to CVS (which then causes them to be deployed to our internal

[m2] m2eclipse system requirements

2006-02-24 Thread Adrian Herscu
Hi all, Couldn't find the system requirements of m2eclipse. On which Eclipse version it is supposed to work? Adrian. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: OutOfMemoryError when creating Javadoc

2006-02-24 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Where you running maven within an IDE such as MyEclipse? Today i attemped it > inside MyEclipse and always received an OutOfMemoryError. Ran it within > command prompt and had no problems. No, I started Maven from the command line. According to Proc

Re: Mvn deploy

2006-02-24 Thread luca rasconi
if you want to deploy/install your files (already created) into internal repository you have to use deploy:deploy-file. In this way, maven create .sha1 and md5 file. http://maven.apache.org/plugins/maven-deploy-plugin/ to deploy an artifact you have created into internal repository you have to se

Re: "There were test failures"

2006-02-24 Thread jason r tibbetts
Graham Leggett wrote: Hi all, I have just given a go at getting a test suite to be run when the maven build runs (this build depends on maven v1.0.2). The test suite runs painlessly, but then a test fails as below. I am mystified though: there is no indication of *which* of the 7 tests that

Re: OutOfMemoryError when creating Javadoc

2006-02-24 Thread Matt Campbell
Where you running maven within an IDE such as MyEclipse? Today i attemped it inside MyEclipse and always received an OutOfMemoryError. Ran it within command prompt and had no problems. On 2/24/06, Yann Le Du <[EMAIL PROTECTED]> wrote: > > OK, so the problem is not about 256 Mo then. Still the memo

Re: Mvn deploy

2006-02-24 Thread Tom Joad
Or Uploading: scpexe://10.75.202.141:2016/repository/fop/fop-hyph/1.0/fop-hyph-1.0.ja [INFO] --- [ERROR] BUILD ERROR [INFO] --- [INFO] Error deploying a

Re: Mvn deploy

2006-02-24 Thread Tom Joad
an example of error i Get adding permissions to wagon connection: 664 775 [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Error deploying artifact:

EJB3 error in Maven

2006-02-24 Thread adela
Dear Maveners, I am using Maven to build my ejb3 project, in the past I used Ant to build and deploy the project and it was working fine, but when I switch to Maven and I added the needed dependency but one dependency missing "javax.persistence" and it does not exit in any repository, so the b

"There were test failures"

2006-02-24 Thread Graham Leggett
Hi all, I have just given a go at getting a test suite to be run when the maven build runs (this build depends on maven v1.0.2). The test suite runs painlessly, but then a test fails as below. I am mystified though: there is no indication of *which* of the 7 tests that ran failed. I tried

Re: post goal xdoc:jelly-transofrm executed so many times ...

2006-02-24 Thread Arnaud HERITIER
I advise you to test the last SNAPSHOT if you can. We'll release it in some days. You can also have better performances if you test the last SNAPSHOT of the linkcheck plugin with the last SNAPSHOT of maven 1.1 beta 3 [1]. I noticed an important gain of performances [2][3]. Arnaud [1] http://peopl

Re: OutOfMemoryError when creating Javadoc

2006-02-24 Thread Yann Le Du
OK, so the problem is not about 256 Mo then. Still the memory grows and never goes over some value (90 Mo for you). I think it's worth a JIRA issue, can you create one ? To solve your problem, you can try and fork the compile and test tasks, maybe you'll gain enough memory so that javadoc do not f

Mvn deploy

2006-02-24 Thread Tom Joad
I want to deploy on my internal repositories artifacts. I think that there are already threads about it but until now i can't succeed running it. Until now , I run install:install-file and i manually copy , obtained structure under my internal repository. It's very boring because i have more than

[m202] Can I have a different assembly descriptor used for different profiles?

2006-02-24 Thread Mick Knutson
I am trying to create a scenario that works for my developers, and my deployable build. Is it possible to have settings.xml define a profile that defines the assembly desciptor to local, integration, qa or prod, then have the ./profiles.xml just define the ear package makup? This way, the deve

RE: [m2] Failure to recognise a jar

2006-02-24 Thread Gerard Garrigan
I have the variables included in eclipse and the dependencies in the pom. However I'm still having the same trouble. By setting the classpath variable in the command prompt do mean adding the required jars to the CLASSPATH environment variable? If so is there any way that maven can include the re

RE: [m202] Still confused as to a solution to complex versioning

2006-02-24 Thread Mick Knutson
I tried to add values into my ./src/resources/application.properties, but they do not seem to be picked up at all. Why? --- Thank You Mick Knutson Sr. Java/J2EE Consultant BASE logic, inc. (415) 648-1804 (S.F., CA) http://www.BASELogic.com Washington Mutual (WAMU) (Emeryville, California) ---

RE: [m202] Still confused as to a solution to complex versioning

2006-02-24 Thread Mick Knutson
Yes I tried that, but that only seems to work on jar's, not war's, and that only helps with my ear: com.furl.common common-jar ${common.version} jar com.furl core

[m2] Overall code quality summary reports

2006-02-24 Thread Mike Perham
We have a nice working M2.0.2 build running in house with something like 40-50 modules and we are taking stock of some of the existing weaknesses of this build system today. Two things we would like to capture are JavaNCSS numbers and Clover/Cobertura coverage for all modules and create a single s

Test drive the site:stage goal

2006-02-24 Thread Prasad Kashyap
I tried the site:stage goal and this is what I found when I used the goal from inside the pom. Since site:stage goal is yet to be released, use this in your pom snapshots true daily Maven Central Plugins Development Repository http://snapshots.

Re: OutOfMemoryError when creating Javadoc

2006-02-24 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I'm not even sure MAVEN_OPTS=-Xmx is efficient over 256 Mo. I tried several > values and always the mvn task grew to about 256 Mo then stopped. Can you > try again and watch in the task manager how the used memory evolves ? I watched Maven's memory

Re: post goal xdoc:jelly-transofrm executed so many times ...

2006-02-24 Thread Michael Niemaz
I'm using maven 1.1 beta 2. I didn't have to upgrade linkcheck plugin since it was already the latest (a part from the snapshot releases). Here's my maven.xml file: xmlns:ant="jelly:ant" xmlns:util="jelly:util" xmlns:doc="doc" xmlns:i = "jelly:interaction"> SmartDocument Platf

Re: [m2] Failure to recognise a jar

2006-02-24 Thread Lee Meador
You can right click on the project in the tree of the package explorer in eclipse and choose 'properties'. Then select the 'build classpath' in the left part of the popup. Then click the 'libraries' tab. This shows all the things that your project depends on from eclipse's point of view. The little

Re: post goal xdoc:jelly-transofrm executed so many times ...

2006-02-24 Thread Arnaud HERITIER
I was sure ;-) I need to review the code Did you try to upgrade the plugin to see if it helps ? You are using maven 1.0.2 or 1.1 beta 2 ? What is the release of the linkcheck plugin (maven -i) Arnaud On 2/24/06, Michael Niemaz <[EMAIL PROTECTED]> wrote: > > I see although when I set this prop

Re: post goal xdoc:jelly-transofrm executed so many times ...

2006-02-24 Thread Arnaud HERITIER
Soory this is the reply for your mail about the difference if you remove the report or if you use the property. arnaud On 2/24/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > > Not at all, > > If you remove the linckcheck report in your POM, you will not execute this > plugin (which seems to be

Re: post goal xdoc:jelly-transofrm executed so many times ...

2006-02-24 Thread Arnaud HERITIER
Not at all, If you remove the linckcheck report in your POM, you will not execute this plugin (which seems to be slow due to the number of links in your documentation - javadoc, jxr, ) If you use the property maven.xdoc.skip.uptodate and you don't clean the generated site, then all the plugins

RE: [m2] Failure to recognise a jar

2006-02-24 Thread Gerard Garrigan
Also when I run mvn package in the command prompt. The only thing the created jar contains is the class from the project itself and nothing to do with the dependant jar files. Running this jar gives this error: Exception in thread "main" java.lang.NoClassDefFoundError: com/precisionsoftware/utils

ClassNotFoundException with maven-proxy-webapp

2006-02-24 Thread Brad O'Hearne
I am trying to load maven-proxy-webapp (war) in Tomcat and the tomcat.log is showing the following exception: 24 Feb 2006 22:42:35,231 - ERROR org.apache.catalina.core.ContainerBase.[engine_appserver].[www.mydomain.com].[/maven-proxy-webapp] - Exception sending context init ialized event to li

RE : default skin - where do i get it?

2006-02-24 Thread David Sag
yes that's what I thought and indeed already had that site configured in my normal repositories config.  but as that didn't work i tried adding it as a plugin too - but that didn't work either.  specifying site beta-4 fixed the problem for now however. making my own skin is a good plan and we'll

Re: maven 1.0 to 1.1 migration question

2006-02-24 Thread Arnaud HERITIER
yes On 2/24/06, Miguel Griffa <[EMAIL PROTECTED]> wrote: > > you mean placing properties in the parent directory of artifacts? > > On 2/24/06, Dion Gillard <[EMAIL PROTECTED]> wrote: > > > > Can you use properties to hold the artifact versions instead of > entities? > > > > On 2/24/06, Miguel Grif

Re: post goal xdoc:jelly-transofrm executed so many times ...

2006-02-24 Thread Michael Niemaz
btw this probably means that there's some kind of redundancy in the generation of my site ;-( Michael Niemaz a écrit : I see although when I set this property, it takes 12 minutes to complete instead of 30 and the generated site looks ok. Plus i don't see all the verbose linkcheck output in th

Re: mvn site:stage does not work

2006-02-24 Thread Prasad Kashyap
http://mail-archives.apache.org/mod_mbox/maven-dev/200602.mbox/[EMAIL PROTECTED] Cheers Prasad On 2/14/06, Wanken, James <[EMAIL PROTECTED]> wrote: > > Hello, > > I am relatively new to maven and have not been able to get the > site:stage goal to work > > I have included the output of all command

Re: post goal xdoc:jelly-transofrm executed so many times ...

2006-02-24 Thread Michael Niemaz
I see although when I set this property, it takes 12 minutes to complete instead of 30 and the generated site looks ok. Plus i don't see all the verbose linkcheck output in the console. Are you sure of what you are stating? --mike Arnaud HERITIER a écrit : if, each time, you build the site fro

RE: [m2] Failure to recognise a jar

2006-02-24 Thread Gerard Garrigan
Hello Thorsten, For the line, import com.precisionsoftware.trax.common.tools.AppDetails; it will say that the import cannot be resolved. Thanks, Ger -Original Message- From: Thorsten Heit [mailto:[EMAIL PROTECTED] Sent: 24 February 2006 15:20 To: Maven Users List Subject: Re: [m2] Fa

Re: post goal xdoc:jelly-transofrm executed so many times ...

2006-02-24 Thread Arnaud HERITIER
if, each time, you build the site from scratch (using a clean before for example) the option maven.xdoc.skip.uptodate will hav no effect for you. All pages are recreated. There's no real solution to update it. Either you do not clean your generated site and you use the option maven.xdoc.skip.uptoda

Re: [m2] Failure to recognise a jar

2006-02-24 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, > my libraries in eclipse. However when I try to import a class contained > in the jar eclipse throws an error. What kind of error? Regards Thorsten -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2.1 (MingW32) iD8DBQFD/yQaQvObkgCcDe0RAtnY

[m2] Failure to recognise a jar

2006-02-24 Thread Gerard Garrigan
Hello, My project is dependant on a particular jar which I have in my repository. I download it and run mvn eclipse:eclipse and it shows up in my libraries in eclipse. However when I try to import a class contained in the jar eclipse throws an error. Can anyone tell me what I'm doing wrong

Re: maven 1.0 to 1.1 migration question

2006-02-24 Thread Dion Gillard
Yes, have a parent POM they extend and in the project.properties with it, add the property definitions for the jars. On 2/25/06, Miguel Griffa <[EMAIL PROTECTED]> wrote: > you mean placing properties in the parent directory of artifacts? > > On 2/24/06, Dion Gillard <[EMAIL PROTECTED]> wrote: > >

Re: post goal xdoc:jelly-transofrm executed so many times ...

2006-02-24 Thread Arnaud HERITIER
Thus you can try the last linkcheck plugin SNAPSHOT It will be certainly faster. maven plugin:download -Dmaven.repo.remote= http://www.ibiblio.org/maven,http://cvs.apache.org/repository/ -DgroupId=maven -DartifactId=maven-linkcheck-plugin -Dversion=1.4-SNAPSHOT If it's not better, just rollback to

Re: post goal xdoc:jelly-transofrm executed so many times ...

2006-02-24 Thread Arnaud HERITIER
Thus you can try the last linkcheck plugin SNAPSHOT It will be certainly faster. maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven, http://cvs.apache.org/repository/ -DgroupId=maven -DartifactId=maven-linkcheck-plugin -Dversion=1.4-SNAPSHOT If it's not better, just rollback to

users@maven.apache.org

2006-02-24 Thread Michael Niemaz
Unfortunately, maven would parse it since the '&' is still there ;-( I'll try to replace it with a relative url. thanx, --mike Jacek Laskowski a écrit : 2006/2/24, Michael Niemaz <[EMAIL PROTECTED]>: Is this a known bug, is there a workaround? I don't know whether it could address

users@maven.apache.org

2006-02-24 Thread Jacek Laskowski
2006/2/24, Michael Niemaz <[EMAIL PROTECTED]>: > Is this a known bug, is there a workaround? I don't know whether it could address the issue of yours or not, but you could try replace '&' with '&'. > --mike Jacek -- Jacek Laskowski http://www.laskowski.org.pl -

users@maven.apache.org

2006-02-24 Thread Michael Niemaz
Hi, I have the url of my logo organization that contains the '&' character. So, in order to let maven generate the docs without complaining, I replaced '&' by '%26'. BUT in the end, the url is not decoded and therefore the logo not displayed ;-( Is this a known bug, is there a workaround? Any

[m2]Execute target on child, but not parent?

2006-02-24 Thread Matt McGill
I have a multi-module project, and for various reasons only want to execute maven on the parent pom. However, I have a plugin that only makes sense to configure/execute on some of the child modules. The plugin target I want to execute shouldn't really be attached to a phase in the build lif

[m2] jar plugin: filter classes

2006-02-24 Thread Thomas Will
Hi I've got a packaging type of 'jar'. How can I specify include/exclude filters (e.g. certain classes) to influence what's packaged into the JAR? Tom. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.y

Re: post goal xdoc:jelly-transofrm executed so many times ...

2006-02-24 Thread Michael Niemaz
Ok I'll try to specify only the default onces without the linkcheck. Question: would it be the same than setting maven.xdoc.skip.uptodate to true? --mike Arnaud HERITIER a écrit : and your pom doesn't extend another one ? What you can do it is to define your own reports list : http://maven.ap

Re: maven 1.0 to 1.1 migration question

2006-02-24 Thread Miguel Griffa
I'm probably going after this, which seems the best solution to me now. The problem is that artifacts where fully independent. not having a parent project.xml (before) so I could checkout all independently from eclipse. that is going to be a little bit uglier now, but it's more an eclipse problem

Re: maven 1.0 to 1.1 migration question

2006-02-24 Thread Miguel Griffa
you mean placing properties in the parent directory of artifacts? On 2/24/06, Dion Gillard <[EMAIL PROTECTED]> wrote: > > Can you use properties to hold the artifact versions instead of entities? > > On 2/24/06, Miguel Griffa <[EMAIL PROTECTED]> wrote: > > hi all > > I have a big project (30+ arti

Re: post goal xdoc:jelly-transofrm executed so many times ...

2006-02-24 Thread Michael Niemaz
As I said before, I have no reports specified to avoid bugs during generation of reports ;-) I don't know if I need the linkcheck plugin to run ... Yes I would like my generated links to work No I don't want to waste 30 minutes checking them ;-) --mike Arnaud HERITIER a écrit : yes this is the

Re: How to setup FTP-based internal repository ?

2006-02-24 Thread Alexandre Poitras
Opps forgot to add you also need oro library. Well change your id repository and everything should work now. On 2/24/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > Ok I got it working. > > You need the library wagon-ftp-1.0-alpha-6.jar and > commons-net-1.4.1.jar in maven/lib as you did. Then

RE : default skin - where do i get it?

2006-02-24 Thread Olivier Lamy
AFAIK, skin are resolved as artifacts but not as plugin [1] see method getSkinArtifactFile But to not depends on this create your own skin ;-) (very nice feature) - Olivier [1] http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/maven-site-plugin/ src/main/java/org/apache/maven/plugins/site/

Re: post goal xdoc:jelly-transofrm executed so many times ...

2006-02-24 Thread Arnaud HERITIER
and your pom doesn't extend another one ? What you can do it is to define your own reports list : http://maven.apache.org/maven-1.x/using/site.html And you can remove the linkcheck report if you don't use it. Arnaud On 2/24/06, Michael Niemaz <[EMAIL PROTECTED]> wrote: > > Nope, all my reports s

Re: post goal xdoc:jelly-transofrm executed so many times ...

2006-02-24 Thread Michael Niemaz
How come they are not updated if I generate them from scratch (which I do)? Is there a way to use it so that you generate the site once and then update it on modifications? --mike Arnaud HERITIER a écrit : The counterpart is that your site pages aren't updated if you change something else tha

Re: How to setup FTP-based internal repository ?

2006-02-24 Thread Alexandre Poitras
Ok I got it working. You need the library wagon-ftp-1.0-alpha-6.jar and commons-net-1.4.1.jar in maven/lib as you did. Then You need to add to your project pom the extensions section and to add the repository but don't use the value "central" as your id because it is the main repository id. That

Re: post goal xdoc:jelly-transofrm executed so many times ...

2006-02-24 Thread Arnaud HERITIER
yes this is the linkcheck plugin which checks the links in the pages you generate. Do you have a reports entry in your pom or do you use the default one ? Do you need/use this linkcheck report ? Arnaud On 2/24/06, Michael Niemaz <[EMAIL PROTECTED]> wrote: > > So it says: ' This plug-in validates

Re: post goal xdoc:jelly-transofrm executed so many times ...

2006-02-24 Thread Arnaud HERITIER
The counterpart is that your site pages aren't updated if you change something else than the xdoc page (the POM for example ...) Arnaud On 2/24/06, Michael Niemaz <[EMAIL PROTECTED]> wrote: > > I tried to add this property > > and it does go faster BUT I don't know exactly what is the counte

Re: post goal xdoc:jelly-transofrm executed so many times ...

2006-02-24 Thread Michael Niemaz
Nope, all my reports section are empty. So I generate only default reports apparently ... and this linkcheck goal must be part of the 'site' goal. Arnaud HERITIER a écrit : In your traces you have the linkcheck plugin which seems to be very long to execute You certainly have this report declar

Re: post goal xdoc:jelly-transofrm executed so many times ...

2006-02-24 Thread Michael Niemaz
So it says: ' This plug-in validates the HTML that is produced as part of the site. Just add the maven-linkcheck-plugin report to your project.' Don't quiet understand ... what plugin is used by default by maven to check the links? Seems to be that one since it is installed locally ... Well, I'l

Re: post goal xdoc:jelly-transofrm executed so many times ...

2006-02-24 Thread Arnaud HERITIER
In your traces you have the linkcheck plugin which seems to be very long to execute You certainly have this report declared in your POM. What happens if you deactivate it ? On 2/24/06, Michael Niemaz <[EMAIL PROTECTED]> wrote: > > All I do is invoke the multiproject-site goal. > Actually, I invo

Re: post goal xdoc:jelly-transofrm executed so many times ...

2006-02-24 Thread Michael Niemaz
I tried to add this property and it does go faster BUT I don't know exactly what is the counterpart ... --mike Michael Niemaz a écrit : All I do is invoke the multiproject-site goal. Actually, I invoke it twice as a workaround to have sub-sub projects treated and displayed as a tree. But

Re: post goal xdoc:jelly-transofrm executed so many times ...

2006-02-24 Thread Michael Niemaz
All I do is invoke the multiproject-site goal. Actually, I invoke it twice as a workaround to have sub-sub projects treated and displayed as a tree. But it shouldn't be the pb here. So, you're telling me to use the linkcheck plugin. Well, how does it link to the multiproject-site goal? --mike

Re: default skin - where do i get it?

2006-02-24 Thread David Sag
Hi Brett I added that to the pluginRepositories section of my settings.xml (it was already in the repositories section) and while i can see it trying to look for stuff in there, i still get the same problem. fixing the site plugin to 2.0-beta-4 fixed my problem for now though Kind regards, Dave

RE: How to setup FTP-based internal repository ?

2006-02-24 Thread Dixit, Sandeep (ProSource Solutions)
Search for my latest posting. I was able to do FTP-based internal repository after copying three jars to MAVEN_HOME/lib and defining central and central-plugins repositories and pluginRepositories... Hope this helps, Sandeep -Original Message- From: Alexandre Poitras [mailto:[EMAIL PROT

  1   2   >