Download Latest Version unbbayes-4.22.18-dist.zip (10.2 MB)
Email in envelope

Get an email when there's a new version of UnBBayes

Name Modified Size InfoDownloads / Week
Parent folder
unbbayes.prs.mln-1.0.0-dist.zip 2013-10-15 23.4 MB
README.txt 2013-10-15 1.4 kB
Totals: 2 Items   23.4 MB 0
CONFIGURING MAVEN
------------------

The first thing needed is to install the maven project in your computer.

After that, it is necessary to install the maven plugin for your IDE, in this case, the Eclipse IDE.
The update site for this plugin is: http://q4e.googlecode.com/svn/trunk/updatesite/.

Before using this new Maven project, it is necessary to install the following libraries in
the local repository. These jars were not found in common remote repositories.

In the near future, these files shall be in unbbayes's remote project.

Go to \mvn_lib\tuffy>
mvn install:install-file -DgroupId=tuffy -DartifactId=tuffy -Dversion=0.3 -Dpackaging=jar -Dfile=tuffy.jar

<If you do not have UnBBayes in your local mvn repository, then execute the below command>
Go to \mvn_lib\unbbayes>
mvn install:install-file -DpomFile=pom.xml -Dpackaging=jar -Dfile=unbbayes-4.13.6.jar


CREATING A RELEASE
-------------------

-> NEW RELEASE - ZIP FILE
1. Change the pom file so that it defines the right version (majorVersion.NumberOfFeatures.NumberOfFixedBugs).
2. Define the features implemented and bugs fixed in the RELEASE.txt file
3. Create dist file. Go to the projects root folder command line and run*:
mvn assembly:assembly -Dmaven.test.skip=true

RUNNING ON UNBBAYES
-------------------
Just place the generated ZIP file into "plugins" folder.
Source: README.txt, updated 2013-10-15