Re: Why no multiple locations of sources? ( was Re: inter-projectdependencies for the Eclipse plugin )

2003-04-03 Thread Rafal Krzewski
Colin Sampaleanu wrote: Jason van Zyl wrote: On Wed, 2003-04-02 at 09:05, Rafal Krzewski wrote: Jason van Zyl wrote: That is distinctly different than multiple source directories for your application. And here we are trying satisfy these requirements and scale by letting the plugins

Problems with javadoc and linking

2003-04-03 Thread Jose Gonzalez Gomez
Hi there, I'm generating the javadoc for my application, and trying to link from this javadoc to the APIs I use (J2SE, J2EE, Strtus,...). I have the following in project.properties: maven.javadoc.links = http://java.sun.com/j2se/1.4.1/docs/api/,

Re: Why no multiple locations of sources? ( was Re: inter-projectdependencies for the Eclipse plugin )

2003-04-03 Thread Brian Ewins
Colin Sampaleanu wrote: I completely agree with you about having plugins actually be the ones doing their stuff with the sources. However, maven has to provide basic facilities to plugins for dealing with source directories, and for expressing these in the POM (in a section specific to that

Re: Problems with javadoc and linking

2003-04-03 Thread aslak.hellesoy
This probably has nothing to do with JavaDoc links. You must be missing a dependency in your project.xml. Add a dependenxy to ejb.jar. Aslak - Original Message - From: Jose Gonzalez Gomez [EMAIL PROTECTED] Date: Thursday, April 3, 2003 11:15 am Subject: Problems with javadoc and linking

Maven war:init - throws exception

2003-04-03 Thread Graham Leggett
Hi all, I am trying to figure out some of the mavel goals, one of which is the building of a war file. I tried out war:init, expecting to see some kind of output about directories it needs, and where I should put things to create a war file. Initially maven tried to download some

RE: Why no multiple locations of sources? ( was Re: inter-project dependencies for the Eclipse plugin )

2003-04-03 Thread DeSmet_Ringo
Suppose maven was designed so that we could say goal A's input is the output of goals B, C, and D, instead of just goal A depends on B, C, D. sources would appear as input-less goals, and most plugins would require output path properties, not input path properties. Just a thought. Make

Ant disappearing from default namespace?

2003-04-03 Thread David Zeleznik
Hi, On my latest CVS update, I notice that most of the plugins are now explicitly specifying the ant namespace to invoke Ant tasks. From the latest java plugin.jelly: project xmlns:j=jelly:core xmlns:ant=jelly:ant ant:patternset id=maven.jar.resources.set j:forEach var=res

CVS repo documentation outdated?

2003-04-03 Thread Kai Runte
Hi, I tried to checkout the maven project from the CVS. According to http://maven.apache.org/cvs-usage.html I need to issue the following two commands: cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic:maven login cvs -z3 -d :pserver:[EMAIL PROTECTED]:/home/cvspublic:maven co anoncvs which

Building struts plugin fails for maven-j2ee-plugin-1.1.jar dependency

2003-04-03 Thread David Zeleznik
The struts plugin defines a dependency on version 1.1 of this maven-j2ee-plugin. However, this version does not exist on ibiblio. I changed this to specify version 1.1-SNAPSHOT and my build of the plugins now completes fine. -- David Zeleznik ILOG - Changing

Re: Where to get maven 1.0-beta-9

2003-04-03 Thread Incze Lajos
On Thu, Apr 03, 2003 at 08:51:44AM +0200, Martin Skopp wrote: Sorry, I am brandnew to the list (and to maven) and I was too dumb to download the beta9. Only got beta8 via http://maven.apache.org/builds/release/ The web page says the beta9 is out, itsn't it? Thanks, -- Martin Skopp

html2xdoc problems

2003-04-03 Thread Steve Crossan
Hi Attempting to use html2xdoc, I checked it out from CVS and built it into my maven plugins directory (1.0-beta-8). I created an html2xdoc goal from an example found in the CVS checkout (below). However nothing I do will run the target successfully. Any pointers would be gratefully received,

RE: Why no multiple locations of sources? ( was Re: inter-projectdependencies for the Eclipse plugin )

2003-04-03 Thread Michal Maczka
-Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 6:48 PM To: Maven Users List Subject: Re: Why no multiple locations of sources? ( was Re: inter-projectdependencies for the Eclipse plugin ) On Thu, 2003-04-03 at 04:16, Rafal

Re: CVS repo documentation outdated?

2003-04-03 Thread Ben Walding
looks like a bug in the generation of that page. I'll fix it later today Kai Runte wrote: Hi, I tried to checkout the maven project from the CVS. According to http://maven.apache.org/cvs-usage.html I need to issue the following two commands: cvs -d :pserver:[EMAIL

Major.minor version number in snapshot jar name: how?

2003-04-03 Thread DeSmet_Ringo
Hello, We often need to develop in parallel. It's easy to set up the nightly build for the second branch, but when I create snapshot jars during those nightly builds, they only have a different build time and I can't determine which snapshot comes from what branch. Since we have a strict version