RE: Source for new Plugin release

2004-05-18 Thread Arnaud Heritier
You must checkout the MAVEN-1_0-BRANCH for maven and the HEAD for maven-plugins. Arnaud. > -Message d'origine- > De : Eric Giguere [mailto:[EMAIL PROTECTED] > Envoyé : mardi 18 mai 2004 15:28 > À : Maven Users List > Objet : Re: Source for new Plugin release > > Thx guys > I had some pro

RE: Multiple CVS Projects & Maven (was: RE: External Librarydependencies within a project)

2004-05-18 Thread Eric Pugh
Check out the use of SNAPSHOT... In your situation, you are not version CommonProject, but instead always using the latest/greatest/bleedingest edge.. So, define you version for CommonProject as SNAPSHOT, and the latest version will be downloaded everytime. So, as part of your build process for

Re: src vs non-src jars

2004-05-18 Thread Manuel Darveau
I see that the dist plugin just pack teh content of ${maven.dist.assembly.dir}/bin and ${maven.dist.assembly.dir}/src but who is placing content into those directory? Manuel Darveau --- [EMAIL PROTECTED] wrote: > I'd much rather we enhance the jar plugin to have a > property that allows > the

Re: src vs non-src jars

2004-05-18 Thread dion_gillard
I'd much rather we enhance the jar plugin to have a property that allows the source to be included in the built jar. -- dIon Gillard, Multitask Consulting Manuel Darveau <[EMAIL PROTECTED]> wrote on 19/05/2004 05:53:15 AM: > Hi! > > I want to be able to create to jar from my project. > One th

dependencies

2004-05-18 Thread Manuel Darveau
Hi! I probably have missed something somewhere but dont dependencies should be by project-version instead of only by project? I mean, is the project ABC-1.0 could have a dependency on XXX-1.0 and ABC-2.0 a dependency on XXX-1.5 and YYY-2.0. How does the build system handle this? Suppose that I

src vs non-src jars

2004-05-18 Thread Manuel Darveau
Hi! I want to be able to create to jar from my project. One that contains the .java files and one other with only the (eventually obfuscated) class files and ressources. I have seen the dist plugin but I dont get good result. 1- It generate a zip that contains the jar. 2- The jar in the XXX-1.0.z

scm:update-project

2004-05-18 Thread Manuel Darveau
Hi! I am trying to use the SCM plugin and have some trouble. I was trying to use the "scm:update-project" goal but the only thing I get is the following error: build:start: scm:parse-connection: [echo] Using connection: scm:cvs:pserver:[EMAIL PROTECTED]:/usr/local/ cvs:CIDLoader Using SCM me

Property maven.simian.includes(excludes) applies only to src dir not to test

2004-05-18 Thread Omair-Inam Abdul-Matin
I've noticed that the maven.simian.includes(excludes) flag apply when simian is looking thru the src directory but when checking the test directory it goes back to the default **/*.java. Is it possible to include a property to modify this behavior (yes I know I should post a req to jira... tha

Typo simian website: property name includetests *not* includeTests

2004-05-18 Thread Omair-Inam Abdul-Matin
This typo had me confused for a couple of days. The properties section lists a property called maven.simian.includeTests. I was setting this to false with no luck. Turns out it was actually maven.simian.includetests - To unsu

RE: Dependancies without repositories. Was: Re: Dependencies

2004-05-18 Thread Dominik Dahlem
To answer my question: The path to my CVS repository now depends on ${maven.home} which is inside CVS as well. This path is now global to plugins and projects which solves my problem of having a relativ path. Dominik On Tue, 2004-05-18 at 19:10, Dominik Dahlem wrote: > Hi, > > the approach to h

RE: Dependancies without repositories. Was: Re: Dependencies

2004-05-18 Thread Dominik Dahlem
Hi, the approach to have a repository in CVS and then refer to it in the maven.repo.home property got me a far bit closer to what I'm trying to achieve. However, a custom plugin which declares a dependency on a .jar file in this CVS repository can not be resolved at runtime. Did anyone else ran in

swift download of dependencies

2004-05-18 Thread Dominik Dahlem
Hi all, the maven installation/configuration on our site does not perform very well while downloading dependencies. Am I probably missing something in my configuration? It is fine when it downloads the dependencies from file:${maven.project.home}/repository. This is the piece of my configuration

problem in URL composition

2004-05-18 Thread ZHU Beiting
Hello everybody, I am trying to generate the changelog report of my project. By CVS accessing I can get all the valid changlog entries, I can also generate the first-lever changlog report. But I could not have the crossed-referenced view from my changelog report. The reason is because maven can no

Multiple CVS Projects & Maven (was: RE: External Library dependencies within a project)

2004-05-18 Thread Joseph Mocker
I have a related question. I have been trying to figure out if Maven can handle a project that consists of multiple CVS projects with dependencies between each. The example is similar to below: CVS project MyProject1 depends on Foo.jar in CVS CommonProject CVS project MyProject2 depends on Bar

RE: Again POM Parser in Maven 1

2004-05-18 Thread Michele_Forte
Hello Michal, I am not so pessimist about entity in reality the generated in memory document that the parser uses contains the resolved entities that in this context are used as a xml fragment. (See attached file: s13.ent)the entity is used among different category of projects (See attached fi

org/jaxen/JaxenException while site generation

2004-05-18 Thread Niko Bender
Hi there, I have problems using maven to generate a project website. Using "maven site:generate" in fact generates something... but only error messages instead of a website (see below). "maven jar" and other goals work. I'm using maven version 1.0 RC2 on Windows 2000 and JSDK 1.4.2_02-b03. I h

Re: Maven AspectJ plugin 3.0 released

2004-05-18 Thread Charles N. Harvey III
Ding ding ding ding ding! That was it. I had maven-plugins checked out and I had not refreshed it with the latest and re-built. So I did just that and everything is cool. Thanks a lot. Charlie Brett Porter wrote: I think the version in $MAVEN_HOME/plugins gets deleted as is shown below. What p

Re: Source for new Plugin release

2004-05-18 Thread Eric Giguere
Thx guys I had some problem with HEAD but on the maven project.. Didn't even check if there were branches in the plugins. Eric. Arnaud Heritier wrote: There's no branch in maven-plugins. You must get the HEAD one. Arnaud -Message d'origine- De : Eric Giguere [mailto:[EMAIL PROTECTED] E

Re: javadoc on generated source directories

2004-05-18 Thread Ian Kent
EXCELLENT! Denis McLaughlin wrote: Hi, I had sent the email below asking for some information about modifying the maven javadoc plugin to properly support the maven.compile.src.set. I've generated a patch that seems to do the right thing: it's attached below. Comments quite welcome. I looked at m

RE: Again POM Parser in Maven 1

2004-05-18 Thread Maczka Michal
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 18, 2004 1:41 PM > To: Maven Users List > Subject: RE: Again POM Parser in Maven 1 > > > Hello Michal, > > Entity is an XML feature and the SAX Parser you are using to > do the job > works fi

RE: Again POM Parser in Maven 1

2004-05-18 Thread Michele_Forte
Hello Michal, Entity is an XML feature and the SAX Parser you are using to do the job works fine with entities. I debugged remotely the process generated by maven.bat and it seems to works fine with the same POM. But in my test I do not initialize any MavenSession and in general JellyContext so

RE: User Guide, Project Object Model (POM)

2004-05-18 Thread Arnaud Heritier
In maven 1.X you can define by default your POM in XML (project.xml). In maven 2.X you'll also be able to use a database to store it. Arnaud > -Message d'origine- > De : Arnaud Heritier [mailto:[EMAIL PROTECTED] > Envoyé : mardi 18 mai 2004 13:11 > À : 'Maven Users List' > Objet : RE: Use

RE: User Guide, Project Object Model (POM)

2004-05-18 Thread Arnaud Heritier
http://maven.apache.org/reference/project-descriptor.html arnaud > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Envoyé : mardi 18 mai 2004 12:06 > À : [EMAIL PROTECTED] > Objet : User Guide, Project Object Model (POM) > > Hi Folks, > > in the Maven User Gui

User Guide, Project Object Model (POM)

2004-05-18 Thread Mathias . Groppler
Hi Folks, in the Maven User Guide the Project Object Model is mentioned, however with neither a link nor an explanation. So it's obviously known to all developers but me, what is behind the POM. Could you send me a link to a source of information for such poor developers like me ? Mathias --

Re: Plugin Feature Suggestion

2004-05-18 Thread Joachim Bader
On Tuesday 18 May 2004 11:28, Amato Massimiliano \(TLAB\) wrote: > It looks you already added it in the most recent release it's not commited yet. The patch is against a rather old version of the jar plugin. I'll write a patch for a newer version and ask a developer with commit privileges. Joac

Re: include tag in maven.xml

2004-05-18 Thread Maxwell Grender-Jones
I'm no authority, but is your include tag actually doing anything? I haven't seen any documentation from an authority anywhere, but the way to get a maven.xml file to 'extend' another one, is to have their companion project.xml files extend each other (i.e. your method doesn't work). The reason

Re: scm:bootstrap-project problem : cannot compile java sources

2004-05-18 Thread Maxwell Grender-Jones
Ok, now I may be wrong for your particular problem, but bear in mind that when you use maven to run another maven project (e.g. in multiproject, or bootstrap), when the second project is run, the current working directory is the same as the directory where your project.xml file is, so for example i

RE: Plugin Feature Suggestion

2004-05-18 Thread Amato Massimiliano \(TLAB\)
That's exactly what I did It looks you already added it in the most recent release Max -Original Message- From: Joachim Bader [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 11:09 AM To: Maven Users List Subject: Re: Plugin Feature Suggestion Hello, On Tuesday 18 May 2004 10:46

Re: Plugin Feature Suggestion

2004-05-18 Thread Joachim Bader
Hello, On Tuesday 18 May 2004 10:46, Amato Massimiliano \(TLAB\) wrote: > JAR Plugin 1.3 > > - Added jar.bundle dependancy property do you mean something like MPJAR-4? http://jira.codehaus.org/browse/MPJAR-4 regards, Joachim

RE: Again POM Parser in Maven 1

2004-05-18 Thread Maczka Michal
Michele have to tried if it works without external entities? This is not something which is recommended and it was never tested. Michal > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 18, 2004 9:40 AM > To: [EMAIL PROTECTED] > Cc: Maven Us

Re: Plugin Feature Suggestion

2004-05-18 Thread Emmanuel Venisse
Put your patches in Jira. Emmanuel - Original Message - From: "Amato Massimiliano (TLAB)" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Tuesday, May 18, 2004 10:46 AM Subject: Plugin Feature Suggestion Hello Guys, In order to have my sistem working with maven i

Re: Problem with Jar:deploy under Windows

2004-05-18 Thread Emmanuel Venisse
If you install cygwin, you have a ssh (client and server) in command line mode. Emmanuel - Original Message - From: "Amato Massimiliano (TLAB)" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Tuesday, May 18, 2004 10:48 AM Subject: RE: Problem with Jar:deploy under W

RE: Problem with Jar:deploy under Windows

2004-05-18 Thread Amato Massimiliano \(TLAB\)
I think the problem is with ssh then do you know of an ssh program i can install on windows that can be rn thru console? I know of telnet like program or cygwin but that's not what i am searching for... i need a command line program Max -Original Message- From: Brett Porter [mailto

Plugin Feature Suggestion

2004-05-18 Thread Amato Massimiliano \(TLAB\)
Hello Guys, In order to have my sistem working with maven i had to add features to some maven plugin, here's the detail of what i changed, i am not sure they are not already be fixed or added in the latest version since i am using RC1 JBoss Plugin 1.3 - Added a jboss.lib dependancy property th

Again POM Parser in Maven 1

2004-05-18 Thread Michele_Forte
Hello dIon, here is the POMs I am using : (See attached file: s13.ent)the entity is used among different category of projects (See attached file: project.xml)the initial POM is relative to a particular module (See attached file: project.xml)the father is used to group together property of a sin

Re: Problem with Jar:deploy under Windows

2004-05-18 Thread Emmanuel Venisse
You use properties of artifact plugin, but jar plugin doesn't use it actually. Actually, you can only deploy jar with ssh (deploy plugin). In the future, we'll uniformize the deploy mechanism. Emmanuel - Original Message - From: "Amato Massimiliano (TLAB)" <[EMAIL PROTECTED]> To: "Maven

maven getScmType error

2004-05-18 Thread ZHU Beiting
Hello everybody, I am running maven-changelog-plugin:report target to generate the changelog report for my project. It seems the changelog well done, because I finally got the message as: .. build:start: maven-changelog-plugin:report: [echo] Generating the changelog report SCM Working Dire

RE: Problem with Jar:deploy under Windows

2004-05-18 Thread Brett Porter
Unfortunately, the deploy plugin used by jar and others, unlike artifact, only supports ssh targets. You probably need to set central as "localhost" and directory as \\astrodev001\\development$\\maven\\repository... Although I'm not sure how well that will work and still requires ssh installed whic

RE: External Library dependencies within a project

2004-05-18 Thread Brett Porter
It would have been nice to hear about them already, unless they are your own customisations :) Plugins henceforth are released independantly, so you can expect a faster turnaround if you have issues. Regards, Brett > -Original Message- > From: Amato Massimiliano (TLAB) > [mailto:[EMAIL

Problem with Jar:deploy under Windows

2004-05-18 Thread Amato Massimiliano \(TLAB\)
Hello, I have a problem while i try to deploy an artifact to my remote repository, that is a shared directory since we are behind a firewall and cannot go thru it Anyway i set all the 3 settings i needed maven.repo.list= central maven.repo.central=file://astrodev001\\development$\\maven maven.r

RE: External Library dependencies within a project

2004-05-18 Thread Amato Massimiliano \(TLAB\)
OK as soon as RC3 is out i'll plan a migration, and then i'll post the list of changes i had to make to the plugins to make them work on my system No big changes, just some tweaks to add them some minor features Max -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: T

RE: External Library dependencies within a project

2004-05-18 Thread Brett Porter
> I am also thinking that this would be a great addition to the > plugin that would come almost for free. I am stil using RC1 > and i am waiting for 1.0 before migrating so it could be > already included in the latest jar plugin release RC3 will be out shortly and is the final release candidat