Skip to content

rcernich/core

This branch is 39 commits behind jboss-switchyard/core:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2660496 · Aug 21, 2014
Jul 31, 2014
Jul 31, 2014
Aug 12, 2014
Jul 31, 2014
Jul 31, 2014
Jul 31, 2014
Aug 12, 2014
Jul 31, 2014
Jul 31, 2014
Jul 31, 2014
Aug 12, 2014
Jul 31, 2014
Jul 31, 2014
Jul 31, 2014
Aug 12, 2014
Jul 31, 2014
Aug 21, 2014
Aug 11, 2011
Jul 31, 2014

Repository files navigation

README
======
Project instructions for developers below.

Java:
-----
- Tested version = Sun JDK 1.6.0_20
- export JAVA_HOME=/path/to/your/jdk
- export PATH=$JAVA_HOME/bin:$PATH

Maven:
------
- Tested version = 2.2.1
- There are issues running the precommit checks with maven-3.0.1 - please use
the tested version specified above
- 'mvn clean install' to build
- 'mvn install -DskipTests=true' to skip tests
- 'mvn install findbugs:findbugs' to enable findbugs
- 'mvn install checkstyle:checkstyle' to enable checkstyle
- 'mvn javadoc:aggregate' to just run javadoc (see target/site/apidocs/index.html)

Eclipse:
--------
- Tested version = JBoss Developer Studio 3.0.0

[Using M2Eclipse]
    - File -> Import... -> Maven -> Existing Maven Projects -> [Next >] ->
        [Browse...] ->/path/to/core -> [OK] -> [Finish]

[Using mvn eclipse:eclipse]
- 'mvn eclipse:clean; mvn eclipse:eclipse' (creates .project, .classpath, .settings/)

- Window -> Preferences -> Java -> Build Path -> Classpath Variables -> [New...]
	Name: M2_REPO
	Path: /home/<you>/.m2/repository (<you> == jdoe, for example)

- File -> Import... -> General -> Existing Projects into Workspace -> [Next >] ->
	[Browse...] ->/path/to/core -> [OK] -> [Finish]

About

JBoss ESB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.8%
  • XSLT 1.2%