Project

General

Profile

Actions

Bug #10138

closed
WD RS

Fix antlr file generation on Windows

Bug #10138: Fix antlr file generation on Windows

Added by Wim Dumon over 4 years ago. Updated over 3 years 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>

RS Updated by Roel Standaert over 3 years ago Actions #1

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

RS Updated by Roel Standaert over 3 years ago Actions #2

  • Status changed from New to InProgress
  • Assignee set to Roel Standaert

RS Updated by Roel Standaert over 3 years ago Actions #3

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

WD Updated by Wim Dumon over 3 years ago Actions #4

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

solution with CWD works on windows too.

RS Updated by Roel Standaert over 3 years ago Actions #5

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

RS Updated by Roel Standaert over 3 years ago Actions #6

  • % Done changed from 0 to 100

RS Updated by Roel Standaert over 3 years ago Actions #7

  • Status changed from Implemented @Emweb to Resolved

RS Updated by Roel Standaert over 3 years ago Actions #8

  • Status changed from Resolved to Closed
Actions

Also available in: PDF Atom