Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Project Organisation(Trying to arrange items in my project)
Project Organisation [message #870398] Tue, 08 May 2012 02:36
Koushik Rajagopalan is currently offline Koushik RajagopalanFriend
Messages: 1
Registered: May 2012
Junior Member
Hi,

I am trying to develop a project (MyProj) that will be delivered as a jar file. This project contains a XML schema. MyProj reads a configuration file (from another jar file) and tries to understand it based on the XML Schema.

1) How do I organize my schema within MyProj?
What I have tried:
(a) I put it within the MyProj directory - The classes do not recognize the XML Schema.
(b) I put it within MyProj/src - everything works fine.

I have a hunch that the schema should go in a common place - MyProj or MyProj/resources + I should configure these location as potential places to search for XML Schema. I dont know how I can do that.

2) When I deliver this project as a jar file, I do not know how the XML Schema should be packaged along with other class files.

Can anyone help me understand how I can solve these two problems?
Previous Topic:Remote Search
Next Topic:Connection Timed Out
Goto Forum:
  


Current Time: Tue Apr 16 15:39:39 GMT 2024

Powered by FUDForum. Page generated in 0.38128 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top