Re: site:generate and svn

2005-07-26 Thread Marko Bauhardt

sorry i had a syntax error in my property file. now it works.

Am 26.07.2005 um 10:50 schrieb Marko Bauhardt:


Hello,
i have a problem with the site plugin.

i use a svn repository and if i execute "maven site:generate" the  
build will be failed.
i become the following error message: "repository connection string  
does not specify 'cvs' as the scm"


my project.properties contains:
maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory

Whats wrong?



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



site:generate and svn

2005-07-26 Thread Marko Bauhardt

Hello,
i have a problem with the site plugin.

i use a svn repository and if i execute "maven site:generate" the  
build will be failed.
i become the following error message: "repository connection string  
does not specify 'cvs' as the scm"


my project.properties contains:
maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory

Whats wrong?

Re: Consistent java.exe crash for site:generate

2005-01-13 Thread Brett Porter
FYI - I'm helping David with his request.


On Thu, 13 Jan 2005 09:42:02 -0500, Paterline, David L.
<[EMAIL PROTECTED]> wrote:
> Hi -
> 
> I have tried multiple times in various ways to unsubscribe from this mailing
> list. I am not a dummy. I have subscribed to and unsubscribed from many
> mailing lists over the past ten years or so. I have never had any problems,
> except with the Maven lists.
> 
> Would some kind human being please unsubscribe [EMAIL PROTECTED]
> from this and all Maven mailing lists?
> 
> Thank you very much.
> 
> -Original Message-
> From: Brett Porter [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 12, 2005 6:19 PM
> To: Maven Users List
> Subject: Re: Consistent java.exe crash for site:generate
> 
> can you get a later 1.4.2 JVM? I'm sure if you scroll the release notes
> you'll spot a few crash fixes which might be related.
> 
> One suggestion I'd make is to disable the checkstyle and linkcheck plugins.
> These are the most resource intensive (unless all your code is formatted
> according to rules and all your links are relative :)
> 
> Cheers,
> Brett
> 
> On Wed, 12 Jan 2005 16:15:42 -0700, Guy Davis <[EMAIL PROTECTED]>
> wrote:
> > I was hoping that someone may have run into this before.  I'm trying
> > to move our current large project using Ant over to Maven for
> > building. The jar target works fine.  However when I run
> > site:generate, I can consistently get a Windows error report message
> > that java.exe has crashed.  This is using 1.4.2_01 (from JBuilderX),
> > Maven 1.0.2, and Windows XP SP2.  The error report always occurs
> > before the goal completes, but it happens at different steps
> > indicating that it's probably memory related or a native JVM thing,
> > rather than a bug in a particular plugin.
> >
> > I tried setting MAVEN_OPTS to '-Xmx700m -server' but it didn't help.
> > Any other ideas?  Is there a way to run each sub-goal of site:generate
> > one by one to see if I can isolate the problem.  I really would like
> > to move to Maven, so any help would be greatly appreciated.  Let me
> > know if I can provide any more information that would help.
> >
> > Thanks,
> >
> > Guy
> >
> >
> 
> -
> 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: Consistent java.exe crash for site:generate

2005-01-13 Thread Paterline, David L.
Hi -

I have tried multiple times in various ways to unsubscribe from this mailing
list. I am not a dummy. I have subscribed to and unsubscribed from many
mailing lists over the past ten years or so. I have never had any problems,
except with the Maven lists.

Would some kind human being please unsubscribe [EMAIL PROTECTED]
from this and all Maven mailing lists?

Thank you very much.

-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 12, 2005 6:19 PM
To: Maven Users List
Subject: Re: Consistent java.exe crash for site:generate


can you get a later 1.4.2 JVM? I'm sure if you scroll the release notes
you'll spot a few crash fixes which might be related.

One suggestion I'd make is to disable the checkstyle and linkcheck plugins.
These are the most resource intensive (unless all your code is formatted
according to rules and all your links are relative :)

Cheers,
Brett


On Wed, 12 Jan 2005 16:15:42 -0700, Guy Davis <[EMAIL PROTECTED]>
wrote:
> I was hoping that someone may have run into this before.  I'm trying 
> to move our current large project using Ant over to Maven for 
> building. The jar target works fine.  However when I run 
> site:generate, I can consistently get a Windows error report message 
> that java.exe has crashed.  This is using 1.4.2_01 (from JBuilderX), 
> Maven 1.0.2, and Windows XP SP2.  The error report always occurs 
> before the goal completes, but it happens at different steps 
> indicating that it's probably memory related or a native JVM thing, 
> rather than a bug in a particular plugin.
> 
> I tried setting MAVEN_OPTS to '-Xmx700m -server' but it didn't help. 
> Any other ideas?  Is there a way to run each sub-goal of site:generate 
> one by one to see if I can isolate the problem.  I really would like 
> to move to Maven, so any help would be greatly appreciated.  Let me 
> know if I can provide any more information that would help.
> 
> Thanks,
> 
> Guy
> 
>

-
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: Consistent java.exe crash for site:generate

2005-01-12 Thread Jon Strayer
Guy Davis wrote:
I was hoping that someone may have run into this before.  I'm trying to
move our current large project using Ant over to Maven for building.
The jar target works fine.  However when I run site:generate, I can
consistently get a Windows error report message that java.exe has
crashed.  This is using 1.4.2_01 (from JBuilderX), Maven 1.0.2, and
Windows XP SP2.  The error report always occurs before the goal
completes, but it happens at different steps indicating that it's
probably memory related or a native JVM thing, rather than a bug in a
particular plugin.
 

I tried setting MAVEN_OPTS to '-Xmx700m -server' but it didn't help.
Any other ideas?  Is there a way to run each sub-goal of site:generate
one by one to see if I can isolate the problem.  I really would like to
move to Maven, so any help would be greatly appreciated.  Let me know if
I can provide any more information that would help.
 

Thanks,
Guy

Jeffrey Brekke posted this work arround for out of memory errors:
My current workaround is this in my maven.xml:
  

  
  
  

  
And then use multiproject:goal:
maven -Dgoal=meta:site multiproject:goal
Fugly, but it works.


Old age is not so bad when you consider the alternatives.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Consistent java.exe crash for site:generate

2005-01-12 Thread Siegfried Goeschl
Hi Guy,
some more thoughts to solve your problem - I had this problem a long 
time ago with a few hundred files of generated source code. In my case 
it was theJavaDoc and ages ago JavaDoc used a seperate process therefore 
an -Xmx magic did not work. I just checked the plugin and it is quite 
confusing now but there is still a maven.javadoc.maxmemory property. 
Don't know if this has any affect though

Cheers,
Siegfried Goeschl

Guy Davis wrote:
I was hoping that someone may have run into this before.  I'm trying to
move our current large project using Ant over to Maven for building.
The jar target works fine.  However when I run site:generate, I can
consistently get a Windows error report message that java.exe has
crashed.  This is using 1.4.2_01 (from JBuilderX), Maven 1.0.2, and
Windows XP SP2.  The error report always occurs before the goal
completes, but it happens at different steps indicating that it's
probably memory related or a native JVM thing, rather than a bug in a
particular plugin.

I tried setting MAVEN_OPTS to '-Xmx700m -server' but it didn't help.
Any other ideas?  Is there a way to run each sub-goal of site:generate
one by one to see if I can isolate the problem.  I really would like to
move to Maven, so any help would be greatly appreciated.  Let me know if
I can provide any more information that would help.

Thanks,
Guy
 


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


Re: Consistent java.exe crash for site:generate

2005-01-12 Thread Brett Porter
http://wiki.codehaus.org/maven/FrequentlyAskedQuestions#head-5de751b41cdae29118d216cee8549f938249a9af

or, specify a complete  section in project.xml with only the
reports you want.

- Brett


On Wed, 12 Jan 2005 16:27:33 -0700, Guy Davis <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I tried 1.4.2_06 as well with no noticeable difference.  We can't move
> the project to 1.5 for at least another few months.
> 
> How would I disable checkstyle and linkcheck?  I didn't see anything
> about disabling in the site plugin properties.  Is there another way?
> 
> Thanks much,
> Guy
> 
> > -Original Message-
> > From: Brett Porter [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, January 12, 2005 4:19 PM
> > To: Maven Users List
> > Subject: Re: Consistent java.exe crash for site:generate
> >
> > can you get a later 1.4.2 JVM? I'm sure if you scroll the release
> > notes you'll spot a few crash fixes which might be related.
> >
> > One suggestion I'd make is to disable the checkstyle and linkcheck
> > plugins. These are the most resource intensive (unless all your code
> > is formatted according to rules and all your links are relative :)
> >
> > Cheers,
> > Brett
> >
> >
> > On Wed, 12 Jan 2005 16:15:42 -0700, Guy Davis
> <[EMAIL PROTECTED]>
> > wrote:
> > > I was hoping that someone may have run into this before.  I'm trying
> to
> > > move our current large project using Ant over to Maven for building.
> > > The jar target works fine.  However when I run site:generate, I can
> > > consistently get a Windows error report message that java.exe has
> > > crashed.  This is using 1.4.2_01 (from JBuilderX), Maven 1.0.2, and
> > > Windows XP SP2.  The error report always occurs before the goal
> > > completes, but it happens at different steps indicating that it's
> > > probably memory related or a native JVM thing, rather than a bug in
> a
> > > particular plugin.
> > >
> > > I tried setting MAVEN_OPTS to '-Xmx700m -server' but it didn't help.
> > > Any other ideas?  Is there a way to run each sub-goal of
> site:generate
> > > one by one to see if I can isolate the problem.  I really would like
> to
> > > move to Maven, so any help would be greatly appreciated.  Let me
> know if
> > > I can provide any more information that would help.
> > >
> > > Thanks,
> > >
> > > Guy
> > >
> > >
> > 
> > -
> > 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: Consistent java.exe crash for site:generate

2005-01-12 Thread Guy Davis
Hi,

I tried 1.4.2_06 as well with no noticeable difference.  We can't move
the project to 1.5 for at least another few months.

How would I disable checkstyle and linkcheck?  I didn't see anything
about disabling in the site plugin properties.  Is there another way?

Thanks much,
Guy

> -Original Message-
> From: Brett Porter [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 12, 2005 4:19 PM
> To: Maven Users List
> Subject: Re: Consistent java.exe crash for site:generate
> 
> can you get a later 1.4.2 JVM? I'm sure if you scroll the release
> notes you'll spot a few crash fixes which might be related.
> 
> One suggestion I'd make is to disable the checkstyle and linkcheck
> plugins. These are the most resource intensive (unless all your code
> is formatted according to rules and all your links are relative :)
> 
> Cheers,
> Brett
> 
> 
> On Wed, 12 Jan 2005 16:15:42 -0700, Guy Davis
<[EMAIL PROTECTED]>
> wrote:
> > I was hoping that someone may have run into this before.  I'm trying
to
> > move our current large project using Ant over to Maven for building.
> > The jar target works fine.  However when I run site:generate, I can
> > consistently get a Windows error report message that java.exe has
> > crashed.  This is using 1.4.2_01 (from JBuilderX), Maven 1.0.2, and
> > Windows XP SP2.  The error report always occurs before the goal
> > completes, but it happens at different steps indicating that it's
> > probably memory related or a native JVM thing, rather than a bug in
a
> > particular plugin.
> >
> > I tried setting MAVEN_OPTS to '-Xmx700m -server' but it didn't help.
> > Any other ideas?  Is there a way to run each sub-goal of
site:generate
> > one by one to see if I can isolate the problem.  I really would like
to
> > move to Maven, so any help would be greatly appreciated.  Let me
know if
> > I can provide any more information that would help.
> >
> > Thanks,
> >
> > Guy
> >
> >
> 
> -
> 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: Consistent java.exe crash for site:generate

2005-01-12 Thread Brett Porter
can you get a later 1.4.2 JVM? I'm sure if you scroll the release
notes you'll spot a few crash fixes which might be related.

One suggestion I'd make is to disable the checkstyle and linkcheck
plugins. These are the most resource intensive (unless all your code
is formatted according to rules and all your links are relative :)

Cheers,
Brett


On Wed, 12 Jan 2005 16:15:42 -0700, Guy Davis <[EMAIL PROTECTED]> wrote:
> I was hoping that someone may have run into this before.  I'm trying to
> move our current large project using Ant over to Maven for building.
> The jar target works fine.  However when I run site:generate, I can
> consistently get a Windows error report message that java.exe has
> crashed.  This is using 1.4.2_01 (from JBuilderX), Maven 1.0.2, and
> Windows XP SP2.  The error report always occurs before the goal
> completes, but it happens at different steps indicating that it's
> probably memory related or a native JVM thing, rather than a bug in a
> particular plugin.
> 
> I tried setting MAVEN_OPTS to '-Xmx700m -server' but it didn't help.
> Any other ideas?  Is there a way to run each sub-goal of site:generate
> one by one to see if I can isolate the problem.  I really would like to
> move to Maven, so any help would be greatly appreciated.  Let me know if
> I can provide any more information that would help.
> 
> Thanks,
> 
> Guy
> 
>

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



Consistent java.exe crash for site:generate

2005-01-12 Thread Guy Davis
I was hoping that someone may have run into this before.  I'm trying to
move our current large project using Ant over to Maven for building.
The jar target works fine.  However when I run site:generate, I can
consistently get a Windows error report message that java.exe has
crashed.  This is using 1.4.2_01 (from JBuilderX), Maven 1.0.2, and
Windows XP SP2.  The error report always occurs before the goal
completes, but it happens at different steps indicating that it's
probably memory related or a native JVM thing, rather than a bug in a
particular plugin.

 

I tried setting MAVEN_OPTS to '-Xmx700m -server' but it didn't help.
Any other ideas?  Is there a way to run each sub-goal of site:generate
one by one to see if I can isolate the problem.  I really would like to
move to Maven, so any help would be greatly appreciated.  Let me know if
I can provide any more information that would help.

 

Thanks,

Guy



RE: multiproject & Site:generate

2004-12-03 Thread Ryan Sonnek
try running the following commands:
maven multiproject:site 
maven site

-Original Message-
From: Haile, Mussie [mailto:[EMAIL PROTECTED]
Sent: Friday, December 03, 2004 12:01 PM
To: [EMAIL PROTECTED]
Subject: multiproject & Site:generate


I am looking for guide on how to do Maven Site:Generate in multiproject
scenario, currently my project and subprojects are setup like this..

Top Project:
${basedir}/
project.properities
project.xml
maven.xml
xdoc/

Sub Projects:
Myproject-1/
project.properities
project.xml
maven.xml

Myproject-2/
project.properities
project.xml
maven.xml

Myproject-3...10/
project.properities
project.xml
maven.xml


We want the top project to site:generate through the sub-project
according
the order. We have look at the http://db.apache.org as base line
example..
Any example out their that will assist us get Top Project to
site:Generate.


Thank You...




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


smime.p7s
Description: S/MIME cryptographic signature


multiproject & Site:generate

2004-12-03 Thread Haile, Mussie
I am looking for guide on how to do Maven Site:Generate in multiproject
scenario, currently my project and subprojects are setup like this..

Top Project:
${basedir}/
project.properities
project.xml
maven.xml
xdoc/

Sub Projects:
Myproject-1/
project.properities
project.xml
maven.xml

Myproject-2/
project.properities
project.xml
maven.xml

Myproject-3...10/
project.properities
project.xml
maven.xml


We want the top project to site:generate through the sub-project according
the order. We have look at the http://db.apache.org as base line example..
Any example out their that will assist us get Top Project to site:Generate.


Thank You...




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



RE: Custumize the site:generate output

2004-09-13 Thread Dinko Hadzic
Thanks for the links guys, that was exactly what i was looking after.
\Dinko

-Original Message-
From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] 
Sent: 13. september 2004 14:50
To: 'Maven Users List'
Subject: RE: Custumize the site:generate output

You can customize the list of reports to generate in your POM :

http://maven.apache.org/reference/user-guide.html#Reports

Arnaud

> -Message d'origine-
> De=A0: Dinko Hadzic [mailto:[EMAIL PROTECTED]
> Envoy=E9=A0: lundi 13 septembre 2004 14:36
> =C0=A0: [EMAIL PROTECTED]
> Objet=A0: Custumize the site:generate output
>=20
> Hi
>=20
>=20
>=20
> The site:generate goal generates a documentation site by attaining the
> following goals:
>=20
> jdepend
>=20
> checkstyle
>=20
> changelog
>=20
> activity
>=20
> javadoc
>=20
> jxr
>=20
> junit-report
>=20
> tasklist
>=20
> xdoc
>=20
>=20
>=20
> My question is: is it possible to include additional goals into the
> site:generate goal, f.eks. maven:jcoverage etc.
>=20
> I did not any plugin properties to solve the task
>=20
>=20
>=20
> Regards, Dino

-
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: Custumize the site:generate output

2004-09-13 Thread Arnaud HERITIER
You can customize the list of reports to generate in your POM :

http://maven.apache.org/reference/user-guide.html#Reports

Arnaud

> -Message d'origine-
> De=A0: Dinko Hadzic [mailto:[EMAIL PROTECTED]
> Envoy=E9=A0: lundi 13 septembre 2004 14:36
> =C0=A0: [EMAIL PROTECTED]
> Objet=A0: Custumize the site:generate output
>=20
> Hi
>=20
>=20
>=20
> The site:generate goal generates a documentation site by attaining the
> following goals:
>=20
> jdepend
>=20
> checkstyle
>=20
> changelog
>=20
> activity
>=20
> javadoc
>=20
> jxr
>=20
> junit-report
>=20
> tasklist
>=20
> xdoc
>=20
>=20
>=20
> My question is: is it possible to include additional goals into the
> site:generate goal, f.eks. maven:jcoverage etc.
>=20
> I did not any plugin properties to solve the task
>=20
>=20
>=20
> Regards, Dino

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



Re: Custumize the site:generate output

2004-09-13 Thread Nathan Coast
these docs explain how to customise the reports generated by maven.  Is this what you're 
after?

http://maven.apache.org/reference/user-guide.html#Reports
http://maven.apache.org/reference/project-descriptor.html#reports


Dinko Hadzic wrote:
Hi
 

The site:generate goal generates a documentation site by attaining the
following goals:
jdepend
checkstyle
changelog
activity
javadoc
jxr
junit-report
tasklist
xdoc
 

My question is: is it possible to include additional goals into the
site:generate goal, f.eks. maven:jcoverage etc.
I did not any plugin properties to solve the task
 

Regards, Dino

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


Custumize the site:generate output

2004-09-13 Thread Dinko Hadzic
Hi

 

The site:generate goal generates a documentation site by attaining the
following goals:

jdepend

checkstyle

changelog

activity

javadoc

jxr

junit-report

tasklist

xdoc

 

My question is: is it possible to include additional goals into the
site:generate goal, f.eks. maven:jcoverage etc.

I did not any plugin properties to solve the task

 

Regards, Dino



Re: site:generate. Changelog, CVS

2004-09-05 Thread Kim Goings
Add a  element:  
http://maven.apache.org/reference/project-descriptor.html#repository

On Sep 3, 2004, at 3:47 PM, Kris Nuttycombe wrote:
Hi, all,
One more question about the site:generate goal - how does one set up 
the interaction between Maven and CVS such that the Changelog is 
populated?

Thanks,
Kris
--
=
Kris Nuttycombe
Associate Scientist
Geospatial Data Services Group
CIRES, National Geophysical Data Center/NOAA
(303) 497-6337
[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]


site:generate. Changelog, CVS

2004-09-03 Thread Kris Nuttycombe
Hi, all,
One more question about the site:generate goal - how does one set up the 
interaction between Maven and CVS such that the Changelog is populated?

Thanks,
Kris
--
=
Kris Nuttycombe
Associate Scientist
Geospatial Data Services Group
CIRES, National Geophysical Data Center/NOAA
(303) 497-6337
[EMAIL PROTECTED]
=

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


Re: maven site:generate --OutOf MemoryError

2004-08-27 Thread Shinobu Kawai

Hi jeff,

Oops, did I set Reply-To?  I'll answer to the ML.

> How do I ensure that checkstyle-report.xml  doesn't grow too big ?How do I control 
> that process?
I can think of two ways to do that.  Fix the source or change the rules.
http://maven.apache.org/reference/plugins/checkstyle/
http://checkstyle.sourceforge.net/

Oh, I forgot the ultimate way: deregister the report. :)

Best regards,
-- Shinobu Kawai

On Fri, 27 Aug 2004 01:00:01 -0700 (PDT)
jeff mutonho <[EMAIL PROTECTED]> wrote:

> Hi Shinobu 
> >Of course, the best approach to this is to don't let them grow that 
> >big. 
>  
> How do I ensure that checkstyle-report.xml  doesn't grow too big ?How do I control 
> that process?
> Thanks for responding to my post :)
> jeff mutonho
> 
> 
> Shinobu Kawai <[EMAIL PROTECTED]> wrote:
> 
> Hi jeff,
> 
> > After the OutOfMemoryError I've tried the following on the Linux box which has 
> > 512MB of RAM.I set the MAVEN_OPTS=-Xmx512m environment variable in my 
> > .bash_profile file.I then run "maven site:generate" and when it get to the point 
> > where it prints the following :
> > xdoc:jelly-transform:
> > [echo] Generating 
> > /home/maven/maven-1.0/projects_main/projects/Support_Persistence/target/docs/jdepend-report.html
> >  from 
> > /home/maven/maven-1.0/projects_main/projects/Support_Persistence/target/generated-xdocs/jdepend-report.xml
> > [echo] Generating 
> > /home/maven/maven-1.0/projects_main/projects/Support_Persistence/target/docs/checkstyle-report.html
> >  from 
> > /home/maven/maven-1.0/projects_main/projects/Support_Persistence/target/generated-xdocs/checkstyle-report.xml
> > 
> > It stalls there for a very long time.It's been running for 15 minutes now .Is this 
> > normal?
> That depends on how big your checkstyle-report.xml is. The bigger, the
> more time it takes to process.
> I have one 10MB... I only site:generate before I go to lunch or home. 
> Of course, the best approach to this is to don't let them grow that big. 
> ;-)
> 
> Best regards,
> -- Shinobu Kawai
> 
> --
> Shinobu Kawai 
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 

--
Shinobu Kawai <[EMAIL PROTECTED], [EMAIL PROTECTED]>




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



Re: maven site:generate --OutOf MemoryError

2004-08-27 Thread Shinobu Kawai

Hi jeff,

> After the OutOfMemoryError I've tried the following on the Linux box which has 512MB 
> of RAM.I set the MAVEN_OPTS=-Xmx512m environment variable in my .bash_profile file.I 
> then run "maven site:generate" and  when it get to the point where it prints the 
> following :
>  xdoc:jelly-transform:
> [echo] Generating 
> /home/maven/maven-1.0/projects_main/projects/Support_Persistence/target/docs/jdepend-report.html
>  from 
> /home/maven/maven-1.0/projects_main/projects/Support_Persistence/target/generated-xdocs/jdepend-report.xml
> [echo] Generating 
> /home/maven/maven-1.0/projects_main/projects/Support_Persistence/target/docs/checkstyle-report.html
>  from 
> /home/maven/maven-1.0/projects_main/projects/Support_Persistence/target/generated-xdocs/checkstyle-report.xml
> 
> It stalls there for a very long time.It's been running for 15 minutes now .Is this 
> normal?
That depends on how big your checkstyle-report.xml is.  The bigger, the
more time it takes to process.
I have one 10MB...  I only site:generate before I go to lunch or home. 
Of course, the best approach to this is to don't let them grow that big. 
;-)

Best regards,
-- Shinobu Kawai

--
Shinobu Kawai <[EMAIL PROTECTED], [EMAIL PROTECTED]>




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



Re: maven site:generate --OutOf MemoryError

2004-08-26 Thread jeff mutonho
After the OutOfMemoryError I've tried the following on the Linux box which has 512MB 
of RAM.I set the MAVEN_OPTS=-Xmx512m environment variable in my .bash_profile file.I 
then run "maven site:generate" and  when it get to the point where it prints the 
following :
 xdoc:jelly-transform:
[echo] Generating 
/home/maven/maven-1.0/projects_main/projects/Support_Persistence/target/docs/jdepend-report.html
 from 
/home/maven/maven-1.0/projects_main/projects/Support_Persistence/target/generated-xdocs/jdepend-report.xml
[echo] Generating 
/home/maven/maven-1.0/projects_main/projects/Support_Persistence/target/docs/checkstyle-report.html
 from 
/home/maven/maven-1.0/projects_main/projects/Support_Persistence/target/generated-xdocs/checkstyle-report.xml

It stalls there for a very long time.It's been running for 15 minutes now .Is this 
normal?
 
jeff mutonho


Paul Spencer <[EMAIL PROTECTED]> wrote:
Increase the amount of memory allocated to the JVM by setting the 
environment variable MAVEN_OPTS. The following allocate 512 MB.

set MAVEN_OPTS=-Xmx512m

Paul Spencer


jeff mutonho wrote:
> I ran the same command "maven site:generate" on an XP box and am getting an 
> OutOfMemoryError.The logs looks like
> 
> xdoc:jelly-transform:
> [echo] Generating D:/Maven/projects_main/projects/Support_Persis
> tence/target/docs/checkstyle-report.html from 
> D:\Maven\projects_main\projects\Support_Persistence\target\generated-xdocs\checkstyle-report.xml
> 
> BUILD FAILED
> File.. C:\Documents and Settings\jmu016\.maven\cache\maven-xdoc-plugin-1.8\
> lugin.jelly
> Element... x:parse
> Line.. 360
> Column 43
> java.lang.OutOfMemoryError
> Total time: 1 minutes 18 seconds
> Finished at: Thu Aug 26 12:10:56 CAT 2004
> 
> jeff mutonho
> 
> jeff mutonho wrote:
> Hi guys.
> maven site:generate is failing with the following error message
> 
> [echo] Generating the Checkstyle...
> checkstyle:init:
> checkstyle:report:
> checkstyle:run:
> [echo] Using 
> file:/home/maven/.maven/cache/maven-checkstyle-plugin-2.4.1/plugin-resources/sun_checks.xml
>  for checkstyle ...
> SIGSEGV 11 (*) segmentation violation
> si_signo [11]: SIGSEGV: (*) segmentation violation
> si_errno [0]: Success
> si_code [1]: SEGV_MAPERR [addr: 0xD]
> stackpointer=0xbffc1af4
> Writing java dump to javacore18874.1093513782.txt ...
> 
> 
> 
> -
> Do you Yahoo!?
> Win 1 of 4,000 free domain names from Yahoo! Enter
> 
> -
> Do you Yahoo!?
> Win 1 of 4,000 free domain names from Yahoo! Enter now.



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



-
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.

Re: maven site:generate --OutOf MemoryError

2004-08-26 Thread Paul Spencer
Increase the amount of memory allocated to the JVM by setting the 
environment variable MAVEN_OPTS.  The following allocate 512 MB.

set MAVEN_OPTS=-Xmx512m
Paul Spencer
jeff mutonho wrote:
I ran the same command "maven site:generate" on an XP box and am getting an OutOfMemoryError.The logs looks like
 
xdoc:jelly-transform:
[echo] Generating D:/Maven/projects_main/projects/Support_Persis
tence/target/docs/checkstyle-report.html from D:\Maven\projects_main\projects\Support_Persistence\target\generated-xdocs\checkstyle-report.xml

BUILD FAILED
File.. C:\Documents and Settings\jmu016\.maven\cache\maven-xdoc-plugin-1.8\
lugin.jelly
Element... x:parse
Line.. 360
Column 43
java.lang.OutOfMemoryError
Total time: 1 minutes 18 seconds
Finished at: Thu Aug 26 12:10:56 CAT 2004
 
jeff mutonho

jeff mutonho <[EMAIL PROTECTED]> wrote:
Hi guys.
maven site:generate is failing with the following error message
[echo] Generating the Checkstyle...
checkstyle:init:
checkstyle:report:
checkstyle:run:
[echo] Using 
file:/home/maven/.maven/cache/maven-checkstyle-plugin-2.4.1/plugin-resources/sun_checks.xml
 for checkstyle ...
SIGSEGV 11 (*) segmentation violation
si_signo [11]: SIGSEGV: (*) segmentation violation
si_errno [0]: Success
si_code [1]: SEGV_MAPERR [addr: 0xD]
stackpointer=0xbffc1af4
Writing java dump to javacore18874.1093513782.txt ...

-
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter

-
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.

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


Re: maven site:generate --OutOf MemoryError

2004-08-26 Thread jeff mutonho
I ran the same command "maven site:generate" on an XP box and am getting an 
OutOfMemoryError.The logs looks like
 
xdoc:jelly-transform:
[echo] Generating D:/Maven/projects_main/projects/Support_Persis
tence/target/docs/checkstyle-report.html from 
D:\Maven\projects_main\projects\Support_Persistence\target\generated-xdocs\checkstyle-report.xml

BUILD FAILED
File.. C:\Documents and Settings\jmu016\.maven\cache\maven-xdoc-plugin-1.8\
lugin.jelly
Element... x:parse
Line.. 360
Column 43
java.lang.OutOfMemoryError
Total time: 1 minutes 18 seconds
Finished at: Thu Aug 26 12:10:56 CAT 2004
 
jeff mutonho

jeff mutonho <[EMAIL PROTECTED]> wrote:
Hi guys.
maven site:generate is failing with the following error message

[echo] Generating the Checkstyle...
checkstyle:init:
checkstyle:report:
checkstyle:run:
[echo] Using 
file:/home/maven/.maven/cache/maven-checkstyle-plugin-2.4.1/plugin-resources/sun_checks.xml
 for checkstyle ...
SIGSEGV 11 (*) segmentation violation
si_signo [11]: SIGSEGV: (*) segmentation violation
si_errno [0]: Success
si_code [1]: SEGV_MAPERR [addr: 0xD]
stackpointer=0xbffc1af4
Writing java dump to javacore18874.1093513782.txt ...



-
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter

-
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.

maven site:generate

2004-08-26 Thread jeff mutonho
Hi guys.
maven site:generate is failing with the following error message
 
[echo] Generating the Checkstyle...
checkstyle:init:
checkstyle:report:
checkstyle:run:
[echo] Using 
file:/home/maven/.maven/cache/maven-checkstyle-plugin-2.4.1/plugin-resources/sun_checks.xml
 for checkstyle ...
SIGSEGV 11 (*) segmentation violation
si_signo [11]: SIGSEGV: (*) segmentation violation
si_errno [0]: Success
si_code [1]: SEGV_MAPERR [addr: 0xD]
stackpointer=0xbffc1af4
Writing java dump to javacore18874.1093513782.txt ...



-
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.

RE: site:generate for many sub-projects...

2004-05-26 Thread Carlos Sanchez
Check multiproject:site in multiproject plugin

> -Original Message-
> From: Lance Hankins [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, May 26, 2004 2:06 AM
> To: [EMAIL PROTECTED]
> Subject: site:generate for many sub-projects...
> 
> I'm trying to use Maven on a new J2EE project, and have based 
> my project structure of information provided in the following 
> article :
> 
> http://www.theserverside.com/resources/article.jsp?l=MavenMagic
> 
> For starters, I'm just building an EAR which contains a WAR, 
> an EJB-Jar and several utility Jars.  I have it successfully 
> building and can deploy it in JBoss 3.2.3.
> 
> My problem is when I try to do site:generate, it generates 
> all documentation for each of the sub-projects in their own 
> specific sub-directory area (in each sub-component's target/docs dir) 
> 
> What I  want is to generate consolidated 
> documentation for the ear, which has all the docs for the 
> war, ejb-jar, utility jars, in one place.
> 
> 
> Right now, I have the following goal defined in my top level 
> maven.xml file  (this causes site:generate to be invoked in 
> each of my sub-projects) :
> 
>
> 
> includes="*/project.xml"
>  goals="site:generate"
>  banner="generating site..."
>  ignoreFailures="false"/>
>
> 
> 
> Any suggestions on how to do this...? 
> 
> Thanks in advance ;)
> 
> -Lance
> 
> 
> 
> 
>   
>   
> __
> Do you Yahoo!?
> Friends.  Fun.  Try the all-new Yahoo! Messenger.
> http://messenger.yahoo.com/ 
> 
> -
> 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: site:generate for many sub-projects...

2004-05-26 Thread Andrew Chapman

You should just be able to use multiproject:site. It works for me.

Andy




For the latest data on the economy and society 
consult National Statistics at http://www.statistics.gov.uk

**
Please Note:  Incoming and outgoing email messages
are routinely monitored for compliance with our policy
on the use of electronic communications
**
Legal Disclaimer  :  Any views expressed by
the sender of this message are not necessarily
those of the Office for National Statistics
**

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

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



RE: site:generate for many sub-projects...

2004-05-26 Thread John O'Reilly
Use the mutliproject:site goal 

http://maven.apache.org/reference/plugins/multiproject/goals.html



-Original Message-
From: Lance Hankins [mailto:[EMAIL PROTECTED]
Sent: 26 May 2004 01:06
To: [EMAIL PROTECTED]
Subject: site:generate for many sub-projects...


I'm trying to use Maven on a new J2EE project, and
have based my project structure of information
provided in the following article :

http://www.theserverside.com/resources/article.jsp?l=MavenMagic

For starters, I'm just building an EAR which contains
a WAR, an EJB-Jar and several utility Jars.  I have it
successfully building and can deploy it in JBoss
3.2.3.

My problem is when I try to do site:generate, it
generates all documentation for each of the
sub-projects in their own specific sub-directory area
(in each sub-component's target/docs dir) 

What I  want is to generate consolidated
documentation for the ear, which has all the docs for
the war, ejb-jar, utility jars, in one place.


Right now, I have the following goal defined in my top
level maven.xml file  (this causes site:generate to be
invoked in each of my sub-projects) :

   

  
   


Any suggestions on how to do this...? 

Thanks in advance ;)

-Lance






__
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

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

This e-mail and any files transmitted with it are confidential and may be
privileged and are intended solely for the individual named/ for the use of
the individual or entity to whom they are addressed.If you are not the
intended addressee, you should not disseminate, distribute or copy this
e-mail.Please notify the sender immediately if you have received this e-mail
by mistake and delete this e-mail from your system.If you are not the
intended recipient, you are notified that reviewing, disclosing, copying,
distributing or taking any action in reliance on the contents of this e-mail
is strictly prohibited.Please note that any views or opinions expressed in
this e-mail are solely those of the author and do not necessarily represent
those of Traventec Limited.E-mail transmission cannot be guaranteed to be
secure or error-free as information could be intercepted, corrupted, lost,
destroyed, or arrive late or incomplete.Traventec Limited therefore does not
accept liability for any errors or omissions in the contents of this
message, which arise as a result of e-mail transmission.The recipient should
check this e-mail and any attachments for the presence of viruses.This
e-mail has been swept for computer viruses however Traventec Limited accepts
no liability for any damage caused by any virus transmitted by this e-mail.

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



RE: site:generate for many sub-projects...

2004-05-26 Thread Pat Bateman
Use the multiproject:site goal.

-Original Message-
From: Lance Hankins [mailto:[EMAIL PROTECTED] 
Sent: 26 May 2004 01:06
To: [EMAIL PROTECTED]
Subject: site:generate for many sub-projects...

I'm trying to use Maven on a new J2EE project, and
have based my project structure of information
provided in the following article :

http://www.theserverside.com/resources/article.jsp?l=MavenMagic

For starters, I'm just building an EAR which contains
a WAR, an EJB-Jar and several utility Jars.  I have it
successfully building and can deploy it in JBoss
3.2.3.

My problem is when I try to do site:generate, it
generates all documentation for each of the
sub-projects in their own specific sub-directory area
(in each sub-component's target/docs dir) 

What I  want is to generate consolidated
documentation for the ear, which has all the docs for
the war, ejb-jar, utility jars, in one place.


Right now, I have the following goal defined in my top
level maven.xml file  (this causes site:generate to be
invoked in each of my sub-projects) :

   

  
   


Any suggestions on how to do this...? 

Thanks in advance ;)

-Lance






__
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

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



site:generate for many sub-projects...

2004-05-26 Thread Lance Hankins
I'm trying to use Maven on a new J2EE project, and
have based my project structure of information
provided in the following article :

http://www.theserverside.com/resources/article.jsp?l=MavenMagic

For starters, I'm just building an EAR which contains
a WAR, an EJB-Jar and several utility Jars.  I have it
successfully building and can deploy it in JBoss
3.2.3.

My problem is when I try to do site:generate, it
generates all documentation for each of the
sub-projects in their own specific sub-directory area
(in each sub-component's target/docs dir) 

What I  want is to generate consolidated
documentation for the ear, which has all the docs for
the war, ejb-jar, utility jars, in one place.


Right now, I have the following goal defined in my top
level maven.xml file  (this causes site:generate to be
invoked in each of my sub-projects) :

   

  
   


Any suggestions on how to do this...? 

Thanks in advance ;)

-Lance






__
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

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



Odd dependencies for site:generate

2004-05-20 Thread Chuck Daniels
Hi All,

For some reason, there are 2 dependencies that I must include in my
project.xml in order for the site:generate goal to succeed.  This was the
case for me for rc1, so I upgraded to rc2 to see if the problem would go
away, but it still persists.

Both dependencies are needed by the xdoc plugin (I am using version 1.6).
The first dependency is commons-jelly-tags-html.  If I leave out this
dependency, then I see the following failure:

[previous output omitted]

xdoc:transform:
xdoc:init:

xdoc:copy-resources:
[copy] Copying 3 files to
D:\development\workspace\bfrc\target\docs\style
[copy] Copying 89 files to
D:\development\workspace\bfrc\target\docs\images
Could not find the class: org.apache.commons.jelly.tags.html.HTMLTagLibrary
java.lang.ClassNotFoundException:
org.apache.commons.jelly.tags.html.HTMLTagLibrary
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at
org.apache.commons.jelly.JellyContext.getTagLibrary(JellyContext.java:425)
at
org.apache.maven.jelly.MavenJellyContext.getTagLibrary(MavenJellyContext.jav
a:169)
at
org.apache.commons.jelly.JellyContext.getTagLibrary(JellyContext.java:415)
at
org.apache.maven.jelly.MavenJellyContext.getTagLibrary(MavenJellyContext.jav
a:169)
at
org.apache.commons.jelly.parser.XMLParser.createTag(XMLParser.java:1033)
at
org.apache.commons.jelly.parser.XMLParser.startElement(XMLParser.java:647)
at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown
Source)
at
org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown
Source)
at
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown
Source)

[rest of stack trace omitted]

BUILD FAILED
File..
file:/d:/profiles/cdaniels/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
Element... attainGoal
Line.. 609
Column 46
Error at (90, 85): Error at (90, 85): Could not load class: html so taglib
instantiation failed
Total time: 13 seconds
Finished at: Wed May 19 21:31:44 CDT 2004


The second dependency is nekohtml.  Leaving this one out gives the following
failure:

[previous output omitted]

xdoc:transform:
xdoc:init:

xdoc:copy-resources:
[copy] Copying 3 files to
D:\development\workspace\bfrc\target\docs\style
[copy] Copying 89 files to
D:\development\workspace\bfrc\target\docs\images

BUILD FAILED
File..
file:/d:/profiles/cdaniels/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
Element... attainGoal
Line.. 609
Column 46
org/cyberneko/html/parsers/SAXParser
Total time: 13 seconds
Finished at: Wed May 19 21:22:56 CDT 2004


I can successfully build the site when both dependencies are in my
project.xml file, but I shouldn't have to specify these, should I?  It seems
like I should not have to, as I don't see them listed in any of the
dependency lists for other projects out there on the net.  Any ideas?

Thanks in advance,
Chuck Daniels


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



RE: Problem with site:generate goal in *very* basic project

2004-04-21 Thread Jarrell, Maury
Thanks for your prompt reply.  I'll re-try with the cvs version.

Maury

> -Original Message-
> From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 21, 2004 1:02 PM
> To: Maven Users List
> Subject: Re: Problem with site:generate goal in *very* basic project
> 
> It's a known bug in xdoc plugin that was fixed in cvs.
> 
> Emmanuel
> 



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



Re: Problem with site:generate goal in *very* basic project

2004-04-21 Thread Emmanuel Venisse
It's a known bug in xdoc plugin that was fixed in cvs.

Emmanuel

- Original Message - 
From: "Jarrell, Maury" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, April 21, 2004 7:25 PM
Subject: Problem with site:generate goal in *very* basic project


> I've been working on and off for a couple of weeks trying to figure out
> Maven and see if it will work for us.  As the documentation says, the
> biggest bang for our buck in moving to Maven is the automatic site
> generation.  I initially tried to generate a site based on our java
sources,
> and I ran into a roadblock when it failed trying to run the tests. ( See
my
> email to this list from 8 Apr 2004: test:test goal can't find JUnitTask )
>
> I tried to start from scratch:
>
> I deleted my local repository.  I reinstalled the binary version of
> Maven-1.0-rc2.  I started in a fresh directory and ran "maven genapp"
using
> the "-Dpackage=" switch to specify my package.  I *still* got the error in
> the test:test goal when I ran "maven site:generate"  I added
> "maven.test.skip=true" to my project.properties and tried
> "maven jar".  This worked!
>
> Then I tried "maven site:generate" again.  This time it fails consistently
> with the following error:
> ...
> Validating team-list.html
> maven-linkcheck-plugin:report-real:
> [echo] Generating /u01/home/oracle/maven1/target/docs/linkcheck.html
> from /u01/home/oracle/maven1/target/linkcheck/docs/linkcheck.xml
>
> BUILD FAILED
> File..
> file:/u01/home/oracle/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
> Element... j:include
> Line.. 345
> Column 54
> null:-1:-1:  Could not parse Jelly script
> Total time: 4 minutes 34 seconds
> Finished at: Wed Apr 21 10:06:02 CDT 2004
>
> This appears to be a part of the dependent goal "xdoc:jelly-transform"
>
> My goal with this effort was to stay as close to a clean install/project
and
> as close to the docs as I could.  Any help would be appreciated.
>
> Thanks,
> Maury
>
>
> -
> 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]



Problem with site:generate goal in *very* basic project

2004-04-21 Thread Jarrell, Maury
I've been working on and off for a couple of weeks trying to figure out
Maven and see if it will work for us.  As the documentation says, the
biggest bang for our buck in moving to Maven is the automatic site
generation.  I initially tried to generate a site based on our java sources,
and I ran into a roadblock when it failed trying to run the tests. ( See my
email to this list from 8 Apr 2004: test:test goal can't find JUnitTask )

I tried to start from scratch:

I deleted my local repository.  I reinstalled the binary version of
Maven-1.0-rc2.  I started in a fresh directory and ran "maven genapp" using
the "-Dpackage=" switch to specify my package.  I *still* got the error in
the test:test goal when I ran "maven site:generate"  I added
"maven.test.skip=true" to my project.properties and tried 
"maven jar".  This worked!  

Then I tried "maven site:generate" again.  This time it fails consistently
with the following error:
...
Validating team-list.html
maven-linkcheck-plugin:report-real:
[echo] Generating /u01/home/oracle/maven1/target/docs/linkcheck.html
from /u01/home/oracle/maven1/target/linkcheck/docs/linkcheck.xml

BUILD FAILED
File..
file:/u01/home/oracle/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
Element... j:include
Line.. 345
Column 54
null:-1:-1:  Could not parse Jelly script
Total time: 4 minutes 34 seconds
Finished at: Wed Apr 21 10:06:02 CDT 2004

This appears to be a part of the dependent goal "xdoc:jelly-transform"

My goal with this effort was to stay as close to a clean install/project and
as close to the docs as I could.  Any help would be appreciated.

Thanks,
Maury


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



Re: site:generate fail and changelog query

2004-03-29 Thread Emmanuel Venisse

- Original Message - 
From: "Rob Shepherd" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Monday, March 29, 2004 5:25 PM
Subject: Re: site:generate fail and changelog query


>
>
> Emmanuel Venisse wrote:
> > - Original Message - 
> > From: "Rob Shepherd" <[EMAIL PROTECTED]>
> > To: "Maven Users List" <[EMAIL PROTECTED]>
> > Sent: Monday, March 29, 2004 4:59 PM
> > Subject: Re: site:generate fail and changelog query
> >
> >
> >
> >>Thanks Emmanuel, i have manually patched my rc2 script. works fine!
> >>
> >>any thought on my second point? In body of original post. I'm not sure
> >
> > where to checkout
> >
> >>source.. if not the source dir in ?
> >
> >
> > In your basedir.
>
> So I would then have two version of the checked out codeone in
basedir, one in
> ..src/java...

No.

>
> ahh hang on this assumes i have ${basedir} as the root of my CVS module
[CLICK]

Yes.

A correct directory structure is :
project root (basedir)
-project.xml
-src
-java

>
> I have my source in CVS, the base of which is ..src/java...  My
project info is
> however not in CVS i will remedy this...
>
> BTW this info is not very clear in the Information i am able to find on
line [hint hint].
>
> Many thanks
>
> Rob
>
>
>
>
> >
> >
> >>many thanks
> >>
> >>Rob
> >>
> >>
> >>
> >>Emmanuel Venisse wrote:
> >>
> >>>This bug has fixed in cvs.
> >>>
> >>>Emmanuel
> >>>
> >>>- Original Message - 
> >>>From: "Rob Shepherd" <[EMAIL PROTECTED]>
> >>>To: <[EMAIL PROTECTED]>
> >>>Sent: Monday, March 29, 2004 12:24 PM
> >>>Subject: site:generate fail and changelog query
> >>>
> >>>
> >>>
> >>>
> >>>>whilst running maven (1.0-rc2) site:generate i get this error...
> >>>>
> >>>>this line in the script refers to ${stylesheet} of which i have no
idea
> >>>
> >>>about.
> >>>
> >>>
> >>>>I am running a very basic example system to learn maven.  project.xml
is
> >>>
> >>>very lean and
> >>>
> >>>
> >>>>project.properties is empty.
> >>>>
> >>>>how can i remedy this failure?
> >>>>
> >>>>BUILD FAILED
> >>>>File..
> >>>
> >>>file:/homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
> >>>
> >>>
> >>>>Element... j:include
> >>>>Line.. 345
> >>>>Column 54
> >>>>null:-1:-1:  Could not parse Jelly script
> >>>>com.werken.werkz.UnattainableGoalException: Unable to obtain goal
> >>>
> >>>[site] -- 
> >>>
> >>>
> >
> >
file:/homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly:345:54:
> >
> >>>> could not include jelly script:
> >>>>
> >>>
> >>>
> >
file://homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin-resources/site.jsl.
> >
> >>>>Reason: org.apache.commons.jelly.JellyException: null:-1:-1: 
> >
> > Could
> >
> >>>not parse Jelly
> >>>
> >>>
> >>>>script
> >>>>
> >>>>linkcheck.html has not been written to
> >>>>
> >>
> >>My second query
> >>
> >>
> >>>>secondly.
> >>>>
> >>>>the changelog plugin isn't finding my source. it is checked out in to
> >
> > the
> >
> >>>source directory
> >>>
> >>>
> >>>> stated in project.xml 
> >>>>
> >>>>in the output i get (details modified!)
> >>>>
> >>>>SCM Command Line[0]: cvs
> >>>>SCM Command Line[1]: -d
> >>>>SCM Command Line[2]:
> >
> > :ext:[EMAIL PROTECTED]:/folder/user/cvs
> >
> >>>>SCM Command Line[3]: log
> >>>>SCM Command Line[4]: -d 2004-02-28<2004-03-30
> >>>>cvs log: in directory .:
> >>>>cvs [log aborted]: there is no version here; run 'cvs checkout' first
> >>>>ChangeLog found: 0 entries
> >>>>

Re: site:generate fail and changelog query

2004-03-29 Thread Rob Shepherd


Emmanuel Venisse wrote:
- Original Message - 
From: "Rob Shepherd" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Monday, March 29, 2004 4:59 PM
Subject: Re: site:generate fail and changelog query



Thanks Emmanuel, i have manually patched my rc2 script. works fine!

any thought on my second point? In body of original post. I'm not sure
where to checkout

source.. if not the source dir in ?


In your basedir.
So I would then have two version of the checked out codeone in basedir, one in 
..src/java...

ahh hang on this assumes i have ${basedir} as the root of my CVS module [CLICK]

I have my source in CVS, the base of which is ..src/java...  My project info is 
however not in CVS i will remedy this...

BTW this info is not very clear in the Information i am able to find on line [hint hint].

Many thanks

Rob






many thanks

Rob



Emmanuel Venisse wrote:

This bug has fixed in cvs.

Emmanuel

- Original Message - 
From: "Rob Shepherd" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 29, 2004 12:24 PM
Subject: site:generate fail and changelog query




whilst running maven (1.0-rc2) site:generate i get this error...

this line in the script refers to ${stylesheet} of which i have no idea
about.


I am running a very basic example system to learn maven.  project.xml is
very lean and


project.properties is empty.

how can i remedy this failure?

BUILD FAILED
File..
file:/homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly


Element... j:include
Line.. 345
Column 54
null:-1:-1:  Could not parse Jelly script
com.werken.werkz.UnattainableGoalException: Unable to obtain goal
[site] -- 


file:/homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly:345:54:

 could not include jelly script:



file://homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin-resources/site.jsl.

Reason: org.apache.commons.jelly.JellyException: null:-1:-1: 
Could

not parse Jelly


script

linkcheck.html has not been written to

My second query


secondly.

the changelog plugin isn't finding my source. it is checked out in to
the

source directory


stated in project.xml 

in the output i get (details modified!)

SCM Command Line[0]: cvs
SCM Command Line[1]: -d
SCM Command Line[2]:
:ext:[EMAIL PROTECTED]:/folder/user/cvs

SCM Command Line[3]: log
SCM Command Line[4]: -d 2004-02-28<2004-03-30
cvs log: in directory .:
cvs [log aborted]: there is no version here; run 'cvs checkout' first
ChangeLog found: 0 entries
why is it looking in . should it not look in the source directory?

regards

many thanks

Rob

-
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]
--
/**
 * Rob Shepherd,
 * University Of Wales, Bangor,
 * School of Informatics,
 * Dean Street,
 * Bangor,
 * Gwynedd, UK /\  /\
 * LL57 1UT   /  \/  \ /\
 * --/---/\--\
 *
 * [EMAIL PROTECTED]
 *
 * +44 (0) 1248 38 27
 */
-
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]
--
/**
 *  Rob Shepherd,
 *  University Of Wales, Bangor,
 *  School of Informatics,
 *  Dean Street,
 *  Bangor,
 *  Gwynedd, UK /\  /\
 *  LL57 1UT   /  \/  \ /\
 *  --/---/\--\
 *
 *  [EMAIL PROTECTED]
 *
 *  +44 (0) 1248 38 27
 */
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: site:generate fail and changelog query

2004-03-29 Thread Emmanuel Venisse
- Original Message - 
From: "Rob Shepherd" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Monday, March 29, 2004 4:59 PM
Subject: Re: site:generate fail and changelog query


> Thanks Emmanuel, i have manually patched my rc2 script. works fine!
>
> any thought on my second point? In body of original post. I'm not sure
where to checkout
> source.. if not the source dir in ?

In your basedir.

>
> many thanks
>
> Rob
>
>
>
> Emmanuel Venisse wrote:
> > This bug has fixed in cvs.
> >
> > Emmanuel
> >
> > - Original Message - 
> > From: "Rob Shepherd" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, March 29, 2004 12:24 PM
> > Subject: site:generate fail and changelog query
> >
> >
> >
> >>whilst running maven (1.0-rc2) site:generate i get this error...
> >>
> >>this line in the script refers to ${stylesheet} of which i have no idea
> >
> > about.
> >
> >>I am running a very basic example system to learn maven.  project.xml is
> >
> > very lean and
> >
> >>project.properties is empty.
> >>
> >>how can i remedy this failure?
> >>
> >>BUILD FAILED
> >>File..
> >
> > file:/homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
> >
> >>Element... j:include
> >>Line.. 345
> >>Column 54
> >>null:-1:-1:  Could not parse Jelly script
> >>com.werken.werkz.UnattainableGoalException: Unable to obtain goal
> >
> > [site] -- 
> >
> >
file:/homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly:345:54:
> >
> >> could not include jelly script:
> >>
> >
> >
file://homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin-resources/site.jsl.
> >
> >>Reason: org.apache.commons.jelly.JellyException: null:-1:-1: 
Could
> >
> > not parse Jelly
> >
> >>script
> >>
> >>linkcheck.html has not been written to
> >>
>
> My second query
>
> >>secondly.
> >>
> >>the changelog plugin isn't finding my source. it is checked out in to
the
> >
> > source directory
> >
> >>  stated in project.xml 
> >>
> >>in the output i get (details modified!)
> >>
> >>SCM Command Line[0]: cvs
> >>SCM Command Line[1]: -d
> >>SCM Command Line[2]:
:ext:[EMAIL PROTECTED]:/folder/user/cvs
> >>SCM Command Line[3]: log
> >>SCM Command Line[4]: -d 2004-02-28<2004-03-30
> >>cvs log: in directory .:
> >>cvs [log aborted]: there is no version here; run 'cvs checkout' first
> >>ChangeLog found: 0 entries
> >>
> >>why is it looking in . should it not look in the source directory?
> >>
> >>
> >>regards
> >>
> >>many thanks
> >>
> >>Rob
> >>
> >>-
> >>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]
> >
>
> -- 
> /**
>   * Rob Shepherd,
>   * University Of Wales, Bangor,
>   * School of Informatics,
>   * Dean Street,
>   * Bangor,
>   * Gwynedd, UK /\  /\
>   * LL57 1UT   /  \/  \ /\
>   * --/---/\--\
>   *
>   * [EMAIL PROTECTED]
>   *
>   * +44 (0) 1248 38 27
>   */
>
> -
> 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: site:generate fail and changelog query

2004-03-29 Thread Rob Shepherd
Thanks Emmanuel, i have manually patched my rc2 script. works fine!

any thought on my second point? In body of original post. I'm not sure where to checkout 
source.. if not the source dir in ?

many thanks

Rob



Emmanuel Venisse wrote:
This bug has fixed in cvs.

Emmanuel

- Original Message - 
From: "Rob Shepherd" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 29, 2004 12:24 PM
Subject: site:generate fail and changelog query



whilst running maven (1.0-rc2) site:generate i get this error...

this line in the script refers to ${stylesheet} of which i have no idea
about.

I am running a very basic example system to learn maven.  project.xml is
very lean and

project.properties is empty.

how can i remedy this failure?

BUILD FAILED
File..
file:/homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly

Element... j:include
Line.. 345
Column 54
null:-1:-1:  Could not parse Jelly script
com.werken.werkz.UnattainableGoalException: Unable to obtain goal
[site] -- 

file:/homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly:345:54:

 could not include jelly script:

file://homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin-resources/site.jsl.

Reason: org.apache.commons.jelly.JellyException: null:-1:-1:  Could
not parse Jelly

script

linkcheck.html has not been written to

My second query

secondly. 

the changelog plugin isn't finding my source. it is checked out in to the
source directory

 stated in project.xml 

in the output i get (details modified!)

SCM Command Line[0]: cvs
SCM Command Line[1]: -d
SCM Command Line[2]: :ext:[EMAIL PROTECTED]:/folder/user/cvs
SCM Command Line[3]: log
SCM Command Line[4]: -d 2004-02-28<2004-03-30
cvs log: in directory .:
cvs [log aborted]: there is no version here; run 'cvs checkout' first
ChangeLog found: 0 entries
why is it looking in . should it not look in the source directory?

regards

many thanks

Rob

-
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]
--
/**
 *  Rob Shepherd,
 *  University Of Wales, Bangor,
 *  School of Informatics,
 *  Dean Street,
 *  Bangor,
 *  Gwynedd, UK /\  /\
 *  LL57 1UT   /  \/  \ /\
 *  --/---/\--\
 *
 *  [EMAIL PROTECTED]
 *
 *  +44 (0) 1248 38 27
 */
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: site:generate

2004-03-29 Thread Niclas Hedhman
On Monday 29 March 2004 22:10, Jörg Schaible wrote:

> maven-javadoc-plugin
> in your reports section ?

Thanks Jörg... exactly on the spot!!

Cheers
Niclas

P.S.  Slowly starting to appreciate Maven. If it only could be a magnitude 
faster and things would be real good :o)
-- 
+-//---+
|   http://www.bali.ac |
|  http://niclas.hedhman.org   |
+--//--+

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



RE: site:generate

2004-03-29 Thread Jörg Schaible
Niclas Hedhman wrote on Monday, March 29, 2004 4:07 PM:

> According to docs, site:generate is supposed to run all kinds of
> goals, but it doesn't happen (see below), most importantly, the
> javadoc is skipped. Anyone knows why?
> (I can do 'maven javadoc' no problem.)

You have 

maven-javadoc-plugin

in your reports section ?

regards,
Jörg

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



site:generate

2004-03-29 Thread Niclas Hedhman

According to docs, site:generate is supposed to run all kinds of goals, but it 
doesn't happen (see below), most importantly, the javadoc is skipped. Anyone 
knows why?
(I can do 'maven javadoc' no problem.)

Cheers
Niclas

site:
xdoc:register-reports:
maven-changelog-plugin:register:

maven-file-activity-plugin:register:

maven-developer-activity-plugin:register:


site:run-reports:
[echo] Generating the Change Log...
maven-changelog-plugin:report:

[echo] Generating the File Activity...
maven-file-activity-plugin:report:

[echo] Generating the Developer Activity...
maven-developer-activity-plugin:report:


xdoc:init:

xdoc:register-reports:
maven-changelog-plugin:register:

maven-file-activity-plugin:register:

maven-developer-activity-plugin:register:


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

-- 
+-//---+
|   http://www.bali.ac |
|  http://niclas.hedhman.org   |
+--//--+

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



Re: site:generate fail and changelog query

2004-03-29 Thread Emmanuel Venisse
This bug has fixed in cvs.

Emmanuel

- Original Message - 
From: "Rob Shepherd" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 29, 2004 12:24 PM
Subject: site:generate fail and changelog query


> whilst running maven (1.0-rc2) site:generate i get this error...
>
> this line in the script refers to ${stylesheet} of which i have no idea
about.
> I am running a very basic example system to learn maven.  project.xml is
very lean and
> project.properties is empty.
>
> how can i remedy this failure?
>
> BUILD FAILED
> File..
file:/homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
> Element... j:include
> Line.. 345
> Column 54
> null:-1:-1:  Could not parse Jelly script
> com.werken.werkz.UnattainableGoalException: Unable to obtain goal
[site] -- 
>
file:/homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly:345:54:
>  could not include jelly script:
>
file://homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin-resources/site.jsl.
> Reason: org.apache.commons.jelly.JellyException: null:-1:-1:  Could
not parse Jelly
> script
>
> linkcheck.html has not been written to
>
> secondly.
>
> the changelog plugin isn't finding my source. it is checked out in to the
source directory
>   stated in project.xml 
>
> in the output i get (details modified!)
>
> SCM Command Line[0]: cvs
> SCM Command Line[1]: -d
> SCM Command Line[2]: :ext:[EMAIL PROTECTED]:/folder/user/cvs
> SCM Command Line[3]: log
> SCM Command Line[4]: -d 2004-02-28<2004-03-30
> cvs log: in directory .:
> cvs [log aborted]: there is no version here; run 'cvs checkout' first
> ChangeLog found: 0 entries
>
> why is it looking in . should it not look in the source directory?
>
>
> regards
>
> many thanks
>
> Rob
>
> -
> 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]



site:generate fail and changelog query

2004-03-29 Thread Rob Shepherd
whilst running maven (1.0-rc2) site:generate i get this error...

this line in the script refers to ${stylesheet} of which i have no idea about.
I am running a very basic example system to learn maven.  project.xml is very lean and 
project.properties is empty.

how can i remedy this failure?

BUILD FAILED
File.. file:/homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
Element... j:include
Line.. 345
Column 54
null:-1:-1:  Could not parse Jelly script
com.werken.werkz.UnattainableGoalException: Unable to obtain goal [site] -- 
file:/homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly:345:54: 
 could not include jelly script: 
file://homedir/robshep/.maven/plugins/maven-xdoc-plugin-1.6/plugin-resources/site.jsl. 
Reason: org.apache.commons.jelly.JellyException: null:-1:-1:  Could not parse Jelly 
script

linkcheck.html has not been written to

secondly.

the changelog plugin isn't finding my source. it is checked out in to the source directory 
 stated in project.xml 

in the output i get (details modified!)

SCM Command Line[0]: cvs
SCM Command Line[1]: -d
SCM Command Line[2]: :ext:[EMAIL PROTECTED]:/folder/user/cvs
SCM Command Line[3]: log
SCM Command Line[4]: -d 2004-02-28<2004-03-30
cvs log: in directory .:
cvs [log aborted]: there is no version here; run 'cvs checkout' first
ChangeLog found: 0 entries
why is it looking in . should it not look in the source directory?

regards

many thanks

Rob

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


Re: Maven site:generate stack overflow problem

2004-01-07 Thread dion
Looks like a bug in your JDK.

Have you tried increasing the amount of memory given to Maven?
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/



"Kumar, Vikram" <[EMAIL PROTECTED]> wrote on 07/01/2004 
09:46:58 AM:

> I am receiving the following error when I run site:generate.  I was
> wondering whether anyone has seen this before.
> .
> .
> .
> Validating apidocs/index-all.html
> An irrecoverable stack overflow has occurred.
> 
> Unexpected Signal : 11 occurred at PC=0xfb1ebbcc
> Function name=get (compiled Java code)
> Library=(N/A)
> 
> Current Java thread:
> 
> Dynamic libraries:
> 0x1 /app/websphere/java/bin/../bin/sparc/native_threads/java
> 0xff35  /usr/lib/libthread.so.1
> 0xff39  /usr/lib/libdl.so.1
> 0xff20  /usr/lib/libc.so.1
> 0xff34  /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1
> 0xfe40  /app/websphere/java/jre/lib/sparc/client/libjvm.so
> 0xff2e  /usr/lib/libCrun.so.1
> 0xff1e  /usr/lib/libsocket.so.1
> 0xff10  /usr/lib/libnsl.so.1
> 0xff0d  /usr/lib/libm.so.1
> 0xff31  /usr/lib/libw.so.1
> 0xff0b  /usr/lib/libmp.so.2
> 0xff08
> /app/websphere/java/jre/lib/sparc/native_threads/libhpi.so
> 0xff05  /app/websphere/java/jre/lib/sparc/libverify.so
> 0xfe7c  /app/websphere/java/jre/lib/sparc/libjava.so
> 0xff02  /app/websphere/java/jre/lib/sparc/libzip.so
> 
> Local Time = Tue Jan  6 17:44:48 2004
> Elapsed Time = 197
> #
> # HotSpot Virtual Machine Error : 11
> # Error ID : 4F530E43505002BD 01
> # Please report this error at
> # http://java.sun.com/cgi-bin/bugreport.cgi
> #
> # Java VM: Java HotSpot(TM) Client VM (1.3.1_08-b03 mixed mode)
> #
> # An error report file has been saved as hs_err_pid29925.log.
> # Please refer to the file for further information.
> #
> Abort


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



Maven site:generate stack overflow problem

2004-01-06 Thread Kumar, Vikram
I am receiving the following error when I run site:generate.  I was
wondering whether anyone has seen this before.
.
.
.
Validating apidocs/index-all.html
An irrecoverable stack overflow has occurred.

Unexpected Signal : 11 occurred at PC=0xfb1ebbcc
Function name=get (compiled Java code)
Library=(N/A)

Current Java thread:

Dynamic libraries:
0x1 /app/websphere/java/bin/../bin/sparc/native_threads/java
0xff35  /usr/lib/libthread.so.1
0xff39  /usr/lib/libdl.so.1
0xff20  /usr/lib/libc.so.1
0xff34  /usr/platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1
0xfe40  /app/websphere/java/jre/lib/sparc/client/libjvm.so
0xff2e  /usr/lib/libCrun.so.1
0xff1e  /usr/lib/libsocket.so.1
0xff10  /usr/lib/libnsl.so.1
0xff0d  /usr/lib/libm.so.1
0xff31  /usr/lib/libw.so.1
0xff0b  /usr/lib/libmp.so.2
0xff08
/app/websphere/java/jre/lib/sparc/native_threads/libhpi.so
0xff05  /app/websphere/java/jre/lib/sparc/libverify.so
0xfe7c  /app/websphere/java/jre/lib/sparc/libjava.so
0xff02  /app/websphere/java/jre/lib/sparc/libzip.so

Local Time = Tue Jan  6 17:44:48 2004
Elapsed Time = 197
#
# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002BD 01
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.3.1_08-b03 mixed mode)
#
# An error report file has been saved as hs_err_pid29925.log.
# Please refer to the file for further information.
#
Abort


Re: site:generate failed - repository connection must start with scm[delim]

2003-11-29 Thread Maciek Zywno
Jefferson K. French wrote:

You also need to specify the module you are checking of of CVS. For
example:
 scm:cvs:pserver:[EMAIL PROTECTED]:/cvs:myModule

In your repository connection string, is [EMAIL PROTECTED] somthing you
used for your post to hide the real names, or is that what it actually
contains?
 Jeff
 

thanks, it is ok now
I am just getting to know about maven and try its capabilities.. I 
mean.. no real projects, servers.. :)

I've just found  a nice maven manual so no more lame questions from me 
:-) (I hope)

thanks

maciek

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


Re: site:generate failed - repository connection must start with scm[delim]

2003-11-29 Thread Jefferson K. French
You also need to specify the module you are checking of of CVS. For
example:

  scm:cvs:pserver:[EMAIL PROTECTED]:/cvs:myModule

In your repository connection string, is [EMAIL PROTECTED] somthing you
used for your post to hide the real names, or is that what it actually
contains?

  Jeff

On Sat, 29 Nov 2003, at 12:05:11 [GMT +0100] Maciek Zywno wrote:

> Ben Walding wrote:

>> The repository connection string must start with scm:
>>
>> eg
>>
>> scm:cvs:pserver:[EMAIL PROTECTED]:/foo
>>
>>
> thanks, but when I changed to:

> 
>   scm:cvs:pserver:[EMAIL PROTECTED]:/foo   
>   http://scm.foobar.com   
>   

> I get:

> BUILD FAILED
> File.. file:/C:/Documents and 
> Settings/maciek/.maven/plugins/maven-changelog
> -plugin-1.4-SNAPSHOT/
> Element... changelog:changelog
> Line.. 65
> Column 15
> repository connection string contains less than six tokens

> I don't get it - I copied the simple example project xml and it does not 
> work - could you help once again?

> thanks in advance

> maciek


> -
> 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: site:generate failed - repository connection must start with scm[delim]

2003-11-29 Thread Maciek Zywno
Ben Walding wrote:

The repository connection string must start with scm:

eg

scm:cvs:pserver:[EMAIL PROTECTED]:/foo


thanks, but when I changed to:


 scm:cvs:pserver:[EMAIL PROTECTED]:/foo   
 http://scm.foobar.com   
  

I get:

BUILD FAILED
File.. file:/C:/Documents and 
Settings/maciek/.maven/plugins/maven-changelog
-plugin-1.4-SNAPSHOT/
Element... changelog:changelog
Line.. 65
Column 15
repository connection string contains less than six tokens

I don't get it - I copied the simple example project xml and it does not 
work - could you help once again?

thanks in advance

maciek

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


Re: site:generate failed - repository connection must start with scm[delim]

2003-11-28 Thread Ben Walding
The repository connection string must start with scm:

eg

scm:cvs:pserver:[EMAIL PROTECTED]:/foo



Maciek Zywno wrote:

Hello

I try to use site:generate goal on the simplest possible project but 
got the following message:

[...]
checkstyle:init:
checkstyle:report:
checkstyle:run:
   [echo] Using C:\Documents and 
Settings\maciek\.maven\plugins\maven-checkstyl
e-plugin-2.2-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/maciek/.maven/plugins/maven-changelog
-plugin-1.4-SNAPSHOT/
Element... changelog:changelog
Line.. 64
Column 15
repository connection must start with scm[delim]
Total time: 7 seconds

in project.xml I've got:

 
cvs:pserver:[EMAIL PROTECTED]:/foo
http://scm.foobar.com   

So what's wrong with my connection?

Thanks in advance

Maciek Zywno



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


site:generate failed - repository connection must start with scm[delim]

2003-11-28 Thread Maciek Zywno
Hello

I try to use site:generate goal on the simplest possible project but got 
the following message:

[...]
checkstyle:init:
checkstyle:report:
checkstyle:run:
   [echo] Using C:\Documents and 
Settings\maciek\.maven\plugins\maven-checkstyl
e-plugin-2.2-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/maciek/.maven/plugins/maven-changelog
-plugin-1.4-SNAPSHOT/
Element... changelog:changelog
Line.. 64
Column 15
repository connection must start with scm[delim]
Total time: 7 seconds

in project.xml I've got:


 cvs:pserver:[EMAIL PROTECTED]:/foo   
 http://scm.foobar.com   


So what's wrong with my connection?

Thanks in advance

Maciek Zywno



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


and and and and Maven maven site:generate Question

2003-11-07 Thread Rauf, Saleem
 
 
Hi 
 
 
I am new Maven, I have few questions
 
1.)  Currently I have all my jar files for the code to complie in  
/sporty2g/distribution/lib, Can copy to /target/classes by doing the following when I 
run "maven site:generate":


   /sporty2g/distribution/lib
 /distribution/lib
  
   
Inside 

1a.) If question 1 is sucess in copying the jars into /target.classes, Then can I use 
the jar files copied in /target/classes in maven when run "maven site:generate": 
instead of using the following  tag, My reason of asking this because I 
have like 45 jar files, and wondering if I can just make maven point a directory 
instead of listing each jar file in   tag.

 
  xmlunit
  xmlunit
  1.0

   

2.)According maven-project.xsd the xml schema for project.xml file, it states that 
build element can have  zero to many sourceDirectory elements as stated below. Well 
when I put multiple  sourceDirectory elements in my body element, it doesn't complain 
about project.xml, but when run "maven site:generate", it only looks at one of  
sourceDirectory element  and processes it, and ignores the other one. see Below for my 
example: 


   1.)   /sporty2g/home/ejb/generated-src/java
2.)  /sporty2g/home/web/src/java
Note: for some reason in this case it agnores 1.), but picks up 2.) . If this is the 
way it works, then Why does xml schema for project.xml allows you to have multiple 
sourceDirectory element.

maven-project.xsd the xml schema for project.xml file:



  









  

  



 

 

3.) If question 2 is an issue,which means I cannot process multiple sourceDirectory 
element, Then what is an work around this? Because my src code in located in 10 
diffrent directories, Here is where all the directories where my source code is 
located to process, just to create the site using maven.  

  /sporty2g/home/ejb/generated-src/java
  /sporty2g/home/ejb/src/java
  
  /sporty2g/home/web/src/java
  
  
/sporty2g/administration/ejb/generated-src/java
  /sporty2g/administration/ejb/src/java
  
/sporty2g/administration/web/generated-src/java
  /sporty2g/administration/web/src/java
  
  /sporty2g/bondadmin/ejb/generated-src/java
  /sporty2g/bondadmin/ejb/src/java
  /sporty2g/bondadmin/web/generated-src/java
  /sporty2g/bondadmin/web/src/java
  
  /sporty2g/cashmgt/ejb/generated-src/java
  /sporty2g/cashmgt/ejb/src/java
  /sporty2g/cashmgt/web/generated-src/java
  /sporty2g/cashmgt/web/src/java
  
  /sporty2g/defproc/ejb/generated-src/java
  /sporty2g/defproc/ejb/src/java
  /sporty2g/defproc/web/generated-src/java
  /sporty2g/defproc/web/src/java
  
  /sporty2g/doctrack/ejb/generated-src/java
  /sporty2g/doctrack/ejb/src/java
  /sporty2g/doctrack/web/generated-src/java
  /sporty2g/doctrack/web/src/java
  
  
  /sporty2g/eai/ejb/generated-src/java
  /sporty2g/eai/ejb/src/java
  /sporty2g/eai/web/generated-src/java
  /sporty2g/eai/web/src/java
  
  /sporty2g/servacct/ejb/generated-src/java
  /sporty2g/servacct/ejb/src/java 
  /sporty2g/servacct/web/generated-src/java
  /sporty2g/servacct/web/src/java

4.) From question three you have seen all the directories I need to process just do 
run "maven site:generate", What is best to go about doing this?

 

5.) Considering questions 1 to 4, My only goal  of using maven is just to creat 
documentation on all these directories only , Nothing more. What is the best way

to reach my goal: "maven is just to creat documentation on all these directories only "

Please give your fellow developer feeback, I have spend 4 days, 16 hours a day, And I 
have not been able to come up with solution yet. I looked at Maven documentation, And 
it's only good for begiiners and just to get you up and running, but beyond that it 
doesn't really talk much about topic I am intresting in "How 

to use maven just for documentation with having many src directories."

 

This how my build elements looks like currently:


[EMAIL PROTECTED]


   /sporty2g/distribution/lib
 /distribution/lib
  
   
  /sporty2g/home/ejb/generated-src/java
  /sporty2g/home/web/src/java


 

Any help will be greatlty appericated! :-)

Best Regards,

Rauf

 

  

 

 

 

 
 
 

 


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



Réf. : Maven Newbie: site:generate question.

2003-09-15 Thread Nicolas . CHALUMEAU
>  [echo] Generating C::/maven/skade/target/docs/tasks.html from
> C::/maven/skade\xdocs\tasks.xml

Is your tasks.xml is a well-formed xml file ?
Verify if you  omit to end an element.

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



Maven Newbie: site:generate question.

2003-09-15 Thread Mike . McGowan
Just getting started with Maven.   Currently using CruiseControl for our
builds.   I wanted to start with the site generation capabilities and that
back stitch our build with maven where applicable.   I get the following
whenever I use the site:generate goal or site:publish goal.   "generate"
gives me most of the generated documents, but publish stops with the same
error and nothing gets pushed to my server.

[echo] Generating C:/maven/skade/target/docs/faq.html from
C:\maven\skade\target\generated-xdocs\faq.xml
Transforming user supplied documentation.

  [echo] Generating C::/maven/skade/target/docs/tasks.html from
C::/maven/skade\xdocs\tasks.xml

BuiILD FAILED
file.. file:/C:/Documents and
Settings/3665/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/
element... x:parse
line.. 315
column 43
error on line -1 of document  : Premature end of file. Nested exception:
Premature end of file.
total time:  18 seconds

Suggestions? TIA.

Mike McGowan
[EMAIL PROTECTED]



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



Re: Problems using site:generate unable to find the goal for therepo rts

2003-08-14 Thread Ben Walding
It should be maven-clover-plugin rather than maven-clover-report-plugin, 
you'll find some of the others are probably wrong too.

Take a look in ~/.maven/plugins for a better idea of the plugin names.

Nelson, Scott (MAN - Corporate) wrote:

Hi all,

I am trying to run reports on a project.  
I have listed the reports I wish to run in my project.xml as:
.
 
 	maven-javadoc-plugin
 	maven-jdepend-plugin
 	maven-junit-report-plugin
 	maven-clover-report-plugin
 	maven-checkstyle-report-plugin
 	maven-tasklist-report
 
.

I have maven installed but when I run the site:generate goal I get the
following error message.
BUILD FAILED
File.. file:/C:/devtools/maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/
Element... attainGoal
Line.. 558
Column 48
No goal [maven-clover-report-plugin:register]
Total time:  4 seconds
I have installed clover and I can run the clover goal directly to generate
the clover report, but I want to run it as part of my reports section.
What am I missing here?  Thanks in advance if anyone can help me out.

-Scott

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


Problems using site:generate unable to find the goal for the reports

2003-08-08 Thread Nelson, Scott (MAN - Corporate)
Hi all,

I am trying to run reports on a project.  
I have listed the reports I wish to run in my project.xml as:
.
  
maven-javadoc-plugin
maven-jdepend-plugin
maven-junit-report-plugin
maven-clover-report-plugin
maven-checkstyle-report-plugin
maven-tasklist-report
  
.

I have maven installed but when I run the site:generate goal I get the
following error message.

BUILD FAILED
File.. file:/C:/devtools/maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/
Element... attainGoal
Line.. 558
Column 48
No goal [maven-clover-report-plugin:register]
Total time:  4 seconds

I have installed clover and I can run the clover goal directly to generate
the clover report, but I want to run it as part of my reports section.

What am I missing here?  Thanks in advance if anyone can help me out.

-Scott

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



maven site:generate error

2003-08-07 Thread Reiners, Mylene
Hi,
 
I'm trying to get Maven to work; I finally managed to get alljars, but now I
got the following error, which I cannot solve after googling a lot!
 
TIA,
 
Mylene
 
D:\DataDirectory\Projects\GPF>maven site:generate
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-10
 
 
BUILD FAILED
File.. file:/C:/Documents and
Settings/870774/.maven/plugins/maven-xdoc-plug
in-1.4-SNAPSHOT/
Element... attainGoal
Line.. 558
Column 48
No goal [maven-multiproject-plugin:register]
Total time:  5 seconds


== 
De informatie verzonden met dit e-mail bericht is vertrouwelijk en
uitsluitend bestemd voor de geadresseerde. Indien bovenstaand e-mailbericht
niet aan u is gericht, verzoeken wij u vriendelijk doch dringend het
e-mailbericht te retourneren aan de verzender en het origineel en eventuele
kopieen te verwijderen en te vernietigen. Gebruik van deze informatie door
anderen dan de geadresseerde is verboden. Openbaarmaking, vermenigvuldiging,
verspreiding en/of verstrekking van deze informatie aan derden is niet
toegestaan. CZ staat niet in voor de juiste en volledige overbrenging van de
inhoud van een verzonden e-mail, noch voor tijdige ontvangst daarvan. 

== 
The information contained in this communication is confidential and may be
legally privileged. If you are not the intended recipient of this
communication please return the communication to the sender and delete and
destroy all copies. It is intended solely for the use of the individual or
entity to whom it is addressed and others authorised to receive it. If you
are not the intended recipient you are hereby notified that any disclosure,
copying, distribution or taking any action in reliance on the contents of
this information is strictly prohibited and may be unlawful. CZ health
insurance is neither liable for the proper and complete transmission of the
information contained in this communication nor for any delay in its
receipt. 

=== 



Re: b10, site:generate and templates (velocity+jelly)

2003-07-17 Thread dion
Looks like an old version of the xml taglib
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/
Work:  http://www.multitask.com.au


Martin Skopp <[EMAIL PROTECTED]> wrote on 15/07/2003 05:32:57 PM:

> Hi folks,
> 
> discovered problems with my own maven projects which build their "site"
> in the same way like http://db.apache.org/ does (with xdoc-templates and
> processing with velocity).
> 
> beta10, fresh checkout of db.apache.org:
> 
> xdoc:jelly-transform:
> [echo] Generating /home/msk/cvsroot/db-site/target/docs/license.html
> from /home/msk/cvsroot/db-site/target/generated-xdocs/license.xml
> 
> BUILD FAILED
> File.. file:/home/msk/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/
> Element... x:parse
> Line.. 312
> Column 49
> Invalid source argument. Must be a String, Reader, InputStream or URL.
> Was type; java.io.File with value:
> /home/msk/cvsroot/db-site/xdocs/navigation.xml
> Total time:  6 seconds
> 
> 
> Dependencies from project.xml:
> 
> 
>   commons-jelly+tags-velocity
>   SNAPSHOT
> 
> 
>   velocity
>   1.3
> 
> 
> For my own project with the same problem, I tried several combinations
> (with groupId, artifactId, timestamped snapshot jar etc) but it still
> does not work.
> 
> Any idea?
> Thanks
> -- 
> 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]
> 


b10, site:generate and templates (velocity+jelly)

2003-07-15 Thread Martin Skopp
Hi folks,

discovered problems with my own maven projects which build their "site"
in the same way like http://db.apache.org/ does (with xdoc-templates and
processing with velocity).

beta10, fresh checkout of db.apache.org:

xdoc:jelly-transform:
[echo] Generating /home/msk/cvsroot/db-site/target/docs/license.html
from /home/msk/cvsroot/db-site/target/generated-xdocs/license.xml

BUILD FAILED
File.. file:/home/msk/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/
Element... x:parse
Line.. 312
Column 49
Invalid source argument. Must be a String, Reader, InputStream or URL.
Was type; java.io.File with value:
/home/msk/cvsroot/db-site/xdocs/navigation.xml
Total time:  6 seconds


Dependencies from project.xml:


  commons-jelly+tags-velocity
  SNAPSHOT


  velocity
  1.3


For my own project with the same problem, I tried several combinations
(with groupId, artifactId, timestamped snapshot jar etc) but it still
does not work.

Any idea?
Thanks
-- 
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: Problem with site:generate

2003-07-11 Thread Ben Walding
Yep, you need to fix your repository settings.

Caused by: java.lang.IllegalArgumentException: repository connection string contains 
less than six tokens
at 
org.apache.maven.cvslib.CvsChangeLogGenerator.getScmLogCommand(CvsChangeLogGenerator.java:114)
at 
org.apache.maven.changelog.AbstractChangeLogGenerator.getEntries(AbstractChangeLogGenerator.java:208)
at org.apache.maven.changelog.ChangeLog.generateEntries(ChangeLog.java:274)
at org.apache.maven.changelog.ChangeLog.doExecute(ChangeLog.java:253)
If you can't work out how, try posting your project.xml

See http://maven.apache.org/reference/project-descriptor.html#repository



did wrote:

Hi all,

I am trying Maven right now to integrate a new project.
I just start to create a blank project using
  maven -Dpackage=com.myproject genapp
Things seems Ok. I then create the xdocs directory and a 
navigation.xml like the one I found on maven.apache.org web site.

Doing a 'maven jar' works fine for me.

However, when I do a 'maven site:generate' I got some very cryptique 
error messages... I just attached the out.txt I got using the 
following command:   maven site:generate  2>&1 | tee out.txt 
(maven.log is too large to be accepted by the mail server.)

However the maven.log is bloated with a lot of strange errors 
Actually this is the first time I can generate so much errors using so 
few commands! [Yes, I feel a little bit proud of that ]

Is it because of the scm related informations in the project.xml?
I didn't find any information using google or surfing 
maven.apache.org, so please accept my appologies if this mails 
duplicates other requests [may be should we include the answer on 
the FAQ?]

D.



__  __
|  \/  |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-9-SNAPSHOT
[DEBUG] Adding reference: maven.dependency.classpath -> 
   [available] [VERBOSE] Found: src/java
   [available] [VERBOSE] Found: src/test
[DEBUG] Adding reference: maven-classpath -> 
[DEBUG] Adding reference: maven.compile.src.set -> 
[DEBUG] Adding reference: maven.test.compile.src.set -> 
[DEBUG] Adding reference: maven.dependency.classpath -> 
[DEBUG] Adding reference: maven-classpath -> 
[DEBUG] Adding reference: maven.compile.src.set -> 
[DEBUG] Adding reference: maven.test.compile.src.set -> 
[DEBUG] Adding reference: maven.dependency.classpath -> /opt/java/maven/repository/ant/jars/ant-1.5.1.jar:/opt/java/maven/repository/commons-lang/jars/commons-lang-1.0-b1.1.jar:/opt/java/maven/repository/anttex/jars/anttex-1.0.jar
[DEBUG] Adding reference: maven-classpath -> 
[DEBUG] Adding reference: maven.compile.src.set -> 
[DEBUG] Adding reference: maven.test.compile.src.set -> 
[DEBUG] Adding reference: maven.dependency.classpath -> /opt/java/maven/repository/ant/jars/ant-1.5.1.jar:/opt/java/maven/repository/commons-lang/jars/commons-lang-1.0-b1.1.jar
[DEBUG] Adding reference: maven-classpath -> 
[DEBUG] Adding reference: maven.compile.src.set -> 
[DEBUG] Adding reference: maven.test.compile.src.set -> 
site:
[DEBUG] Adding reference: maven.dependency.classpath -> 
[DEBUG] Adding reference: maven-classpath -> 
[DEBUG] Adding reference: maven.compile.src.set -> 
[DEBUG] Adding reference: maven.test.compile.src.set -> 
[DEBUG] Adding reference: maven.dependency.classpath -> /opt/java/maven/repository/ant/jars/ant-1.5.1.jar:/opt/java/maven/repository/dom4j/jars/dom4j-1.4-dev-7.jar:/opt/java/maven/repository/commons-jelly/jars/commons-jelly-20030211.141339.jar:/opt/java/maven/repository/commons-jelly/jars/commons-jelly-tags-validate-20030211.143411.jar:/opt/java/maven/repository/commons-jelly/jars/commons-jelly-tags-xml-20030211.142705.jar:/opt/java/maven/repository/junit/jars/junit-3.8.1.jar:/opt/java/maven/repository/maven/jars/maven.jar:/opt/java/maven/repository/xml-apis/jars/xml-apis-1.0.b2.jar:/opt/java/maven/repository/isorelax/jars/isorelax-20020414.jar:/opt/java/maven/repository/msv/jars/msv-20020414.jar:/opt/java/maven/repository/relaxngDatatype/jars/relaxngDatatype-20020414.jar
[DEBUG] Adding reference: maven-classpath -> 
[DEBUG] Adding reference: maven.compile.src.set -> 
[DEBUG] Adding reference: maven.test.compile.src.set -> 
[DEBUG] Adding reference: maven.dependency.classpath -> /opt/java/maven/repository/ant/jars/ant-1.5.1.jar:/opt/java/maven/repository/dom4j/jars/dom4j-1.4-dev-8.jar:/opt/java/maven/repository/commons-grant/jars/commons-grant-1.0-beta-4.jar:/opt/java/maven/repository/commons-jelly/jars/commons-jelly-20030211.141339.jar:/opt/java/maven/repository/commons-jelly/jars/commons-jelly-tags-jsl-20030211.143151.jar:/opt/java/maven/repository/commons-jelly/jars/commons-jelly-tags-log-20030211.142821.jar:/opt/java/maven/repository/commons-jelly/jars/commons-jelly-tags-velocity-2

Réf. : Problem with site:generate

2003-07-11 Thread Nicolas . CHALUMEAU
> Caused by: java.lang.IllegalArgumentException: repository connection 
string contains less than six tokens

verify you cvs connexion string it must have 6 elements separate with ":".
scm:cvs:pserver:anon @ server:/usr/local/cvsroot:project

Nicolas

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



Problem with site:generate

2003-07-10 Thread did
Hi all,

I am trying Maven right now to integrate a new project.
I just start to create a blank project using
  maven -Dpackage=com.myproject genapp
Things seems Ok. I then create the xdocs directory and a navigation.xml 
like the one I found on maven.apache.org web site.

Doing a 'maven jar' works fine for me.

However, when I do a 'maven site:generate' I got some very cryptique 
error messages... I just attached the out.txt I got using the following 
command:   maven site:generate  2>&1 | tee out.txt (maven.log is too 
large to be accepted by the mail server.)

However the maven.log is bloated with a lot of strange errors 
Actually this is the first time I can generate so much errors using so 
few commands! [Yes, I feel a little bit proud of that ]

Is it because of the scm related informations in the project.xml?
I didn't find any information using google or surfing maven.apache.org, 
so please accept my appologies if this mails duplicates other 
requests [may be should we include the answer on the FAQ?]

D.
 __  __
|  \/  |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-9-SNAPSHOT


[DEBUG] Adding reference: maven.dependency.classpath -> 
[available] [VERBOSE] Found: src/java
[available] [VERBOSE] Found: src/test
[DEBUG] Adding reference: maven-classpath -> 
[DEBUG] Adding reference: maven.compile.src.set -> 
[DEBUG] Adding reference: maven.test.compile.src.set -> 
[DEBUG] Adding reference: maven.dependency.classpath -> 
[DEBUG] Adding reference: maven-classpath -> 
[DEBUG] Adding reference: maven.compile.src.set -> 
[DEBUG] Adding reference: maven.test.compile.src.set -> 
[DEBUG] Adding reference: maven.dependency.classpath -> 
/opt/java/maven/repository/ant/jars/ant-1.5.1.jar:/opt/java/maven/repository/commons-lang/jars/commons-lang-1.0-b1.1.jar:/opt/java/maven/repository/anttex/jars/anttex-1.0.jar
[DEBUG] Adding reference: maven-classpath -> 
[DEBUG] Adding reference: maven.compile.src.set -> 
[DEBUG] Adding reference: maven.test.compile.src.set -> 
[DEBUG] Adding reference: maven.dependency.classpath -> 
/opt/java/maven/repository/ant/jars/ant-1.5.1.jar:/opt/java/maven/repository/commons-lang/jars/commons-lang-1.0-b1.1.jar
[DEBUG] Adding reference: maven-classpath -> 
[DEBUG] Adding reference: maven.compile.src.set -> 
[DEBUG] Adding reference: maven.test.compile.src.set -> 
site:
[DEBUG] Adding reference: maven.dependency.classpath -> 
[DEBUG] Adding reference: maven-classpath -> 
[DEBUG] Adding reference: maven.compile.src.set -> 
[DEBUG] Adding reference: maven.test.compile.src.set -> 
[DEBUG] Adding reference: maven.dependency.classpath -> 
/opt/java/maven/repository/ant/jars/ant-1.5.1.jar:/opt/java/maven/repository/dom4j/jars/dom4j-1.4-dev-7.jar:/opt/java/maven/repository/commons-jelly/jars/commons-jelly-20030211.141339.jar:/opt/java/maven/repository/commons-jelly/jars/commons-jelly-tags-validate-20030211.143411.jar:/opt/java/maven/repository/commons-jelly/jars/commons-jelly-tags-xml-20030211.142705.jar:/opt/java/maven/repository/junit/jars/junit-3.8.1.jar:/opt/java/maven/repository/maven/jars/maven.jar:/opt/java/maven/repository/xml-apis/jars/xml-apis-1.0.b2.jar:/opt/java/maven/repository/isorelax/jars/isorelax-20020414.jar:/opt/java/maven/repository/msv/jars/msv-20020414.jar:/opt/java/maven/repository/relaxngDatatype/jars/relaxngDatatype-20020414.jar
[DEBUG] Adding reference: maven-classpath -> 
[DEBUG] Adding reference: maven.compile.src.set -> 
[DEBUG] Adding reference: maven.test.compile.src.set -> 
[DEBUG] Adding reference: maven.dependency.classpath -> 
/opt/java/maven/repository/ant/jars/ant-1.5.1.jar:/opt/java/maven/repository/dom4j/jars/dom4j-1.4-dev-8.jar:/opt/java/maven/repository/commons-grant/jars/commons-grant-1.0-beta-4.jar:/opt/java/maven/repository/commons-jelly/jars/commons-jelly-20030211.141339.jar:/opt/java/maven/repository/commons-jelly/jars/commons-jelly-tags-jsl-20030211.143151.jar:/opt/java/maven/repository/commons-jelly/jars/commons-jelly-tags-log-20030211.142821.jar:/opt/java/maven/repository/commons-jelly/jars/commons-jelly-tags-velocity-20030303.205659.jar:/opt/java/maven/repository/commons-jelly/jars/commons-jelly-tags-xml-20030211.142705.jar:/opt/java/maven/repository/maven/jars/maven.jar:/opt/java/maven/repository/velocity/jars/velocity-1.3.jar:/opt/java/maven/repository/velocity-dvsl/jars/velocity-dvsl-0.45.jar:/opt/java/maven/repository/xml-apis/jars/xml-apis-1.0.b2.jar
[DEBUG] Adding reference: maven-classpath -> 
[DEBUG] Adding reference: maven.compile.src.set -> 
[DEBUG] Adding reference: maven.test.compile.src.set -> 
xdoc:register-reports:
[DEBUG] Adding reference: maven.dependency.classpath -> 
/opt/java/maven/repository/commons-jelly/jars/commons-jelly-tags-jsl-20030211.143151.jar:/opt/java/maven/repository/commons-jelly/jars/commons-jelly-tags-xml-200

Re: Error using site:generate - "no action definition"

2003-06-14 Thread Gabriel Sjoberg
[EMAIL PROTECTED] wrote:

Oops, nevermind.  It turns out that this project extended another one that
had a goal called 'site'.  Not sure exactly what was going wrong, but
renaming that goal fixed it.
 

As a side note, I've found that a good practice (for me anyway) when 
naming goals is to always prefix them with the name of the project I'm 
working on.  Thus, 'site' would be 'projectx:site'.  This avoids any 
nasty naming errors.

--GS

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


Error using site:generate - "no action definition"

2003-06-13 Thread Chris . Rauschuber
Oops, nevermind.  It turns out that this project extended another one that
had a goal called 'site'.  Not sure exactly what was going wrong, but
renaming that goal fixed it.

Chris

- Forwarded by Chris Rauschuber/transplace/com on 06/13/2003 04:13 PM
-
   
  
Chris  
  
Rauschuber   To: [EMAIL PROTECTED] 
 
 cc:   
  
06/13/2003   Subject: Error using site:generate - "no 
action definition" 
04:01 PM   
  
   
  
   
  



Hello,

Has anyone come across this before:

maven site:generate

BUILD FAILED
null:-1:-1:  Goal [xdoc:register-reports] has no action definition.
Total time:  17 seconds

I've tried using the -X flag to get more information, but didn't see
anything helpful.
How can I fix this?

Thanks,
Chris




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



Error using site:generate - "no action definition"

2003-06-13 Thread Chris . Rauschuber
Hello,

Has anyone come across this before:

maven site:generate

BUILD FAILED
null:-1:-1:  Goal [xdoc:register-reports] has no action definition.
Total time:  17 seconds

I've tried using the -X flag to get more information, but didn't see
anything helpful.
How can I fix this?

Thanks,
Chris



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



Re: Error during site:generate - null

2003-06-10 Thread Paul Spencer
I suspect the answer is in the log file maven.log.

You can also run the report in debug mode to get the answer.
 maven -X maven-changelog-plugin:report
Paul Spencer

Moretti, Luciano (MED) wrote:

Hello-

I can get 'maven jar' to run fine, but now I'm trying to get the site
generator running... it all looks good until-
[echo] Generating the changelog report

BUILD FAILED
null:37:50:  null:56:15:  null
Total Time:  38 Seconds
Any Idea what I'm missing?  I can't seem to find much in the user's
guide about changelogs.
Thank you,

Luciano Moretti

-
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: Error during site:generate - null

2003-06-10 Thread Alexey Demakov
Once again - it should be in FAQ :)

Verify your CVS connection settings. It is in project.xml:


 


Make sure you can execute 'cvs' from command line 
and it doesn't ask for password etc.
Do 'cvs -d your_cvs_root login' to update .cvspass

Best regards,
Alexey
---
Alexey Demakov, ISP RAS
www: http://redverst.ispras.ru
e-mail: [EMAIL PROTECTED]
ICQ 740187

- Original Message - 
From: "Moretti, Luciano (MED)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 10, 2003 5:19 PM
Subject: Error during site:generate -  null


> Hello-
> 
> I can get 'maven jar' to run fine, but now I'm trying to get the site
> generator running... it all looks good until-
> 
> [echo] Generating the changelog report
> 
> BUILD FAILED
> null:37:50:  null:56:15:  null
> Total Time:  38 Seconds
> 
> 
> Any Idea what I'm missing?  I can't seem to find much in the user's
> guide about changelogs.
> 
> Thank you,
> 
> Luciano Moretti
> 
> -
> 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]



Error during site:generate - null

2003-06-10 Thread Moretti, Luciano (MED)
Hello-

I can get 'maven jar' to run fine, but now I'm trying to get the site
generator running... it all looks good until-

[echo] Generating the changelog report

BUILD FAILED
null:37:50:  null:56:15:  null
Total Time:  38 Seconds


Any Idea what I'm missing?  I can't seem to find much in the user's
guide about changelogs.

Thank you,

Luciano Moretti

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