Skip to content

Commit

Permalink
Diverse
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Brolund committed Oct 8, 2010
1 parent 4983cd9 commit deba96e
Show file tree
Hide file tree
Showing 20 changed files with 232 additions and 263 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -12,6 +12,7 @@ slask*
bumblebee_junit4_acceptance/reports
bumblebee_junit4/reports
bumblebee_jruby/reports
bumblebee_uml/reports
bumblebee/reports
.settings
bumblebee_junit4_acceptance/.settings
Expand Down
8 changes: 8 additions & 0 deletions buildfile
Expand Up @@ -28,6 +28,7 @@ module Buildr
end
end


desc 'Bumblebee'
define 'com.agical.bumblebee' do
project.group = 'com.agical.bumblebee'
Expand All @@ -39,6 +40,7 @@ define 'com.agical.bumblebee' do

desc 'Bumblebee is a framework for generating useful, human-friendly documentation from executing code.'
define 'bumblebee' do
project.eclipse.name = 'bumblebee'
compile.with MUSE, MUSE_PARSER, JUNIT,PMD
test.include 'com.agical.bumblebee.TestAll'
package :jar, :id => 'bumblebee'
Expand All @@ -50,6 +52,7 @@ define 'com.agical.bumblebee' do
on the collector and from the comments in classes and methods involved. The script is executed
and the resulting output can be processed further if neccessary.'
define 'bumblebee_jruby' do
project.eclipse.name = 'bumblebee_jruby'
compile.with BUMBLEBEE, JRUBY, JUNIT
test.include 'com.agical.bumblebee.jruby.TestAll'
package :jar, :id => 'bumblebee_jruby'
Expand All @@ -59,6 +62,7 @@ define 'com.agical.bumblebee' do

desc 'This is an extension to use JUnit4 for executing the code that Bumblebee collects data from.'
define 'bumblebee_junit4' do
project.eclipse.name = 'bumblebee_junit4'
compile.with BUMBLEBEE, JUNIT
test.include 'com.agical.bumblebee.junit4.TestAll'
package :jar, :id => 'bumblebee_junit4'
Expand All @@ -68,6 +72,7 @@ define 'com.agical.bumblebee' do

desc 'This is a UML extension to draw diagrams of different kinds'
define 'bumblebee_uml' do
project.eclipse.name = 'bumblebee_uml'
compile.with BUMBLEBEE, BUMBLEBEE_JUNIT4, BUMBLEBEE_JRUBY,
JUNIT, MUSE, MUSE_PARSER, JRUBY, PMD, BATIK, UMLSPEED
test.include 'com.agical.bumblebee.uml.TestAll'
Expand All @@ -78,6 +83,7 @@ define 'com.agical.bumblebee' do

desc 'This is an extension to use Bumblebee with Selenium'
define 'bumblebee_selenium' do
project.eclipse.name = 'bumblebee_selenium'
compile.with BUMBLEBEE, BUMBLEBEE_JUNIT4, BUMBLEBEE_JRUBY,
JUNIT, MUSE, MUSE_PARSER, JRUBY, PMD, SELENIUM
test.include 'com.agical.bumblebee.selenium.TestAll'
Expand All @@ -88,6 +94,7 @@ define 'com.agical.bumblebee' do

desc 'This is an extension to use Bumblebee with Swing'
define 'bumblebee_swing' do
project.eclipse.name = 'bumblebee_swing'
compile.with BUMBLEBEE, BUMBLEBEE_JUNIT4, BUMBLEBEE_JRUBY,
JUNIT, MUSE, MUSE_PARSER, JRUBY, PMD
test.include 'com.agical.bumblebee.swing.TestAll'
Expand All @@ -98,6 +105,7 @@ define 'com.agical.bumblebee' do

desc 'This module contains acceptance tests for the JUnit 4 and JRuby modules.'
define 'bumblebee_junit4_acceptance' do
project.eclipse.name = 'bumblebee_junit4_acceptance'
test.include 'com.agical.bumblebee.acceptance.AllTest'
compile.with BUMBLEBEE, BUMBLEBEE_JUNIT4, BUMBLEBEE_JRUBY, BUMBLEBEE_UML,BUMBLEBEE_SWING, BUMBLEBEE_SELENIUM,
JUNIT, MUSE, MUSE_PARSER, JRUBY,PMD,UMLSPEED,BATIK,SELENIUM
Expand Down
45 changes: 21 additions & 24 deletions bumblebee/.classpath 100755 → 100644
@@ -1,24 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/.svn/|**/CVS/" kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/test/resources"/>
<classpathentry excluding="**/.svn/|**/CVS/" kind="src" path="src/test/java"/>
<classpathentry exported="true" kind="var" path="M2_REPO/com/thoughtworks/qdox/qdox/1.8/qdox-1.8.jar"/>
<classpathentry exported="true" kind="var" path="M2_REPO/commons-collections/commons-collections/3.1/commons-collections-3.1.jar"/>
<classpathentry exported="true" kind="var" path="M2_REPO/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar"/>
<classpathentry exported="true" kind="var" path="M2_REPO/fr/lifl/parsing/1.0.1/parsing-1.0.1.jar"/>
<classpathentry exported="true" kind="var" path="M2_REPO/jhighlight/jhighlight/1.0/jhighlight-1.0.jar"/>
<classpathentry exported="true" kind="var" path="M2_REPO/junit/junit/4.5/junit-4.5.jar"/>
<classpathentry exported="true" kind="var" path="M2_REPO/oqube/muse/muse-parser/1.0-rc3/muse-parser-1.0-rc3.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="var" path="M2_REPO/asm/asm/3.1/asm-3.1.jar"/>
<classpathentry exported="true" kind="var" path="M2_REPO/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar"/>
<classpathentry exported="true" kind="var" path="M2_REPO/pmd/pmd/4.2.4/pmd-4.2.4.jar" sourcepath="/M2_REPO/pmd/pmd/4.2.4/pmd-src-4.2.4.zip">
<attributes>
<attribute name="javadoc_location" value="http://pmd.sourceforge.net/apidocs"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="var" path="M2_REPO/xerces/xercesImpl/2.5.0/xercesImpl-2.5.0.jar"/>
<classpathentry exported="true" kind="var" path="M2_REPO/xml-apis/xmlParserAPIs/2.0.2/xmlParserAPIs-2.0.2.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>
<classpath>
<classpathentry kind="src" path="src/main/java" excluding="**/.svn/|**/CVS/"/>
<classpathentry kind="src" path="src/test/java" excluding="**/.svn/|**/CVS/" output="target/test/classes"/>
<classpathentry kind="src" path="src/test/resources" excluding="**/.svn/|**/CVS/" output="target/test/resources"/>
<classpathentry kind="output" path="target/classes"/>
<classpathentry kind="var" path="M2_REPO/oqube/muse/muse-parser/1.0-rc3/muse-parser-1.0-rc3.jar" sourcepath="M2_REPO/oqube/muse/muse-parser/1.0-rc3/muse-parser-1.0-rc3-sources.jar" javadocpath="M2_REPO/oqube/muse/muse-parser/1.0-rc3/muse-parser-1.0-rc3-javadoc.jar"/>
<classpathentry kind="var" path="M2_REPO/fr/lifl/parsing/1.0.1/parsing-1.0.1.jar" sourcepath="M2_REPO/fr/lifl/parsing/1.0.1/parsing-1.0.1-sources.jar" javadocpath="M2_REPO/fr/lifl/parsing/1.0.1/parsing-1.0.1-javadoc.jar"/>
<classpathentry kind="var" path="M2_REPO/jhighlight/jhighlight/1.0/jhighlight-1.0.jar" sourcepath="M2_REPO/jhighlight/jhighlight/1.0/jhighlight-1.0-sources.jar" javadocpath="M2_REPO/jhighlight/jhighlight/1.0/jhighlight-1.0-javadoc.jar"/>
<classpathentry kind="var" path="M2_REPO/commons-collections/commons-collections/3.1/commons-collections-3.1.jar" sourcepath="M2_REPO/commons-collections/commons-collections/3.1/commons-collections-3.1-sources.jar" javadocpath="M2_REPO/commons-collections/commons-collections/3.1/commons-collections-3.1-javadoc.jar"/>
<classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar" sourcepath="M2_REPO/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-sources.jar" javadocpath="M2_REPO/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4-javadoc.jar"/>
<classpathentry kind="var" path="M2_REPO/junit/junit/4.6/junit-4.6.jar" sourcepath="M2_REPO/junit/junit/4.6/junit-4.6-sources.jar" javadocpath="M2_REPO/junit/junit/4.6/junit-4.6-javadoc.jar"/>
<classpathentry kind="var" path="M2_REPO/pmd/pmd/4.2.4/pmd-4.2.4.jar" sourcepath="M2_REPO/pmd/pmd/4.2.4/pmd-4.2.4-sources.jar" javadocpath="M2_REPO/pmd/pmd/4.2.4/pmd-4.2.4-javadoc.jar"/>
<classpathentry kind="var" path="M2_REPO/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar" sourcepath="M2_REPO/jaxen/jaxen/1.1.1/jaxen-1.1.1-sources.jar" javadocpath="M2_REPO/jaxen/jaxen/1.1.1/jaxen-1.1.1-javadoc.jar"/>
<classpathentry kind="var" path="M2_REPO/asm/asm/3.1/asm-3.1.jar" sourcepath="M2_REPO/asm/asm/3.1/asm-3.1-sources.jar" javadocpath="M2_REPO/asm/asm/3.1/asm-3.1-javadoc.jar"/>
<classpathentry kind="var" path="M2_REPO/junit/junit/4.7/junit-4.7.jar" sourcepath="M2_REPO/junit/junit/4.7/junit-4.7-sources.jar" javadocpath="M2_REPO/junit/junit/4.7/junit-4.7-javadoc.jar"/>
<classpathentry kind="var" path="M2_REPO/org/jmock/jmock/2.5.1/jmock-2.5.1.jar" sourcepath="M2_REPO/org/jmock/jmock/2.5.1/jmock-2.5.1-sources.jar" javadocpath="M2_REPO/org/jmock/jmock/2.5.1/jmock-2.5.1-javadoc.jar"/>
<classpathentry kind="var" path="M2_REPO/org/jmock/jmock-junit4/2.5.1/jmock-junit4-2.5.1.jar" sourcepath="M2_REPO/org/jmock/jmock-junit4/2.5.1/jmock-junit4-2.5.1-sources.jar" javadocpath="M2_REPO/org/jmock/jmock-junit4/2.5.1/jmock-junit4-2.5.1-javadoc.jar"/>
<classpathentry kind="var" path="M2_REPO/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar" sourcepath="M2_REPO/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1-sources.jar" javadocpath="M2_REPO/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1-javadoc.jar"/>
<classpathentry kind="var" path="M2_REPO/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1.jar" sourcepath="M2_REPO/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1-sources.jar" javadocpath="M2_REPO/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1-javadoc.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
</classpath>
2 changes: 1 addition & 1 deletion bumblebee/.project 100755 → 100644
@@ -1,5 +1,5 @@
<projectDescription>
<name>com.agical.bumblebee-bumblebee</name>
<name>bumblebee</name>
<projects/>
<buildSpec>
<buildCommand>
Expand Down
27 changes: 16 additions & 11 deletions bumblebee_jruby/.classpath 100755 → 100644
@@ -1,11 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/.svn/|**/CVS/" kind="src" path="src/main/java"/>
<classpathentry excluding="**/.svn/|**/CVS/" kind="src" path="src/main/resources"/>
<classpathentry excluding="**/.svn/|**/CVS/" kind="src" output="test/classes" path="src/test/java"/>
<classpathentry excluding="**/.svn/|**/CVS/" kind="src" output="test/resources" path="src/test/resources"/>
<classpathentry exported="true" kind="var" path="M2_REPO/org/jruby/jruby-complete/1.1/jruby-complete-1.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/bumblebee"/>
<classpathentry kind="output" path="classes"/>
</classpath>
<classpath>
<classpathentry kind="src" path="src/main/java" excluding="**/.svn/|**/CVS/"/>
<classpathentry kind="src" path="src/main/resources" excluding="**/.svn/|**/CVS/" output="target/resources"/>
<classpathentry kind="src" path="src/test/java" excluding="**/.svn/|**/CVS/" output="target/test/classes"/>
<classpathentry kind="src" path="src/test/resources" excluding="**/.svn/|**/CVS/" output="target/test/resources"/>
<classpathentry kind="src" combineaccessrules="false" path="/bumblebee"/>
<classpathentry kind="output" path="target/classes"/>
<classpathentry kind="var" path="M2_REPO/org/jruby/jruby-complete/1.1/jruby-complete-1.1.jar" sourcepath="M2_REPO/org/jruby/jruby-complete/1.1/jruby-complete-1.1-sources.jar" javadocpath="M2_REPO/org/jruby/jruby-complete/1.1/jruby-complete-1.1-javadoc.jar"/>
<classpathentry kind="var" path="M2_REPO/junit/junit/4.6/junit-4.6.jar" sourcepath="M2_REPO/junit/junit/4.6/junit-4.6-sources.jar" javadocpath="M2_REPO/junit/junit/4.6/junit-4.6-javadoc.jar"/>
<classpathentry kind="var" path="M2_REPO/junit/junit/4.7/junit-4.7.jar" sourcepath="M2_REPO/junit/junit/4.7/junit-4.7-sources.jar" javadocpath="M2_REPO/junit/junit/4.7/junit-4.7-javadoc.jar"/>
<classpathentry kind="var" path="M2_REPO/org/jmock/jmock/2.5.1/jmock-2.5.1.jar" sourcepath="M2_REPO/org/jmock/jmock/2.5.1/jmock-2.5.1-sources.jar" javadocpath="M2_REPO/org/jmock/jmock/2.5.1/jmock-2.5.1-javadoc.jar"/>
<classpathentry kind="var" path="M2_REPO/org/jmock/jmock-junit4/2.5.1/jmock-junit4-2.5.1.jar" sourcepath="M2_REPO/org/jmock/jmock-junit4/2.5.1/jmock-junit4-2.5.1-sources.jar" javadocpath="M2_REPO/org/jmock/jmock-junit4/2.5.1/jmock-junit4-2.5.1-javadoc.jar"/>
<classpathentry kind="var" path="M2_REPO/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar" sourcepath="M2_REPO/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1-sources.jar" javadocpath="M2_REPO/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1-javadoc.jar"/>
<classpathentry kind="var" path="M2_REPO/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1.jar" sourcepath="M2_REPO/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1-sources.jar" javadocpath="M2_REPO/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1-javadoc.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
</classpath>
2 changes: 1 addition & 1 deletion bumblebee_jruby/.project 100755 → 100644
@@ -1,5 +1,5 @@
<projectDescription>
<name>com.agical.bumblebee-bumblebee_jruby</name>
<name>bumblebee_jruby</name>
<projects/>
<buildSpec>
<buildCommand>
Expand Down
21 changes: 13 additions & 8 deletions bumblebee_junit4/.classpath 100755 → 100644
@@ -1,8 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/.svn/|**/CVS/" kind="src" path="src/main/java"/>
<classpathentry excluding="**/.svn/|**/CVS/" kind="src" output="test/classes" path="src/test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/bumblebee"/>
<classpathentry kind="output" path="classes"/>
</classpath>
<classpath>
<classpathentry kind="src" path="src/main/java" excluding="**/.svn/|**/CVS/"/>
<classpathentry kind="src" path="src/test/java" excluding="**/.svn/|**/CVS/" output="target/test/classes"/>
<classpathentry kind="src" combineaccessrules="false" path="/bumblebee"/>
<classpathentry kind="output" path="target/classes"/>
<classpathentry kind="var" path="M2_REPO/junit/junit/4.6/junit-4.6.jar" sourcepath="M2_REPO/junit/junit/4.6/junit-4.6-sources.jar" javadocpath="M2_REPO/junit/junit/4.6/junit-4.6-javadoc.jar"/>
<classpathentry kind="var" path="M2_REPO/junit/junit/4.7/junit-4.7.jar" sourcepath="M2_REPO/junit/junit/4.7/junit-4.7-sources.jar" javadocpath="M2_REPO/junit/junit/4.7/junit-4.7-javadoc.jar"/>
<classpathentry kind="var" path="M2_REPO/org/jmock/jmock/2.5.1/jmock-2.5.1.jar" sourcepath="M2_REPO/org/jmock/jmock/2.5.1/jmock-2.5.1-sources.jar" javadocpath="M2_REPO/org/jmock/jmock/2.5.1/jmock-2.5.1-javadoc.jar"/>
<classpathentry kind="var" path="M2_REPO/org/jmock/jmock-junit4/2.5.1/jmock-junit4-2.5.1.jar" sourcepath="M2_REPO/org/jmock/jmock-junit4/2.5.1/jmock-junit4-2.5.1-sources.jar" javadocpath="M2_REPO/org/jmock/jmock-junit4/2.5.1/jmock-junit4-2.5.1-javadoc.jar"/>
<classpathentry kind="var" path="M2_REPO/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar" sourcepath="M2_REPO/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1-sources.jar" javadocpath="M2_REPO/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1-javadoc.jar"/>
<classpathentry kind="var" path="M2_REPO/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1.jar" sourcepath="M2_REPO/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1-sources.jar" javadocpath="M2_REPO/org/hamcrest/hamcrest-library/1.1/hamcrest-library-1.1-javadoc.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
</classpath>
2 changes: 1 addition & 1 deletion bumblebee_junit4/.project 100755 → 100644
@@ -1,5 +1,5 @@
<projectDescription>
<name>com.agical.bumblebee-bumblebee_junit4</name>
<name>bumblebee_junit4</name>
<projects/>
<buildSpec>
<buildCommand>
Expand Down

0 comments on commit deba96e

Please sign in to comment.