[SUCHE] Funktionierende Source [SUCHE]

GheddoMonsta

New Member
Hey ich suche eine Funktionierende source da die Aktuelle nicht funktioniert und sich nicht Importen lässt geschweigeden bearbeiten.. könnte mir jemand seine source uploaden? :/ wäre total nett..
 

Skaldarnar

Development Lead
Contributor
Art
World
SpecOps
Hey GheddoMonsta, willkommen im Forum :)

Um dir gut helfen zu können wären ein paar weitere Informationen nützliche, z.b.
- Was für ein System hast du (Windows, Mac, ..., Java-Version, ...)?
- Welche IDE nutzt du (Intellij, Eclipse, ...)?
- Mit welchen Sourcecode hast du es bereits versucht?

Den akutellen Code findest du auf https://github.com/MovingBlocks/Terasology. Nachdem du den Code heruntergeladen hast solltest du gradlew nutzen, um die entsprechenden Dateien für die IDE zu erzeugen, z.B. "gradlew idea" für IntelliJ IDEA (die kostenlose Community Edition reicht völlig ;)).
Versuch es erstmal damit, wenn sonst noch was nicht klappt meld dich einfach nochmal ;)
 

Crysas

New Member
hey danke für die hilfe ich habe ein Fujitsu simens pi 3540. mit win 8 4 gb ram und ner nvidia Geforce 9300 m gs.. den aktuellen code habe ich schon importiert aber leider ist die source nicht wirklich importiert nalso so richtig keine packages sind vorhanden nur ordner und debuggen kann ich es auch nicht. poste im anhang mal ein Screen davon :)
 

Attachments

Immortius

Lead Software Architect
Contributor
Architecture
GUI
For eclipse, you should run is "gradlew eclipse", which should generate the eclipse project(s). Cervator has this been tested with the restructured terasology? I imagine it should work though.
 

Skaldarnar

Development Lead
Contributor
Art
World
SpecOps
Immortius, "gradlew eclipse" still works, you just have to make sure that "search for nested projects" is checked when importing to Eclipse.
However, you will end up with some build path cycle dependency errors. Cervator mentioned something similiar on the Codebase Structure wiki page:

IntelliJ will likely show/warn about a circular dependency between the PC facade and the engine. This is actually a known issue in IntelliJ where it doesn't distinguish between a compile dependency and a unit testing dependency. The PC facade needs to compile against the engine and the engine needs to unit test against the PC facade. Both work fine :)
 

Cervator

Org Co-Founder & Project Lead
Contributor
Design
Logistics
SpecOps
"gradlew eclipse" is still there, yeah, but I'm honestly surprised to hear that it works even a little :eek:

I didn't test it at all so far, and feared all the IntelliJ customization would need to be also done separately from Eclipse. But everything does work from from the command line, so if Eclipse is smart enough about reading everything - we might be good.

https://github.com/Nanoware/Terasology/issues/22 is my reminder to look at Eclipse sometime later, but I haven't prioritized it a whole lot. If others can confirm that Eclipse works well and/or supply any updates/tweaks/doc that would be awesome :)
 
Top