RE: Getting index.html of site generated automatically

2007-04-25 Thread Ian Rowlands
Just wondering, did the trace show anything?

Thanks,

Ian




Ok, just did those things.  URL for output is
http://rafb.net/p/Kf10Cs17.html

There was no particular reason - I guess I got into the habit of it and
didn't go back!  This output was running mvn site -X

Regards,

Ian

- Message from Wendy Smoak [EMAIL PROTECTED] on Sun, 22 Apr 2007
18:03:52 -0700 -
 

 To: Maven Users List users@maven.apache.org

 

Subject: Re: Getting index.html of site generated automatically

 


On 4/22/07, Ian Rowlands [EMAIL PROTECTED] wrote:

 Any other suggestions?

Declare a version number for the site plugin:
   version2.0-beta-5/version

Then paste the output of 'mvn site -X'  (use http://rafb.net/paste as
it will be too long to include)  and let's see if there's anything
interesting in that.

Is there any reason you're using site:site (single goal) rather than
just 'site' (lifecycle phase)?

--
Wendy



RE: Getting index.html of site generated automatically

2007-04-23 Thread Ian Rowlands





Ok, just did those things.  URL for output is
http://rafb.net/p/Kf10Cs17.html

There was no particular reason - I guess I got into the habit of it and
didn't go back!  This output was running mvn site -X

Regards,

Ian

- Message from Wendy Smoak [EMAIL PROTECTED] on Sun, 22 Apr 2007
18:03:52 -0700 -
   
 To: Maven Users List users@maven.apache.org   
   
Subject: Re: Getting index.html of site generated automatically
   

On 4/22/07, Ian Rowlands [EMAIL PROTECTED] wrote:

 Any other suggestions?

Declare a version number for the site plugin:
   version2.0-beta-5/version

Then paste the output of 'mvn site -X'  (use http://rafb.net/paste as
it will be too long to include)  and let's see if there's anything
interesting in that.

Is there any reason you're using site:site (single goal) rather than
just 'site' (lifecycle phase)?

--
Wendy


Disclaimer: The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential and/or
privileged material. Any review, retransmission, dissemination or other use
of, or taking of any action in reliance upon, this information by persons
or entities other than the intended recipient is prohibited. If you
received this in error, please contact the sender and delete the material
from your computer.
Privacy: If you are responding to this email or providing personal
information to the SRO for the purposes of one of the Acts it administers,
such information is used only for the purpose for which it was collected
( administration of SRO legislation ) and is protected by the Information
Privacy Act 2000 and secrecy provisions contained in legislation
administered by SRO. It is not disclosed otherwise than in accordance with
the law. If you would like a copy of the SRO Privacy Policy please refer to
SRO website (www.sro.vic.gov.au) or contact SRO on 9628 0556 and request a
copy.


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



RE: Getting index.html of site generated automatically

2007-04-22 Thread Ian Rowlands





That is exactly what I am saying.  Apart from subdirectories, I get:
checkstyle.html (plus checkstyle.rss)
cpd.html and cpd.xml
dependencies.html
integration.html
issue-tracking.html
jdepend-report.html
pmd.html and pmd.xml
project-info.html
project-reports.html
surefire-report.html

Thanks,

Ian


- Message from William Ferguson [EMAIL PROTECTED] on Fri,
20 Apr 2007 10:20:30 +1000 -
   
  To: Maven Users List users@maven.apache.org  
   
 Subj RE: [***POSSIBLE SPAM***] - RE: Getting index.html of site generated 
 ect: automatically - Found word(s) list error in the Text body
   

Ian, are you saying that under the target/site folder you get
project-info.html generated but not index.html?
I also have no customisation of the site and get the following files
generated at top level:
  dependencies.html
  index.html
  integration.html
  issue-tracking.html
  project-info.html
  project-summary.html
  source-repository.html

William


-Original Message-
From: Ian Rowlands [mailto:[EMAIL PROTECTED]
Sent: Thursday, 19 April 2007 10:18 PM
To: Maven Users List
Subject: [***POSSIBLE SPAM***] - RE: Getting index.html of site
generated automatically - Found word(s) list error in the Text body

Not sure what details you mean, so I'll make a guess!  I'm running Maven
2.0.5, executing maven site:site on my projects (one parent project with
a
bunch of modules).Everything else seems to get generated in the site
-
the front page generated is the project-info.html file.  Recently I
cleaned the repository and tried it again, but the same result.  The
projects are Java 5 modules (web, ejb and other normal pieces).  The
reports I'm generating are Checkstyle, PMD, Javadoc, Cobertura,
X-reference.  There is no customisation of the site (don't dare to try
that until I can get this to work!).

Is that the information you want, or is there more that would be
helpful?
Any other suggestions?


Regards,

Ian


- Message from William Ferguson [EMAIL PROTECTED] on
Thu,
19 Apr 2007 09:29:07 +1000 -


To: Maven Users List users@maven.apache.org



   Subject: RE: Getting index.html of site generated automatically




Ian,

I always get index.html generated by 'mvn site:site'.
I'm using Maven-2.0.5
Can you provide more details?

William


-Original Message-
From: Ian Rowlands [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 18 April 2007 5:25 PM
To: users@maven.apache.org
Subject: Getting index.html of site generated automatically





When I do a site:site build of one of my projects, no index.html (or
equivalent is generated).

Is there a way to do this automatically, rather than put it  an
xdoc/index.xml in each individual project (this happens for all of the
modules of the projects) as well?


Regards,

Ian




Disclaimer: The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential and/or
privileged material. Any review, retransmission, dissemination or other use
of, or taking of any action in reliance upon, this information by persons
or entities other than the intended recipient is prohibited. If you
received this in error, please contact the sender and delete the material
from your computer.
Privacy: If you are responding to this email or providing personal
information to the SRO for the purposes of one of the Acts it administers,
such information is used only for the purpose for which it was collected
( administration of SRO legislation ) and is protected by the Information
Privacy Act 2000 and secrecy provisions contained in legislation
administered by SRO. It is not disclosed otherwise than in accordance with
the law. If you would like a copy of the SRO Privacy Policy please refer to
SRO website (www.sro.vic.gov.au) or contact SRO on 9628 0556 and request a
copy.


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



Re: Getting index.html of site generated automatically

2007-04-22 Thread Wendy Smoak

On 4/22/07, Ian Rowlands [EMAIL PROTECTED] wrote:


Any other suggestions?


Declare a version number for the site plugin:
  version2.0-beta-5/version

Then paste the output of 'mvn site -X'  (use http://rafb.net/paste as
it will be too long to include)  and let's see if there's anything
interesting in that.

Is there any reason you're using site:site (single goal) rather than
just 'site' (lifecycle phase)?

--
Wendy

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



RE: [***POSSIBLE SPAM***] - RE: Getting index.html of site generated automatically - Found word(s) list error in the Text body

2007-04-20 Thread William Ferguson
Ian, are you saying that under the target/site folder you get
project-info.html generated but not index.html?
I also have no customisation of the site and get the following files
generated at top level:
  dependencies.html
  index.html
  integration.html
  issue-tracking.html
  project-info.html
  project-summary.html
  source-repository.html

William


-Original Message-
From: Ian Rowlands [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 19 April 2007 10:18 PM
To: Maven Users List
Subject: [***POSSIBLE SPAM***] - RE: Getting index.html of site
generated automatically - Found word(s) list error in the Text body

Not sure what details you mean, so I'll make a guess!  I'm running Maven
2.0.5, executing maven site:site on my projects (one parent project with
a
bunch of modules).Everything else seems to get generated in the site
-
the front page generated is the project-info.html file.  Recently I
cleaned the repository and tried it again, but the same result.  The
projects are Java 5 modules (web, ejb and other normal pieces).  The
reports I'm generating are Checkstyle, PMD, Javadoc, Cobertura,
X-reference.  There is no customisation of the site (don't dare to try
that until I can get this to work!).

Is that the information you want, or is there more that would be
helpful?
Any other suggestions?


Regards,

Ian


- Message from William Ferguson [EMAIL PROTECTED] on
Thu,
19 Apr 2007 09:29:07 +1000 -
 

To: Maven Users List users@maven.apache.org

 

   Subject: RE: Getting index.html of site generated automatically

 


Ian,

I always get index.html generated by 'mvn site:site'.
I'm using Maven-2.0.5
Can you provide more details?

William


-Original Message-
From: Ian Rowlands [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 18 April 2007 5:25 PM
To: users@maven.apache.org
Subject: Getting index.html of site generated automatically





When I do a site:site build of one of my projects, no index.html (or
equivalent is generated).

Is there a way to do this automatically, rather than put it  an
xdoc/index.xml in each individual project (this happens for all of the
modules of the projects) as well?


Regards,

Ian




Disclaimer: The information transmitted is intended only for the person
or entity to which it is addressed and may contain confidential and/or
privileged material. Any review, retransmission, dissemination or other
use of, or taking of any action in reliance upon, this information by
persons or entities other than the intended recipient is prohibited. If
you received this in error, please contact the sender and delete the
material from your computer.
Privacy: If you are responding to this email or providing personal
information to the SRO for the purposes of one of the Acts it
administers, such information is used only for the purpose for which it
was collected ( administration of SRO legislation ) and is protected by
the Information Privacy Act 2000 and secrecy provisions contained in
legislation administered by SRO. It is not disclosed otherwise than in
accordance with the law. If you would like a copy of the SRO Privacy
Policy please refer to SRO website (www.sro.vic.gov.au) or contact SRO
on 9628 0556 and request a copy.


-
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: Getting index.html of site generated automatically

2007-04-19 Thread William Ferguson
Ian,

I always get index.html generated by 'mvn site:site'.
I'm using Maven-2.0.5
Can you provide more details?

William
 

-Original Message-
From: Ian Rowlands [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 18 April 2007 5:25 PM
To: users@maven.apache.org
Subject: Getting index.html of site generated automatically





When I do a site:site build of one of my projects, no index.html (or
equivalent is generated).

Is there a way to do this automatically, rather than put it  an
xdoc/index.xml in each individual project (this happens for all of the
modules of the projects) as well?


Regards,

Ian


Disclaimer: The information transmitted is intended only for the person
or entity to which it is addressed and may contain confidential and/or
privileged material. Any review, retransmission, dissemination or other
use of, or taking of any action in reliance upon, this information by
persons or entities other than the intended recipient is prohibited. If
you received this in error, please contact the sender and delete the
material from your computer.
Privacy: If you are responding to this email or providing personal
information to the SRO for the purposes of one of the Acts it
administers, such information is used only for the purpose for which it
was collected ( administration of SRO legislation ) and is protected by
the Information Privacy Act 2000 and secrecy provisions contained in
legislation administered by SRO. It is not disclosed otherwise than in
accordance with the law. If you would like a copy of the SRO Privacy
Policy please refer to SRO website (www.sro.vic.gov.au) or contact SRO
on 9628 0556 and request a copy.


-
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: Getting index.html of site generated automatically

2007-04-19 Thread Ian Rowlands





Not sure what details you mean, so I'll make a guess!  I'm running Maven
2.0.5, executing maven site:site on my projects (one parent project with a
bunch of modules).Everything else seems to get generated in the site -
the front page generated is the project-info.html file.  Recently I
cleaned the repository and tried it again, but the same result.  The
projects are Java 5 modules (web, ejb and other normal pieces).  The
reports I'm generating are Checkstyle, PMD, Javadoc, Cobertura,
X-reference.  There is no customisation of the site (don't dare to try that
until I can get this to work!).

Is that the information you want, or is there more that would be helpful?
Any other suggestions?


Regards,

Ian


- Message from William Ferguson [EMAIL PROTECTED] on Thu,
19 Apr 2007 09:29:07 +1000 -
   
To: Maven Users List users@maven.apache.org
   
   Subject: RE: Getting index.html of site generated automatically 
   

Ian,

I always get index.html generated by 'mvn site:site'.
I'm using Maven-2.0.5
Can you provide more details?

William


-Original Message-
From: Ian Rowlands [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 18 April 2007 5:25 PM
To: users@maven.apache.org
Subject: Getting index.html of site generated automatically





When I do a site:site build of one of my projects, no index.html (or
equivalent is generated).

Is there a way to do this automatically, rather than put it  an
xdoc/index.xml in each individual project (this happens for all of the
modules of the projects) as well?


Regards,

Ian




Disclaimer: The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential and/or
privileged material. Any review, retransmission, dissemination or other use
of, or taking of any action in reliance upon, this information by persons
or entities other than the intended recipient is prohibited. If you
received this in error, please contact the sender and delete the material
from your computer.
Privacy: If you are responding to this email or providing personal
information to the SRO for the purposes of one of the Acts it administers,
such information is used only for the purpose for which it was collected
( administration of SRO legislation ) and is protected by the Information
Privacy Act 2000 and secrecy provisions contained in legislation
administered by SRO. It is not disclosed otherwise than in accordance with
the law. If you would like a copy of the SRO Privacy Policy please refer to
SRO website (www.sro.vic.gov.au) or contact SRO on 9628 0556 and request a
copy.


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



Getting index.html of site generated automatically

2007-04-18 Thread Ian Rowlands




When I do a site:site build of one of my projects, no index.html (or
equivalent is generated).

Is there a way to do this automatically, rather than put it  an
xdoc/index.xml in each individual project (this happens for all of the
modules of the projects) as well?


Regards,

Ian


Disclaimer: The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential and/or
privileged material. Any review, retransmission, dissemination or other use
of, or taking of any action in reliance upon, this information by persons
or entities other than the intended recipient is prohibited. If you
received this in error, please contact the sender and delete the material
from your computer.
Privacy: If you are responding to this email or providing personal
information to the SRO for the purposes of one of the Acts it administers,
such information is used only for the purpose for which it was collected
( administration of SRO legislation ) and is protected by the Information
Privacy Act 2000 and secrecy provisions contained in legislation
administered by SRO. It is not disclosed otherwise than in accordance with
the law. If you would like a copy of the SRO Privacy Policy please refer to
SRO website (www.sro.vic.gov.au) or contact SRO on 9628 0556 and request a
copy.


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