|
From: Manikumar R. <ku...@nm...> - 2012-10-10 12:26:08
|
Hi, I have used the latest project creator to built the Test project. Anyhow I will check again and will do the mentioned changes. Regards, Kumar On Wed, Oct 10, 2012 at 5:46 PM, Craig Gallen (opennms) <cg...@op... > wrote: > 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 > > > ------------------------------------------------------------------------------ > Don't let slow site performance ruin your business. Deploy New Relic APM > Deploy New Relic app performance management and know exactly > what is happening inside your Ruby, Python, PHP, Java, and .NET app > Try New Relic at no cost today and get our sweet Data Nerd shirt too! > http://p.sf.net/sfu/newrelic-dev2dev > _______________________________________________ > Openoss-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openoss-devel > |