Hi

I just got a full build locally.
mvn clean install -Dtest=false

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6 minutes 39 seconds
[INFO] Finished at: Thu Oct 08 06:49:22 CEST 2009
[INFO] Final Memory: 124M/245M
[INFO] ------------------------------------------------------------------------

davsclaus:(svn)camel[trunk:823018]/$ mvn -version
Maven version: 2.0.9
Java version: 1.5.0_20
OS name: "mac os x" version: "10.6.1" arch: "i386" Family: "unix"



On Wed, Oct 7, 2009 at 1:46 AM, neo anderson
<javadeveloper...@yahoo.co.uk> wrote:
>
> I check out the camel source from svn
>
> svn co https://svn.apache.org/repos/asf/camel/trunk camel
>
> and then compile by running `mvn clean install`
>
> The result shows the following error:
>
> [ERROR] Error building bundle
> org.apache.camel:camel-core:bundle:2.1-SNAPSHOT : Invalid value for
> DynamicImport-Package,
> org.apache.camel.spring.util;version="[${version;===;2.1.0.SNAPSHOT},${version;==+;2.1.0.SNAPSHOT})",org.apache.camel.processor.interceptor.jpa;version="[${version;===;2.1.0.SNAPSHOT},${version;==+;2.1.0.SNAPSHOT})"
> does not match ((\p{Alnum}|_)+(\.(\p{Alnum}|_)+)*(\.\*)?)|\*
> [ERROR] Error building bundle
> org.apache.camel:camel-core:bundle:2.1-SNAPSHOT : Invalid value for
> DynamicImport-Package,
> org.apache.camel.spring.util;version="[${version;===;2.1.0.SNAPSHOT},${version;==+;2.1.0.SNAPSHOT})",org.apache.camel.processor.interceptor.jpa;version="[${version;===;2.1.0.SNAPSHOT},${version;==+;2.1.0.SNAPSHOT})"
> does not match ((\p{Alnum}|_)+(\.(\p{Alnum}|_)+)*(\.\*)?)|\*
> [ERROR] Error(s) found in bundle configuration
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Error(s) found in bundle configuration
>
>
> Which part required to be configured so that I can avoid such error
> occurred?
>
> Thanks for help.
> --
> View this message in context: 
> http://www.nabble.com/Compile-error-tp25778395p25778395.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>



-- 
Claus Ibsen
Apache Camel Committer

Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to