GithubHelp home page GithubHelp logo

wetheinternet / collide Goto Github PK

View Code? Open in Web Editor NEW
142.0 142.0 43.0 305.06 MB

Fork of Collaborative Web IDE by Google

License: Apache License 2.0

JavaScript 2.95% Shell 0.05% Java 95.36% CSS 1.55% HTML 0.08%

collide's People

Contributors

jamesxnelson 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

collide's Issues

Different error when doing `ant dist`

when running ant dist I get the following error

monoxane@tam1:~/collide$ ant dist
Buildfile: /home/monoxane/collide/build.xml

BUILD FAILED
/home/monoxane/collide/build.xml:5: Cannot find /opt/collide/macros.ant.xml imported from /home/monoxane/collide/build.xml

Total time: 0 seconds

Running Debian 8, OpenJDK 7u131-2.6.9-2~deb8u1

Update to Java 8 !

Simple as that. There are absolutely no reasons to stick to Java 7, let alone code in a way which is JRE version-dependent.

gwt 2.8.0 not available on maven repository

Ive tried building it with ant, and just wouldnt work, the directories are all weird.
With gradle it fails to find gwt 2.8.

> Could not find net.wetheinter:xapi-gwt:0.6-SNAPSHOT.
  Searched in the following locations:
      https://repo1.maven.org/maven2/net/wetheinter/xapi-gwt/0.6-SNAPSHOT/maven-metadata.xml
      https://repo1.maven.org/maven2/net/wetheinter/xapi-gwt/0.6-SNAPSHOT/xapi-gwt-0.6-SNAPSHOT.pom
      https://repo1.maven.org/maven2/net/wetheinter/xapi-gwt/0.6-SNAPSHOT/xapi-gwt-0.6-SNAPSHOT.jar
      file:/Users/jannoszczyk/.m2/repository/net/wetheinter/xapi-gwt/0.6-SNAPSHOT/maven-metadata.xml
      file:/Users/jannoszczyk/.m2/repository/net/wetheinter/xapi-gwt/0.6-SNAPSHOT/xapi-gwt-0.6-SNAPSHOT.pom
      file:/Users/jannoszczyk/.m2/repository/net/wetheinter/xapi-gwt/0.6-SNAPSHOT/xapi-gwt-0.6-SNAPSHOT.jar
  Required by:
      de.mocra.cy:api:0.6-SNAPSHOT
> Could not find net.wetheinter:gwt-user:2.8.0.
  Searched in the following locations:
      https://repo1.maven.org/maven2/net/wetheinter/gwt-user/2.8.0/gwt-user-2.8.0.pom
      https://repo1.maven.org/maven2/net/wetheinter/gwt-user/2.8.0/gwt-user-2.8.0.jar
      file:/Users/jannoszczyk/.m2/repository/net/wetheinter/gwt-user/2.8.0/gwt-user-2.8.0.pom
      file:/Users/jannoszczyk/.m2/repository/net/wetheinter/gwt-user/2.8.0/gwt-user-2.8.0.jar
  Required by:
      de.mocra.cy:api:0.6-SNAPSHOT
> Could not find net.wetheinter:gwt-elemental:2.8.0.
  Searched in the following locations:
      https://repo1.maven.org/maven2/net/wetheinter/gwt-elemental/2.8.0/gwt-elemental-2.8.0.pom
      https://repo1.maven.org/maven2/net/wetheinter/gwt-elemental/2.8.0/gwt-elemental-2.8.0.jar
      file:/Users/jannoszczyk/.m2/repository/net/wetheinter/gwt-elemental/2.8.0/gwt-elemental-2.8.0.pom
      file:/Users/jannoszczyk/.m2/repository/net/wetheinter/gwt-elemental/2.8.0/gwt-elemental-2.8.0.jar
  Required by:
      de.mocra.cy:api:0.6-SNAPSHOT
> Could not find net.wetheinter:gwt-dev:2.8.0.
  Searched in the following locations:
      https://repo1.maven.org/maven2/net/wetheinter/gwt-dev/2.8.0/gwt-dev-2.8.0.pom
      https://repo1.maven.org/maven2/net/wetheinter/gwt-dev/2.8.0/gwt-dev-2.8.0.jar
      file:/Users/jannoszczyk/.m2/repository/net/wetheinter/gwt-dev/2.8.0/gwt-dev-2.8.0.pom
      file:/Users/jannoszczyk/.m2/repository/net/wetheinter/gwt-dev/2.8.0/gwt-dev-2.8.0.jar
  Required by:
      de.mocra.cy:api:0.6-SNAPSHOT

Is there any way to go around it? I have gwt 2.7 installed. Ive tried to install xapi apis but they are not working either when i use mvn install
Ive tried changing gwt version in gradle build files to 2.7 insted but didnt work either.

Error while doing "ant dist"

Here is the error:

src.client.src.shared.build:

src.client.build-java:
[javac] Compiling 2 source files to /var/www/collide/bin/classes
[javac] warning: Supported source version 'RELEASE_7' from annotation processor 'xapi.dev.processor.AnnotationMirrorProcessor' less than -source '1.8'
[javac] warning: Supported source version 'RELEASE_7' from annotation processor 'xapi.dev.processor.InjectionAnnotationProcessor' less than -source '1.8'
[javac] /var/www/collide/java/com/google/collide/client/testing/DebugAttributeSetter.java:104: error: reference to on is ambiguous
[javac] on(Elements.asJsElement(element));
[javac] ^
[javac] both method on(elemental.dom.Element) in DebugAttributeSetter and method on(com.google.gwt.dom.client.Element) in DebugAttributeSetter match
[javac] 1 error
[javac] 2 warnings

BUILD FAILED
/var/www/collide/java/com/google/collide/client/build.xml:49: The following error occurred while executing this line:
/var/www/collide/macros.ant.xml:126: Compile failed; see the compiler error output for details.

Total time: 1 second

MY MACHINE:

ant -version
Apache Ant(TM) version 1.9.3 compiled on April 8 2014

java -version
java version "1.8.0_20"
Java(TM) SE Runtime Environment (build 1.8.0_20-b26)
Java HotSpot(TM) 64-Bit Server VM (build 25.20-b23, mixed mode)

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.