[jboss-user] [JBoss Tools Users] - Re: Galileo JBoss Tools

2009-12-09 Thread snjeza
I believe you faced https://jira.jboss.org/jira/browse/JBIDE-5402 Create new Portlet wizard - portlet source not generated View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269779#4269779 Reply to the post :

[jboss-user] [JBoss Tools Users] - Re: BIRT Integration dependencies conflict

2009-11-07 Thread snjeza
I have tested updating JBoss Tools in the following way: 1) installed Eclipse IDE for Java EE Developers SR1 from http://eclipse.org/downloads/ 2) added JBoss Tools nigthly update site : http://download.jboss.org/jbosstools/updates/nightly/trunk/ 3) updated all the JBoss Tools features JBoss

[jboss-user] [JBoss Tools Users] - Re: Failed while installing Dynamic Web Module 2.5.

2009-11-02 Thread snjeza
Have you installed webtools? The org.eclipse.jst.j2ee.web plugin seems to be missed. It would be good if you would install Galileo SR1 from http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/SR1/eclipse-jee-galileo-SR1-win32.zip and update all the

[jboss-user] [JBoss Tools Users] - Re: Issues with Maven support in JBoss Tools M3

2009-10-05 Thread snjeza
Which version of m2eclipse are you using? Could you send log file? It would be good if you could try the latest version of m2eclipse (http://m2eclipse.sonatype.org/update-dev) and JBoss Tools nightly build (http://download.jboss.org/jbosstools/updates/nightly/trunk). View the original post :

[jboss-user] [JBoss Tools Users] - Re: birt - Seam component always null with birt embed

2009-09-22 Thread snjeza
Could you please create a jira issue and attach a reproducible test case? Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256482#4256482 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256482

[jboss-user] [JBoss Tools Users] - Re: in tomcat, redeployment of webapp on class file changes?

2009-09-18 Thread snjeza
You need to configure Tomcat to not redeploy the application when changing WEB-INF/classes. Create your_application/WebContent/META-INF/context.xml: | Context debug=0 reloadable=false | /Context | or add the attribute reloadable=false if you already have context.xml. You also can

[jboss-user] [JBoss Tools Users] - Re: birt integration - reportContext.getHttpServletRequest i

2009-09-16 Thread snjeza
Please create a jira issue. Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4255609#4255609 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4255609 ___ jboss-user mailing list

[jboss-user] [JBoss Tools Users] - Re: birt integration - tag p:birt broken on postback

2009-09-02 Thread snjeza
That is a bug in the JBoss BIRT integration. Please create a jira. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4253174#4253174 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4253174

[jboss-user] [JBoss Tools Users] - Re: ear project is invisible for JBoss 5.1. Runtime Server

2009-08-30 Thread snjeza
You may want to take a look at http://lists.jboss.org/pipermail/seam-dev/2009-August/001716.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252523#4252523 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252523

[jboss-user] [JBoss Tools Users] - Re: Jboss Seam Mavenized fails on deploy

2009-08-29 Thread snjeza
You can try a build = 3.1.0.M3-N200908291128-H238. Now, the mavenized Seam Web Project wizard supports Seam 2.2. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252465#4252465 Reply to the post :

[jboss-user] [JBoss Tools Users] - Re: Jboss Seam Mavenized fails on deploy

2009-08-28 Thread snjeza
Try to update m2eclipse from http://m2eclipse.sonatype.org/update-dev and JBoss Tools from http://download.jboss.org/jbosstools/updates/nightly/trunk Seam 2.2 isn't supported yet. See https://jira.jboss.org/jira/browse/JBIDE-4813 View the original post :

[jboss-user] [JBoss Tools Users] - Re: Jboss Seam Mavenized fails on deploy

2009-08-28 Thread snjeza
There is a problem with the build. org.jboss.tools.maven.seam plugin isn't included in the build. I will let you know as soon as the problem is fixed. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252395#4252395 Reply to the post :

[jboss-user] [JBoss Tools Users] - Re: Jboss Seam Mavenized fails on deploy

2009-08-27 Thread snjeza
I can't reproduce this issue. Could you send your configuration and log (HelpAbout Eclipse SDKInstallation DetailsConfiguration/View Error Log) ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252124#4252124 Reply to the post :

[jboss-user] [JBoss Tools Users] - Re: Jboss Seam Mavenized fails on deploy

2009-08-25 Thread snjeza
This issue is related to https://jira.jboss.org/jira/browse/JBIDE-4736. You need to install/update the latest m2eclipse (= 0.9.9.20090820). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251521#4251521 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: ear project is invisible for JBoss 5.1. Runtime Server

2009-07-29 Thread snjeza
You need to configure the EAR project as JEE 5 like the following: | ... | artifactIdmaven-ear-plugin/artifactId | configuration | ... | version5/version | ... | /configuration | ... | m2eclipse will add the EAR 5.0 facet,

[jboss-user] [JBoss Tools (users)] - Re: Clarifying Maven plus Jtools

2009-07-28 Thread snjeza
1) the mavenized booking example contains booking, booking-ear, booking-ejb, booking-parent and booking-test projects like the projects created by the Seam Web Project wizard (projectname, projectname-ear, projectname-ejb, projectname-parent and projectname-test). I have chosen this structure

[jboss-user] [JBoss Tools (users)] - Re: problem with jboss tools m2plugin and maven warnings ab

2009-07-28 Thread snjeza
m2eclipse requires JDK, but you started Eclipse with JRE. Could you try to replace line | C:\eclipse\eclipse\eclipse.exe -vmargs -Xms128m -Xmx512m -vm C:\Program Files\Java\jdk1.6.0_14\bin\javaw -clean | with | C:\eclipse\eclipse\eclipse.exe -vmargs -Xms128m -Xmx512m -vm C:\Program

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-23 Thread snjeza
Could you please create a jira and attach an example of your project? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4245706#4245706 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4245706

[jboss-user] [JBoss Tools (users)] - Re: jtools(from trunk jul/24/09) and Mavenized Seam booking

2009-07-23 Thread snjeza
I have created https://jira.jboss.org/jira/browse/JBIDE-4655 A workaround is fixing application.xml manually. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4245710#4245710 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-20 Thread snjeza
I have created a jira enhancement request: https://jira.jboss.org/jira/browse/JBIDE-4632 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4244436#4244436 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4244436

[jboss-user] [JBoss Tools (users)] - Re: ear project is invisible for JBoss 5.1. Runtime Server

2009-07-20 Thread snjeza
Could you please create a jira and attach your maven project? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4244195#4244195 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4244195

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-15 Thread snjeza
I have fixed https://jira.jboss.org/jira/browse/JBIDE-4604 , but there isn't any successful build yet that includes this fix. The new build will require m2eclipse = 0.9.9.200907071528 that can be updated from the http://m2eclipse.sonatype.org/update-dev update site. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: jboss seam 2.2 runtime support in jboss tools

2009-07-13 Thread snjeza
Seam 2.2 will be supported by JBoss Tools 3.0.2.GA/3.1.0.M3. See https://jira.jboss.org/jira/browse/JBIDE-4585 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4243317#4243317 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-10 Thread snjeza
That is a bug. See https://jira.jboss.org/jira/browse/JBIDE-4604 Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242987#4242987 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4242987

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-09 Thread snjeza
sanches, you can use the 0.9.8.200905041414 version of m2eclipse that is compatible with the current JBoss Maven Integration. This version is placed on the http://m2eclipse.sonatype.org/update update site. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-08 Thread snjeza
m2eclipse has changed API. I have created https://jira.jboss.org/jira/browse/JBIDE-4588 and will fix it ASAP. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242495#4242495 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Using JBoss Tools in Maven projects

2009-07-07 Thread snjeza
You can create a project as described in https://jira.jboss.org/jira/browse/JBIDE-3874 - screencast http://screencast.com/t/bOv02ocE The project can be used in Eclipse and from the command line. You can also create a wtp project using maven-eclipse-plugin. See

[jboss-user] [JBoss Tools (users)] - Re: birt intergration param tag

2009-07-06 Thread snjeza
Your report gbm_event_info.rptdesign needs to be in the WAR's WebRoot directory. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241966#4241966 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241966

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 3.1.0.M1 Download - Broken Links

2009-07-05 Thread snjeza
Currently, there isn't any update site for Eclipse BIRT 2.5 WTP Integration SDK Feature. This is probably a bug in BIRT. The JBoss BIRT Integration feature requires this feature. If you want to have the JBoss BIRT Integration feature, you can install JBoss Tools as follows: - download Galileo

[jboss-user] [JBoss Tools (users)] - Re: NLS problem with oracle 8

2009-05-08 Thread snjeza
You need to check which character set your database uses. In order to check this you can call: select NLS_LANGUAGE,NLS_TERRITORY,NLS_CHARACTERSET from nls_database_parameters from sqlplus, for instance Then, set the NLS_LANG variable using -DNLS_LANG=NLS_LANGUAGE_NLS_TERRITORY.NLS_CHARACTERSET

[jboss-user] [JBoss Tools (users)] - Re: NLS problem with oracle 8

2009-05-08 Thread snjeza
I wanted to say that you didn't have the problem with Oracle 10g because you probably used the UTF-8 character set. Re Oracle 8, you have to use character set which your database is created with. Since you don't have any problem when you use English locale, your database is probably created

[jboss-user] [JBoss Tools (users)] - Re: NLS problem with oracle 8

2009-05-08 Thread snjeza
The database with NLS_LANG=AMERICAN_AMERICA.US7ASCII can be used only in English locale. You can access the database using -Duser.language=en_US or -Duser.language=en If you want to use Spanish locale, you have to reinstall the database and use some Spanish locale. Oracle doesn't have any tool

[jboss-user] [JBoss Tools (users)] - Re: Jboss Seam tool for eclipse issue

2009-05-05 Thread snjeza
Right-click the project, select PropertiesJava Build Path, click the Source tab, select the src/hot source and change its output folder. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228776#4228776 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Load Seam example into Eclipse JBoss Tools?

2009-04-28 Thread snjeza
oneworld95, If you would like to have some of Seam examples added to the Project Examples wizard, we can try to add them. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4227258#4227258 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: birt intergration param tag

2009-04-15 Thread snjeza
I have created a jira for this issue - https://jira.jboss.org/jira/browse/JBIDE-4188 It would be good if you would attach an example of your report and DDL script in order me to reproduce the issue. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225753#4225753

[jboss-user] [JBoss Tools (users)] - Re: Cannot run EAR seam project building from

2009-04-10 Thread snjeza
You can try the workaround described in https://jira.jboss.org/jira/browse/JBIDE-4166?focusedCommentId=12461677#action_12461677 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4224956#4224956 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Portlet Filters when creating a new portlet

2009-03-04 Thread snjeza
You will have javax.portlet.filter if you add portlet 2.0 jar. This jar is placed in JBoss EPP 4.3.0 and JBoss Portal 2.7.1. servlet-api.jar contains javax.servlet.Filter within the JBoss Server Runtime. See http://screencast.com/t/gMr1IO19 View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Crash When Trying to do example

2009-02-24 Thread snjeza
You seem to use GNU Java that isn't supported by Eclipse. Try to install Sun JDK = 1.5. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212751#4212751 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4212751

[jboss-user] [JBoss Tools (users)] - Re: Crash When Trying to do example

2009-02-24 Thread snjeza
gnu/getopt/LongOpt is a GNU Java class. Check your PATH or call java -version from the command line (suppose that you are using Linux). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212759#4212759 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Crash When Trying to do example

2009-02-24 Thread snjeza
Check the JAVA_HOME environment variable echo $JAVA_HOME It should be set in the directory where you installed Sun JDK. Try the following: export JAVA_HOME=SUN_JDK_BASE_DIR eclipse where SUN_JDK_BASE_DIR is the directory in which you installed Sun JDK. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Crash When Trying to do example

2009-02-24 Thread snjeza
Which application server are you using? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212772#4212772 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4212772 ___ jboss-user mailing

[jboss-user] [JBoss Tools (users)] - Re: Crash When Trying to do example

2009-02-24 Thread snjeza
I tried, but didn't succeed to reproduce your issue. See http://screencast.com/t/jAC5TGNiANl View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212787#4212787 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4212787

[jboss-user] [JBoss Tools (users)] - Re: Crash When Trying to do example

2009-02-24 Thread snjeza
You need to provide (create) a wsdl file. For the testing purpose, you can grab this one http://www.eclipse.org/webtools/jst/components/ws/M3/tutorials/resources/TopDownWebService/AreaService.wsdl Save it somewhere in your project. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread snjeza
You can exclude/remove jars from a project using the Project Explorer or Navigator view. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4207521#4207521 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4207521

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread snjeza
Open the WebContent/WEB-INF/lib directory in the Project Explorer or Navigator view and remove jars that you want to be removed. Referenced libraries aren't visible in the Package Explorer view. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4207527#4207527

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread snjeza
Could you tell me which view you have used? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4207531#4207531 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4207531 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread snjeza
Could you try to close the project and open it again? Does the view still contain multiple faces_config.xml files? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4207533#4207533 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread snjeza
I can reproduce this issue. Will check. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4207541#4207541 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4207541 ___ jboss-user mailing

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread snjeza
Those faces_config.xml are placed in different libraries within the project. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4207544#4207544 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4207544

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread snjeza
A lot of Seam libraries contain faces_config.xml which defines some JSF components. See jboss-seam.jar/META-INF View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4207550#4207550 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread snjeza
They are different faces_config.xml files. The Configuration node shows all faces_config,xml files which is normal behavior. If you open some of those files, you will see that they contain different component. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread snjeza
Probably your classpath in the new workspace isn't configured correctly. If Seam libraries are in the classpath, their faces_config.xml should be shown in the Configuration node. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4207558#4207558 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread snjeza
All of them participate in configuring your JSF application. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4207561#4207561 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4207561

[jboss-user] [JBoss Tools (users)] - Re: persistence.xml not deployed to ejb's META-INF directory

2009-02-04 Thread snjeza
It is possible that you have *.xml files excluded. Check the following preference: WindowPreferencesJavaCompilerBuildingOutput FolderFiltered Resources. It should contain only *.launch. Some projects change this preference (TPTP 4.5.1, for instance). View the original post :

[jboss-user] [JBoss Tools (users)] - Re: How to change Seam Runtime

2009-02-03 Thread snjeza
I have tested this example using Seam 2.1.1.GA. It works fine. As Alexey said, just change the seam facet version to 2.1 using the Project Facets property page. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4206750#4206750 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Error Creating Seam Portlet

2009-01-20 Thread snjeza
I have created for you a screencast showing creating a Seam portlet using JBoss Tools/JBDS nightly build. See http://screencast.com/t/Hlud94xoQBi View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4203453#4203453 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Exception when deploying a project created by the JSF po

2009-01-20 Thread snjeza
I suggest you to install either the latest version of JBoss Developer Studio or JBoss Tools nightly build. The following is a screencast showing how to create a JSF Portlet : http://screencast.com/t/95i0p9DO View the original post :

[jboss-user] [JBoss Tools (users)] - Re: JDK 5 or 6 with JBoss AS 5, eclipse ganymede, JBoss tool

2008-12-17 Thread snjeza
https://bugs.eclipse.org/bugs/show_bug.cgi?id=213286 is related to Eclipse 3.3. Eclipse 3.4 is more stable than Eclipse 3.3. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4197216#4197216 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Can't install nightly build

2008-12-07 Thread snjeza
This issue is fixed (see https://jira.jboss.org/jira/browse/JBIDE-3370). The fix will be available in the next build. Sorry for the inconvenience caused. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194910#4194910 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Cannot update daily build

2008-12-07 Thread snjeza
This issue related to the hibernate plugin is fixed (see https://jira.jboss.org/jira/browse/JBIDE-3370). The fix will be available in the next build. Sorry for the inconvenience caused. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4194911#4194911 Reply to the

[jboss-user] [JBoss Tools (users)] - Re: BIRT intergration

2008-10-25 Thread snjeza
I have created https://jira.jboss.org/jira/browse/JBIDE-2997 and will fix the issue ASAP. Thanks for your feedback. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4184641#4184641 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Performance issues getting severe

2008-08-26 Thread snjeza
It would be better to reinstall the IDE. You can use the old workspace. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4172580#4172580 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4172580

[jboss-user] [JBoss Tools (users)] - Re: Performance issues getting severe

2008-08-25 Thread snjeza
The 2.0.0.GA version contains some memory leaks in the VPE editor. You can try the 2.1.2.GA version in which those leaks are fixed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4172437#4172437 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tolls HTML editor - where did the source and visua

2008-07-30 Thread snjeza
You may want to see https://jira.jboss.org/jira/browse/JBIDE-2588 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167739#4167739 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4167739

[jboss-user] [JBoss Tools (users)] - Re: profile jboss in jboss tools?

2008-06-26 Thread snjeza
You would profile the JBoss Server in the following way: 1) download TPTP and find org.eclipse.tptp.platform.ac plugin for your OS For instance, org.eclipse.tptp.platform.ac.win_ia32_4.4.1.v200806171132 - TPTP 4.5.0 Windows 32 bit org.eclipse.tptp.platform.ac.linux_ia32_4.4.1.v200806171132 -