|
From: Manikumar R. <ku...@nm...> - 2012-10-23 11:01:34
|
Hi, Fixed the issue and uploaded the latest installer to drop box. Regards, Kumar On Mon, Oct 22, 2012 at 2:13 PM, Flauw, Marc <Mar...@hp...> wrote: > Kumar,**** > > ** ** > > Point 1 and 3 corrected, good.**** > > ** ** > > Regarding point 2, the Tigerstripe-build.properties has been updated, but > the backslash should have escape characters:**** > > ** ** > > Today is what I have in my Tigerstripe-build.properties for ws-ts-sample > in both Dependencies and Model projects **** > > eclipse.home=C:\eclipsets112**** > > tigerstripe.workspace=C:\ws-ts-sample**** > > ** ** > > It should be: **** > > eclipse.home=C:\\\\eclipsets112**** > > tigerstripe.workspace=C:\\\\ws-ts-sample**** > > ** ** > > The rest is fine. **** > > ** ** > > Best regards**** > > ** ** > > Marc**** > > ** ** > > *From:* man...@gm... [mailto:man...@gm...] *On > Behalf Of *Manikumar Reddy > *Sent:* Sunday, October 21, 2012 3:20 PM > > *To:* Flauw, Marc > *Cc:* Craig Gallen (opennms); openoss-devel > *Subject:* Re: [Openoss-devel] installer feedback - more**** > > ** ** > > Hi, > > I fixed the issues and updated the installer to drop box. > > Regards, > Kumar > > **** > > On Thu, Oct 18, 2012 at 8:04 PM, Flauw, Marc <Mar...@hp...> wrote:*** > * > > Hi Kumar,**** > > **** > > I installed the last Installer available on Dropbox.**** > > **** > > 1) In the Dependencies project and in the Model project, there are > velocity.log files shipped. There should be removed.**** > > 2) In the same 2 projects, the files tigerstripe-build.properties > are not updated to point to the right eclipse home. The project creator > does that, so it is surprising. **** > > 3) In the model project, the interface is called TestFacade which is > the old style of naming. I think it would need to be renamed TestInterface. > **** > > **** > > I have sent out a separate mail on the import problem.**** > > **** > > Best regards**** > > **** > > Marc **** > > **** > > **** > > *From:* Flauw, Marc > *Sent:* Thursday, October 18, 2012 4:31 PM > *To:* Craig Gallen (opennms) > *Cc:* openoss-devel; Manikumar Reddy > *Subject:* Re: [Openoss-devel] installer feedback**** > > **** > > Hi Craig,**** > > **** > > I tried with the latest installer and I have the same problem of > importing. I did got this problem already since we moved to the new > Tigerstripe. **** > > I created a Tigerstripe project by hand and compared with what is > generated by eclipse:eclipse and there are differences. The Test projects > had no .classpath and no .project before. **** > > **** > > I copied these 2 files from the Tigerstripe project created under Eclipse > to Model and Dependencies, then updated the .project to reflect the correct > project name and then it loaded without problem. **** > > **** > > So I think there is a problem in the way the mvn build generates the > .classpath and the .project. **** > > **** > > I am attaching 2 zip: one with the generated files (old) and one with the > files created when doing a new project under Eclipse (new).**** > > **** > > Best regards**** > > **** > > Marc**** > > **** > > *From:* man...@gm... [mailto:man...@gm...] *On > Behalf Of *Manikumar Reddy > *Sent:* Thursday, October 18, 2012 7:11 AM > *To:* Flauw, Marc > *Cc:* Craig Gallen (opennms); openoss-devel > *Subject:* Re: [Openoss-devel] installer feedback**** > > **** > > Hi, > > I copied the updated workbench installer to drop box. > Now test project builds with out any errors. The problem was IzPack script > was > not coping empty directories. So some directories were missing. > > Now some times I am not able to import the test project into the > workspace. > I will trying to fix this issue, and will release final version by monday. > If ypu have any > clue on this problem pl let me know. > > > Regards, > Kumar**** > > On Wed, Oct 17, 2012 at 9:47 PM, Flauw, Marc <Mar...@hp...> wrote:*** > * > > Hi Kumar,**** > > **** > > I have downloaded the TIP_Workbench_Installer-standard.jar from dropbox > and the points mentioned by Craig are not corrected: **** > > **** > > 1) there is no folder ReleaseNotes under TIP_Test_spec_Release_package > project, folder /src/main/resources**** > > 2) there is no src folder under TIP_Test_Model project**** > > 3) there is no src folder under TIP_Test_Dependencies project **** > > **** > > Craig posted a ws-ts-sample.zip in Dropbox, so this zip should contain the > missing folders. **** > > **** > > Best regards**** > > **** > > Marc**** > > **** > > *From:* Craig Gallen (opennms) [mailto:cg...@op...] > *Sent:* Wednesday, October 10, 2012 3:51 PM > *To:* Manikumar Reddy > *Cc:* openoss-devel > *Subject:* Re: [Openoss-devel] installer feedback**** > > **** > > 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...> 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**** > > **** > > **** > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_sfd2d_oct > _______________________________________________ > Openoss-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openoss-devel**** > > **** > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_sfd2d_oct > _______________________________________________ > Openoss-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openoss-devel**** > > ** ** > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_sfd2d_oct > _______________________________________________ > Openoss-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openoss-devel > > |