Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[xsd-dev] RE: xsd-dev digest, Vol 1 #3 - 1 msg

hi
u might also have probelm regarding plugin dir as when run stand alone the
XSD tries to find it unser VABASE property name (atleast I had to do it when
running outside eclipse and IBM workbench)
so set the VABASE to root where u have plugin dir
asif
-----Original Message-----
From: xsd-dev-admin@xxxxxxxxxxx [mailto:xsd-dev-admin@xxxxxxxxxxx]On
Behalf Of xsd-dev-request@xxxxxxxxxxx
Sent: Monday, November 11, 2002 6:00 PM
To: xsd-dev@xxxxxxxxxxx
Subject: xsd-dev digest, Vol 1 #3 - 1 msg


Send xsd-dev mailing list submissions to
	xsd-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
	http://dev.eclipse.org/mailman/listinfo/xsd-dev
or, via email, send a message with subject or body 'help' to
	xsd-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
	xsd-dev-admin@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of xsd-dev digest..."


Today's Topics:

   1. Re: Using the xsd tool not from within Eclipse (merks@xxxxxxxxxx)

--__--__--

Message: 1
Subject: Re: [xsd-dev] Using the xsd tool not from within Eclipse
To: xsd-dev@xxxxxxxxxxx
Cc: xsd-dev@xxxxxxxxxxx, xsd-dev-admin@xxxxxxxxxxx
From: merks@xxxxxxxxxx
Date: Sun, 10 Nov 2002 16:12:20 -0500
Reply-To: xsd-dev@xxxxxxxxxxx

Hayden,

There is a file called xsd.resources.jar that you need.  The CLASSPATH for
standalone execution is documented in the xsd.test plugin's
xsd-standalone-test.bat and in the FAQ.  You are sure you have this
resource jar on the classpath?


Ed Merks/Toronto/IBM@IBMCA
mailto: merks@xxxxxxxxxx
905-413-3265  (t/l 969)





                      "Hayden Marchant"
                      <hayden@unicorn.c        To:
<xsd-dev@xxxxxxxxxxx>
                      om>                      cc:
                      Sent by:                 Subject:  [xsd-dev] Using the
xsd tool not from within Eclipse
                      xsd-dev-admin@ecl
                      ipse.org


                      11/10/2002 11:01
                      AM
                      Please respond to
                      xsd-dev





I am trying to use the XML Schema Infoset Model API from a main class, and
I can't seem to get it working. I have compiled the XSD sources from
version 1.0.0 and added all of the jars to my classpath. I don't want to
run the whole Eclipse infrastructure just to get my XML Schema Infoset
Model. At the moment, I have got the following errors:

java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key cvc-enumeration-valid
 at java.util.ResourceBundle.getObject(ResourceBundle.java:314)
 at java.util.ResourceBundle.getString(ResourceBundle.java:274)
 at org.eclipse.xsd.XSDPlugin.getString(XSDPlugin.java:100)
 at org.eclipse.xsd.XSDPlugin.getString(XSDPlugin.java:124)
 at
org.eclipse.xsd.impl.XSDSimpleTypeDefinitionImpl$AssessmentImpl.validate(XSD
SimpleTypeDefinitionImpl.java:3069)

It seems that my plugin.properties is lacking information - it contains
just 2 lines:

pluginName=XML Schema Infoset Model Source
providerName=Eclipse.org
I assume that I have things missing.

Any pointers?

Thanks,
Hayden Marchant, Team Leader
Unicorn Solutions




 International dial:       U.S. toll free dial:

 Tel: +972 2 649 1117      1 866 2 UNICOR(N) x117

 Fax: +972 2 649 1112      1 866 FX UNICO(RN)

 Mobile: +972 55 69 1117









--__--__--

_______________________________________________
xsd-dev mailing list
xsd-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/xsd-dev


End of xsd-dev Digest



Back to the top