Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OLAT CI-CD Testing Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lars Oliver Dam
OLAT CI-CD Testing Project
Commits
d6ac5e66
Commit
d6ac5e66
authored
13 years ago
by
srosse
Browse files
Options
Downloads
Plain Diff
Merge with OO-121, OO-124 to 80-patch branch
--HG-- branch : 80-patch
parents
ab6929bb
30a971be
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
INSTALL.README.HEAD
+0
-5
0 additions, 5 deletions
INSTALL.README.HEAD
olat.local.properties.sample
+4
-1
4 additions, 1 deletion
olat.local.properties.sample
with
4 additions
and
6 deletions
INSTALL.README.HEAD
+
0
−
5
View file @
d6ac5e66
...
...
@@ -89,11 +89,6 @@ F. If you run into problems with classes or resources not found e.g. "ClassNotFo
from eclipse to console and back with command like mvn clean, or eclipse clean and such. You will always get
a clean and working environment when you do the following: Eclipse clean, create eclipse settings with launch,
Server publish resources and restart OLAT.
G. In some eclipse setups you will get compile errors because of XML/XSLT validation errors. In this case disable all
validators in the project properties (Right click on project -> "Properties" -> "Validators") and set all levels
for XSLT to "ignore". After this step restart eclipse and execute 'mvn eclipse:clean eclipse:eclipse' again,
refresh and then clean the project to recompile.
Background (optional for further interest)
...
...
This diff is collapsed.
Click to expand it.
olat.local.properties.sample
+
4
−
1
View file @
d6ac5e66
...
...
@@ -78,7 +78,10 @@ instance.id=myopenolat
olat.debug=true
# for developers set to false - i18n files are not cached
localization.cache=false
#path to the source code (for auto reload from velocity templates, )
# path to the source code. Use this together with olat.debug=true in a
# development setup. If set properly, velocity templates, i18n files and
# static files like CSS will be reloaded from the source code on each request
# without redeployment of the entire webapp.
#project.build.home.directory=/Users/srosse/workspace/OpenOLAT
user.generateTestUsers=false
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment