Re: Controlling snapshot or not in POM or properties?

2003-09-18 Thread Rafal Krzewski
Craig S. Cottingham wrote: > Is there something I can add to project.xml or project.properties that > will control whether or not a snapshot is generated? Does it help that > I've adopted the convention of ending the value of the currentVersion > tag in project.xml with "-dev" for those jars in fl

Re: documentation out of date...

2003-09-18 Thread dion
There is no SNAPSHOT of castor available. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Ciramella, EJ" <[EMAIL PROTECTED]> wrote on 19/09/2003 06:10:19 AM: > Like I have said in an earlier help doc, I'm using the latest (B10) version > of maven, the on

RE: documentation out of date...

2003-09-18 Thread dion
Those groupId's don't exist on ibiblio. I hope they exist on your machine. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Ciramella, EJ" <[EMAIL PROTECTED]> wrote on 19/09/2003 06:28:09 AM: > How about this? > > > > org.apache.tools.ant >

RE: Need Help: First day with Maven

2003-09-18 Thread dion
> No source files and no packages have been specified. > Total time: 26 seconds Do you have a in your project.xml? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Joshi, Yogesh (Cognizant)" <[EMAIL PROTECTED]> wrote on 19/09/2003 01:31:58 AM: > > Hi

Re: Multiproject Question

2003-09-18 Thread dion
"Nelson, Scott (MAN - Corporate)" <[EMAIL PROTECTED]> wrote on 19/09/2003 01:24:38 AM: > When using the multiproject plugin. Is it a requirement that all of your > subprojects are underneath the main project? I have a flattened directory No. > structure and would like to use the multiproject

Re: maven memory increase...

2003-09-18 Thread Luke Taylor
Ciramella, EJ wrote: Sorry about that, I have created a project.properties file and have the following line in it: maven.javadoc.maxmemory=512m I was editing the maven.bat file, changing the following line: if "%MAVEN_OPTS%"=="" SET MAVEN_OPTS="-Xms160m" to be more memory (but then I set it back

RE: Dependencies on things that should not be downloaded...

2003-09-18 Thread dion
"Ciramella, EJ" <[EMAIL PROTECTED]> wrote on 19/09/2003 12:07:33 AM: > OK, but what does this look like in the project.xml? And in fact, we are > soon to start supporting both websphere and weblogic, should this be handled > by a maven.xml file (per project basis) versus in the project.xml file

Re: Dependencies on things that should not be downloaded...

2003-09-18 Thread dion
Use a jar override. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Ciramella, EJ" <[EMAIL PROTECTED]> wrote on 18/09/2003 11:51:55 PM: > How do I handle a jar in the project.xml file that shouldn't be downloaded? > For instance, we extend weblogic class

Controlling snapshot or not in POM or properties?

2003-09-18 Thread Craig S. Cottingham
I have several jars I'm developing simultaneously. There are dependencies between them (B depends on A, C depends on A and B, D depends on B, etc.), but there are no circular dependencies. Currently, I when I make changes to one jar, I rebuild it and any that depend on it by hand, keeping track of

RE: Maven, Jelly and classpath problems

2003-09-18 Thread Brett Porter
> > You probably need to specify a classloader on the > dependency - check > > the FAQ. > > Hmm. Could you be more specific? All that I could find about > classloaders > is: > "We hope to alleviate these problems with real ClassLoader > isolation using Classworlds." But I am still a beginner w

Re: documentation out of date...

2003-09-18 Thread Andy Jefferson
On Thursday 18 Sep 2003 21:28, Ciramella, EJ wrote: > How about this? > > > > org.apache.tools.ant > ant > 1.4.1 > > > > > org.apache.tools.ant > ant-optional > 1.4.1 > No. groupId cannot be org.apache.tools.ant ... look at http://www.ibiblio.org/maven th

RE: documentation out of date...

2003-09-18 Thread Ciramella, EJ
How about this? org.apache.tools.ant ant 1.4.1 org.apache.tools.ant ant-optional 1.4.1 -Original Message- From: Andy Jefferson [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 4:28 PM To: Maven Users List Subject: Re: documentation ou

Re: documentation out of date...

2003-09-18 Thread Andy Jefferson
On Thursday 18 Sep 2003 21:10, Ciramella, EJ wrote: > Like I have said in an earlier help doc, I'm using the latest (B10) version > of maven, the online documentation says I can do this: > > commons-jelly > SNAPSHOT > > > but when I try: > > > castor > SNAPSHOT >

documentation out of date...

2003-09-18 Thread Ciramella, EJ
Like I have said in an earlier help doc, I'm using the latest (B10) version of maven, the online documentation says I can do this: commons-jelly SNAPSHOT but when I try: castor SNAPSHOT I get the following error: Attempting to download castor-SNAPSHOT.j

RE: multiproject build with inherited POMs

2003-09-18 Thread Jason Horne
Thanks... I actually just pulled the latest version of Maven from CVS and all is now well. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 11:39 PM To: Maven Users List Subject: RE: multiproject build with inherited POMs Jason,

Re: Multiproject Question

2003-09-18 Thread Dominik Dahlem
See inline. Cheers, Dominik On Thu, 2003-09-18 at 16:24, Nelson, Scott (MAN - Corporate) wrote: > When using the multiproject plugin. Is it a requirement that all of your > subprojects are underneath the main project? [Dominik] : No. > I have a flattened directory > structure and would like

query string dropped from element in "project.xml"

2003-09-18 Thread robert rowntree
http://sourceforge.net/tracker/?group_id=39258 when i run "site:generate" , the html that is generated from the URL above is dropping the query string from the end of the URL above... maven generates this link: http://sourceforge.net/tracker instead of generating this link: http://

RE: maven memory increase...

2003-09-18 Thread Ciramella, EJ
As per my last email, the -X value should have been -Xmx no -Xms -Original Message- From: Luke Taylor [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 12:46 PM To: Maven Users List Subject: Re: maven memory increase... Ciramella, EJ wrote: > Ok after toying around with these

RE: maven memory increase...

2003-09-18 Thread Ciramella, EJ
Sorry about that, I have created a project.properties file and have the following line in it: maven.javadoc.maxmemory=512m I was editing the maven.bat file, changing the following line: if "%MAVEN_OPTS%"=="" SET MAVEN_OPTS="-Xms160m" to be more memory (but then I set it back to 160). Even if I

Re: maven memory increase...

2003-09-18 Thread Luke Taylor
Ciramella, EJ wrote: Ok after toying around with these options, now I get the following error: Error occurred during initialization of VM Incompatible initial and maximum heap sizes specified I've reset things to default where I could, but I'm still not getting anywhere. Any suggestions? How

RE: maven memory increase...

2003-09-18 Thread Ciramella, EJ
Ok after toying around with these options, now I get the following error: Error occurred during initialization of VM Incompatible initial and maximum heap sizes specified I've reset things to default where I could, but I'm still not getting anywhere. Any suggestions? -Original Message

Re: Need Help: First day with Maven

2003-09-18 Thread Andy Jefferson
On Thursday 18 Sep 2003 16:31, Joshi, Yogesh (Cognizant) wrote: > Maven is one level up to Ant in terms of Project Management capabilities. > But I am not very clear how they are represented. Does it mean, it > generates a consolidated report when I say "maven site" ? Hi, You will get a website f

Multiproject Question

2003-09-18 Thread Nelson, Scott (MAN - Corporate)
When using the multiproject plugin. Is it a requirement that all of your subprojects are underneath the main project? I have a flattened directory structure and would like to use the multiproject plugin cause each of my three subproject all rely on one another. I have a directory structure that

RE: Need Help: First day with Maven

2003-09-18 Thread Joshi, Yogesh (Cognizant)
Hi , Maven is one level up to Ant in terms of Project Management capabilities. But I am not very clear how they are represented. Does it mean, it generates a consolidated report when I say "maven site" ? I tried this and I got the below mentioned Error. Attaching with this is my project.xml.

multiproject fail

2003-09-18 Thread Nicolas . CHALUMEAU
I download the multiproject from cvs and install it but when I run it I have the folwing message : Starting the reactor... Our processing order: Socle Acces Metier + | Gathering project list Socle Acces Metier | Memory: 4M/7M +-

RE: Dependencies on things that should not be downloaded...

2003-09-18 Thread Gaffney, Michael
I had the same issue. I setup an HTTP server local to my network and created a remote repository on it. I then setup all of my maven projects to use multiple remote repositories. The first repository is always our internal repository and the second one is the maven default repository. So far, i

Re: Dependencies on things that should not be downloaded...

2003-09-18 Thread Jason van Zyl
On Thu, 2003-09-18 at 09:51, Ciramella, EJ wrote: > How do I handle a jar in the project.xml file that shouldn't be downloaded? > For instance, we extend weblogic classes and we want to use a jar file > either locally or on a shared machine. Use the jar override feature which is explained in the u

RE: Dependencies on things that should not be downloaded...

2003-09-18 Thread Ciramella, EJ
OK, but what does this look like in the project.xml? And in fact, we are soon to start supporting both websphere and weblogic, should this be handled by a maven.xml file (per project basis) versus in the project.xml file? -Original Message- From: Jean-François El Fouly [mailto:[EMAIL PROT

Re: Dependencies on things that should not be downloaded...

2003-09-18 Thread Jean-François El Fouly
A 09:51 18/09/2003 -0400, vous avez écrit : How do I handle a jar in the project.xml file that shouldn't be downloaded? For instance, we extend weblogic classes and we want to use a jar file either locally or on a shared machine. We do pretty much the same thing. Just install weblogic.jar manually

RE: Maven newbie...

2003-09-18 Thread Ciramella, EJ
Sorry about the lack of response. There was a newline at the top of the xml file. I removed that and it works really well now. See my previous post in regards to my new questions... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003

Dependencies on things that should not be downloaded...

2003-09-18 Thread Ciramella, EJ
How do I handle a jar in the project.xml file that shouldn't be downloaded? For instance, we extend weblogic classes and we want to use a jar file either locally or on a shared machine.

RE: Need Help: First day with Maven

2003-09-18 Thread dion
"Joshi, Yogesh (Cognizant)" <[EMAIL PROTECTED]> wrote on 18/09/2003 10:44:12 PM: > I have one doubt: > > \repository directory present under Maven installation is EMPTY and > all the downloaded files are present under > \User Documents and Settings\.Maven\repository directory. They are > not

AW: Need Help: First day with Maven

2003-09-18 Thread Rademacher Tobias
Hi Yogesh, > > \repository directory present under Maven installation is > EMPTY and all the downloaded files are present under > \User Documents and Settings\.Maven\repository directory. > They are not downloaded under maven installation's > repository directory. > > Am I missing some settin

RE: Need Help: First day with Maven

2003-09-18 Thread Joshi, Yogesh (Cognizant)
Thanks a lot for ur valuable guidelines (Rademacher Tobias and Andy) Following entries solved my problems: maven.proxy.host maven.proxy.port maven.proxy.username maven.proxy.password BUT I have one doubt: \repository directory present under Maven installation is EMPTY and all the download

RE: Problem with javadoc plugin

2003-09-18 Thread dion
Cool, glad to hear it's ok. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Christian Goos <[EMAIL PROTECTED]> wrote on 18/09/2003 09:49:57 PM: > Sorry it was my own fault. I forgot to add the little "m" when > I set the maven.javadoc.maxmemory-variable

Re: creating relationship information

2003-09-18 Thread Paul Libbrecht
I have seen the following which at least draws the graph... http://www.cwinters.com/News/show/?news_id=989 Paul Christian Andersson wrote: Hi there, just have a short question I must say that I've not studied it yet, so a simple answer would be ok :-) I have now several small maven projects t

creating relationship information

2003-09-18 Thread Christian Andersson
Hi there, just have a short question I must say that I've not studied it yet, so a simple answer would be ok :-) I have now several small maven projects that I use to create jar files which are tobe used by my installations. (have not come so far to deplay them anywhere yet, I just have them in

RE: Problem with javadoc plugin

2003-09-18 Thread Christian Goos
Sorry it was my own fault. I forgot to add the little "m" when I set the maven.javadoc.maxmemory-variable (512 instead of 512m) Now it is working fine. Thanks for help Christian -Original Message- From: Christian Goos [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 11:36

Re: XML tag library

2003-09-18 Thread Pavel Sher
> I'm not an expert on jelly xml, but my guess is that its something to do > with loading sample1.xml twice. Are you sure the parameters on the transform > tag do what you think they do? > well, when I am reading the Jelly's tag library documentation I cannot be sure in anything :) In my opinion

Re: Maven, Jelly and classpath problems

2003-09-18 Thread Pavel Sher
> I assume you have saxon in your dependencies and have set a system property > to make it the parser? Yes, I've read the FAQ and add necessary lines in sample1.xhtml. And only after that my second attempt with tag was successful. > > You probably need to specify a classloader on the dependency

Re: Maven, Jelly and classpath problems

2003-09-18 Thread Pavel Sher
> Did you try the documented workaround: > > http://maven.apache.org/faq.html#BadXSLT Yes I am. At the beginning of sample1.xhtml I have such lines: http://my.uri.com"; xmlns:j="jelly:core" xmlns:x="jelly:xml"> ${systemScope.setProperty('javax.xml.transform.TransformerFactory','net.sf.s axon.Tra

Re: Need Help: First day with Maven

2003-09-18 Thread Andy Jefferson
> This is my first day with Maven :) Welcome :-) > I am trying to use it for a very basic application, say, to make jar from a > simple java class. I did the following: > 1) Installed and set up Maven > 2) D:\SampleMaven\com\src contains Test.java which I need to include in Jar > 3) Set up JAVA_H

RE: Problem with javadoc plugin

2003-09-18 Thread Christian Goos
Yes I tried, so it starts to run javadoc but (sorry that I have to continue with 'but') then I get "Incompatible initial and maximum heap sizes" (trace below) At first I did not define maven.javadoc.maxmemory then I tried some settings but always got the error? So what can I do. Thanks Christian

Re: Navigation & FAQ with multi-projects

2003-09-18 Thread dion
In beta 10, and pre 1.0 of multiproject, you needed to put navigation.xml into multiproject/navigation.xml and make it a template like the one used by multiproject itself. This was fixed in the 1.0 release of the plugin. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/

Re: Need Help: First day with Maven

2003-09-18 Thread dion
Are you behind a proxy? Do you have access to the internet from the machine running the build? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Joshi, Yogesh (Cognizant)" <[EMAIL PROTECTED]> wrote on 18/09/2003 06:43:03 PM: > Hi , > This is my first day

Re: Navigation & FAQ with multi-projects

2003-09-18 Thread Benoit Xhenseval
maven-multiproject-plugin-1.0-SNAPSHOT Most files are from 14/07. Thanks for your help. >Which version of multiproject are you using? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Benoit Xhenseval <[EMAIL PROTECTED]> wrote on 17/09/2003 07:08:50 PM: >

AW: Need Help: First day with Maven

2003-09-18 Thread Rademacher Tobias
It seems that you are behind a firewall, aren't you? http://maven.apache.org/faq.html#build-firewall -Ursprüngliche Nachricht- Von: Joshi, Yogesh (Cognizant) [mailto:[EMAIL PROTECTED] Gesendet am: Donnerstag, 18. September 2003 10:43 An: [EMAIL PROTECTED] Betreff: Need Help: First day wit

Need Help: First day with Maven

2003-09-18 Thread Joshi, Yogesh (Cognizant)
Title: Need Help: First day with Maven Hi , This is my first day with Maven :) I am trying to use it for a very basic application, say, to make jar from a simple java class. I did the following: 1) Installed and set up Maven 2) D:\SampleMaven\com\src contains Test.java which I need to

Re: Maven newbie...

2003-09-18 Thread Kai Runte
Hi, the problem is relatively simple (I think). Most likely you have one or more newlines in front of "". Delete these and it should work like a charm. Kai On Wednesday, September 17, 2003, at 10:02 PM, Ciramella, EJ wrote: I'm pretty new to maven and I'm not exactly sure what I'm doing wro

RE: Problem with javadoc plugin

2003-09-18 Thread dion
Have you tried this: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-805 -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Christian Goos <[EMAIL PROTECTED]> wrote on 18/09/2003 05:29:27 PM: > I forgot to mention: > I tried to set the Source-Path

RE: Multiproject help

2003-09-18 Thread dion
The idea is to dist:build all subprojects, grab the zips, unzip and recombine -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Howard M. Lewis Ship" <[EMAIL PROTECTED]> wrote on 17/09/2003 12:20:17 AM: > Is one planned? Can you give me some clues so

RE: Problem with javadoc plugin

2003-09-18 Thread Christian Goos
I forgot to mention: I tried to set the Source-Path of the project to the sources of another project. Then the javadoc is generated as it should. So I have the impression that the problem is maybe the source code itself. Is possible that there are javadoc-comments that are not supported or there ar

RE: Problem with javadoc plugin

2003-09-18 Thread Christian Goos
All I have is the error-trace of maven, but I did not find an error code I started Maven with the -X option. Is there another way to get the error code? Thanks Christian BUILD FAILED File.. file:/C:/WINDOWS/Profiles/username/.maven/plugins/maven-javadoc-plugin-1.3-S NAPSHOT/ Element... ant:ja