
| Key: |
GDS-607
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Cannot Reproduce
|
| Priority: |
Major
|
| Assignee: |
William Draï
|
| Reporter: |
heyoulin
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
when upgrade to latest granite eclipse builder will cause can't find tideEntityBase.gsp
solution:
change org.granite.generator.template.StandardTemplateUris.java
public static final String TIDE_ENTITY_BASE = "class:org/granite/generator/template/tideEntityBase.gsp";
to
public static final String TIDE_ENTITY_BASE = "class:org/granite/generator/template/tideValidatableEntityBase.gsp";
|
|
Description
|
when upgrade to latest granite eclipse builder will cause can't find tideEntityBase.gsp
solution:
change org.granite.generator.template.StandardTemplateUris.java
public static final String TIDE_ENTITY_BASE = "class:org/granite/generator/template/tideEntityBase.gsp";
to
public static final String TIDE_ENTITY_BASE = "class:org/granite/generator/template/tideValidatableEntityBase.gsp"; |
Show » |
Sort Order:
|
Are you sure you don't have a problem with your checkout ?