Re: maven xdoclet

2003-09-20 Thread Andy Jefferson
On Sunday 21 Sep 2003 06:44, khote wrote:
> Looking for online tutorials covering maven and xdoclet, webdoclet, that
> kind of thing.
>
> Anybody know of any?

Not got a tutorial, but I've got an app that uses maven and 
ejbdoclet/webdoclet so you may be able to look at it and work out what to do

Go to
http://www.ajsoft.net/Products/WebShop
and download the source package. The WebShop-Beans sub-project uses ejbdoclet, 
and the WebShop-App sub-project uses webdoclet.


-- 
Andy


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



maven xdoclet

2003-09-20 Thread khote
Looking for online tutorials covering maven and xdoclet, webdoclet, that
kind of thing.

Anybody know of any?

K


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: dependency inheritance

2003-09-20 Thread Jason van Zyl
On Sat, 2003-09-20 at 12:07, Dominik Dahlem wrote:
> I tried to accomplish this recently. Once you specify a dependency
> section in your extended sub-project you overwrite the original
> dependency list.

That is incorrect:

http://maven.apache.org/xref/org/apache/maven/MavenUtils.html#235

-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: dependency inheritence

2003-09-20 Thread Jason van Zyl
On Sat, 2003-09-20 at 11:58, Nathan Coast wrote:
> Hi,
> 
> quick question, do dependencies inherit when you extend a project?  

Yes, they are aggregated. It is the exception whereas all other elements
are overridden. The original impetus was the decomposition of the Jelly
project into the core and all the separate tag libs. The taglibs shared
many of the same dependencies so to make it easier for the tag lib
builds aggregated dependencies were added. 

> Is 
> there any way to make the dependencies additive?  I'd like to have a 
> base project with my general dependencies for the overall application - 
> log4j etc, and each sub-project defines the dependencies specific to 
> that component.
> 
> cheers
> Nathan
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: dependency inheritence

2003-09-20 Thread Dominik Dahlem
I tried to accomplish this recently. Once you specify a dependency
section in your extended sub-project you overwrite the original
dependency list.
I'm working with RC1.

Cheers,
Dominik

On Sat, 2003-09-20 at 16:58, Nathan Coast wrote:
> Hi,
> 
> quick question, do dependencies inherit when you extend a project?  Is 
> there any way to make the dependencies additive?  I'd like to have a 
> base project with my general dependencies for the overall application - 
> log4j etc, and each sub-project defines the dependencies specific to 
> that component.
> 
> cheers
> Nathan
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



dependency inheritence

2003-09-20 Thread Nathan Coast
Hi,

quick question, do dependencies inherit when you extend a project?  Is 
there any way to make the dependencies additive?  I'd like to have a 
base project with my general dependencies for the overall application - 
log4j etc, and each sub-project defines the dependencies specific to 
that component.

cheers
Nathan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Quickly changing the Maven template

2003-09-20 Thread Ceki Gülcü
At 10:40 PM 9/19/2003 -0400, Jason van Zyl wrote:
On Fri, 2003-09-19 at 15:37, Ceki Gülcü wrote:
> Hello all,
>
> How difficult is it to change the Maven template so that the generated
> project pages contain an extra image?
>
> For an example of what is meant please refer to:
>
> http://jakarta.apache.org
Are you asking if we will change the template so that all projects using
Maven advertise ApacheCon? I am assuming not.
No, that is not it.

If you mean for the maven.apache.org site that would be easy enough.
For example, the for the OJB project which uses Maven, Thomas wanted to 
modify the template so all OJB  pages would be affected. However, he did 
not know how to do it. I am just asking whether there is a way  to do 
modify the template and if so, could it be described for the benefit of all 
projects.

--
jvz.
Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org
--
Ceki Gülcü
 For log4j documentation consider "The complete log4j manual"
 ISBN: 2970036908 http://www.qos.ch/shop/products/clm_t.jsp
 import org.apache.Facetime;
 ApacheCon US 2003, 18-21 November http://apachecon.com/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Eclipse update

2003-09-20 Thread Vincent Massol


> -Original Message-
> From: Gilles Dodinet [mailto:[EMAIL PROTECTED]
> Sent: 20 September 2003 10:25
> To: Maven Users List
> Subject: Eclipse update
> 
> in order to use the eclipse update manager to distribute the files,
ive
> created two new modules in cvs :
>   o update/eclipse-feature
>   o update/eclipse-update
> 
> i only see one feature : org.mevenide, containing the three eclipse
> plugins (org.mevenide.core, org.mevenide.ui, org.mevenide.grabber).
does
> that seem correct ? also ivent tested it yet. we will when releasing
> next mevenide version.

Very cool. One feature seems right at this point in time. I wish I could
fine some time to help you develop the plugin. I guess I need to finish
the Eclipse Cactus plugin first though ;-)

I haven't tried your Eclipse Maven plugin yet, but I'm sure I'll use it
in earnest in a while.

Thanks Gilles.
-Vincent

PS: We should definitely find some time to meet up in Paris.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: copy-deps

2003-09-20 Thread Scott Tavares
Scott Tavares wrote:

Hi all,

I'm just starting to learn maven and I'm going through the users 
guide. I'm at a point where I have a maven.xml file that looks like this:


   xmlns:deploy="deploy">
 
   
   
   
   avalon-framework
   4.0  



then when I run the command:

maven  deploy-infactsweb

I get this result:

avalon-framework4.0deploy-infactsweb: 

   [copy] Copying 320 files to /home/stavares/junk/maven/testing
   [copy] Copied 94 empty directories to 
/home/stavares/junk/maven/testing
BUILD SUCCESSFUL
Total time: 6 seconds
Finished at: Sat Sep 20 05:30:54 EDT 2003

why is it copying the entire repo. and just the  
avalon-framework-4.0.jar file?

Any help will be appreciated.

-Scott-





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Nevermind... I figured it out.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: available tag within loop

2003-09-20 Thread khote
You may need to specifically test against "true"


. do something


there's some funny things that happen too, if you do something on the
command line such as:

maven somegoal -Dvar

without setting it to anything, that "var" will have a value of "true" in
it.

I always look to the source for these kinds of things.  Look at the various
plugin.jelly files in your repository for hints on using this kind of stuff.



- Original Message - 
From: "Nathan Coast" <[EMAIL PROTECTED]>
To: "Maven Users" <[EMAIL PROTECTED]>
Sent: Saturday, September 20, 2003 3:48 AM
Subject: available tag within loop


> Hi,
>
> Apologies if this is a duplicate, I think I posted this yesterday but it
> doesn't seem to have reached the list.
>
> I'm having problems using ant:available within a loop.
>
> 
> 
> value="foo.bar.${dep.getArtifactId()}.jar"/>
>
> file="${junitejb.test.jar}"/>
>
> 
> . do something
> 
> 
> 
>
> If the available test fails to locate the file, the value of the
> property is unchanged.  So when a file is located, all subsequent loops
> the property junitejb.test.jar.available is true.
>
> I tried resetting the property to "" but then the var doesn't seem to
> get set to true if a file is located in subsequent loops.
>
> cheers
> Nathan
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



available tag within loop

2003-09-20 Thread Nathan Coast
Hi,

Apologies if this is a duplicate, I think I posted this yesterday but it 
doesn't seem to have reached the list.

I'm having problems using ant:available within a loop.


   
   
   
   
   . do something
   
   

If the available test fails to locate the file, the value of the 
property is unchanged.  So when a file is located, all subsequent loops 
the property junitejb.test.jar.available is true.

I tried resetting the property to "" but then the var doesn't seem to 
get set to true if a file is located in subsequent loops.

cheers
Nathan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Eclipse update

2003-09-20 Thread Gilles Dodinet
sorry.. wrong list..

Gilles Dodinet wrote:

in order to use the eclipse update manager to distribute the files, 
ive created two new modules in cvs :
 o update/eclipse-feature
 o update/eclipse-update

i only see one feature : org.mevenide, containing the three eclipse 
plugins (org.mevenide.core, org.mevenide.ui, org.mevenide.grabber). 
does that seem correct ? also ivent tested it yet. we will when 
releasing next mevenide version.

-- gd

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


copy-deps

2003-09-20 Thread Scott Tavares
Hi all,

I'm just starting to learn maven and I'm going through the users guide. 
I'm at a point where I have a maven.xml file that looks like this:


   xmlns:deploy="deploy">
 
   
   
 
 
 
   avalon-framework
   4.0  
 
   


then when I run the command:

maven  deploy-infactsweb

I get this result:

avalon-framework4.0deploy-infactsweb:
   [copy] Copying 320 files to /home/stavares/junk/maven/testing
   [copy] Copied 94 empty directories to /home/stavares/junk/maven/testing
BUILD SUCCESSFUL
Total time: 6 seconds
Finished at: Sat Sep 20 05:30:54 EDT 2003
why is it copying the entire repo. and just the  
avalon-framework-4.0.jar file?

Any help will be appreciated.

-Scott-





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Eclipse update

2003-09-20 Thread Gilles Dodinet
in order to use the eclipse update manager to distribute the files, ive 
created two new modules in cvs :
 o update/eclipse-feature
 o update/eclipse-update

i only see one feature : org.mevenide, containing the three eclipse 
plugins (org.mevenide.core, org.mevenide.ui, org.mevenide.grabber). does 
that seem correct ? also ivent tested it yet. we will when releasing 
next mevenide version.

-- gd

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]