RE: Problem with javadoc goal

2003-11-26 Thread hermod . opstvedt
Hi

Read the docs, I should :)

It worked - great !

Hermod

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 25, 2003 3:22 PM
To: Maven Users List
Subject: Re: Problem with javadoc goal


Sure,

set the maven.javadoc.useexternalfile to yes.

See http://maven.apache.org/reference/plugins/javadoc/properties.html
for 
more info.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/



[EMAIL PROTECTED] wrote on 25/11/2003 07:28:46 PM:

> Hi
> 
> I have a problem with the JavaDoc goal. The command gets cut off
(String
> to long ?). This is on Win2K. Anybody seen this and have a workaraound
?
> 
> Hermod
> 
> 
> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* 
* *
> 
> This email with attachments is solely for the use of the individual or
> entity to whom it is addressed. Please also be aware that DnB cannot
> accept any payment orders or other legally binding correspondence with
> customers as a part of an email. 
> 
> This email message has been virus checked by the virus programs used
> in the DnB Group.
> 
> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* 
* *
> 
> 
> -
> 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]

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



Re: Generate DIST for multi-projects ?

2003-11-26 Thread dion
there is currently no multiproject:dist that combines several subproject 
'dists' into one.

It has been requested, but so far noone has stepped up to the plate.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/





"Eric Chow" <[EMAIL PROTECTED]> 
27/11/2003 03:59 PM
Please respond to
"Maven Users List" <[EMAIL PROTECTED]>


To
"Maven Users List" <[EMAIL PROTECTED]>
cc

Subject
Generate DIST for multi-projects ?






Hello,

How to defin for generating "dist" in Maven for multi-projects?

Project structure is as following:

-PROJECT
 -- subprj1
 -- subprj2
 - project.xml
 - maven.xml


Best regards,
Eric


==
If you know what you are doing, 
it is not called RESEARCH!
==

-
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]



Generate DIST for multi-projects ?

2003-11-26 Thread Eric Chow
Hello,

How to defin for generating "dist" in Maven for multi-projects?

Project structure is as following:

-PROJECT
 -- subprj1
 -- subprj2
 - project.xml
 - maven.xml


Best regards,
Eric


==
If you know what you are doing, 
it is not called RESEARCH!
==

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



Re: Multiproject javadoc

2003-11-26 Thread dion
Make your own navigation.xml from the ones provided by multiproject.

Look in 
multiproject/src/plugin-resources/templates/navigation-aggregate.xml for a 
sample.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/



Mikael Lundgren <[EMAIL PROTECTED]> wrote on 27/11/2003 07:21:43 
AM:

> Then again... it turns out that creating my own navigation.xml overrides 

> the one created by running maven multiproject thus hiding my "child" 
sites.
> 
> This is overcome by explicitly (sp?) putting all the links in my own 
> hand made navigation xml. It seems logical that the multiproject plugin 
> would reuse the navigation.xml facility. Is there any way to combine the 

> navigation.xml generated by multiproject with the one created by hand 
> for navigating non-standard content?
> 
> Anyway, now my site looks lite I wanted it to.
> 
> Cheers /Mikael
> 
> Mikael Lundgren wrote:
> 
> > Thanks...
> > 
> > sometimes the answer is painfully obvious ;-)
> > 
> > Cheers
> > /Mikael
> > 
> > Stephen McConnell wrote:
> > 
> >>
> >>
> >> Mikael Lundgren wrote:
> >>
> >>> Now, if only I could get a link to this javadoc to magically appear 
> >>> in the home page of the top project... that would be something!!! 
> >>
> >>
> >>
> >>
> >> You can do this by including a link to the javadoc root in the 
> >> navigation.xml. If you take a look at the Merlin docs you will see 
the 
> >> complete system APIs referenced at the top level:
> >>
> >> http://avalon.apache.org/merlin
> >>
> >> The sources for the site docs are in the merlin/platform/xdocs 
directory.
> >>
> >> Cheers, Steve.
> 
> 
> 
> -
> 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]



Re: calling ant and classpath problem

2003-11-26 Thread dion
"Geesken, Edmund" <[EMAIL PROTECTED]> wrote on 27/11/2003 04:14:49 
AM:

> I try to compile all my JSPs using a user defined maven goal and the ant
> jspc target
> 
> I have the problem, that I can not set the classpath property of the
> ant:jspc target to the Classpath maven is using for my project. Any idea 
how I can get this
> variable?

the jspc task has a classpathref attribute. 

Use classpathref="maven.dependency.classpath"

> I want to compile each jsp separately and I would like to catch the 
output/
> result
> 
> Failed or Successful. Is there a way to catch this?

Buggered if I know.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/




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



Re: class org.xdoclet.ant.XDocletTask cannot be found - although is in .maven/repository

2003-11-26 Thread dion
Maciek Zywno <[EMAIL PROTECTED]> wrote on 27/11/2003 06:38:16 AM:

[snip] 
> Thanks, but it does not work, java:compile is unattainable due to
> com.werken.werkz.UnattainableGoalException: Unable to obtain goal 
> [java:compile]
>  -- file:/C:/Documents and Settings/maciek/Desktop/PRACA 
> MAGISTERSKA/xdoclet-plu
> gins/plugin-qtags/:55:9:  Reference  not found.

Note: "Reference  not found". That double space is REALLY important.

> *The java:compile in my subproject is:
[snip]

> *So the problem is in qtags goal which I put below:
> *
>  
> 
> 
>  refid="xdoclet.generated.path"/>
> 
> *
>   
>   
> *
> 
> *   name="xdoclet"
>   classname="org.xdoclet.ant.XDocletTask"
>   classpathref="${xdoclet.task.classpath}"
>   />*

The classpathref above is wrong. it should be:

 

Note the last line. the classpathref is well documented in ant. it's the 
name of a variable, not the value of one.


[snip]
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


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



RE: Unit tests run twice ?

2003-11-26 Thread Brett Porter
Let's get rid of it altogether :) Its got nothing to do with the project any
more.

- Brett

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, 27 November 2003 1:57 PM
> To: Maven Users List
> Subject: RE: Unit tests run twice ?
> 
> 
> Yes, let's encapsulate the plugin communications into tags 
> rather than 
> script.
> 
> Once we have that, lets make project's getPluginContext 
> method private.
> --
> dIon Gillard, Multitask Consulting
> Blog:  http://blogs.codehaus.org/people/dion/
> 
> 
> 
> Brett Porter <[EMAIL PROTECTED]> wrote on 27/11/2003 
> 08:28:18 AM:
> 
> > > >A better alternative should be :
> > > > session="${context.getVariable('maven.session.global',
> > > >'parent')}" name="jar:install" />
> > > > session="${context.getVariable('maven.session.global',
> > > >'parent')}" name="site:generate" />
> > > > 
> > > >
> > > How am i supposed to change the maven.test.skip variable
> > > between the two 
> > > lines above ?
> > > I've just tried to add a  > > value="true"> but it 
> > > doesn't work.
> > 
> > You shouldn't need to. In this case, test should only be attained 
> > once.
> But
> > I haven't tried it for myself.
> > 
> > Anyway, the plugincontext.setVariable might be enough for now. I'll 
> > look
> at
> > adding a decent tag for that.
> > 
> > Cheers,
> > Brett
> > 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


RE: Unit tests run twice ?

2003-11-26 Thread dion
Yes, let's encapsulate the plugin communications into tags rather than 
script.

Once we have that, lets make project's getPluginContext method private.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/



Brett Porter <[EMAIL PROTECTED]> wrote on 27/11/2003 08:28:18 AM:

> > >A better alternative should be :
> > >
> > >
> > > 
> > >
> > How am i supposed to change the maven.test.skip variable 
> > between the two 
> > lines above ?
> > I've just tried to add a  > value="true"> but it 
> > doesn't work.
> 
> You shouldn't need to. In this case, test should only be attained once. 
But
> I haven't tried it for myself.
> 
> Anyway, the plugincontext.setVariable might be enough for now. I'll look 
at
> adding a decent tag for that.
> 
> Cheers,
> Brett
> 


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



Re: [VOTE] The Maven Logo

2003-11-26 Thread matt
+1 propaganda.

We're not talking politics, we're talking graphical imagery.  If you're 
offended by something as simple as some old-fashioned soviet imagery, 
well you're bound to be offended by a hell of a lot of other things - 
possibly including my use of the word "hell" ;-)

Matt

Peter Bright wrote:

John D Taylor (ROE) [mailto:[EMAIL PROTECTED] wrote:
Jim Crossley wrote:
> A runoff between the top 2 vote getters listed at
> http://projects.walding.com/powered/
>
> propaganda or feather?
+1 propaganda

Much more striking, and because most non-US citizens probably find the
   

whole
 

debate baffling!  (Though maybe Europeans would have had a similar
   

reaction
 

to the original poster if the logo had included a swastika)
   

It seems to me that they ought to have the same reaction to the propaganda
logo, if they'd put Hitler into context.  The propaganda logo is essentially
a Chinese communist flag, though the reversed E looks to me to be a kind of
faux Russian.
The Chinese government is responsible, in one way or another, for probably
around 35 million deaths between 1949 and the present day; whilst many
millions of these deaths were attributable not to malice as such but to
economic mismanagement resulting in famine.
The Soviet regime between 1917 and 1990 is responsible for something in the
vicinity of 62 million deaths, though this includes many millions killed
during WWII.
Hitler, by comparison, managed only about 21 million.

That the Chinese and Russian regimes aren't held in the same light as
Hitler's regime is a quirk of history rather than due to any particular
merits that these regimes may have had; Stalin was a "good guy" -- for a few
years, at least -- and managed to perform his acts if not in private then at
least within his own borders.
As such, the communist Chinese/Soviet imagery seems quite bizarre.  These
are not regimes that one would wish to deliberately associate with.  The
logo seems quite perverse.
-
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]


RE: [VOTE] The Maven Logo

2003-11-26 Thread Steve Lewis
I think the Java/programming world should have fights,
kind of like celebrity deathmatch.  Youngest java
programmer vs. oldest perl programmer, that sort of
thing.

Steve


--- Vikas Phonsa <[EMAIL PROTECTED]> wrote:
> I'm kind of amazed at how much attention silly
> topics like this generate. On
> the java programming forum I posted a message to get
> some help on the wild
> threads in my application. Nobody answered that but
> there was a message from
> somebody who claimed that he's the youngest java
> programmer in the world and
> there were many many people responding to that. Also
> people were responding
> big time to a message about java poetry.
> 
> I personally don't care abt any logo. I like maven
> for its functionality and
> that's about it.
> 
> Vikas
> 
> 
> 
> -Original Message-
> From: Scott Tavares [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, November 26, 2003 3:07 PM
> To: Maven Users List
> Subject: Re: [VOTE] The Maven Logo
> 
> Steve Lewis wrote:
> 
> >That's hilarious.  I've been listening to the
> >conversation amusingly.
> >Steve
> >
> >
> >--- "Craig S. Cottingham" <[EMAIL PROTECTED]>
> >wrote:
> >  
> >
> >>Somebody email Mike Godwin, and tell him we have a
> >>counterexample to his
> >>Law (
> >>
> >>
> >>
>
>http://info.astrian.net/jargon/terms/g/Godwin_s_Law.html
> >  
> >
> >>).
> >>
> >>Can we please drop this thread now, and get back
> to
> >>talking about Maven?
> >>
> >>-- 
> >>Craig S. Cottingham
> >>[EMAIL PROTECTED]
> >>
> >>
> >>
> >>
> >>
>
>-
> >  
> >
> >>To unsubscribe, e-mail:
> >>[EMAIL PROTECTED]
> >>For additional commands, e-mail:
> >>[EMAIL PROTECTED]
> >>
> >>
> >>
> >
> >
> >__
> >Do you Yahoo!?
> >Free Pop-Up Blocker - Get it now
> >http://companion.yahoo.com/
> >
>
>-
> >To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> >For additional commands, e-mail:
> [EMAIL PROTECTED]
> >
> >
> >  
> >
> Diddo.. that's just too funny.
> 
> 
> 
> 
>
-
> 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]
> 


__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

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



RE: [VOTE] The Maven Logo

2003-11-26 Thread Vikas Phonsa
I'm kind of amazed at how much attention silly topics like this generate. On
the java programming forum I posted a message to get some help on the wild
threads in my application. Nobody answered that but there was a message from
somebody who claimed that he's the youngest java programmer in the world and
there were many many people responding to that. Also people were responding
big time to a message about java poetry.

I personally don't care abt any logo. I like maven for its functionality and
that's about it.

Vikas



-Original Message-
From: Scott Tavares [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 26, 2003 3:07 PM
To: Maven Users List
Subject: Re: [VOTE] The Maven Logo

Steve Lewis wrote:

>That's hilarious.  I've been listening to the
>conversation amusingly.
>Steve
>
>
>--- "Craig S. Cottingham" <[EMAIL PROTECTED]>
>wrote:
>  
>
>>Somebody email Mike Godwin, and tell him we have a
>>counterexample to his
>>Law (
>>
>>
>>
>http://info.astrian.net/jargon/terms/g/Godwin_s_Law.html
>  
>
>>).
>>
>>Can we please drop this thread now, and get back to
>>talking about Maven?
>>
>>-- 
>>Craig S. Cottingham
>>[EMAIL PROTECTED]
>>
>>
>>
>>
>>
>-
>  
>
>>To unsubscribe, e-mail:
>>[EMAIL PROTECTED]
>>For additional commands, e-mail:
>>[EMAIL PROTECTED]
>>
>>
>>
>
>
>__
>Do you Yahoo!?
>Free Pop-Up Blocker - Get it now
>http://companion.yahoo.com/
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>  
>
Diddo.. that's just too funny.




-
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]



Re: [VOTE] The Maven Logo

2003-11-26 Thread Scott Tavares
Steve Lewis wrote:

That's hilarious.  I've been listening to the
conversation amusingly.
Steve
--- "Craig S. Cottingham" <[EMAIL PROTECTED]>
wrote:
 

Somebody email Mike Godwin, and tell him we have a
counterexample to his
Law (
   

http://info.astrian.net/jargon/terms/g/Godwin_s_Law.html
 

).

Can we please drop this thread now, and get back to
talking about Maven?
--
Craig S. Cottingham
[EMAIL PROTECTED]


   

-
 

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



__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 

Diddo.. that's just too funny.



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


Re: [VOTE] The Maven Logo

2003-11-26 Thread Scott Tavares
Peter Bright wrote:

if the Nazi's had stayed in power till now (~70 years) with the same
genocidal mentality witnessed during Hitler Germany, ~ 150 million
people would be dead at the hands of Nazi's.
   

No, they wouldn't, for the simple reason that he would have run out of Jews
and Slavs to kill.  He didn't have the population base to work with.
And I would suggest that the "per year" is a little flawed; Gorbachev, for
example, was incomparable to Stalin (during whose era most of the Soviet
deaths occurred), and certainly not responsible for millions of deaths;
similarly a significant proportion of the Chinese deaths were attributable
to the Cultural Revolution, 1966-1976, and the events in the five years
preceding the CR.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 

O.K.! I started all of this and I had hoped this kind of thing would NOT 
happen. Politics has no place here. We have gotten way off topic. The 
vote is to change the default logo or not. Can we please stick to just 
that? The reason for the 1st post was because I work for a department of 
state in the US and my use of Maven with the propaganda logo on it will 
eventually offend someone and like or not could had gotten me fired. So 
please vote your conscience, but there is no reason to start a who 
killed more people then who debate. Its going to cause this project more 
harm than good to do so. I'm sorry for even saying anything. I should 
have just quitely change the logo on my project and had been done with 
it. Lets just get back to codeing and creating some really cool shit 
ooops... i mean stuff :-) .

-ScottTavares-



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


RE: Unit tests run twice ?

2003-11-26 Thread Brett Porter
> >A better alternative should be :
> >
> >
> >  
> >
> How am i supposed to change the maven.test.skip variable 
> between the two 
> lines above ?
> I've just tried to add a  value="true"> but it 
> doesn't work.

You shouldn't need to. In this case, test should only be attained once. But
I haven't tried it for myself.

Anyway, the plugincontext.setVariable might be enough for now. I'll look at
adding a decent tag for that.

Cheers,
Brett



Re: [VOTE] The Maven Logo

2003-11-26 Thread khote
http://www.wired.com/wired/archive/2.10/godwin.if.html

- Original Message - 
From: "Ben Walding" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, November 26, 2003 1:14 PM
Subject: Re: [VOTE] The Maven Logo


> I stopped caring yesterday when I held a personal vote at my desk, had a
> unanimous outcome, and committed a change to the default logo.
>
> All this bickering is entertaining, but ultimately pointless.
>
> Any other committer is free to change the logo as they feel fit.
>
> Emmanuel Venisse wrote:
>
> >STOP, STOP, STOP. It isn't a history forum.
> >
> >+1000 for the Ben logo.
> >
> >
> >- Original Message - 
> >From: "Peter Bright" <[EMAIL PROTECTED]>
> >To: "'Maven Users List'" <[EMAIL PROTECTED]>
> >Sent: Wednesday, November 26, 2003 3:35 PM
> >Subject: RE: [VOTE] The Maven Logo
> >
> >
> >
> >
> >>>if the Nazi's had stayed in power till now (~70 years) with the same
> >>>genocidal mentality witnessed during Hitler Germany, ~ 150 million
> >>>people would be dead at the hands of Nazi's.
> >>>
> >>>
> >>No, they wouldn't, for the simple reason that he would have run out of
> >>
> >>
> >Jews
> >
> >
> >>and Slavs to kill.  He didn't have the population base to work with.
> >>
> >>And I would suggest that the "per year" is a little flawed; Gorbachev,
for
> >>example, was incomparable to Stalin (during whose era most of the Soviet
> >>deaths occurred), and certainly not responsible for millions of deaths;
> >>similarly a significant proportion of the Chinese deaths were
attributable
> >>to the Cultural Revolution, 1966-1976, and the events in the five years
> >>preceding the CR.
> >>
> >>
> >>-
> >>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]
> >
> >
> >
>
>
>
> -
> 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]



Re: [VOTE] The Maven Logo

2003-11-26 Thread Ben Walding
I stopped caring yesterday when I held a personal vote at my desk, had a 
unanimous outcome, and committed a change to the default logo.

All this bickering is entertaining, but ultimately pointless.

Any other committer is free to change the logo as they feel fit.

Emmanuel Venisse wrote:

STOP, STOP, STOP. It isn't a history forum.

+1000 for the Ben logo.

- Original Message - 
From: "Peter Bright" <[EMAIL PROTECTED]>
To: "'Maven Users List'" <[EMAIL PROTECTED]>
Sent: Wednesday, November 26, 2003 3:35 PM
Subject: RE: [VOTE] The Maven Logo

 

if the Nazi's had stayed in power till now (~70 years) with the same
genocidal mentality witnessed during Hitler Germany, ~ 150 million
people would be dead at the hands of Nazi's.
 

No, they wouldn't, for the simple reason that he would have run out of
   

Jews
 

and Slavs to kill.  He didn't have the population base to work with.

And I would suggest that the "per year" is a little flawed; Gorbachev, for
example, was incomparable to Stalin (during whose era most of the Soviet
deaths occurred), and certainly not responsible for millions of deaths;
similarly a significant proportion of the Chinese deaths were attributable
to the Cultural Revolution, 1966-1976, and the events in the five years
preceding the CR.
-
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]
 



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


Re: Clearcase SCM support

2003-11-26 Thread Mikael Lundgren
Hi,

I went through the same - with subversion - a couple of days ago.

Have a look at 
http://maven.apache.org/reference/plugins/changelog/properties.html
for some settings you will need to do for maven to know about clearcase.

Cheers /Mikael

Kannan S wrote:

All,

Currently all my source code is in clearcase. I am trying to setup the 
build environment using maven. How do I specify that my source 
repository is clearcase instead of cvs so that the changelog plug-in 
works fine.

Thanks,
Kannan.


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


Re: Multiproject javadoc

2003-11-26 Thread Mikael Lundgren
Then again... it turns out that creating my own navigation.xml overrides 
the one created by running maven multiproject thus hiding my "child" sites.

This is overcome by explicitly (sp?) putting all the links in my own 
hand made navigation xml. It seems logical that the multiproject plugin 
would reuse the navigation.xml facility. Is there any way to combine the 
navigation.xml generated by multiproject with the one created by hand 
for navigating non-standard content?

Anyway, now my site looks lite I wanted it to.

Cheers /Mikael

Mikael Lundgren wrote:

Thanks...

sometimes the answer is painfully obvious ;-)

Cheers
/Mikael
Stephen McConnell wrote:



Mikael Lundgren wrote:

Now, if only I could get a link to this javadoc to magically appear 
in the home page of the top project... that would be something!!! 




You can do this by including a link to the javadoc root in the 
navigation.xml. If you take a look at the Merlin docs you will see the 
complete system APIs referenced at the top level:

http://avalon.apache.org/merlin

The sources for the site docs are in the merlin/platform/xdocs directory.

Cheers, Steve.


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


Clearcase SCM support

2003-11-26 Thread Kannan S
All,

Currently all my source code is in clearcase. I am trying to setup the build 
environment using maven. How do I specify that my source repository is 
clearcase instead of cvs so that the changelog plug-in works fine.

Thanks,
Kannan.
_
Has one of the new viruses infected your computer?  Find out with a FREE 
online computer virus scan from McAfee. Take the FreeScan now!  
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

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


Re: Multiproject javadoc

2003-11-26 Thread Mikael Lundgren
Thanks...

sometimes the answer is painfully obvious ;-)

Cheers
/Mikael
Stephen McConnell wrote:


Mikael Lundgren wrote:

Now, if only I could get a link to this javadoc to magically appear in 
the home page of the top project... that would be something!!! 


You can do this by including a link to the javadoc root in the 
navigation.xml. If you take a look at the Merlin docs you will see the 
complete system APIs referenced at the top level:

http://avalon.apache.org/merlin

The sources for the site docs are in the merlin/platform/xdocs directory.

Cheers, Steve.


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


Re: class org.xdoclet.ant.XDocletTask cannot be found - although is in .maven/repository

2003-11-26 Thread Maciek Zywno
[EMAIL PROTECTED] wrote:

Include a dependency in your project xml to the xdoclet-xdoclet module
and use as classpathref the ${maven.dependency.classpath}.
You might also have a look at the xdoclet plugins:
http://xdoclet.sourceforge.net/maven-plugin.html
Cheers,
simon
P.s.
The dependency declaration:
   
   xdoclet
   xdoclet
   1.2b4
   jar
   
-Original Message-

I try to use maven to build xdoclet-plugins and I get an exception that:

Unable to obtain goal [java:compile] -- file:/C:/Documents and 
Settings/maciek/D
esktop/PRACA MAGISTERSKA/xdoclet-plugins/testapp-pojo/:22:15:  
taskdef
class org.xdoclet.ant.XDocletTask cannot be found

I know that it is rather an ant related problem since exception is 
caused by the following piece of code:


in one of subprojects' maven.xml file.

Maybe you can tell how can I fix the problem?

Thanks in advance

Maciek
 

Thanks, but it does not work, java:compile is unattainable due to
com.werken.werkz.UnattainableGoalException: Unable to obtain goal 
[java:compile]
-- file:/C:/Documents and Settings/maciek/Desktop/PRACA 
MAGISTERSKA/xdoclet-plu
gins/plugin-qtags/:55:9:  Reference  not found.

*The java:compile in my subproject is:
*

   
   
 
 
 
*So the problem is in qtags goal which I put below:
*
   
   
   
   

   *
 
 
   *
   **
  
 
   
 

 
 
 
 
   
*In master project I have a dependency:*


 xdoclet
 2.0-alpha-1-SNAPSHOT
 http://xdoclet.sf.net/xdoclet2/

*
I read in maven manual about settings in maven java-plugin that :

*
maven.dependency.classpath 	Yes 	This property holds the Ant |path| of 
all the dependent jar files listed in the |dependencies| block of your 
project descriptor 


*
And I checked that
 gives nothing actually.
*
Should I set it somehow?
Could you try to help me once again?

Thanks in advance!

Maciek Zywno

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


calling ant and classpath problem

2003-11-26 Thread Geesken, Edmund
I try to compile all my JSPs using a user defined maven goal and the ant
jspc target

I have the problem, that I can not set the classpath property of the
ant:jspc target to the 

Classpath maven is using for my project. Any idea how I can get this
variable?

 

I want to compile each jsp separately and I would like to catch the output/
result

Failed or Successful. Is there a way to catch this?

 

Regards

Edmund




The information contained herein is confidential and is intended solely for the
addressee. Access by any other party is unauthorised without the express 
written permission of the sender. If you are not the intended recipient, please 
contact the sender either via the company switchboard on +44 (0)20 7623 8000, or
via e-mail return. If you have received this e-mail in error or wish to read our
e-mail disclaimer statement and monitoring policy, please refer to 
http://www.drkw.com/disc/email/ or contact the sender.




xdoc plugin

2003-11-26 Thread Steve Garcia
I'm getting a NullPointerException with the xDoc plugin.  I'm not sure how
to address this.  The relevant debug info is:

C:\source\itm\main\maven>maven -X xdoc
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT

...

maven-jxr-plugin:register:

xdoc:generate-from-pom:
[echo] Generating xdocs from POM ...

BUILD FAILED
File.. file:/C:/Documents and
Settings/SGarcia/.maven/plugins/maven-xdoc-plugi
n-1.4-SNAPSHOT/
Element... velocity:merge
Line.. 393
Column 9
null:-1:-1:  null
com.werken.werkz.UnattainableGoalException: Unable to obtain goal
[xdoc:generate-f
rom-pom] -- file:/C:/Documents and
Settings/SGarcia/.maven/plugins/maven-xdoc-plug
in-1.4-SNAPSHOT/:393:9:  null:-1:-1:  null
at com.werken.werkz.Goal.fire(Goal.java:646)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
at com.werken.werkz.Goal.attain(Goal.java:573)
at
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:44

[snip]

org.apache.commons.jelly.JellyTagException: file:/C:/Documents and
Settings/SGarci
a/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/:393:9: 
null:-1:-
1:  null
at
org.apache.commons.jelly.tags.velocity.MergeTag.mergeTemplate(MergeTag.
java:242)
at
org.apache.commons.jelly.tags.velocity.MergeTag.doTag(MergeTag.java:108
)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at
org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java:145
)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)

[snip]

org.apache.commons.jelly.JellyTagException: file:/C:/Documents and
Settings/SGarci
a/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/:393:9: 
null:-1:-
1:  null
at
org.apache.commons.jelly.tags.velocity.MergeTag.mergeTemplate(MergeTag.
java:242)
at
org.apache.commons.jelly.tags.velocity.MergeTag.doTag(MergeTag.java:108
)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at
org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java:145
)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)


Does anybody have any advice?

Thanks, Steve



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



RE: dashboard plugin: only empty reports

2003-11-26 Thread Vincent Massol
Hi Oliver,

>From the log, it looks as if you either do not have the 1.1 version of
the dashboard plugin or it doesn't completely work with your version of
Maven (1.0-rc1). I have only tested it with 1.0-rc2.

Here's something that should work: Add a new property to each individual
projects (in project.properties for each subproject for example):

maven.clover.report.xml=true

Normally this is set automatically by the dashboard plugin but it may
not work with Maven rc1.

-Vincent

PS: Please use the maven list to discuss anything related to Maven.

> -Original Message-
> From: Oliver Nölle [mailto:[EMAIL PROTECTED]
> Sent: 26 November 2003 17:58
> To: [EMAIL PROTECTED]
> Subject: WG: dashboard plugin: only empty reports
> 
> 
> 
> -Ursprüngliche Nachricht-
> Von: Oliver Nölle [mailto:[EMAIL PROTECTED]
> Gesendet: Mittwoch, 26. November 2003 17:21
> An: Maven Users List
> Betreff: AW: dashboard plugin: only empty reports
> 
> 
> 
> > The clovertpc/loc aggregators use the XML report from Clover but as
> > you're suing Dashboard 1.1 it should be ok (it automatically tells
> > clover to generate this xml report).
> 
> Should I find these xml-formatted reports after running dashboard?
> Because I did not find any xml files looking like the clover report,
and I
> did not find any property in my clover plugin (remember, it's version
1.2
> (evaluation), does this version have a switch to enable xml-reports?)
to
> switch xml format on.
> 
> What I found after running dashboard in the subproject's target
directory:
>   clover
> classes
>   (the class hierarchy)
> database
>   clover_coverage.db
>   clover_coverage.db1823928392 (or similar)
>   clover_coverage.db1823928234 (or similar)
> 
> > Nope. What I would need to help you is the console output.
> See the attached file, from a call "maven -X dashboard".
> 
> 
> > I've added a quick tutorial for you. Please tell me if it needs more
> > details. Even better, please submit a patch if you think it's
missing
> > something (once you've succeeded in creating your aggregator of
course
> > ;-)).
> >
> > http://maven.apache.org/reference/plugins/dashboard/authoring.html
> Excellent!
> If I have time and try to author my first aggregator, I will give you
some
> feedback on it.
> Maybe you want to add a link to this document on one of the other
pages
> (eg.
> index.html), so others find it more easily...
> 
> 
> I just ran dashboard with "cserrors" as only aggregator and it worked,
so
> the problem seems to be the xml output of clover, I think...
> 
> 
> 
> Thanks for the quick reply,
> 
> 
> Oliver


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



Re: Multiproject javadoc

2003-11-26 Thread Stephen McConnell


Mikael Lundgren wrote:

Ok, guys...

I realize this was a bit too simple ;-)

But, the thread about Merlin that appeared here earlier today got me 
the answer... so I looked at Merlin in CVS, in particular at the 
maven.xml for the Merlin project and voilá ;-) Now I can build 
aggregated javadocs for my 6 subprojects!

Now, if only I could get a link to this javadoc to magically appear in 
the home page of the top project... that would be something!!! 


You can do this by including a link to the javadoc root in the 
navigation.xml. If you take a look at the Merlin docs you will see the 
complete system APIs referenced at the top level:

http://avalon.apache.org/merlin

The sources for the site docs are in the merlin/platform/xdocs directory.

Cheers, Steve.

--

Stephen J. McConnell
mailto:[EMAIL PROTECTED]
||
| Magic by Merlin|
| Production by Avalon   |
||
| http://avalon.apache.org/merlin|
| http://dpml.net/   |
||




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


Re: Customizing the POM

2003-11-26 Thread Jason van Zyl
On Wed, 2003-11-26 at 08:52, Sri Sankaran wrote:
> Are there any plans afoot to allow for customization of the POM?  Of particular 
> interest to us is the  element.  
> 
> One can currently specify (name, id, email, organization, roles, url, timezone) to 
> describe a developer.  In our work environment the url and timezone elements get 
> left empty since they don't add any value.  
> Same can be said in many cases for the id and organization elements as well.
> 
> It would, on the other hand, be nice if one could provide more contact information 
> such as phone/cell/pager number etc.  Does the current design somehow accommodate 
> this need?

In the future it would be nice to actually have a developer database of
sorts and the POM can be expanded but having custom variants is not
something I would really like to see as it means baseline tools used to
help with anything developer related would not work.

Making additions to the developer element is probably not a huge deal as
information that is not provide will simply not be populated.

> Sri
> 
> -
> 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: [VOTE] The Maven Logo

2003-11-26 Thread Mark R. Diggory
Brilliant! ;-)

"However there is also a widely- recognized codicil that any intentional 
triggering of Godwin's Law in order to invoke its thread-ending effects 
will be unsuccessful."

-- This thread should have ended a long time ago! ;-)

[+1] for feather!


--- "Craig S. Cottingham" <[EMAIL PROTECTED]>
wrote:
Somebody email Mike Godwin, and tell him we have a
counterexample to his
Law (
http://info.astrian.net/jargon/terms/g/Godwin_s_Law.html

).

Can we please drop this thread now, and get back to
talking about Maven?
--
Craig S. Cottingham
[EMAIL PROTECTED]
--
Mark Diggory
Software Developer
Harvard MIT Data Center
http://www.hmdc.harvard.edu
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: dashboard plugin: only empty reports

2003-11-26 Thread Vincent Massol
Hi Oliver,

> -Original Message-
> From: Oliver Nölle [mailto:[EMAIL PROTECTED]
> Sent: 26 November 2003 14:53
> To: [EMAIL PROTECTED]
> Subject: dashboard plugin: only empty reports
> 
> Hi Vincent,
> 
> I tried to get your dashboard plugin working, but encounter the
following
> problem:
> 
> It successfully starts reactor and runs through my projects, but the
> resulting dashboard report has no data filled in:
> 
> 
> 
> 
>   
> Dashboard Report
>   
>   
> 
>   
> 
>   Project
>   Clover TPC
>   Clover LOC
> 
> 
>   component1
>   -
>   -
> 
> 
>   component2
>   -
>   -
> 
>   
> 
>   
> 
> 

ok that means the subprojects are correctly found.

> 
> It's maven-rc1, clover-plugin-1.2, dashboard-plugin-1.1, and these are
my
> build.properties:
> 
> maven.multiproject.basedir=checkouts
> maven.multiproject.includes=*/project.xml
> maven.multiproject.ignoreFailures=yes
> 
> maven.dashboard.basedir=checkouts
> maven.dashboard.includes=*/project.xml
> maven.dashboard.excludes=project.xml,target/**
> maven.dashboard.ignoreFailures=true
> maven.dashboard.aggregators = clovertpc,cloverloc
> 
> When I call maven site on the subprojects the clover html report gets
> generated correctly.

The clovertpc/loc aggregators use the XML report from Clover but as
you're suing Dashboard 1.1 it should be ok (it automatically tells
clover to generate this xml report).

> 
> Am I missing something? Do I need newer versions of something?

Nope. What I would need to help you is the console output.

> 
> And additionally, can you give me a hint how to write an aggregator
that
> shows for each project the size of the resulting jar? That would be
great!

I've added a quick tutorial for you. Please tell me if it needs more
details. Even better, please submit a patch if you think it's missing
something (once you've succeeded in creating your aggregator of course
;-)).

http://maven.apache.org/reference/plugins/dashboard/authoring.html

> 
> 
> Any help appreciated, looks like a very promising maven-plugin to me

Thanks
-Vincent

> 
> 
> Regards,
> 
> Oliver Nölle
> 
> --
> Oliver Nölle
> BMW Car IT GmbH
> Petuelring 116
> 80809 München
> Tel.: +49 89 189311-42
> Fax: +49 89 189311-20
> mailto: [EMAIL PROTECTED]
> home: www.bmw-carit.de
> anfahrt: http://mail.map24.com/bmw-carit



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



Re: [VOTE] The Maven Logo

2003-11-26 Thread Emmanuel Venisse
STOP, STOP, STOP. It isn't a history forum.

+1000 for the Ben logo.


- Original Message - 
From: "Peter Bright" <[EMAIL PROTECTED]>
To: "'Maven Users List'" <[EMAIL PROTECTED]>
Sent: Wednesday, November 26, 2003 3:35 PM
Subject: RE: [VOTE] The Maven Logo


> > if the Nazi's had stayed in power till now (~70 years) with the same
> > genocidal mentality witnessed during Hitler Germany, ~ 150 million
> > people would be dead at the hands of Nazi's.
> No, they wouldn't, for the simple reason that he would have run out of
Jews
> and Slavs to kill.  He didn't have the population base to work with.
>
> And I would suggest that the "per year" is a little flawed; Gorbachev, for
> example, was incomparable to Stalin (during whose era most of the Soviet
> deaths occurred), and certainly not responsible for millions of deaths;
> similarly a significant proportion of the Chinese deaths were attributable
> to the Cultural Revolution, 1966-1976, and the events in the five years
> preceding the CR.
>
>
> -
> 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]



RE: [VOTE] The Maven Logo

2003-11-26 Thread Steve Lewis
That's hilarious.  I've been listening to the
conversation amusingly.
Steve


--- "Craig S. Cottingham" <[EMAIL PROTECTED]>
wrote:
> Somebody email Mike Godwin, and tell him we have a
> counterexample to his
> Law (
>
http://info.astrian.net/jargon/terms/g/Godwin_s_Law.html
> ).
> 
> Can we please drop this thread now, and get back to
> talking about Maven?
> 
> -- 
> Craig S. Cottingham
> [EMAIL PROTECTED]
> 
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

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



RE: [VOTE] The Maven Logo

2003-11-26 Thread Craig S. Cottingham
Somebody email Mike Godwin, and tell him we have a counterexample to his
Law ( http://info.astrian.net/jargon/terms/g/Godwin_s_Law.html ).

Can we please drop this thread now, and get back to talking about Maven?

-- 
Craig S. Cottingham
[EMAIL PROTECTED]


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



RE: [VOTE] The Maven Logo

2003-11-26 Thread Peter Bright
> if the Nazi's had stayed in power till now (~70 years) with the same
> genocidal mentality witnessed during Hitler Germany, ~ 150 million
> people would be dead at the hands of Nazi's.
No, they wouldn't, for the simple reason that he would have run out of Jews
and Slavs to kill.  He didn't have the population base to work with.

And I would suggest that the "per year" is a little flawed; Gorbachev, for
example, was incomparable to Stalin (during whose era most of the Soviet
deaths occurred), and certainly not responsible for millions of deaths;
similarly a significant proportion of the Chinese deaths were attributable
to the Cultural Revolution, 1966-1976, and the events in the five years
preceding the CR.


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



Re: [VOTE] The Maven Logo

2003-11-26 Thread Mikael Lundgren
+1 feather

/Mikael Lundgren

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


Re: [VOTE] The Maven Logo

2003-11-26 Thread Mark R. Diggory
Peter Bright wrote:
The Chinese government is responsible, in one way or another, for
probably around 35 million deaths between 1949 and the present day;
whilst many millions of these deaths were attributable not to malice
as such but to economic mismanagement resulting in famine.
The Soviet regime between 1917 and 1990 is responsible for something
in the vicinity of 62 million deaths, though this includes many
millions killed during WWII.
Hitler, by comparison, managed only about 21 million.

That the Chinese and Russian regimes aren't held in the same light as
 Hitler's regime is a quirk of history rather than due to any
particular merits that these regimes may have had; Stalin was a "good
guy" -- for a few years, at least -- and managed to perform his acts
if not in private then at least within his own borders.
As such, the communist Chinese/Soviet imagery seems quite bizarre.
These are not regimes that one would wish to deliberately associate
with.  The logo seems quite perverse.
If your going to compare data like this,maybe you should normalize it a
little for timescale:
1933 to 1944 ~ 10 Years, 21 million deaths = 2.1 million deaths a year

1949 to now ~ 54 Years, 35 million deaths = 0.6 million deaths a year

1917 to 1990 ~ 73 Years, 62 million deaths = 0.8 million deaths a year

if the Nazi's had stayed in power till now (~70 years) with the same
genocidal mentality witnessed during Hitler Germany, ~ 150 million
people would be dead at the hands of Nazi's. Its very sad to consider
when you compare the numbers, and still recognize we're talking about
millions and millions of human lives. This is not a subject to be taken
lightly upon.
And I also suspect that US Foreign policy over the last 70 years 
probably looks as shameful if you count all the "propped-up 
dictatorships" and wars into it.

--
Mark Diggory
Software Developer
Harvard MIT Data Center
http://www.hmdc.harvard.edu
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: [VOTE] The Maven Logo

2003-11-26 Thread Charles-Alexandre Sabourdin
Le Mercredi 26 Novembre 2003 10:25, Norbert Pabiś a écrit :
> Jim Crossley wrote:
> > A runoff between the top 2 vote getters listed at
> > http://projects.walding.com/powered/
> >
> > propaganda or feather?
+1 propaganda

-- 
Charles-Alexandre
SABOURDIN
-


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



Customizing the POM

2003-11-26 Thread Sri Sankaran
Are there any plans afoot to allow for customization of the POM?  Of particular 
interest to us is the  element.  

One can currently specify (name, id, email, organization, roles, url, timezone) to 
describe a developer.  In our work environment the url and timezone elements get left 
empty since they don't add any value.  
Same can be said in many cases for the id and organization elements as well.

It would, on the other hand, be nice if one could provide more contact information 
such as phone/cell/pager number etc.  Does the current design somehow accommodate this 
need?

Sri

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



RE: [VOTE] The Maven Logo

2003-11-26 Thread Henri Yandell


On Wed, 26 Nov 2003, Peter Bright wrote:

> > John D Taylor (ROE) [mailto:[EMAIL PROTECTED] wrote:

> > Much more striking, and because most non-US citizens probably find the
> whole
> > debate baffling!  (Though maybe Europeans would have had a similar
> reaction
> > to the original poster if the logo had included a swastika)

Think how we'd feel if the logo was red, white and blue with some stars
and a stripe. Talk about perverse.

An important part of i18n is colour. I wonder if the logo is positive or
negative when viewed in Russia/E.Asia. Westerners trying to be cool by
taking the piss, or finally creating a nice logo.

> As such, the communist Chinese/Soviet imagery seems quite bizarre.  These
> are not regimes that one would wish to deliberately associate with.  The
> logo seems quite perverse.

+1 feather.

Hen


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



RE: [VOTE] The Maven Logo

2003-11-26 Thread Peter Bright
> John D Taylor (ROE) [mailto:[EMAIL PROTECTED] wrote:
>  Jim Crossley wrote:
>  > A runoff between the top 2 vote getters listed at
>  > http://projects.walding.com/powered/
>  >
>  > propaganda or feather?
> 
>  +1 propaganda
> 
> Much more striking, and because most non-US citizens probably find the
whole
> debate baffling!  (Though maybe Europeans would have had a similar
reaction
> to the original poster if the logo had included a swastika)

It seems to me that they ought to have the same reaction to the propaganda
logo, if they'd put Hitler into context.  The propaganda logo is essentially
a Chinese communist flag, though the reversed E looks to me to be a kind of
faux Russian.

The Chinese government is responsible, in one way or another, for probably
around 35 million deaths between 1949 and the present day; whilst many
millions of these deaths were attributable not to malice as such but to
economic mismanagement resulting in famine.

The Soviet regime between 1917 and 1990 is responsible for something in the
vicinity of 62 million deaths, though this includes many millions killed
during WWII.

Hitler, by comparison, managed only about 21 million.

That the Chinese and Russian regimes aren't held in the same light as
Hitler's regime is a quirk of history rather than due to any particular
merits that these regimes may have had; Stalin was a "good guy" -- for a few
years, at least -- and managed to perform his acts if not in private then at
least within his own borders.

As such, the communist Chinese/Soviet imagery seems quite bizarre.  These
are not regimes that one would wish to deliberately associate with.  The
logo seems quite perverse.


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



Re: [VOTE] The Maven Logo

2003-11-26 Thread scolebourne
 1 feather (although not sure if I have a vote)

>  from:"John D Taylor (ROE)" <[EMAIL PROTECTED]>
>  Jim Crossley wrote:
>  > A runoff between the top 2 vote getters listed at
>  > http://projects.walding.com/powered/
>  >
>  > propaganda or feather?
> 
>   1 propaganda
> 
> Much more striking, and because most non-US citizens probably find the whole
> debate baffling!  (Though maybe Europeans would have had a similar reaction
> to the original poster if the logo had included a swastika)
To me, this is about corporates objecting, not individuals - maven is outgrowing its 
OSS only roots.

Stephen



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



Re: Multiproject javadoc

2003-11-26 Thread Mikael Lundgren
Ok, guys...

I realize this was a bit too simple ;-)

But, the thread about Merlin that appeared here earlier today got me the 
answer... so I looked at Merlin in CVS, in particular at the maven.xml 
for the Merlin project and voilá ;-) Now I can build aggregated javadocs 
for my 6 subprojects!

Now, if only I could get a link to this javadoc to magically appear in 
the home page of the top project... that would be something!!!

The project I'm working with is designed for a *very* business critical 
application for and banking/finance companies. Maven is coming very 
handy for giving the project a face by aggregating reports, documents 
etc into one easily accessible place.

I am counting on using Maven throughout the projects as of today really 
since I got it installed on the build machine yesterday (all I have to 
do is add my own homegrown Subversion patch for the changelog plugin, 
which btw now also handles date ranges according to the latest 
Subversion 0.33.1).

Cheers

/Mikael Lundgren

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


RE: maven, cactus and weblogic 6.1

2003-11-26 Thread Vincent Massol



> -Original Message-
> From: Virga [mailto:[EMAIL PROTECTED]
> Sent: 26 November 2003 12:51
> To: Maven Users List
> Subject: Re: maven, cactus and weblogic 6.1
> 
> Thanks for the answer Vincent,
> If you said maven dropped support for weblogic 6.1, is that mean I
can't
> use
> plugin, eventhough there's a plugin for it ?Assuming that there's a
> weblogic
> 6.1 plugin somewhere out there..:-)

Can you point to me where I said "Maven dropped support for WL 6.1",
which BTW does not mean anything as Maven is made of plugins. No. What I
said is "Cactus dropped support for WL 6.1". It is still implemented but
not tested.

> Is there any other way ?
> I mean, I've done the same thing with ant, and it works fine,
well...two
> of
> my tests failed.
> So, i guess if it works with ant, it should works with maven, right ?

Nope because the Cactus plugin for Maven is a layer above the 
ant task and the Cactus plugin for Maven doesn't support WL 6.1 It could
be added though. Just send a patch for it. You're the first one to
request this.

Thanks
-Vincent

> 
> regards,
> 
> Virga
> 
> 
> -
> 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]



Re: Unit tests run twice ?

2003-11-26 Thread Eric Berenguier
Hi Brett,

Brett Porter wrote:

Unfortunately the maven:pluginVar tag is read only, but you can probably do
this:
${pom.getPluginContext('maven-test-plugin').setVariable('maven.test.skip',
 

This one works. Thanks !

A better alternative should be :


 

How am i supposed to change the maven.test.skip variable between the two 
lines above ?
I've just tried to add a  but it 
doesn't work.

Eric



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


Re: [VOTE] The Maven Logo

2003-11-26 Thread John D Taylor (ROE)


 Jim Crossley wrote:
 > A runoff between the top 2 vote getters listed at
 > http://projects.walding.com/powered/
 >
 > propaganda or feather?

 +1 propaganda

Much more striking, and because most non-US citizens probably find the whole
debate baffling!  (Though maybe Europeans would have had a similar reaction
to the original poster if the logo had included a swastika)



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



Re: maven, cactus and weblogic 6.1

2003-11-26 Thread Virga
Thanks for the answer Vincent,
If you said maven dropped support for weblogic 6.1, is that mean I can't use
plugin, eventhough there's a plugin for it ?Assuming that there's a weblogic
6.1 plugin somewhere out there..:-)
Is there any other way ?
I mean, I've done the same thing with ant, and it works fine, well...two of
my tests failed.
So, i guess if it works with ant, it should works with maven, right ?

regards,

Virga


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



Re: When will Maven RC2 be released?

2003-11-26 Thread Martin Skopp
On Tue, 2003-11-25 at 14:21, [EMAIL PROTECTED] wrote:
> As soon as the outstanding bugs are fixed.

Good news: just 10 issues missing for RC2 at
http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030

Bad news: 8 of them are unassigned.

> Next year? Flame baiter!

dion, I like to assure you that it was not my intention to start a flame
war.

But 1 Month + 1 Week and there's next year at least in my timezone. 


Is that Queensland timezone really _that_ different? ;-)


Martins X-Mas Wishlist
==
* maven-rc2
* commit rights


cu,
-- 
Martin Skopp
Riege Software International GmbH
Support: mailto:[EMAIL PROTECTED], Information: http://www.riege.com
 
This email is intended to be viewed with a nonproportional font.
Public Key on http://www.keyserver.net, Key-ID: 3D4027B5
Fingerprint: 1970 C78D 9A1D 99FA 5CE4  5C0D 29E6 6A95 3D40 27B5



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



Re: specify a different properties file rather than build.propert ies file

2003-11-26 Thread Jim Crossley
[EMAIL PROTECTED] writes:

> Wouldn't it be easier to encapsulate those 6 different environments into 
> goals to set them up and process them?

I don't think so.  You'd end up creating six new goals for each
project, wouldn't you?  And that would motivate you to encapsulate
them in a plugin shared by each project.  But the properties wouldn't
be exactly the same for each project, so you'd customize the plugin
with a properties file for each environment, and hey we're right back
where we started.  :-)

I haven't thought it completely through, but wouldn't it be easier to
introduce a mechanism by which additional properties files can be
loaded; their precedence higher than project.properties but lower than
[~/]build.properties?  It might also be nice to have a goal for which
I can specify pre/post conditions that determine which properties are
loaded. 

Jim

> "Nelson, Scott (MAN-Corporate)" <[EMAIL PROTECTED]> wrote on 26/11/2003 
> 01:21:10 AM:
>
>> I need to manage builds to 6 different environments, instead of changing 
> the
>> build.properties file every time before I run a build I thought it would 
> be
>> easier to just specify a properties file to load with all the 
> environment
>> specific settings for each separate environment.  I was also thinking 
> once
>> those property files are setup they could be managed in cvs. I guess 
> what I
>> could do is have ant load the specified properties file in before any of 
> the
>> plugins are called and not use maven's properties files at all for the
>> environment deployment settings.  Anyone else have another way to solve 
> this
>> problem?
>> 
>> -Scott
>> 
>> --Original Message-
>> From: Jason van Zyl [mailto:[EMAIL PROTECTED]
>> Sent: Tuesday, November 25, 2003 12:15 AM
>> To: Maven Users List
>> Subject: Re: specify a different properties file rather than
>> build.properties file
>> 
>> 
>> On Mon, 2003-11-24 at 19:31, Nelson, Scott (MAN-Corporate) wrote:
>> > Hey guys,
>> > 
>> > After reading the documentation I know that the order of properties 
> file
>> > processing is project.properties, build.properties,
>> > build.properties(user.home).  I also read that the -Dname=value 
> properties
>> > set at the CLI take precedence over all of these but... 
>> > 
>> > Say I wanted maven to use a file called build-qa.properties instead of
>> > build.properties, is there a way to do this in maven? 
>> 
>> Why would you need to that?
>> 
>> 
>> -- 
>> 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]
>> 
>> -
>> 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]

-- 
Jim Crossley
http://crossleys.org/~jim
404.409.9085

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



Re: specify a different properties file rather than build.propert ies file

2003-11-26 Thread Martin Skopp
On Tue, 2003-11-25 at 20:47, Gilles Dodinet wrote:
> perhaps it would in that context however i too see some needs to be able 
> to specify the global build.properties file. The reason is quite simple 
> : it may be used by another tool. I remember this was discussed already 
> somewhere (on the dev list i think, not sure tho),  but cannot remember  
> what was the conclusion.

There's a JIRA issue: 
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-605

I already added a patch but it was not committed yet to CVS.
Since I don't have commit rights, one needs to convince commiters to fix
this, so you may be consider voting for the issue.

cu
-- 
Martin Skopp
Riege Software International GmbH
Support: mailto:[EMAIL PROTECTED], Information: http://www.riege.com
 
This email is intended to be viewed with a nonproportional font.
Public Key on http://www.keyserver.net, Key-ID: 3D4027B5
Fingerprint: 1970 C78D 9A1D 99FA 5CE4  5C0D 29E6 6A95 3D40 27B5



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



Re: [SPAMSCORE] (medium): scm:checkout-project g

2003-11-26 Thread [EMAIL PROTECTED]
Sorry about the double post. My webmail client barfed at me...



 "Maven Users List" <[EMAIL PROTECTED]> wrote:

Hi all,
>
>
>I'm trying to get my feet wet with Maven. I've now come to a point where things seems 
>to start working, but I'm stuck.



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



scm:checkout-project goal not working?

2003-11-26 Thread [EMAIL PROTECTED]
Hi all,


I'm trying to get my feet wet with Maven. I've now come to a point where things seems 
to start working, but I'm stuck.

When I try to execute the scm:checkout-project goal, maven aborts with a

  cvs checkout: cannot open CVS/Entries for reading: No such file or directory

error.

I've tried to mimic this error with my command-line cvs client (on windows NT), and I 
got this error when I first created the directory I was trying to checkout to, and 
then executed the checkout. Just checking the module out (without creating the 
directory first) works fine.

However, Maven also first creates the directory, before it performs the checkout. Is 
there anything I can do to change this behaviour?

I'm currently drooling about getting all these project reports "for free", but this 
seems to be a huge stumbleblock to me...


Thanks,
tomK




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



Réf. : How to call ibiblio.org to add a new library for Maven?

2003-11-26 Thread Nicolas . CHALUMEAU
Send your request to Jira
http://maven.apache.org/repository-upload.html

Nicolas





"Eric Chow" <[EMAIL PROTECTED]>
26/11/2003 11:29
Veuillez répondre à "Maven Users List"

 
Pour :  "Maven Users List" <[EMAIL PROTECTED]>
cc : 
Objet : How to call ibiblio.org to add a new library for Maven?


Hello,

How to call ibiblio.org to add/update a library for Maven?


Eric

==
If you know what you are doing, 
it is not called RESEARCH!
==

-
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]



How to call ibiblio.org to add a new library for Maven?

2003-11-26 Thread Eric Chow
Hello,

How to call ibiblio.org to add/update a library for Maven?


Eric

==
If you know what you are doing, 
it is not called RESEARCH!
==

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



scm:checkout-project goal not working?

2003-11-26 Thread [EMAIL PROTECTED]
Hi all,


I'm trying to get my feet wet with Maven. I've now come to a point where things seems 
to start working, but I'm stuck.

When I try to execute the scm:checkout-project goal, maven aborts with a

  cvs checkout: cannot open CVS/Entries for reading: No such file or directory

error.

I've tried to mimic this error with my command-line cvs client (on windows NT), and I 
got this error when I first created the directory I was trying to checkout to, and 
then executed the checkout. Just checking the module out (without creating the 
directory first) did work fine.

However, Maven also first creates the directory, before it performs the checkout. Is 
there anything I can do to change this behaviour?

I'm currently drooling about getting all these project reports "for free", but this 
seems to be a huge stumbleblock to me...


Thanks,
tomK




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



Re: [VOTE] The Maven Logo

2003-11-26 Thread Paul Libbrecht
On Mercredi, nove 26, 2003, at 10:25 Europe/Paris, Norbert Pabiś wrote:

Jim Crossley wrote:
A runoff between the top 2 vote getters listed at
http://projects.walding.com/powered/
propaganda or feather?
+1 propaganda
+1 feather.

(I would have loved the "brewed")

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


Re: [VOTE] The Maven Logo

2003-11-26 Thread Norbert Pabiś
Jim Crossley wrote:
A runoff between the top 2 vote getters listed at
http://projects.walding.com/powered/
propaganda or feather?
+1 propaganda

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


RE: class org.xdoclet.ant.XDocletTask cannot be found - although is in .maven/repository

2003-11-26 Thread egglersim
Include a dependency in your project xml to the xdoclet-xdoclet module
and use as classpathref the ${maven.dependency.classpath}.
You might also have a look at the xdoclet plugins:
http://xdoclet.sourceforge.net/maven-plugin.html

Cheers,
simon


P.s.
The dependency declaration:


xdoclet
xdoclet
1.2b4
jar


-Original Message-
From: Maciek Zywno [mailto:[EMAIL PROTECTED] 
Sent: Mittwoch, 26. November 2003 03:09
To: Maven Users List
Subject: class org.xdoclet.ant.XDocletTask cannot be found - although is
in .maven/repository


I try to use maven to build xdoclet-plugins and I get an exception that:

Unable to obtain goal [java:compile] -- file:/C:/Documents and 
Settings/maciek/D
esktop/PRACA MAGISTERSKA/xdoclet-plugins/testapp-pojo/:22:15:  
taskdef
class org.xdoclet.ant.XDocletTask cannot be found

I know that it is rather an ant related problem since exception is 
caused by the following piece of code:



in one of subprojects' maven.xml file.

Maybe you can tell how can I fix the problem?

Thanks in advance

Maciek


-
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]



RE: maven, cactus and weblogic 6.1

2003-11-26 Thread Vincent Massol
Hi Virga,

WL 6.1 is no longer supported by Cactus. It was in the past but BEA
removed the WL 6.1 download so we could not test anything. Thus we have
dropped support for it.

Sorry about that.
Thanks
-Vincent

> -Original Message-
> From: Virga [mailto:[EMAIL PROTECTED]
> Sent: 25 November 2003 21:23
> To: Maven Users List
> Subject: maven, cactus and weblogic 6.1
> 
>  hi guys,
>  Does anyone know how to use maven cactus with weblogic 6.1 as the
> container
> ?
>  cause i got some problem here
>  i've followed the 'using guide' in the maven site, but it still won't
> work
>  i added in build.properties something like
>  cactus.home.weblogic6x = /home/bea/
>  copy the test to the src/test-cactus, but then maven gave me this :
> 
>  [java] Exception in thread "main" java.lang.NoClassDefFoundError:
>  weblogic/Server
>  [java] [ERROR] Java Result: 1
>  does maven support weblogic 6.1 ? how can i found a 'plugin' for that
?
> 
>  ps. i added also weblogic.jar in project.xml as dependencies
> 
> Thanks,
> Virga
> 
> 
> 
> -
> 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]