[jibx-users] Eclipse plugin issue 1.2.1

2010-01-21 Thread Jacob Lester
Hi, I've been trying to get the eclipse plugin version 1.2.1 to work with my installation of Eclipse 3.3. Eclipse reports no errors and the log files show now errors. But when trying to enable jibx on a project I get a chosen option is not available which suggests some sort of problem. I have

Re: [jibx-users] eclipse plugin - where are the compiled results?

2008-12-18 Thread David Newcomb
I have found that under some situations the jibx compiler makes duplicate accessor class files which confuses eclipse. The generated class files live in your normal bin or (target/classes) folder for the project. If you look in there you will see: *_access.class files and maybe some

[jibx-users] eclipse plugin - where are the compiled results?

2008-12-11 Thread kartoffelsack
The eclipse-jibx-Plugin runs and does some sensible output (see below). However when I start the program I get jibx exceptions: Caused by: org.jibx.runtime.JiBXException: Unable to access binding information for class ... Make sure classes generated by the binding compiler are available at

[jibx-users] Eclipse Plugin

2008-11-19 Thread David Newcomb
In the eclipse Jibx plugin you can set the folder that Jibx reads the binding documents from. Can anyone tell me where this information is stored? Regards, David --- Managing Director +44 (0) 7866 262 398 BigSoft Limited Reading, UK http://www.bigsoft.co.uk/

Re: [jibx-users] Eclipse plugin/RCP development and JiBX

2008-09-24 Thread Laurent PETIT
My apologies, I messed things up with the mapping file containing folder. Things work well now, Regards, -- Laurent 2008/9/23 Laurent PETIT [EMAIL PROTECTED] Hello, back to my office, I'm investigating, I will inform you of the result. 2008/9/23 Dennis Sosnoski [EMAIL PROTECTED] Hi

Re: [jibx-users] Eclipse plugin/RCP development and JiBX

2008-09-23 Thread Laurent PETIT
Hello, 2008/9/23 Serkan Camurcuoglu [EMAIL PROTECTED] I'm not an eclipse user, but do you have any chance to see the output of ant? Can you execute ant manually on the command line? Are you sure that the default build.xml target depends on bind? Do you know which ant target eclipse calls to

[jibx-users] Eclipse plugin/RCP development and JiBX

2008-09-22 Thread Laurent PETIT
Hello, I'm trying to convince my collegues to use JiBX instead of JAXB on our projects. But I have a problem that could prevent them to accept the change : I'm unable to test the plugin/RCP application from within Eclipse (via a normal or debug launch configuration). Indeed the classes do not

Re: [jibx-users] Eclipse plugin/RCP development and JiBX

2008-09-22 Thread Serkan Camurcuoglu
I'm not an eclipse user, but do you have any chance to see the output of ant? Can you execute ant manually on the command line? Are you sure that the default build.xml target depends on bind? Do you know which ant target eclipse calls to build your plugin? Laurent PETIT wrote: Hello, I'm

[jibx-users] Eclipse plugin uri-mapping

2008-02-18 Thread Kari Pulkka
Hi, I'm new to jibx and am trying to generate both the mapping- and java-files from my schema with the eclipse-plugin. I'm confused how to use the uri-mapping option. Im giving this as the input: http://ws.ilmarinen.net/xsd=com.ilmarinen but the plugin won't generate anything. If I change the

[jibx-users] Eclipse plugin

2007-06-12 Thread Todd Nine
Hi all, I'm trying to use JibX 1.13 with the eclipse plugin. However this plugin only supports the 1.0 RC. I tried updating the jar files in the lib and the xml config for the plugin, but it fails with the new version. Can someone point me in the direction of the source so I can re-compile

Re: [jibx-users] Eclipse plugin

2007-06-12 Thread Dennis Sosnoski
Hi Todd, The source code for the plugin is available from the SourceForge repository, with the module name jibxeclipse. See http://sourceforge.net/cvs/?group_id=69358 for details of how to use this. It has been dropped from active distribution because there was no one to maintain it. -

Re: [jibx-users] Eclipse plugin

2007-06-12 Thread Todd Nine
It appears you just found a volunteer :). I'm working with Jibx for the second time, but it would be nice to be able to run in eclipse. I use maven2, and I've found that setting the eclipse output path to target/classes causes synchronization issues with eclipse if a maven operation is

Re: [jibx-users] Eclipse Plugin

2005-08-16 Thread Dennis Sosnoski
I restored the old version of this, which I accidentally overwrote when I updated the site for RC1. Unfortunately the plugin itself hasn't been updated yet for RC1. I'll contact the maintainer and ask if he can do so (or perhaps just do the 1.0 version at this point). - Dennis Tamas Hegedus

[jibx-users] Eclipse Plugin

2005-07-31 Thread Tamas Hegedus
Hi, I would like to install the JibxEclipse from the http://jibx.sourceforge.net/jibxeclipse/site via Eclipse's Help/Udate software... I get a 'network' error message: unable to connect, err404. Thanks for your help, Tamas -- Tamas Hegedus, PhD | phone: (1) 919-966 0329 UNC -

RE: [jibx-users] Eclipse Plugin from Norm Deane or Ant task.

2005-04-07 Thread Koen Claerhout
: woensdag 6 april 2005 22:30 To: jibx-users@lists.sourceforge.net 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

Re: [jibx-users] Eclipse Plugin

2004-11-23 Thread Norm Deane
Ok. I've got about a week's worth of work to finish it up. Here is what I had envisioned... * A project that used JiBX would add a new nature to the project called the JiBX Nature. This would add the JiBX Builder to the project and enable other JiBX configuration options. This would be done

Re: [jibx-users] Eclipse Plugin

2004-11-23 Thread Chris Huisman
Can you make it work with Maven? Chris. Norm Deane wrote: Ok. I've got about a week's worth of work to finish it up. Here is what I had envisioned... * A project that used JiBX would add a new nature to the project called the JiBX Nature. This would add the JiBX Builder to the project and