Can this be done while eclipse is running? I have been using Netbeans
6.0 and the Maven plugin to work on my ServiceMix projects and it works
great without any additional setup.
Jamie
Bruce Snyder wrote:
On Dec 28, 2007 4:29 AM, martymusk <[EMAIL PROTECTED]> wrote:
Hy, I'm working with wsn-example.
I'm trying to modify this example.
In TraceComponent class I've imported
org.apache.servicemix.wsn.client.NotificationBroker !
Why cannot it be resolved?
Can somebody help me please?
Is this inside of Eclipse possibly? If so, my guess is that the
Eclipse project files are somehow out of date. From the command line,
you can run the Maven eclipse:eclipse goal on the ServiceMix code base
to regenerate the Eclipse project files. I have to do this fairly
often myself.
Bruce