DynamicTreesTeam / DynamicTrees-Examples

An example or so of how to incorporate dynamic trees into your mod.
MIT License
1 stars 4 forks source link

Eclipse not working #1

Closed ErdbeerbaerLP closed 6 years ago

ErdbeerbaerLP commented 6 years ago

I used "gradlew setupDecompWorkspace eclipse" but there is no eclipse folder to set a workspace to. what am i doing wrong?

ferreusveritas commented 6 years ago

Run "gradlew setupDecompWorkspace" then run "gradlew eclipse"

ErdbeerbaerLP commented 6 years ago

Already tried

ferreusveritas commented 6 years ago

The structure of the mod is pretty standard. So you shouldn't have a problem with it. May I ask what your experience level with setting up projects and modding in general is?

ErdbeerbaerLP commented 6 years ago

I already created my own mod. (but need more content)

http://erdbeerbaer.tk/trollmod/ if you are interested

ferreusveritas commented 6 years ago

Have you ever built someone else's mod project that you got from github?

ErdbeerbaerLP commented 6 years ago

Not really

ErdbeerbaerLP commented 6 years ago

I tried to update an mod but failed at it because of way too many errors

ferreusveritas commented 6 years ago

Can you send me the error output of the console when you run the gradle script?

ErdbeerbaerLP commented 6 years ago

Did not throw an error...

Click to expand ``` >gradlew setupDecompWorkspace eclipse To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/2.14/userguide/gradle_daemon.html. Download http://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/2.3-SNAPSHOT/ForgeGradle-2.3-20180422.205022-29.jar This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril. ################################################# ForgeGradle 2.3-SNAPSHOT-4a7d623 https://github.com/MinecraftForge/ForgeGradle ################################################# Powered by MCP http://modcoderpack.com by: Searge, ProfMobius, R4wk, ZeuX Fesh0r, IngisKahn, bspkrs, LexManos ################################################# :deobfCompileDummyTask :deobfProvidedDummyTask :getVersionJson :extractUserdev UP-TO-DATE :extractDependencyATs SKIPPED :extractMcpData SKIPPED :extractMcpMappings SKIPPED :genSrgs SKIPPED :downloadClient SKIPPED :downloadServer SKIPPED :splitServerJar SKIPPED :mergeJars SKIPPED :deobfMcSRG SKIPPED :decompileMc SKIPPED :fixMcSources SKIPPED :applySourcePatches :remapMcSources SKIPPED :recompileMc SKIPPED :extractNatives SKIPPED :getAssetIndex UP-TO-DATE :getAssets Current status: 282/1283 21% Current status: 663/1283 51% Current status: 1030/1283 80% :makeStart :setupDecompWorkspace :eclipseClasspath :eclipseJdt :eclipseProject :makeEclipseCleanRunClient UP-TO-DATE :makeEclipseCleanRunServer UP-TO-DATE :eclipse BUILD SUCCESSFUL Total time: 1 mins 36.737 secs ```
ferreusveritas commented 6 years ago

So now you just open eclipse and add the project.

ErdbeerbaerLP commented 6 years ago

there is no generated eclipse folder image

ferreusveritas commented 6 years ago

There is no eclipse folder. the ".project" is the eclipse project.

ErdbeerbaerLP commented 6 years ago

oh. when that was changed?

ferreusveritas commented 6 years ago

No idea. Either it was a long while ago or never was that way. I just looked in my projects for 1.7.10, 1.10.2, 1.11.2 and none of them have an eclipse folder despite being loaded happily as projects into my eclipse IDE.

ErdbeerbaerLP commented 6 years ago

While modding i always had an eclipse folder to open as workspace