User Activity

  • Posted a comment on a wiki page on Code snippets community manager

    But the project is designed for java 8 and Netbeans 8.x

  • Posted a comment on a wiki page on Code snippets community manager

    Try to enter the full path to the config.ini public static void main(String[] args) { if (args.length != 1) { System.out.println("Command line: path to config.ini"); System.exit(0); } try { ConfigManager.loadConfig(args[0]); } catch (IOException ex) { System.out.println("Unable to parse " + args[0]); System.exit(0); } public static final void loadConfig(String path) throws IOException { Ini ini = new Ini(); ini.getConfig().setMultiSection(true); ini.load(new File(path)); Set<Map.Entry<String, Profile.Section>>...

  • Committed [be44e0]

    HTML sync bugfix

  • Modified ticket #1 on cn1-offline-android-nb

    Problem before building

  • Committed [510553]

    Update gradle version to 3.5

  • Committed [1d991b]

    Manual Html sync and Stub bugfix

  • Posted a comment on ticket #1 on cn1-offline-android-nb

    I got no reply.. can I close the ticket?

  • Posted a comment on ticket #1 on cn1-offline-android-nb

    Can you test, but I feel that it's not the problem.. Replace in build.gradle proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' to proguardFiles getDefaultProguardFile('proguard-android.txt') or proguardFiles 'proguard-rules.pro' but the problem is definitely with gradle or gradle nb plugin my plugin just exports the files, the android folder is gradle plugin project

View All

Personal Data

Username:
arsiskk
Joined:
2013-03-10 15:59:13
Location:
Bratislava / Slovakia / CEST
Gender:
Male

Projects

This is a list of open source software projects that Arsi is associated with:

Personal Tools