|
From: Craig G. (opennms) <cg...@op...> - 2012-10-10 13:51:18
|
Hi, I understand. Unfortunately the \ReleaseNotes folder must not have been copied and here was no \src folder in the dependency and model projects. Simple fix. Adding the simple objects into the model mean that some WSDL gets generated and the 'packaging' project completes. The key thing is that you run the workbence installer and then try mvn clean install on the test project and check that it builds within the new workbench Then do mvn eclipse:eclipse on the test project and try and import it into the workspace. when I tried the import it failed and I think the reason was a corrupted .metadata folder. Cheers Craig On 10/10/2012 13:25, Manikumar Reddy wrote: > 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... <mailto: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... > <mailto:Ope...@li...> > https://lists.sourceforge.net/lists/listinfo/openoss-devel > > |