Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-dev] DTP local build instructions

Hi Konstantin,

Thanks for the wiki, it was really useful.

BUILD SUCCESSFUL
Total time: 17 minutes 29 seconds

I ran the build on Windows 10, some issues that I needed to resolve along the way were as follows:
* Filename too long when cloning org.eclipse.datatools.connectivity.git
** Fixed with  >git config --system core.longpaths true
* Environment variable not defined JDK_8_HOME
** Defined it and then also have to make sure to provide the value without spaces in the directory name i.e. JDK_8_HOME=C:\Progra~1\Java\jdk1.8.0_73


Regards,
Neil

On 10 January 2017 at 22:25, <konstantin.komissarchik@xxxxxxxxxx> wrote:

I have created a wiki with local build instructions for DTP.

 

https://wiki.eclipse.org/Data_Tools_Platform_Project/Build

 

These are based on the steps that I published on this list a while back when the new build system was first rolled out, but I updated the steps for changes that happened since that time. If anyone notices errors in the instructions or if anything is not clear, let me know or feel free to make the improvements to wiki yourself.

 

Thanks,

 

- Konstantin


_______________________________________________
dtp-dev mailing list
dtp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/dtp-dev


Back to the top