Re: Simian Report Plugin for Maven 2.x

2006-09-13 Thread Rik Bosman

The Simian report I generated recently with MAVEN 2 shows the following
numbers:

Similarity threshold (lines) 6
Total number of duplicate lines 53472
Total number of duplicate blocks 1574
Total number of files with duplicates 212
Total number of processed lines 41026
Total number of processed files 559
Scan time 1232ms

Most of the information is clear, but what is the relation between the
processed lines and the duplicate lines.
Is it possible to calculate the percentage of duplicate code using these
numbers?

Rik


Re: Simian Report Plugin for Maven 2.x

2006-08-05 Thread Jimisola Laursen

I tried that as well:

[ERROR] BUILD ERROR
[INFO]

[INFO] The plugin 'org.codehaus.mojo:simian-report-maven-plugin' does not
exist or no valid version could be found

Am I missing out on a repository?

Have the following:

pluginRepository
idCodehaus Maven Snapshots/id
urlhttp://snapshots.maven.codehaus.org/maven2//url
snapshots
enabledtrue/enabled
/snapshots
releases
enabledfalse/enabled
/releases
/pluginRepository

pluginRepository
idCodehaus Snapshots/id
urlhttp://snapshots.repository.codehaus.org//url
snapshots
enabledtrue/enabled
/snapshots
releases
enabledfalse/enabled
/releases
/pluginRepository

pluginRepository
idApache Snapshots/id
urlhttp://svn.apache.org/maven-snapshot-repository//url
snapshots
enabledtrue/enabled
/snapshots
releases
enabledfalse/enabled
/releases
/pluginRepository
-- 
View this message in context: 
http://www.nabble.com/Simian-Report-Plugin-for-Maven-2.x-tf2052110.html#a5665601
Sent from the Maven - Users forum at Nabble.com.


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



Re: Simian Report Plugin for Maven 2.x

2006-08-05 Thread Jimisola Laursen

Actually
http://mojo.codehaus.org/simian-report-maven-plugin/introduction.html shows:

  build
 plugins
plugin
   groupIdorg.codehaus.mojo/groupId
   artifactIdsimian-maven-plugin/artifactId
/plugin
 /plugins
 ...
  /build

note: simian-maven-plugin and not simian-report-maven-plugin

I have tried with both plugin names under both build and reporting in the
pom without any luck.

Regards,
Jimisola
-- 
View this message in context: 
http://www.nabble.com/Simian-Report-Plugin-for-Maven-2.x-tf2052110.html#a5665908
Sent from the Maven - Users forum at Nabble.com.


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



Re: Simian Report Plugin for Maven 2.x

2006-08-05 Thread Andreas Hochsteger

It can be found here - which is on a repo you have listed:
http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/simian-report-maven-plugin/

HTH,
Andreas

Jimisola Laursen schrieb:

I tried that as well:

[ERROR] BUILD ERROR
[INFO]

[INFO] The plugin 'org.codehaus.mojo:simian-report-maven-plugin' does not
exist or no valid version could be found

Am I missing out on a repository?

Have the following:

pluginRepository
idCodehaus Maven Snapshots/id
urlhttp://snapshots.maven.codehaus.org/maven2//url
snapshots
enabledtrue/enabled
/snapshots
releases
enabledfalse/enabled
/releases
/pluginRepository

pluginRepository
idCodehaus Snapshots/id
urlhttp://snapshots.repository.codehaus.org//url
snapshots
enabledtrue/enabled
/snapshots
releases
enabledfalse/enabled
/releases
/pluginRepository

pluginRepository
idApache Snapshots/id
urlhttp://svn.apache.org/maven-snapshot-repository//url
snapshots
enabledtrue/enabled
/snapshots
releases
enabledfalse/enabled
/releases
/pluginRepository


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



Re: Simian Report Plugin for Maven 2.x

2006-08-05 Thread Jimisola Laursen

Andreas,

Managed to solve the issue by adding version1.0-SNAPSHOT/version to
plugin.

Don't think it has been necessary to specify SNAPSHOT version of other
plugins.

Anyway, thank you for helping out.

Regards,
Jimisola
-- 
View this message in context: 
http://www.nabble.com/Simian-Report-Plugin-for-Maven-2.x-tf2052110.html#a5666140
Sent from the Maven - Users forum at Nabble.com.


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



Simian Report Plugin for Maven 2.x

2006-08-04 Thread Jimisola Laursen

Hi!

Is there a working Simian Report Plugin for Maven 2.x?

Been looking around and have a had time determining if there should be one
or not.

E.g. version 1.5 and 1.6 doesn't contain a jar file under
http://www.ibiblio.org/maven2/maven/maven-simian-plugin/ 

There is no url to the project site in either 1.3 or 1.4.

Regards,
Jimisola
-- 
View this message in context: 
http://www.nabble.com/Simian-Report-Plugin-for-Maven-2.x-tf2052110.html#a5653414
Sent from the Maven - Users forum at Nabble.com.


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



Re: Simian Report Plugin for Maven 2.x

2006-08-04 Thread Rémy Sanlaville

Hi!

I don't know for Simian Report Plugin but if you just want a report for
duplication code
you have the PMD's CPD Report via PMD Report Plugin.

Rémy

2006/8/4, Jimisola Laursen [EMAIL PROTECTED]:



Hi!

Is there a working Simian Report Plugin for Maven 2.x?

Been looking around and have a had time determining if there should be one
or not.

E.g. version 1.5 and 1.6 doesn't contain a jar file under
http://www.ibiblio.org/maven2/maven/maven-simian-plugin/

There is no url to the project site in either 1.3 or 1.4.

Regards,
Jimisola
--
View this message in context:
http://www.nabble.com/Simian-Report-Plugin-for-Maven-2.x-tf2052110.html#a5653414
Sent from the Maven - Users forum at Nabble.com.


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




Re: Simian Report Plugin for Maven 2.x

2006-08-04 Thread Jimisola Laursen

Ok. We currently have to many errors/failures to run PMD out-of-the-box, but
it coming.. :)

Thanks
Jimisola


-- 
View this message in context: 
http://www.nabble.com/Simian-Report-Plugin-for-Maven-2.x-tf2052110.html#a5654030
Sent from the Maven - Users forum at Nabble.com.


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



Re: Simian Report Plugin for Maven 2.x

2006-08-04 Thread Andreas Hochsteger

Hi,

I used the following configuration successfully on our project:
plugin
  groupIdorg.codehaus.mojo/groupId
  artifactIdsimian-report-maven-plugin/artifactId
/plugin

HTH,
Andreas

Jimisola Laursen schrieb:

Hi!

Is there a working Simian Report Plugin for Maven 2.x?

Been looking around and have a had time determining if there should be one
or not.

E.g. version 1.5 and 1.6 doesn't contain a jar file under
http://www.ibiblio.org/maven2/maven/maven-simian-plugin/ 


There is no url to the project site in either 1.3 or 1.4.

Regards,
Jimisola


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