Author Topic: Build fails (since revision 14091 - with 14080 it was successful)  (Read 3091 times)

0 Members and 1 Guest are viewing this topic.

Offline AndreasG

  • VIP
  • Jr. Member
  • *
  • Posts: 13
    • View Profile
No idea what I can do.

How can I switch the message output to English?

Code: [Select]
C:\Users\Andreas\Documents\NetBeansAncestris\AncestrisCore\reports.relatives\src\ancestris\modules\reports\relatives\ReportRelativesAction.java:17: Fehler: Symbol nicht gefunden
import static ancestris.modules.reports.relatives.Bundle.title;
  Symbol: statisch title
  Ort: Klasse Bundle
C:\Users\Andreas\Documents\NetBeansAncestris\AncestrisCore\reports.relatives\src\ancestris\modules\reports\relatives\ReportRelativesAction.java:65: Fehler: Symbol nicht gefunden
            String tip = title(contextToOpen.getEntity().toString(true));
  Symbol: Methode title(String)
  Ort: Klasse ReportRelativesAction
2 Fehler
C:\Users\Andreas\Documents\netbeans_platform_26\harness\common.xml:253: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 1 second)

Offline Zurga

  • VIP
  • Supernatural Member
  • *
  • Posts: 5 805
    • View Profile
Re: Build fails (since revision 14091 - with 14080 it was successful)
« Reply #1 on: February 28, 2026, 17:17:22 »
If you use Netbeans to compile the code, please, try to clean and build.

Zurga

Offline AndreasG

  • VIP
  • Jr. Member
  • *
  • Posts: 13
    • View Profile
Re: Build fails (since revision 14091 - with 14080 it was successful)
« Reply #2 on: February 28, 2026, 21:55:36 »
Thanks, that solved the issue.

Is it possible to protect directory "testuserdir" from deletion when using "clean and build"? You really get into trouble when you forget to backup this before.

And please tell me whether I can change the compiler output completely to English (e.g. "Error: symbol not found" instead of "Fehler: Symbol nicht gefunden").

Offline Zurga

  • VIP
  • Supernatural Member
  • *
  • Posts: 5 805
    • View Profile
Re: Build fails (since revision 14091 - with 14080 it was successful)
« Reply #3 on: March 01, 2026, 12:24:20 »
Sorry, I'm not aware how to change languages in Netbeans.
This is not linked to Ancestris.
Same for the "testuserdir" protection.

We distribute the software in a manner that allow our users to use it without the need to compile the software with Netbeans.
So if you have specific questions on the use of Netbeans, contact the owner of this software : https://netbeans.apache.org/front/main/index.html

Zurga

Offline AndreasG

  • VIP
  • Jr. Member
  • *
  • Posts: 13
    • View Profile
Re: Build fails (since revision 14091 - with 14080 it was successful)
« Reply #4 on: March 01, 2026, 13:43:45 »
Thanks for your reply.