Coder Social home page Coder Social logo

maven-eclipse.github.io's People

Contributors

hennr avatar thelq avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

maven-eclipse.github.io's Issues

Support for 32/64bit at runtime

First, thanks a lot for your work! It works fine for me, however I don't understand how to support both 32 and 64 bit platforms at runtime. If I understand correctly, this functionality is provided by the "org.eclipse.swt" plugin and the "fragment" mechanism. There is no such plugin in your repository, and it probably wouldn't work anyway because there is no OSGi environment at runtime.
Is there any other way to support both 32 and 64bit at runtime?

[Question] Using debug jars

Hi. There are debug jars in this repo but how do we use them with maven? Is that even possible?
If yes, could you maybe update the readme with example?
Thanks.

Application fails to start

Just tried to run a small test program, but this does not even start.

pom.xml looks like this:

<properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <maven.compiler.source>1.8</maven.compiler.source>
        <maven.compiler.target>1.8</maven.compiler.target>
        <swt.version>4.6.1</swt.version>
    </properties>

    <repositories>
        <repository>
            <id>maven-eclipse-repo</id>
            <url>http://maven-eclipse.github.io/maven</url>
        </repository>
    </repositories>

    <build>
        <plugins>
            <plugin>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>3.6.0</version>
                <configuration>
                    <source>${maven.compiler.source}</source>
                    <target>${maven.compiler.target}</target>
                </configuration>
            </plugin>
        </plugins>
    </build>

    <dependencies>

        <dependency>
            <groupId>org.eclipse.swt</groupId>
            <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
            <version>${swt.version}</version>
        </dependency>

    </dependencies>

The project can be found here:
https://github.com/kerner1000/javafxcontextmenuinswt

#
(SWT:4218): GLib-GObject-WARNING **: invalid (NULL) pointer instance

# A fatal error has been detected by the Java Runtime Environment:
(SWT:4218): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
#

#  SIGSEGV (0xb) at pc=0x00007fd95df5473c, pid=4218, tid=0x00007fd99e728700
(SWT:4218): GLib-GObject-WARNING **: invalid (NULL) pointer instance
#

# JRE version: Java(TM) SE Runtime Environment (8.0_161-b12) (build 1.8.0_161-b12)
(SWT:4218): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.161-b12 mixed mode linux-amd64 compressed oops)
(SWT:4218): GLib-GObject-WARNING **: cannot register existing type 'GdkDisplay'
# Problematic frame:

(SWT:4218): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' failed
# C  [libgdk-x11-2.0.so.0+0x4e73c]  gdk_display_open+0x5c

#
(SWT:4218): GLib-GObject-CRITICAL **: g_type_register_static: assertion 'parent_type > 0' failed

# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
(SWT:4218): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' failed
#

# An error report file with more information is saved as:
(SWT:4218): GLib-GObject-CRITICAL **: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed

Add JFace

I've never used JFace, whats JARs are required to get it working? Where can I find them? Is OSGI required?

It should be easy to modify the scrape script for this

Add 4.7 builds

Please add the latest 4.7 builds to this Maven repository.

Size issues - 600 MB of debug jars

This repo is getting massive

# du -h
4.4G     .

Minus the .git history, as of this post with all SWT 4.2.1+ jars added:

# du -hc `find . -iname *.jar | grep "debug"`
600M    total
# du -hc `find . -iname *.jar | grep -v "sources\|debug"`
439M    total
# du -hc `find . -iname *.jar | grep "sources"`
525M    total

We might start running into issues with Github's abuse department if were not careful. Are the debug jars even useful? Do they enable some feature in Eclipse? Should we have them?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.