JMapfel 44625f7280 [BUGFIX] A bug where the method node lookup didn't work
The 'getMethod' method in the Invoker wrapper did only check the
descriptor of the parameters. To ensure that the right method is
returned, the full method desc must be used.

The return desc (the 'desc' element in the hooks file) is still optional,
but should be used to avoid conflicts.
2017-09-26 23:37:07 +02:00
2016-10-17 14:48:18 +02:00
2016-05-24 11:56:20 +02:00
2017-08-29 00:13:25 +02:00
2017-01-30 14:52:52 +01:00

Stories in Ready Build Status

Parabot

Parabot V2.6.3.

Website

Download latest version

Compilation

Build the project with the Maven POM file to have all required libraries installed.

Automation

Every stable build is automatically generated from the last commits of the master branch. This will take the version from both the pom.xml and the version in .travis.yml.

The nightly builds are automatically created from the last commits of the development branch. This will take the version from both the pom.xml and the version in .travis.yml, together with the build ID from travis.

Issues

If you've an issues regarding the bot itself, please report them here.

Maven

To add the client as a library, you'll first have to add our repository to your pom.xml:

    <repositories>
        <repository>
            <id>git-parabot</id>
            <name>Parabot's Git based repo</name>
            <url>https://maven.parabot.org/</url>
        </repository>
    </repositories>

Then you'll need to add the dependency:

    <dependencies>
        <dependency>
            <groupId>org.parabot</groupId>
            <artifactId>client</artifactId>
            <version>2.6.3</version>
        </dependency>
    </dependencies>

Labels

Labels are created with GHLabel, whereas the yml is located in the .github directory

S
Description
No description provided
Readme 18 MiB
Languages
Java 100%