-
Notifications
You must be signed in to change notification settings - Fork 616
BIMserver 1.5 Developers
hlg edited this page Nov 18, 2021
·
6 revisions
BIMserver 1.5 setup in Eclipse will be different than for 1.4, the current GIT master branch will be the 1.5 release.
- Some projects will always generate an error in Eclipse, this is because at the moment there is a maven-plugin which has been written for maven 2, but we use maven 3. You can safely ignore this error (it's not a compile error).
Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:build-helper-maven-plugin:1.10:add-source (execution: add-source, phase: generate-sources)
Note: Please let us know if you are a Maven expert and know how to fix this
This will criple the eclipse project configuration. After doing maven update, you will have to manually fix a few dependencies.
Change the "Java Build Path | Source", remove the "PluginBase/genclasses" altogether, and clear the "Excluded" part of "PluginBase/generated"
Then go to "Libraries" and add a class-folder, "PluginBase/genclasses".
Note: Please let us know if you know how to make this work automatically
Get Started
- Quick Guide
- Requirements Version 1.2
- Requirements Version 1.3
- Requirements Version 1.4
- Requirements Version 1.4 > 2015-09-12
- Requirements Version 1.5
- Download
- JAR Starter
- Setup
Deployment
- Ubuntu installation 1.3
- Windows installation
- Security
- Memory Usage
- More memory
- Performance statistics
- Large databases
Developers
- Service Interfaces
- Common functions
- Data Model
- Low Level Calls
- Endpoints
Clients
BIMServer Developers
- Plugins in 1.5
- Plugin Development
- Eclipse
- Eclipse Modeling Framework
- Embedding
- Terminology
- Database/Versioning
- IFC STEP Encoding
- Communication
- Global changes in 1.5
- Writing a service
- Services/Notifications
- BIMserver 1.5 Developers
- Extended data
- Extended data schema
- Object IDM
New developments
- New remote service interface
- Plugins new
- Deprecated
- New query language
- Visual query language
- Reorganizing BIMserver JavaScript API
General