Opened 16 years ago

Closed 15 years ago

#103 closed defect (fixed)

problem with build

Reported by: Stephen Siegel Owned by: ywei
Priority: major Milestone:
Component: Administration Version: 1.0
Keywords: Ant build Antlr Cc:

Description

In Eclipse at least, the build system does not always work. When you change the grammar, it should automatically figure this out, re-run Antlr, and recompile the code. However, it doesn't do this. In fact, I have to manually open the build.xml file and click on it and say Run in order to get this to happen.

Change History (2)

comment:1 by ywei, 16 years ago

Owner: set to ywei
Status: newaccepted

comment:2 by Stephen Siegel, 15 years ago

Resolution: fixed
Status: acceptedclosed

I set up Ant builder to launch automatically when changes are made. It seems like it works--changes to grammar file or anything else trigger ant builder to execute default target (generate jar) which does everything correctly. And the Java builder kicks in too. Let's see how it works.

Note: See TracTickets for help on using tickets.