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 , 16 years ago
| Owner: | set to |
|---|---|
| Status: | new → accepted |
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

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.