Welcome, Guest. Please login or register.

Author Topic: Compile  (Read 2217 times)

0 Members and 1 Guest are viewing this topic.

Offline DevPog

  • Tester
  • L2jHellas User
  • *****
  • Posts: 36
  • Country: pl
  • Karma: 0
Compile
« on: May 09, 2020, 04:51:03 am »
looks like compiled done but when go to the folder its empty any suggestion ?
Thanks

Code: [Select]
Working Directory: C:\Users\DevPog\git\master
Gradle user home: C:\Users\DevPog\.gradle
Gradle Distribution: Gradle wrapper from target build
Gradle Version: 6.0
Java Home: C:\Program Files\Java\jdk1.8.0_251
JVM Arguments: None
Program Arguments: None
Build Scans Enabled: false
Offline Mode Enabled: false
Gradle Tasks: <run default tasks>


> Task :help

Welcome to Gradle 6.0.

To run a build, run gradle <task> ...

To see a list of available tasks, run gradle tasks

To see a list of command-line options, run gradle --help

To see more detail about a task, run gradle help --task <task>

For troubleshooting, visit https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.0/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 109ms
1 actionable task: 1 executed

Offline ChrizyS

  • Inner Circle
  • L2jHellas User
  • *****
  • Posts: 40
  • Country: br
  • Karma: 1
Re: Compile
« Reply #1 on: May 09, 2020, 06:27:54 am »

Offline DevPog

  • Tester
  • L2jHellas User
  • *****
  • Posts: 36
  • Country: pl
  • Karma: 0
Re: Compile
« Reply #2 on: May 09, 2020, 12:41:55 pm »
Try to update your Gradle version
https://projects.eclipse.org/projects/tools.buildship/releases/3.1.4

Thanks Still the same and now i cant see the build folder tho

Code: [Select]
Working Directory: C:\Users\DevPog\git\master
Gradle user home: C:\Users\DevPog\.gradle
Gradle Distribution: Gradle wrapper from target build
Gradle Version: 6.3
Java Home: C:\Program Files\Java\jdk1.8.0_251
JVM Arguments: None
Program Arguments: None
Build Scans Enabled: false
Offline Mode Enabled: false
Gradle Tasks: <run default tasks>


> Task :help

Welcome to Gradle 6.3.

To run a build, run gradle <task> ...

To see a list of available tasks, run gradle tasks

To see a list of command-line options, run gradle --help

To see more detail about a task, run gradle help --task <task>

For troubleshooting, visit https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.3/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 156ms
1 actionable task: 1 executed



im a bit confused about it last time when i used anything about l2 was SVN not BitBucket :)

Offline AbsolutePower

  • Admin
  • Head Developer
  • L2jHellas User
  • ******
  • Posts: 380
  • Country: gr
  • Karma: 10
Re: Compile
« Reply #3 on: May 09, 2020, 11:17:35 pm »
try to import the project in eclipse

1: select file (up left)
2: select import
3: select git
4: projects from git.
5: existing local repository.
6: select master.
7: import existing project

then just use next button.

if you are already import it , when you compile the project it will auto compile in the direction D.
if you want to change the direction go to build.xml(datapack-core, last lines) and change all the dir=D  to C etc.



Offline DevPog

  • Tester
  • L2jHellas User
  • *****
  • Posts: 36
  • Country: pl
  • Karma: 0
Re: Compile
« Reply #4 on: May 10, 2020, 01:14:53 pm »
try to import the project in eclipse

1: select file (up left)
2: select import
3: select git
4: projects from git.
5: existing local repository.
6: select master.
7: import existing project



then just use next button.

if you are already import it , when you compile the project it will auto compile in the direction D.
if you want to change the direction go to build.xml(datapack-core, last lines) and change all the dir=D  to C etc.



Thank you I fallow your steps and till tis wondow stuck because i cant select nothing here


Canot do anything here like "next "finish" or  select i just can cancel or back

Its looks like already here now i try compile  by the way



and this what it show



and console



full information from console 

Code: [Select]
Working Directory: C:\Users\DevPog\git\master
Gradle user home: C:\Users\DevPog\.gradle
Gradle Distribution: Gradle wrapper from target build
Gradle Version: 6.3
Java Home: C:\Program Files\Java\jdk1.8.0_251
JVM Arguments: None
Program Arguments: None
Build Scans Enabled: false
Offline Mode Enabled: false
Gradle Tasks: <run default tasks>


> Task :help

Welcome to Gradle 6.3.

To run a build, run gradle <task> ...

To see a list of available tasks, run gradle tasks

To see a list of command-line options, run gradle --help

To see more detail about a task, run gradle help --task <task>

For troubleshooting, visit https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.3/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 183ms
1 actionable task: 1 executed

it looks like ready compiled BUT here no build fodler



Thanks

« Last Edit: May 10, 2020, 02:09:09 pm by DevPog »

Offline DevPog

  • Tester
  • L2jHellas User
  • *****
  • Posts: 36
  • Country: pl
  • Karma: 0
Re: Compile
« Reply #5 on: May 10, 2020, 02:17:59 pm »
well i tried old method build as ant and now i got this pack but its right way to compile  ?

Offline AbsolutePower

  • Admin
  • Head Developer
  • L2jHellas User
  • ******
  • Posts: 380
  • Country: gr
  • Karma: 10
Re: Compile
« Reply #6 on: May 10, 2020, 02:22:51 pm »
well i tried old method build as ant and now i got this pack but its right way to compile  ?
keep hellasC-D and make sure that they are updated from latest rev-patch , yes you must run it from build.xm everything it ok.



Offline DevPog

  • Tester
  • L2jHellas User
  • *****
  • Posts: 36
  • Country: pl
  • Karma: 0
Re: Compile
« Reply #7 on: May 10, 2020, 02:59:18 pm »
well i tried old method build as ant and now i got this pack but its right way to compile  ?
keep hellasC-D and make sure that they are updated from latest rev-patch , yes you must run it from build.xm everything it ok.

Thank you so much solved
//closed