Yes - can you open a JIRA for it :)
Thanks
P
On 7/10/06, Marc Tremblay <[EMAIL PROTECTED]> wrote:
Ok, servicemix-sca works now in Eclipse.
One thing I didn't mention earlier was that in order to get trunk to build
using Maven 2, I had to add
<dependency>
<groupId>incubator-activemq</groupId>
<artifactId>activeio-core</artifactId>
</dependency>
to servicemix-core/pom.xml in project/dependencies, and
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.0.1</version>
<exclusions>
<exclusion>
<groupId>javax.xml</groupId>
<artifactId>jsr173</artifactId>
</exclusion>
<exclusion>
<groupId>javax.jws</groupId>
<artifactId>jsr181-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
</exclusion>
</exclusions>
</dependency>
to servicemix-wsn2005/pom.xml in the plugin dependencies for the
maven-antrun-plugin.
Should I open a JIRA for this or did I miss something somewhere about the
build?
M.
> -----Original Message-----
> From: Philip Dodds [mailto:[EMAIL PROTECTED]
> Sent: July 9, 2006 3:01 PM
> To: [email protected]
> Subject: Re: building service mix using IDE(intellij)
>
> The problem appears to be that AccessorType has been changed
> to javax.xml.bind.anotation.XmlAccessType (
> http://forums.java.net/jive/thread.jspa?forumID=46&threadID=14
> 599&messageID=102640#102640)
> - once this change is in place the code does compile (checked
> into trunk) - however there are still problems with the
> testcases I haven't look at.
>
> Cheers
>
> P
>
>
> On 7/9/06, Philip Dodds <[EMAIL PROTECTED]> wrote:
> >
> > Just a quick question - is this in the servicemix-sca component?
> >
> > P
> >
> >
> > On 7/9/06, Marc Tremblay <[EMAIL PROTECTED] > wrote:
> > >
> > > For what it's worth, I've been experiencing similar issues with
> > > Eclipse. Unfortunately the workspace where I have the
> issues is at
> > > work, so I won't be able to provide further information
> until tomorrow.
> > >
> > > M.
> > >
> > > On 9-Jul-06, at 1:49 PM, mclovis wrote:
> > >
> > > >
> > > > hmm. I will post a message there.. But what I am saying ALSO is
> > > > that even if I set up the classpaths manually ,
> creating symbolic
> > > > llink to ~/.m2 so that I can list the jars in the
> repository, the
> > > > class in question is not there.
> > > > That means , I believe the fault is not in the mvn idea: idea
> > > > command but elsewhere. That is why I said I do not
> understand how
> > > > the original command is working, it is not compiling(?) is mvn
> > > > dowloading finished servicmix project from project sites????
> > > >
> > > > --
> > > > View this message in context: http://www.nabble.com/building-
> > > > service-mix-using-IDE%28intellij%29-tf1907864.html#a5242014
> > > > Sent from the ServiceMix - User forum at Nabble.com.
> > >
> > >
> >
>