clarin-eric / oai-harvest-manager

A simple Java application for managing an OAI-PMH harvesting workflow
14 stars 12 forks source link

Cant find some classes #9

Closed yoosefi12 closed 8 years ago

yoosefi12 commented 8 years ago

Hi I can't find some classes in nl.mpi.oai.harvester.generated package like nl.mpi.oai.harvester.generated.OverviewType or nl.mpi.oai.harvester.generated.ModeType or nl.mpi.oai.harvester.generated.ScenarioType

these classes used in nl.mpi.oai.harvester.cycle package.

Can you help me?

kjvandelooij commented 8 years ago

Hi,

the classes in the generated package are, like the name suggest, generated. So if they are not there, which is likely to the be case in the repository, the should be generated. In case of the harvest manager, this is done using JAXB. Refer to documentation on JAXB for instructions on how to generate these classes. You could also have a look at maven level or at instructions that come with the IDE.

Hope this helps,

Kees Jan

On 4 September 2016 at 12:54, yoosefi12 notifications@github.com wrote:

Hi I cant find some classes in nl.mpi.oai.harvester.generated package like nl.mpi.oai.harvester.generated.OverviewType or import nl.mpi.oai.harvester.generated.ModeType; import nl.mpi.oai.harvester.generated.ScenarioType

Can you help me?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/clarin-eric/oai-harvest-manager/issues/9, or mute the thread https://github.com/notifications/unsubscribe-auth/AGnjLaUB8knga4AfmgTaVDcYUp8Ogdfnks5qmqNYgaJpZM4J0gii .

yoosefi12 commented 8 years ago

Thanks for your comment.

Yoosefi Ali