Forum Post: ABLUnit and ANT

  • Thread starter Thread starter Tjerk Coomans
  • Start date Start date
Status
Not open for further replies.
T

Tjerk Coomans

Guest
Hi, I'm trying to let ABLUnit run from Jenkins and an ANT script. checkout svn works fine compile works fine but when the ABLUnit test starts the task keeps running. I see that some stuff is created in the wrkdir. This is the Jenkins console output. ABLUnit just keeps running and I have to kill the process. Anyone any ideas? Console Output Started by user anonymous Building in workspace C:\Work\Jenkins\RedSox Switching from https://evolve_dev_rs.automate.co.za/svn/RedSox/trunk to https://Evolve_dev_RS.automate.co.za/svn/RedSox/trunk Switching to https://Evolve_dev_RS.automate.co.za/svn/RedSox/trunk at revision '2014-11-28T15:29:16.748 +0200' At revision 19 no revision recorded for https://Evolve_dev_RS.automate.co.za/svn/RedSox/trunk in the previous build [RedSox] $ cmd.exe /C '""C:\Program Files\Apache-ant-1.9.4\bin\ant.bat" -DWORKSPACE_DIR=C:\Work\Jenkins\RedSox Build ABLUnit && exit %%ERRORLEVEL%%"' Buildfile: C:\Work\Jenkins\RedSox\build.xml show.environment.variables : [echo] src.dir=C:\Work\Jenkins\RedSox [echo] build.dir=C:\Work\Jenkins\RedSox\build [echo] ANT_HOME=C:\Program Files\Apache-ant-1.9.4 [echo] DLC=C:\Progress\OpenEdge\114 [echo] JAVA_HOME=C:\Progress\OpenEdge\114\jdk redsox.compile : [PCTCompile] PCTCompile - Progress Code Compiler [PCTCompile] 1 file(s) compiled Build : taskdef : ABLUnit : [ablunit] Running C:\Work\Jenkins\RedSox\tests\beSampleTest.cls

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