Howto add java builder to an Oxygen xml project?

Having trouble installing Oxygen? Got a bug to report? Post it all here.
bwinspur
Posts: 37
Joined: Tue Nov 25, 2003 3:31 am

Howto add java builder to an Oxygen xml project?

Post by bwinspur »

Running: eclipse 3.1, oxygen 6.1.0

I am using an oxygen project to maintain a jaxb binding for an evolving xmlschema.

The project has an ant build file that does jaxb's xjc compile of the xmlschema into
java, compiles the java, and then builds a classes jar and a source jar, without
any problems. However, in a separate application project, the jaxb unmarshall is
rejecting a schema-instance file that validates OK against the schema.

To nail this bug, I want to embed an unmarshalling test in my oygen project, to be
performed by the build, but found that oxygen projects do not include java-builder.

How do I add the java builder into an oxygen project?

Do I have to recreate my Oxygen project as a Java Project ?
Bill W.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

<oXygen/> projects do not provide a Java class builder. For building Java classes in a project inside Eclipse you have to create the project as a Java one.

Regards,
Sorin
bwinspur
Posts: 37
Joined: Tue Nov 25, 2003 3:31 am

java builder

Post by bwinspur »

thanks for your response,
Bill.
Bill W.
Post Reply