Eclipse/MV help

DinaMax

Member
Joined
Mar 12, 2024
Posts
7
Likes
0
I followed the instructions in the SDK but struggling to get the examples Studies/Strategies to load into MV. I run the Ant Build, but it doesn't put it in the Dev folder. Any help would be greatly appreciated.
 

Attachments

  • ant build.png
    ant build.png
    25 KB · Views: 5

mikrom

Member
Joined
Dec 14, 2022
Posts
19
Likes
9
Not sure, maybe there's something wrong with the copy command. You can try editing build.xml and change the line <project default="deploy">
to <project default="jar">, it should build a jar and place it inside the project folder in lib/ or jar/
 
Top