Hi I switched tag to the perfectus-fabric-master-last-release...I take it that this is latest stable community release. Is this correct?
Thanks,
Sal.
BTW I got the following error when building with maven
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project fabric-camel-c24io: Compilation failure
[ERROR] /home/koji/workspace/fuse/fabric-camel-c24io/src/main/java/org/fusesource/fabric/camel/c24io/FallbackTypeConverter.java:[37,7] error: FallbackTypeConverter is not abstract and does not override abstract method <T>tryConvertTo(Class<T>,Exchange,Object) in TypeConverter
I'm building with the following options:
mvn -B dependency:resolve-plugins install -Dmaven.test.skip=true -DaltDeploymentRepository=local-output::default::file:///tmp/output >> fusefabric-build.log 2>&1
mvn -v
Apache Maven 3.0.5 (rNON-CANONICAL_2013-03-12_12-47_mockbuild; 2013-03-12 13:47:10+0100)
Maven home: /usr/share/maven
Java version: 1.7.0_45, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.60-2.4.3.0.fc19.x86_64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.11.8-200.fc19.x86_64", arch: "amd64", family: "unix"
java -version
java version "1.7.0_45"
OpenJDK Runtime Environment (fedora-2.4.3.0.fc19-x86_64 u45-b15)
OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
cat /etc/redhat-release
Fedora release 19 (Schrödinger’s Cat)
uname -a
Linux localhost.localdomain 3.11.8-200.fc19.x86_64 #1 SMP Wed Nov 13 16:29:59 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux