Cant build the project completely..

Hi,

I had freshly imported the source files from ref_impl_java and did all required settings for maven. I am using eclipse as development tool.

But when I do clean build , I get a compile time error, “ADLParser cannot be resolved to a type”.

After visiting the page for Jar download, It seems that in the adlparser. jar the ADLparser.class is there but it’s not provided in the Trunk.

Can I gate all the required files for clean building the project… Also if not what all settings i have to do and where to put the adlparser and adlserialiser JARs.

Manisha

Hi Manisha,
It is about the order of mvn clean install commands you need to provide If you use the pom.xml at the root, you’ll face this issue. Please change to the subdirectory of the missing project and issue mvn clean install there, then go to root and do it again. When you see another sub component reported as missing, repeat the previous step.
In short, you’ll have to manually arrange the order of building of sub projects. Not so hard, but annoying :slight_smile:

Kind regards
Seref