Search Criteria
Package Details: alloy 5.1.0-1
Git Clone URL: | https://aur.archlinux.org/alloy.git (read-only, click to copy) |
---|---|
Package Base: | alloy |
Description: | A lightweight modelling language for software design. |
Upstream URL: | https://alloytools.org/ |
Licenses: | |
Submitter: | rodprice |
Maintainer: | Aecturus |
Last Packager: | Aecturus |
Votes: | 22 |
Popularity: | 0.002524 |
First Submitted: | 2009-07-27 20:29 |
Last Updated: | 2020-04-27 15:45 |
Dependencies (1)
- java-runtime (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, jdk-arm, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, jre-bcl, amazon-corretto-15, jre-openj9, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, jdk-openj9-bin, jre, jdk11-adoptopenjdk, jdk-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, zulu-embedded-jdk, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jre11, sapmachine-jdk-bin, jre11-jetbrains-imfix, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jdk-jetbrains, jre8-adoptopenjdk, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
Latest Comments
1 2 Next › Last »
Aecturus commented on 2018-03-07 12:45
I noticed that the download URL in the PKGBUILD is not valid anymore. The correct link is "http://alloytools.org/download/alloy4.2_2015-02-22.jar".
kaptoxic commented on 2015-04-03 05:27
Indeed (not sure how why did the old PKGBUILD manage to install). Fixed, should be okay now.
toothpaste commented on 2015-04-01 13:08
The PKGBUILD sources `../alloy`, which fails. When I manually modified this to simply read `alloy`, it worked.
kaptoxic commented on 2015-03-09 02:26
The package switched to "Experimental" version (from "Stable"), which is updated more frequently.
kaptoxic commented on 2014-08-13 15:52
Out of date?
rodprice commented on 2012-01-16 21:44
The install file attempted to source alloy.sh directly, but apparently it doesn't work so well. I've replaced it with a message to the user asking them to source the file by hand.
vnoel: Those lines were a hack used on my local machine. I've removed them. Thanks for pointing it out.
vnoel commented on 2012-01-15 13:44
Hedd: you just needed to source the profile file.
vnoel commented on 2012-01-15 13:43
Ok, actually I'm quite surprised with the content of the PKGBUILD.
The last lines shouldn't be here I think.
vnoel commented on 2012-01-15 13:41
Hi, I now get the same error as Hedd (I reinstalled my arch system since my last comment).
And I still get the error I was talking about.
Hedd commented on 2011-11-02 18:13
When I try to run alloy, I get the following error:
Exception in thread "main" java.lang.NoClassDefFoundError: edu/mit/csail/sdg/alloy4whole/SimpleGUI
Caused by: java.lang.ClassNotFoundException: edu.mit.csail.sdg.alloy4whole.SimpleGUI
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: edu.mit.csail.sdg.alloy4whole.SimpleGUI. Program will exit.