Re: where set passwords for remote

2003-08-06 Thread Jefferson K. French
I looked at the plugin.jelly a while back, but didn't see anyplace to
specify a password. Instead, I setup a key on the server to allow me
to ssh in without a password prompt.

Don't know if you are in a position to do this, but here is a page
that gives a good description of the process:
http://bumblebee.lcs.mit.edu/ssh2/.

  Jeff

On Wed, 6 Aug 2003, at 09:53:08 [GMT -0700] khote wrote:

> running "maven dist:deploy-src", and it runs fine, then just hangs.

> run again with  "maven -X dist:deploy-src" to see what's going on, I
> discover it's executing

> [exec] [DEBUG] Execute:Java13CommandLauncher: Executing 'ssh' with
> arguments:
> '-l'
> 'kevin'
> 'web1.ias.csusb.edu'
> 'mkdir -p /www/chronhome/distributions'

> Now all is well when I type:  ssh -l kevin web1.ias.csusb.edu mkdir -p
> /www/chronhome/distributions -- because I enter the password when prompted.
> Where do I tell maven what my password is here?  which property or property
> descriptor is used?

> I've been RTFM-ing long enough, can't find the answer.


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

-- 
mailto:[EMAIL PROTECTED]



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



RE: New to Maven -- please help

2003-08-06 Thread dion
This error message is usually from a bad jar. The hassle is, which 
onemaybe one in your maven.home/lib directory?
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


"Shelly_Singh" <[EMAIL PROTECTED]> wrote on 07/08/2003 03:09:30 PM:

> I am on WIndows NT 4.
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 07, 2003 10:26 AM
> To: Maven Users List
> Subject: RE: New to Maven -- please help
> 
> 
> 1.3 is fine. On which platform? We've had this sort of report from 
people 
> on Solaris 1.3 before
> --
> dIon Gillard, Multitask Consulting
> Blog:  http://blogs.codehaus.org/people/dion/
> 
> 
> "Shelly_Singh" <[EMAIL PROTECTED]> wrote on 07/08/2003 01:23:47 
PM:
> 
> > I have jdk version 1.3.0? Which jdk version can be used with maven? 
> > 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, August 07, 2003 7:45 AM
> > To: Maven Users List
> > Subject: RE: New to Maven -- please help
> > 
> > 
> > Or you may have a JDK which is sensitive to the index files in the 
jars.
> > --
> > dIon Gillard, Multitask Consulting
> > Blog:  http://blogs.codehaus.org/people/dion/
> > 
> > 
> > "Kumar, Vaidhyanatha K." <[EMAIL PROTECTED]> wrote on 06/08/2003 
> > 09:49:36 PM:
> > 
> > > Shelly,
> > > You can try installing JDK1.4.2 and maven b10. 
> > > OR  you might have a unsupported proxy server. The email thread 
> > > below has some pointers.
> > > http://www.mail-archive.com/[EMAIL PROTECTED]/thrd2.html#01898
> > > 
> > > Vaidhy
> > > -Original Message-
> > > From: Shelly_Singh [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, August 06, 2003 1:35 AM
> > > To: Maven Users List
> > > Subject: New to Maven -- please help
> > > 
> > > 
> > > 
> > > Hi,
> > > 
> > > I get the following exception when I tried to run Maven.
> > > The following is the command i tried:
> > > maven -o genApp
> > >  From one of the users in the list, I got the idea that this is 
> > > happening because I am probably behind firewall ( I do not even have
> > > intrnet access ).
> > > 
> > > Please guide me. Any pointers will be most helpful.
> > > 
> > > Thanks in advance,
> > > Shelly
> > > 
> > > 
> > > sun.misc.InvalidJarIndexException: Invalid index!
> > > at 
> > sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:594)
> > > at sun.misc.URLClassPath.getResource(URLClassPath.java:134)
> > > at java.net.URLClassLoader$2.run(URLClassLoader.java:349)
> > > at java.security.AccessController.doPrivileged(Native 
Method)
> > > at 
> java.net.URLClassLoader.findResource(URLClassLoader.java:346)
> > > at java.lang.ClassLoader.getResource(ClassLoader.java:734)
> > > at java.lang.Class.getResource(Class.java:1249)
> > > at org.apache.commons.betwixt.XMLIntrospector.
> > > findByXMLDescriptor(XMLInt
> > > rospector.java:531)
> > > at org.apache.commons.betwixt.XMLIntrospector.
> > > introspect(XMLIntrospector
> > > .java:256)
> > > at org.apache.commons.betwixt.io.BeanReader.
> > > registerBeanClass(BeanReader
> > > .java:143)
> > > at 
> > org.apache.maven.MavenUtils.createBeanReader(MavenUtils.java:560)
> > > at org.apache.maven.MavenUtils.
> > > getProjectBeanReader(MavenUtils.java:324)
> > > 
> > > at 
org.apache.maven.MavenUtils.getProject(MavenUtils.java:198)
> > > at 
org.apache.maven.MavenUtils.getProject(MavenUtils.java:160)
> > > at org.apache.maven.MavenSession.
> > > initializeRootProject(MavenSession.java
> > > :324)
> > > at 
> > org.apache.maven.MavenSession.initialize(MavenSession.java:234)
> > > at org.apache.maven.cli.App.doMain(App.java:514)
> > > at org.apache.maven.cli.App.main(App.java:1088)
> > > at java.lang.reflect.Method.invoke(Native Method)
> > > at com.werken.forehead.Forehead.run(Forehead.java:543)
> > > at com.werken.forehead.Forehead.main(Forehead.java:573)
> > > -Original Message-
> > > From: Kumar, Vaidhyanatha K. [mailto:[EMAIL PROTECTED]
> > > Sent: Tuesday, August 05, 2003 6:05 PM
> > > To: Maven Users List
> > > Subject: RE: New to Maven
> > > 
> > > 
> > > Shelly,
> > > I have been using maven for a month.
> > > From what I know, you need web ONLY to do the initial install, CVS 
> > > updates etc. Beyond that, you really don't need a web connection. 
> > > Most of the jar files can be kept in the local repository.
> > > Maven is the way to go!
> > > Vaidhy Kumar
> > > 
> > > -Original Message-
> > > From: Shelly_Singh [mailto:[EMAIL PROTECTED]
> > > Sent: Tuesday, August 05, 2003 12:04 AM
> > > To: Maven Users List
> > > Subject: New to Maven
> > > 
> > > 
> > > Hi All,
> > > I am very new to maven. I do not have internet access, but have 
> > > access to the web documents. 
> > > Can I use maven, or do I need to have internet access to use maven. 
> > > 

Inheritance of to sub-subprojects

2003-08-06 Thread Brent Hale
I have a directory structure which includes subprojects some of which 
have also have subprojects.  All project.xml files inherit from the 
top-level parent.  The top level parent maven.xml file has in it the 
following pregoal:

   
   
   
This pregoal gets called correctly for each immediate subproject.  
However for subprojects that have other subprojects (ones which have to 
use the reactor to build other subprojects) it appears that the preGoal 
is not being inherited.  My work-around is to put the above pregoal into 
the maven.xml file of each parent that has subprojects.  I was thinking 
(assuming) that the top-level pregoal should have been passed all the 
way down.

Is this a bug or the way maven was designed to work?

Brent



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


RE: Help - error creating change log

2003-08-06 Thread dion
Caused by: java.lang.IllegalArgumentException: repository connection
must start
with scm[delim]
at
org.apache.maven.project.Repository.splitSCMConnection(Repository.jav
a:174)
at

You've got a bad 
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/



Re: Maven beta 10 repository directory

2003-08-06 Thread S. Radhakrishnan

Hi,

that works fine for repository. But for checkstyle plugins
.. its looking at the directory .maven in the $userhome directory.
what are all the additional properties do i need to set for Maven
beta 10 upgradation.??.. I have checked the ur reference site too
and set the same values as,

maven.repo.local = ${maven.home}/repository
maven.local.home = /opt/maven

is that enough??..



RK.


-Original Message-
From: Fabrice Depoux [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 06, 2003 2:14 PM
To: S. Radhakrishnan
Subject: Re: Maven beta 10 repository directory


As it is explained in the wiki
(http://wiki.codehaus.org/maven/MigratingFromBeta9ToBeta10), you have to set
the properties mavan.local.home

Fabrice.


On Wed, 6 Aug 2003 14:03:54 +0530
"S. Radhakrishnan" <[EMAIL PROTECTED]> wrote:

> Hi,
>
> I have now installed Maven beta 10 version and trying to generate
> maven site. But some how the repository jar files are not created
> under the maven beta 10 directory. its created in $userhome/.maven
> directory. Means, it is looking for the repositories from $userhome/.maven
> directory instead of $mavenbeta10dir/repository
>
> How to get rid of this.
>
>
> RK.
>
> -
> 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: Help : Error generating java docs

2003-08-06 Thread dion
Do you have a  or 
asdasd

in your project.xml?

You might benefit from reading 
http://maven.apache.org/reference/project-descriptor.html
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


"Eran Chinthaka" <[EMAIL PROTECTED]> wrote on 06/08/2003 05:43:48 
PM:

>    
> I have the following error when I was trying to use maven site command.
> How can I specify source files or directories for java doc generation.
> PLease help me.
> 
> Thankx in advance.
> 
> Chinthaka
> 
> 
> 
> 
> [echo] Generating the File Activity...
> maven-file-activity-plugin:report:
> [echo] Generating the file activity report
> 
> [echo] Generating the JavaDocs...
> 
> BUILD FAILED
> No source files and no packages have been specified.
> at
> org.apache.tools.ant.taskdefs.Javadoc.execute(Javadoc.java:1534)
> at org.apache.tools.ant.Task.perform(Task.java:341)
> at
> org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:232)
> 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.IfTag.doTag(IfTag.java:88)
> 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
> com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
> at com.werken.werkz.Goal.fire(Goal.java:639)
> at com.werken.werkz.Goal.attain(Goal.java:575)
> at
> com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
> at
> com.werken.werkz.jelly.AttainGoalTag.doTag(AttainGoalTag.java:134)
> at
> org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag.doTag(LazyAttainG
> oalTag.java:107)
> 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.IfTag.doTag(IfTag.java:88)
> 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:1
> 45)
> 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
> com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
> at com.werken.werkz.Goal.fire(Goal.java:639)
> at com.werken.werkz.Goal.attain(Goal.java:575)
> at
> com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
> at
> com.werken.werkz.jelly.AttainGoalTag.doTag(AttainGoalTag.java:134)
> at
> org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag.doTag(LazyAttainG
> oalTag.java:107)
> 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
> com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
> at com.werken.werkz.Goal.fire(Goal.java:639)
> at com.werken.werkz.Goal.attain(Goal.java:575)
> at
> org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
> 434)
> at
> org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
> at org.apache.maven.cli.App.doMain(App.java:525)
> at org.apache.maven.cli.App.main(App.java:1088)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at com.werken.forehead.Forehead.run(Forehead.java:543)
> at com.werken.forehead.Forehead.main(Forehead.java:573)
> File.. file:/C:/Documents and
> Settings/eurcolche/.maven/plugins/maven-javado
> c-plugin-1.3-SNAPSHOT/
> Element... ant:javadoc
> Line.. 98
> Column 60
> No source files and no packages have been specified.
> Total time:  28 seconds
> 
>   _ 
> 
> 
>  nt%3bst%3b&SG=&RAND=643

Re: Inheritance of to sub-subprojects

2003-08-06 Thread Jason van Zyl
On Wed, 2003-08-06 at 13:24, Brent Hale wrote:
> I have a directory structure which includes subprojects some of which 
> have also have subprojects.  All project.xml files inherit from the 
> top-level parent.  The top level parent maven.xml file has in it the 
> following pregoal:
> 
> 
> 
> 
> 
> This pregoal gets called correctly for each immediate subproject.  
> However for subprojects that have other subprojects (ones which have to 
> use the reactor to build other subprojects) it appears that the preGoal 
> is not being inherited.  My work-around is to put the above pregoal into 
> the maven.xml file of each parent that has subprojects.  I was thinking 
> (assuming) that the top-level pregoal should have been passed all the 
> way down.
> 
> Is this a bug or the way maven was designed to work?

It's a bug.

> Brent
> 
> 
> 
> -
> 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: Help - error creating change log

2003-08-06 Thread Ben Walding
It looks like you haven't filled out your project.xml correctly.

Take a look at 
http://maven.apache.org/reference/project-descriptor.html#repository

and if that doesn't make any sense, post your project.xml

Eran Chinthaka wrote:

No SCM entry in maven.log

This is the result of maven -e site

__  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-10
site:
xdoc:register-reports:
maven-jdepend-plugin:register:
maven-checkstyle-plugin:register:

maven-changes-plugin:register:

maven-changelog-plugin:register:

maven-developer-activity-plugin:register:

maven-file-activity-plugin:register:

maven-license-plugin:register:

maven-javadoc-plugin:register:

maven-jxr-plugin:register:

maven-junit-report-plugin:register:

maven-linkcheck-plugin:register:

maven-tasklist-plugin:register:

site:run-reports:
   [echo] Generating the Metrics...
maven-jdepend-plugin:report:
java:prepare-filesystem:
java:compile:
   [echo] Compiling to E:\projects\MavenTest/target/classes
   [echo] Generating the Checkstyle...
checkstyle:init:
checkstyle:license:

checkstyle:report:
   [echo] Using C:\Documents and
Settings\eurcolche\.maven\plugins\maven-checks
tyle-plugin-2.0-SNAPSHOT\plugin-resources/sun_checks.xml for checkstyle
...
   [echo] Generating the Change Log...
maven-changelog-plugin:report:
   [echo] Generating the changelog report
BUILD FAILED
java.lang.reflect.InvocationTargetException
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
   at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:324)
   at
org.apache.commons.jelly.impl.DynamicBeanTag.doTag(DynamicBeanTag.jav
a:230)
   at
org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.jav
a:145)
   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.IfTag.doTag(IfTag.java:88)
   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.WhenTag.doTag(WhenTag.java:92)
   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.ChooseTag.doTag(ChooseTag.java:84)
   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
com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
   at com.werken.werkz.Goal.fire(Goal.java:639)
   at com.werken.werkz.Goal.attain(Goal.java:575)
   at
com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
   at
com.werken.werkz.jelly.AttainGoalTag.doTag(AttainGoalTag.java:134)
   at
org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag.doTag(LazyAttainG
oalTag.java:107)
   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.IfTag.doTag(IfTag.java:88)
   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:1
45)
   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
com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
   at com.werken.werkz.Goal.fire(Goal.java:639)
   at com.werken.werkz.Goal.attain(Goal.java:575)
   at
com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
   at
com.werken.werkz.jelly.AttainGoalTag.doTag(AttainGoalTag.java:134)
   at
org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag.doTag(LazyAttainG
oalTag.java:107)
   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
com.werken.werkz.jelly.Goa

Re: Unknown goal "clean:clean" in a multiproject environment

2003-08-06 Thread dion
Don't know. All sounds ok.

Can you post your multiproject settings and directory layout?
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


Brent Hale <[EMAIL PROTECTED]> wrote on 06/08/2003 01:45:49 AM:

> Thanks for the suggestions.  I already had the 
> "maven.multiproject.excludes=project.xml" property set in my top-level 
> project.properties file though.  I only have this defined once in the 
> top-level properties file.  All other subprojects inherit up the tree 
> via an "${basedir}/../project.xml". 
> 
> I have done something to get the clean to work from the top-level.  Just 

> don't know what it was. 
> 
> Next problem will probably be related though.   When trying to do a 
> build from the top-level it goes fine until after it processes a 
> subproject with other subprojects in it.  After finishing the first set 
> of sub-subprojects it chokes when trying to process the next subproject 
> at the top level.  It fails with a similar "Unable to obtain goal 
> [build] -- file:/C:/dev/newcvs/dbselection/:11:41:  No goal 
> [jar:install]".   ([build] is my defined goal in each project). 
> 
> I added "maven.multiproject.excludes=project.xml" to the 
> project.properties file of the subproject with subprojects and it has no 

> effect.
> 
> What am I missing?
> Brent
> 
> 
> Rafal Krzewski wrote:
> 
> >[EMAIL PROTECTED] wrote:
> > 
> >
> >>You've got the top level project included in the set of directories 
that 
> >>multiproject is processing.
> >>
> >>This is not supported ATM.
> >> 
> >>
> >
> >My guess is that is caused by a bug in Werkz, or in the way Maven uses
> >them. When you try to run goals on a project for the second time in a
> >maven run it complains about them being undefined, instead of just
> >skipping them silently (because they are done).
> >
> >For the time being, the multiproject plugin might be improved by
> >extracting the bit that iterates over projects and checks for a
> >duplicaing top level project in sub project into a reusable tag
> >(it also sets the 'reactorProjects' variable).
> >
> >I'll take a look at this later.
> >
> >R.
> >
> >
> >-
> >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]
> 


and maven.remote.repos

2003-08-06 Thread khote
My project has a struts dependency, struts-1.1.jar is available on ibiblio.

How exactly do I configure any of the ,  ... etc. in
the ?

How about looking through other repositories, are groupId and artifactId
important in a different directory structure on another source?



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



Re: Maven beta 10 repository directory

2003-08-06 Thread Rafal Krzewski
S. Radhakrishnan wrote:

> Now, building the checkstyle report using Maven 10, it gives me the
> following exception.
> 
> com.puppycrawl.tools.checkstyle.api.CheckstyleException: unable to parse
> /home/intranet/cvs/metapa/adr/my-checkstyle.properties - Premature end of
> file.:-1:-1
> 
> however,it was working fine with Maven 9. Is there any other special
> consideration for Maven 10??

Beta 10 uses newer version of checkstyle, 1.2 if my memory suits me.
You need to convert your rules file into new xml format. See checkstyle
documentation for details.

R.


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



Maven beta 10 repository directory

2003-08-06 Thread S. Radhakrishnan
Hi,

I have now installed Maven beta 10 version and trying to generate
maven site. But some how the repository jar files are not created
under the maven beta 10 directory. its created in $userhome/.maven
directory. Means, it is looking for the repositories from $userhome/.maven
directory instead of $mavenbeta10dir/repository

How to get rid of this.


RK.

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



RE: Help : Error generating java docs

2003-08-06 Thread dion
Note the entry on that URL I gave you. The  is used when 
generating javadoc.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


"Eran Chinthaka" <[EMAIL PROTECTED]> wrote on 06/08/2003 06:16:51 
PM:

> I have a src correctly
> pointed to the source directory.
> maven jar command worked without a problem. And it did compile all the
> sources.
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, August 06, 2003 2:03 PM
> To: Maven Users List
> Subject: Re: Help : Error generating java docs
> 
> 
> Do you have a  or
> asdasd
> 
> in your project.xml?
> 
> You might benefit from reading 
> http://maven.apache.org/reference/project-descriptor.html
> --
> dIon Gillard, Multitask Consulting
> Blog:  http://blogs.codehaus.org/people/dion/
> 
> 
> "Eran Chinthaka" <[EMAIL PROTECTED]> wrote on 06/08/2003 05:43:48
> 
> PM:
> 
> >   
> > I have the following error when I was trying to use maven site
> command.
> > How can I specify source files or directories for java doc generation.
> > PLease help me.
> > 
> > Thankx in advance.
> > 
> > Chinthaka
> > 
> > 
> > 
> > 
> > [echo] Generating the File Activity...
> > maven-file-activity-plugin:report:
> > [echo] Generating the file activity report
> > 
> > [echo] Generating the JavaDocs...
> > 
> > BUILD FAILED
> > No source files and no packages have been specified.
> > at
> > org.apache.tools.ant.taskdefs.Javadoc.execute(Javadoc.java:1534)
> > at org.apache.tools.ant.Task.perform(Task.java:341)
> > at
> > org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:232)
> > 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.IfTag.doTag(IfTag.java:88)
> > 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
> > com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
> > at com.werken.werkz.Goal.fire(Goal.java:639)
> > at com.werken.werkz.Goal.attain(Goal.java:575)
> > at
> > com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
> > at
> > com.werken.werkz.jelly.AttainGoalTag.doTag(AttainGoalTag.java:134)
> > at 
> > org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag.doTag(LazyAttainG
> > oalTag.java:107)
> > 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.IfTag.doTag(IfTag.java:88)
> > 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:1
> > 45)
> > 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
> > com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
> > at com.werken.werkz.Goal.fire(Goal.java:639)
> > at com.werken.werkz.Goal.attain(Goal.java:575)
> > at
> > com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
> > at
> > com.werken.werkz.jelly.AttainGoalTag.doTag(AttainGoalTag.java:134)
> > at 
> > org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag.doTag(LazyAttainG
> > oalTag.java:107)
> > 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
> > com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
> > at com.werken.werkz.Goal.fire(Goal.java:639)
> > at com.werken.werkz.Goal.attain(Goal.java:575)
> > at
> > org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
> > 434)
> > at
> > org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
> > at org.apache.maven.cli.App.doMain(App.java:525)
> > at org.apache.maven.cli.App.main(App.java:1088)
> >

Re: [OT] JIRA and CVS

2003-08-06 Thread Brian Ewins
JIRA:
http://www.atlassian.com/software/jira/docs/v2.3/cvs_emails.html
bugzilla:
http://www.bugzilla.org/docs/html/integration.html
Jeffrey Bonevich wrote:

Totally off the Maven topic, but I was interested in the project's use 
of JIRA for issue tracking.  Could anyone give me a quick run-down or 
point me at the atlassian documentation that describes integration of 
CVS with JIRA (i.e. associate resources in CVS with a given issue; view 
the resource with a link through ViewCVS or some other repository 
browsing service, etc.)?  Is this even possible in JIRA?  I noticed in 
the commit info for maven source files that often a JIRA issue number 
appears...is this automagically being populated using a tool?  or just 
convention of developers?

Is any one aware of open source (or OSS-friendly) issue tracking 
software that has this level of integration with CVS?

I appreciate any responses I get, and they can be off the list as well 
if that works better.

jeff



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


RE: Building beta-10

2003-08-06 Thread Howard M. Lewis Ship
I found the wierdness ... despite an -Xmx384MB I hit an OutOfMemory error in the 
middle of the build
(which continued on, regardless, with only a partial set of plugins).

I'm trying again with -Xmx512MB

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, August 05, 2003 12:56 PM
> To: Maven Users List
> Subject: RE: Building beta-10
> 
> 
> "Howard M. Lewis Ship" <[EMAIL PROTECTED]> wrote on 
> 06/08/2003 02:40:12 
> AM:
> 
> > Hm.  Now it works for me as well?
> > 
> > This is very strange, because I distinctly remember doing 
> this exact 
> > steps; deleting .maven, rebuilding, running maven.  Yesterday it 
> > failed, today it works.
> > 
> > Before I hang my head in utter shame ... have any of the -snapshot
> > jars changed since yesterday?
> Nope, not that I know of.
> 
> > Anyway, I'm back to trying to build my clover patch.  I'll keep you 
> posted.
> Ok. Let me know if you need help. I'll be onto the javassist Tapestry 
> problem hopefully tomorrow.
> --
> 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: Simple dependency idea

2003-08-06 Thread dion
Rasied as MAVEN-654
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


Henri Yandell <[EMAIL PROTECTED]> wrote on 05/08/2003 12:51:00 PM:

> 
> Just something that occurred to me the other day. If I have:
> 
> 
>   javamail
> 
> 
> It really should be smart and look for javamail.jar and not 
javamail-.jar.
> 
> There's enough in the way of non-versioned jars [especially from sun] 
that
> this would be a nice pain reducer.
> 
> Hen
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


RE: Help : Error generating java docs

2003-08-06 Thread Eran Chinthaka
I have a src correctly
pointed to the source directory.
maven jar command worked without a problem. And it did compile all the
sources.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 06, 2003 2:03 PM
To: Maven Users List
Subject: Re: Help : Error generating java docs


Do you have a  or
asdasd

in your project.xml?

You might benefit from reading 
http://maven.apache.org/reference/project-descriptor.html
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


"Eran Chinthaka" <[EMAIL PROTECTED]> wrote on 06/08/2003 05:43:48

PM:

>   
> I have the following error when I was trying to use maven site
command.
> How can I specify source files or directories for java doc generation.
> PLease help me.
> 
> Thankx in advance.
> 
> Chinthaka
> 
> 
> 
> 
> [echo] Generating the File Activity...
> maven-file-activity-plugin:report:
> [echo] Generating the file activity report
> 
> [echo] Generating the JavaDocs...
> 
> BUILD FAILED
> No source files and no packages have been specified.
> at
> org.apache.tools.ant.taskdefs.Javadoc.execute(Javadoc.java:1534)
> at org.apache.tools.ant.Task.perform(Task.java:341)
> at
> org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:232)
> 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.IfTag.doTag(IfTag.java:88)
> 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
> com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
> at com.werken.werkz.Goal.fire(Goal.java:639)
> at com.werken.werkz.Goal.attain(Goal.java:575)
> at
> com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
> at
> com.werken.werkz.jelly.AttainGoalTag.doTag(AttainGoalTag.java:134)
> at 
> org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag.doTag(LazyAttainG
> oalTag.java:107)
> 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.IfTag.doTag(IfTag.java:88)
> 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:1
> 45)
> 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
> com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
> at com.werken.werkz.Goal.fire(Goal.java:639)
> at com.werken.werkz.Goal.attain(Goal.java:575)
> at
> com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
> at
> com.werken.werkz.jelly.AttainGoalTag.doTag(AttainGoalTag.java:134)
> at 
> org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag.doTag(LazyAttainG
> oalTag.java:107)
> 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
> com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
> at com.werken.werkz.Goal.fire(Goal.java:639)
> at com.werken.werkz.Goal.attain(Goal.java:575)
> at
> org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
> 434)
> at
> org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
> at org.apache.maven.cli.App.doMain(App.java:525)
> at org.apache.maven.cli.App.main(App.java:1088)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at com.werken.forehead.Forehead.run(Forehead.java:543)
> at com.werken.forehead.Forehead.main(Forehead.java:573)
> File.. file:/C:/Documents and 
> 

Re: Help - error creating change log

2003-08-06 Thread dion
Run 'maven -e site' and post us the exception. Also look in maven.log for 
messages with 'SCM' in them.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


"Eran Chinthaka" <[EMAIL PROTECTED]> wrote on 06/08/2003 03:41:35 
PM:

>    
> I got following error, when i was trying to use maven site:generate
> command. PLease someone help me to correct this. 
> 
> Thankx in advance.
> 
> Chinthaka
> 
> 
>  java:compile:
> [echo] Compiling to E:\projects\MavenTest/target/classes
> 
> 
> [echo] Generating the Checkstyle...
> checkstyle:init:
> 
> checkstyle:license:
> 
> checkstyle:report:
> [echo] Using C:\Documents and
> Settings\eurcolche\.maven\plugins\maven-checks
> tyle-plugin-2.0-SNAPSHOT\plugin-resources/sun_checks.xml for checkstyle
> ...
> 
> [echo] Generating the Change Log...
> maven-changelog-plugin:report:
> [echo] Generating the changelog report
> 
> BUILD FAILED
> File.. file:/C:/Documents and
> Settings/eurcolche/.maven/plugins/maven-change
> log-plugin-1.3-SNAPSHOT/
> Element... changelog:changelog
> Line.. 61
> Column 15
> java.lang.reflect.InvocationTargetException
> Total time:  34 seconds
> 
>   _ 
> 
> 
>  nt%3bst%3b&SG=&RAND=21124> Upgrade Your Email - Click here! 


Help : Error generating java docs

2003-08-06 Thread Eran Chinthaka
   
I have the following error when I was trying to use maven site command.
How can I specify source files or directories for java doc generation.
PLease help me.
 
Thankx in advance.
 
Chinthaka
 
 


[echo] Generating the File Activity...
maven-file-activity-plugin:report:
[echo] Generating the file activity report
 
[echo] Generating the JavaDocs...
 
BUILD FAILED
No source files and no packages have been specified.
at
org.apache.tools.ant.taskdefs.Javadoc.execute(Javadoc.java:1534)
at org.apache.tools.ant.Task.perform(Task.java:341)
at
org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:232)
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.IfTag.doTag(IfTag.java:88)
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
com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at
com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
at
com.werken.werkz.jelly.AttainGoalTag.doTag(AttainGoalTag.java:134)
at
org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag.doTag(LazyAttainG
oalTag.java:107)
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.IfTag.doTag(IfTag.java:88)
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:1
45)
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
com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at
com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
at
com.werken.werkz.jelly.AttainGoalTag.doTag(AttainGoalTag.java:134)
at
org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag.doTag(LazyAttainG
oalTag.java:107)
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
com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
434)
at
org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
at org.apache.maven.cli.App.doMain(App.java:525)
at org.apache.maven.cli.App.main(App.java:1088)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.werken.forehead.Forehead.run(Forehead.java:543)
at com.werken.forehead.Forehead.main(Forehead.java:573)
File.. file:/C:/Documents and
Settings/eurcolche/.maven/plugins/maven-javado
c-plugin-1.3-SNAPSHOT/
Element... ant:javadoc
Line.. 98
Column 60
No source files and no packages have been specified.
Total time:  28 seconds

  _  

 
 Upgrade Your Email - Click here!