Hello
I'm working on continuum server. I have a
problem here:
I checked out the code into the Project Groups on the continuum server:
Lineage4.Libraries (contains the Configs, CoreModels,Utilities
projects)
Lineage4.Services(contains the CustomerManager, CustomerProvider
,TelemetryProvider, TelemetryManager)
Resolved some errors and I made sure that these projects have no build
errors, also ran them on command line using ANT. Builds were successful.
Now when I build the CustomerManager project, continuum throws an
Exception :
BUILD FAILED
/home/continuum/data/working-directory/39/nbproject/build-impl.xml:275:
The following error occurred while executing this line:
java.io.FileNotFoundException:
/home/continuum/data/Lineage4.Libraries/Configs/build.xml (No such file
or directory)
The content at line 275 in build.xml is :
<ant antfile="${project.Configs}/build.xml" inheritall="false"
target="jar"/>
The same exception is thrown when I run other projects as well (except
Configs and TelemetryProvider, as they do not depend on others). The
projects that depend on other projects tend to FAIL with the above
exception. How do I resolve this issue?
Thanks,
Sandeep
|