Skip to main content



      Home
Home » Eclipse Projects » NatTable » Error building source
Error building source [message #1718005] Fri, 18 December 2015 08:59 Go to next message
Eclipse UserFriend
When building the sources, my mvn install fails when building the examples project. I get the following error
[ERROR] C:\Users\xxxx\git\org.eclipse.nebula.widgets.nattable\org.eclipse.nebula.widgets.nattable.examples\build-examples.xml:7: C:\Users\xxxx\git\org.eclipse.nebula.widgets.nattable\org.eclipse.nebula.widgets.nattable.extension.builder\target\classes does not exist.

I noticed the parent pom does not declare org.eclipse.nebula.widgets.nattable.extension.builder as a module should it be part of the build?
Re: Error building source [message #1718007 is a reply to message #1718005] Fri, 18 December 2015 09:12 Go to previous messageGo to next message
Eclipse UserFriend
No. The builder is not released and not maintained for a long time. It is kept in the repository for people that built their code on top of it.

Also I wonder which sources you have. We have removed the builder example from the examples a while ago. And since my local builds and the builds on the server succeed, it seems you have some outdated build scripts.
Re: Error building source [message #1718017 is a reply to message #1718007] Fri, 18 December 2015 10:13 Go to previous messageGo to next message
Eclipse UserFriend
I just created a new work space. Cloned repository from https://git.eclipse.org/r/nattable/org.eclipse.nebula.widgets.nattable and choose the master branch. When I built again I get the same error. Am I doing something wrong?
Re: Error building source [message #1718036 is a reply to message #1718017] Fri, 18 December 2015 11:51 Go to previous messageGo to next message
Eclipse UserFriend
I was able to get it built. The issue was the Examples project's build-example.xml still references <fileset dir="../org.eclipse.nebula.widgets.nattable.extension.builder/target/classes"/>. Since it was a new workspace the target/classes directory did not exist. I just created the directories and the build went through.
Re: Error building source [message #1718038 is a reply to message #1718036] Fri, 18 December 2015 12:05 Go to previous messageGo to next message
Eclipse UserFriend
Does it also work if you modify the xml file without creating the folder?
Re: Error building source [message #1718042 is a reply to message #1718038] Fri, 18 December 2015 12:14 Go to previous message
Eclipse UserFriend
Yes, it does. I just commented out that line in the XML.

[Updated on: Fri, 18 December 2015 12:14] by Moderator

Previous Topic:Auto resize of the coulmn when filter is applied
Next Topic:Is NatTable Creation in a JPanel using java.awt.Frame possible
Goto Forum:
  


Current Time: Mon Jun 23 06:25:48 EDT 2025

Powered by FUDForum. Page generated in 0.05962 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top