Book a Demo

Author Topic: EA 6.0 Build Scripts  (Read 2498 times)

keithwelch

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
EA 6.0 Build Scripts
« on: November 02, 2005, 01:13:17 pm »
The Build, Test, Execute Scripts page needs another Output Parser Type: Ant. It has been a long time since I have seen a real Java project that does not use Apache Ant. Since there are several IDE's doing sophisticated things with Ant output, I must assume that it is not rocket science to parse it.

Without this parser, the internal build can't really be said to support Java development for most situations.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: EA 6.0 Build Scripts
« Reply #1 on: November 03, 2005, 04:36:48 pm »
Hi,

We've modified the Java SDK parser to optionally look for the [javac] prefix to the compiler output that ant puts in.

Other than that you can just call any ant command and it should work.