Clearcase-vcs missing libraries in Ant Build file?

Hi,

I've get clearcase-vcs sources from SVN today and tried to Build them.

It seems that 4 libraries were missing... so that the compilation failed:

    <pathelement location="${path.variable.teamcitydistribution}/webapps/ROOT/WEB-INF/lib/jdom.jar"/>
    <pathelement location="${path.variable.teamcitydistribution}/webapps/ROOT/WEB-INF/lib/spring.jar"/>   
    <pathelement location="${path.variable.teamcitydistribution}/webapps/ROOT/WEB-INF/lib/spring-webmvc.jar"/>       
    <pathelement location="${path.variable.teamcitydistribution}/lib/servlet-api.jar"/>

After adding these lines to the clearcase-standalone.xml file it worked well.

Note: I've used TeamCity 4.5 release (tar.gz version) as a dependency.

Am I doing it well?

Regards,

Olivier.

0
3 comments

There should be file build-standalone.properties, you should specify path for the property from this file: path.variable.teamcitydistribution

This path should point to the TeamCity installation directory.

0

There should be file build-standalone.properties, you should specify path for the property from this file: path.variable.teamcitydistribution


This path should point to the TeamCity installation directory.


Yes, I've did it before, but it is not sufficient with this plugin, as some libraries are not pointed.

Please have a try...

Regards,

Olivier.

0

Hi!

It seems the problem has not been solved yet.

I noticed that missing libraries are now:
${path.variable.teamcitydistribution}/buildAgent/lib/jdom.jar
${path.variable.teamcitydistribution}/lib/servlet-api.jar
${path.variable.teamcitydistribution}/webapps/ROOT/WEB-INF/lib/spring.jar
${path.variable.teamcitydistribution}/webapps/ROOT/WEB-INF/lib/spring-webmvc.jar
${path.variable.teamcitydistribution}/webapps/ROOT/WEB-INF/lib/server.jar

Regards,

Olivier.

0

Please sign in to leave a comment.