Project

General

Profile

Actions

Bug #10138

closed

Fix antlr file generation on Windows

Added by Wim Dumon almost 2 years ago. Updated 12 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Roel Standaert
Category:
-
Target version:
Start date:
04/08/2022
Due date:
% Done:

100%

Estimated time:

Description

See https://redmine.emweb.be/boards/4/topics/17892

Fix:

  <target name="run">
    <java jar="lib/antlr-4.7.2-complete.jar" fork="true">
      <arg line="-no-listener -visitor -package eu.webtoolkit.jwt -o src/eu/webtoolkit/jwt src/eu/webtoolkit/jwt/PluralExpression.g4" />
    </java>
    <java jar="lib/antlr-4.7.2-complete.jar" fork="true">
      <arg line="-listener -no-visitor -package eu.webtoolkit.jwt.render -o src/eu/webtoolkit/jwt/render src/eu/webtoolkit/jwt/render/Css22.g4" />
    </java>
  </target>

Actions #1

Updated by Roel Standaert about 1 year ago

This doesn't really work for Linux. It makes ANTLR put its output in src/eu/webtoolkit/jwt/src/eu/webtoolkit/jwt.

Actions #2

Updated by Roel Standaert about 1 year ago

  • Status changed from New to InProgress
  • Assignee set to Roel Standaert
Actions #3

Updated by Roel Standaert about 1 year ago

  • Status changed from InProgress to Review
  • Assignee changed from Roel Standaert to Wim Dumon
Actions #4

Updated by Wim Dumon about 1 year ago

  • Status changed from Review to Resolved
  • Assignee changed from Wim Dumon to Roel Standaert

solution with CWD works on windows too.

Actions #5

Updated by Roel Standaert about 1 year ago

  • Status changed from Resolved to Implemented @Emweb
  • Target version set to 4.9.1
Actions #6

Updated by Roel Standaert about 1 year ago

  • % Done changed from 0 to 100
Actions #7

Updated by Roel Standaert about 1 year ago

  • Status changed from Implemented @Emweb to Resolved
Actions #8

Updated by Roel Standaert 12 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF