Forum Post: PCT always compiles in batch mode

Status
Not open for further replies.
L

lKuijpers

Guest
Hi, We are currently automating the build Process of a Webspeed application for one of our customers. We are using ant together with the PCT plugin to compile the Webspeed application. We got many weird compile errors and finally discovered that the application was being compiled in batch mode which resulted in the wrong include files being used. We now have tried several changes in the Ant build file but we had no luck so far, it always compiles in batch mode. I have read it will only compile in batch mode if you make a connection to the database with the -b parameter but we aren't using the -b parameter. We are now using the following build configuration: PCTCompile debugListing="true" destDir="${build.tmp_dir}/@{dir}" dlcHome="${env.DLC}" preprocess="true" DBConnection dbDir="${build.db_dir}" dbName="mydb" singleUser="yes"/ propath pathelement location="lib/myproject"/ /propath fileset dir="lib/myproject/@{dir}" includes="*.p" / /PCTCompile Are we doing something wrong? How can we compile in "interactive" mode? Thanks, Lennert

Continue reading...
 
Status
Not open for further replies.
Top