cancel
Showing results for 
Search instead for 
Did you mean: 

CLASSPATH not set when deploying iViews with ANT

Former Member
0 Kudos

I installed PDK 5.0.5.0, Tomcat 3.3.1a and Ant 1.5.4. When working through the tutorial to build the Simple Message iView, I created a "cfg" directory in my project hierarchy, and installed the supplemental Ant files as per documentation in PDK.

When compiling and deploying, it looks like the CLASSPATH value being set in "libraries.properties" is not being recognized. Using "ant deploy", no new class file was being produced. In the end I built my own makefile and compiled the tutorial from there, and uploaded the .par file via the PDK.

Anyone got any experience using ANT instead of JBuilder or Eclipse? I'm reluctant to raise a bug message until I know it wasn't due to something I did wrong.......

Thanks,

D.

Accepted Solutions (0)

Answers (1)

Answers (1)

Oliver5
Advisor
Advisor
0 Kudos

this is a bug in the ant build.xml file.

search the target <compile> and replace path.element with path.element.all

thats, it!

Oliver