Forum Post: PCT for ant problem.

  • Thread starter paul.radbone@wins.co.uk
  • Start date
Status
Not open for further replies.
P

paul.radbone@wins.co.uk

Guest
Hi, i'm having trouble getting PCT for ANT working in Openedge Developer studio (11.3). I get this error: build2.xml:12: java.lang.ArrayIndexOutOfBoundsException: 43 When I run this basic script: ?xml version="1.0" encoding="utf-8"? project name="MyProject" default="build" basedir="." property environment="env" / taskdef resource="PCT.properties" / typedef resource="types.properties" / target name="build" description="Builds source files" mkdir dir="build"/ PCTCompile destDir="build" graphicalMode="true" dlcHome="${env.DLC}" fileset dir="SPARKCommon" include name="*.cls" / /fileset propath pathelement path="SPARKcommon"/ /propath /PCTCompile /target /project The build is failing on the PCTCompile line of the script. All the paths are set up as far as I can see and the build directory has been created. ANT version is 1.9.4, latest version of PCT. Thanks, Paul.

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