Branch: refs/heads/master
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: 45802ac0a1e5a701119016045c9ae0bc4ad7e6e8
https://github.com/Teiid-Designer/teiid-designer/commit/45802ac0a1e5a7011...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M plugins/org.teiid.designer.vdb/src/org/teiid/designer/vdb/Vdb.java
Log Message:
-----------
TEIIDDES-2120: Erroneous relativising of path value
* Seems making the path relative to the tmp folder is not a good idea
since it adds a ../ to its beginning. This causes the createTempFile
method to fail.
* Causes preview vdbs creation to fail with a "no such file or directory"
error
* Originally added to stop path being a full duplication of tmpFolder,
which occurred in some unit tests. However, this does not seem to be
repeated so removing.