|
From: Craig G. (opennms) <cg...@op...> - 2012-10-10 12:16:47
|
Hi, Thanks for doing the changes. A few minor things still need addressed; 1. in eclipse.ini, could you change the following lines -vmargs -Dosgi.requiredJavaVersion=1.5 -Dfile.encoding=UTF-8 -Xms128m -Xmx512m to the following to allow tigerstripe to run in more memory -vmargs -Dosgi.requiredJavaVersion=1.5 -Dfile.encoding=UTF-8 -XX:MaxPermSize=256m -Xms500m -Xmx1024m 2. There appear to be problems with the Test Project. Firstly the installed test model still does not appear to have all been built using the latest project creator at http://sourceforge.net/projects/openoss/files/JOSIF/Platform/1.1.2/JOSIF%20Project%20Creator/ In particular the following folders are missing TIP_Test_Spec_Release_Package\src\main\resources\ReleaseNotes In the TIP_Test_Model TIP_Test_Dependencies projects there are no src folders When you build the test project with the project creator, could you add a org.tmforum.tip.TestFacade and org.tmforum.tip.TestEntity tigerstripe object to the src folder of the Model project so that the build generates wsdl and completes. This will be be a better starting point for a newcommer. I also had problems importing the project into the workspace. I suggest you completely remove the .metadata from the Test project in the installer and recreate the workspace from scratch. If you want use the projects in the ws-ts-installer attached. These work if you do a mvn clean install ( check the tigestripe.properties) Other than that seems fine I have uploaded a new test project to dropbox Craig |