|
From: Xose R. S. V. <xr...@op...> - 2012-11-15 14:46:52
|
Hi Pierre, I have reproduced the error. I think that the main problem is
the cache mechanism used by Tigerstripe in the dependencies. I have had
similar problems in the development of external xsd support.
The problem is that the libraries included sometimes are not updated in
the tigerstripe environments. To update it you must delete the
dependendencies and recreate again. I am using a quick approach of edit
the tigerstripe.xml file in the Model project and change the order of
the libraries. This implies a refresh in the libreries used.
FROM
<dependencies>
<dependency enabled="true" path="org.tmforum.tip.fmk.common_1.1.jar"/>
<dependency enabled="true" path="TIP_INV_2.0.dep_0.0.jar"/>
</dependencies>
TO
<dependencies>
<dependency enabled="true" path="TIP_INV_2.0.dep_0.0.jar"/>
<dependency enabled="true" path="org.tmforum.tip.fmk.common_1.1.jar"/>
</dependencies>
Also I detect another small elements to change:
.Errors with characters`` ´´ that are not supported in UTF-8 in the
Model project.
.Definition and locations of packages in .inventory
.Generators enabled (Jvt and SopaImpl are deselected)
.Some project elements as .project .visualstate, etc that are
independent so would be removed
Regards
El 13/11/2012 1:43, pierre gauthier escribió:
> Hi Xose,
>
> I'm trying to compile a new version of the Inventory Spec and now getting a new error on
> dependancy project. This happen when I use the fmw library which has a resource.res
> package and the dependancy also containing a resource.res package.
>
> You can reproduce the problem by using the inventory branches project in svn http://collab.tmforum.org/svn/repos/tip/Features/InventoryManagement/IA/InterfaceModel/branches/v12
>
>
> The error is java.io.FileNotFoundException: C:\inventoryworkspace\TIP_INV_SoapSpecPackage\tip_inv_dependencies_resource_res.xsd (The system cannot find the file specified)
>
> Thanks Pierre
>
>
--
*Xose Ramon Sousa Vazquez* | Director OSS Technologies, Director I+D
T/ + 34 986 410 091 (ext) 206 | M/ +34 675 550 029
www.optaresolutions.com
<http://www.optaresolutions.com>
Optare Solutions <http://optarecoolvendor.com><http://optarecoolvendor.com>
|