The plugin can be installed from this link via HelpàSofware updates

http://jibx.sourceforge.net/jibxeclipse/site

 

You can add a ‘jibx nature’ by right clicking on a project and then you can set the binding definition (binding.xml, …) in the project properties

It only runs when you a clean is of the project is done.

 

In my case it doesn’t always work, don’t know why.

 

Koen Claerhout

R&D engineer

 

Traficon N.V.

Meensesteenweg 449/2

B-8501 Bissegem, Belgium

Tel.: +32 (0)56 36.17.25

Fax.: +32 (0)56 37.21.96

www.traficon.com


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Koen Claerhout
Sent: donderdag 7 april 2005 9:52
To: [email protected]
Subject: RE: [jibx-users] Eclipse Plugin from Norm Deane or Ant task.

 

I use this one

 

   <target name="run-bind" depends="compileJMX" description="Adds the Jibx XML bindings">

        <java classname="org.jibx.binding.Compile" fork="yes" dir="${basedir}"

            failonerror="true" classpathref="base.path">

          <classpath path="${project.build.jmx.dir}" />

          <arg value="${basedir}\DataBinding.xml"/>

        </java>

    </target>   

 

Classpathref argument:"  needs to contain the necessary jars

<classpath path>: needs to point to the compiled classes

<arg value>: needs to point to the binding definition

 

Koen Claerhout

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry
Sent: woensdag 6 april 2005 22:30
To: [email protected]
Subject: [jibx-users] Eclipse Plugin from Norm Deane or Ant task.

 

Hello all,

 

I found some messages from last Nov of 2004 where Norm Deane was going to submit an Eclipse Plugin that would make working with Jibx under eclipse easier.

I’ve searched the project , but can’t find it anywhere..

 

Can somebody tell me where can I get it?

 

Also, could somebody please post an Ant task that would work under Eclipse and only run Jibx processing on classes under full build?

 

Thanks,

 

Dmitry.

 

Reply via email to