JBoss Tools SVN: r13018 - in trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp: META-INF and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2009-01-13 13:24:20 -0500 (Tue, 13 Jan 2009)
New Revision: 13018
Added:
trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.html
trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.ini
trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.mappings
trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.properties
trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/jboss_about.png
Modified:
trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/META-INF/MANIFEST.MF
trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/build.properties
trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/plugin.xml
Log:
JBDS-3455 Missing BIRT and TPTP dependency causing Seam Tools not to start when dropins folder is used
Modified: trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/META-INF/MANIFEST.MF
===================================================================
--- trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/META-INF/MANIFEST.MF 2009-01-13 18:00:51 UTC (rev 13017)
+++ trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/META-INF/MANIFEST.MF 2009-01-13 18:24:20 UTC (rev 13018)
@@ -5,6 +5,13 @@
Bundle-SymbolicName: org.jboss.tools.eclipse.as.tptp; singleton:=true
Bundle-Version: 1.0.0
Bundle-Localization: plugin
-Require-Bundle: org.eclipse.core.runtime
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.debug.ui,
+ org.eclipse.hyades.trace.ui,
+ org.eclipse.tptp.platform.jvmti.client,
+ org.eclipse.tptp.platform.execution,
+ org.eclipse.tptp.platform.profile.server.core,
+ org.eclipse.tptp.platform.instrumentation.ui
Bundle-ActivationPolicy: lazy
Eclipse-LazyStart: true
Added: trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.html
===================================================================
--- trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.html (rev 0)
+++ trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.html 2009-01-13 18:24:20 UTC (rev 13018)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<title>TPTP Profile On JBoss Server</title>
+<style type="text/css" media="screen">
+<!--
+ body {
+ font-family: Sans-serif, Arial, Helvetica;
+ }
+
+-->
+</style>
+</head>
+<body>
+<h1>TPTP Profile On JBoss Server</h1>
+
+<p>
+This plugin is part of the JBoss Tools developed by the <a href="http://www.jboss.com">JBoss Inc.</a>
+</p>
+
+<p>Information about this plugin is available at <a href="http://www.jboss.org/tools">JBoss Tools project page</a></p>
+
+<p>
+This software is distributed under the terms of the Eclipse Public License - v 1.0
+(see <a href="www.eclipse.org/legal/epl-v10.html">Eclipse Public License - Version 1.0</a>).
+</p>
+</body>
+</html>
\ No newline at end of file
Added: trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.ini
===================================================================
--- trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.ini (rev 0)
+++ trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.ini 2009-01-13 18:24:20 UTC (rev 13018)
@@ -0,0 +1,27 @@
+# about.ini
+# contains information about a feature
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in about.properties
+# This file does not need to be translated.
+# test
+# Property "aboutText" contains blurb for "About" dialog (translated)
+aboutText=%blurb
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=jboss_about.png
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+
+# Property "appName" contains name of the application (not translated)
+# needed for primary features only
+
+# Property "welcomePerspective" contains the id of the perspective in which the
+# welcome page is to be opened.
+# optional
+
+
+
Added: trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.mappings
===================================================================
--- trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.mappings (rev 0)
+++ trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.mappings 2009-01-13 18:24:20 UTC (rev 13018)
@@ -0,0 +1,5 @@
+# about.mappings
+# contains fill-ins for about.properties
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file does not need to be translated.
+
Added: trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.properties
===================================================================
--- trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.properties (rev 0)
+++ trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.properties 2009-01-13 18:24:20 UTC (rev 13018)
@@ -0,0 +1,7 @@
+blurb=TPTP Profile On JBoss Server\n\
+\n\
+Version: {featureVersion}\n\
+\n\
+(c) Copyright JBoss Inc. contributors and others 2004 - 2008. All rights reserved.\n\
+Visit http://jboss.org/tools
+
Modified: trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/build.properties
===================================================================
--- trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/build.properties 2009-01-13 18:00:51 UTC (rev 13017)
+++ trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/build.properties 2009-01-13 18:24:20 UTC (rev 13018)
@@ -3,4 +3,9 @@
bin.includes = META-INF/,\
.,\
plugin.xml,\
- plugin.properties
+ plugin.properties,\
+ about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ jboss_about.png
Added: trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/jboss_about.png
===================================================================
(Binary files differ)
Property changes on: trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/jboss_about.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/plugin.xml
===================================================================
--- trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/plugin.xml 2009-01-13 18:00:51 UTC (rev 13017)
+++ trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/plugin.xml 2009-01-13 18:24:20 UTC (rev 13018)
@@ -1,4 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
+<!-- Make the associations between the launch configurations and the data collectors -->
+ <extension
+ point="org.eclipse.hyades.trace.ui.launchConfigMechanismAssociator">
+
+ <!-- JBoss Server -->
+ <association
+ launchConfigID = "org.jboss.ide.eclipse.as.core.server.startupConfiguration">
+
+ <mechanism mechanismID = "org.eclipse.tptp.trace.ui.jvmpiMechanism">
+ <configuration
+ launchDelegate = "org.eclipse.tptp.trace.ui.internal.launcher.deleg.application.PIAttachLauncherDelegate"
+ configurationId = "org.eclipse.tptp.trace.ui.jvmpiConfiguration"
+ associatedAgent = "org.eclipse.tptp.trace.ui.jvmpiAgent"
+ filter = "org.eclipse.tptp.platform.profile.server.core.internal.PICollectorFiltration">
+ </configuration>
+ </mechanism>
+
+ <mechanism mechanismID = "org.eclipse.tptp.trace.jvmti.jvmtiMechanism">
+ <configuration
+ launchDelegate = "org.eclipse.tptp.platform.jvmti.client.internal.launcher.TIAttachLauncherDelegate"
+ configurationId = "org.eclipse.tptp.trace.jvmti.tiConfiguration"
+ associatedAgent = "org.eclipse.tptp.platform.jvmti.TIAgent"
+ filter = "org.eclipse.tptp.platform.profile.server.core.internal.TICollectorFiltration">
+ </configuration>
+ </mechanism>
+ </association>
+ <association launchConfigID="org.jboss.ide.eclipse.as.core.server.startupConfiguration">
+ <mechanism mechanismID="org.eclipse.tptp.platform.instrumentation.ui.instrumentCollector">
+ <configuration
+ associatedAgent="org.eclipse.tptp.platform.instrumentation.ui.instrumentAgent"
+ configurationId="org.eclipse.tptp.platform.instrumentation.ui.instrumentCollectorConfiguration"
+ filter="org.jboss.tools.tptp.PICollectorFiltration"
+ launchDelegate="org.eclipse.tptp.platform.instrumentation.ui.internal.launcher.deleg.application.InstrumentLauncherDelegate"/>
+ </mechanism>
+ </association>
+
+ </extension>
</plugin>
16 years
JBoss Tools SVN: r13017 - in trunk: vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/util and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: sdzmitrovich
Date: 2009-01-13 13:00:51 -0500 (Tue, 13 Jan 2009)
New Revision: 13017
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/ComponentUtil.java
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/util/VpeStyleUtil.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-3523
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/ComponentUtil.java
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/ComponentUtil.java 2009-01-13 14:55:24 UTC (rev 13016)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/ComponentUtil.java 2009-01-13 18:00:51 UTC (rev 13017)
@@ -295,7 +295,7 @@
return Constants.FILE_PREFIX
+ FileUtil.getFile(resolvedValue, file).getLocation()
- .toOSString();
+ .toPortableString();
}
/**
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/util/VpeStyleUtil.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/util/VpeStyleUtil.java 2009-01-13 14:55:24 UTC (rev 13016)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/util/VpeStyleUtil.java 2009-01-13 18:00:51 UTC (rev 13017)
@@ -19,6 +19,7 @@
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IProject;
+import org.eclipse.core.resources.ResourcesPlugin;
import org.eclipse.core.runtime.IPath;
import org.eclipse.core.runtime.Path;
import org.eclipse.ui.IEditorInput;
@@ -382,7 +383,12 @@
// }
// filePath = url.toString();
- filePath = getAbsoluteWorkspacePath(filePath, pageContext);
+ IFile file = null;
+ if (pageContext.getVisualBuilder().getCurrentIncludeInfo() != null)
+ file = pageContext.getVisualBuilder().getCurrentIncludeInfo()
+ .getFile();
+ if (file != null)
+ filePath = processUrl(filePath, file);
String firstPartValue = urls[i].substring(0, startPathIndex + 1);
String secondPartValue = urls[i].substring(endPathIndex, urls[i]
@@ -488,31 +494,51 @@
String filePath = urls[i].substring(startPathIndex + 1,
endPathIndex);
+ IFile sourceFile = null;
try {
- URL url = new URL(filePath);
- //with url all ok
- continue;
- } catch (MalformedURLException e) {
- //ignore, continue work with url
+ URL url1 = new URL(href_val);
+
+ sourceFile = ResourcesPlugin.getWorkspace().getRoot()
+ .getFileForLocation(new Path( url1.getPath()));
+ } catch (MalformedURLException e1) {
+ // ignore
}
- if (filePath.indexOf(FILE_PROTOCOL) != -1) {
- continue;
- }
+ if (sourceFile != null) {
+
+ filePath = processUrl(filePath, sourceFile);
- if (!new File(filePath).isAbsolute()) {
- filePath = getFilePath(href_val, filePath);
} else {
- filePath = FILE_PROTOCOL + SLASH + SLASH + filePath.replace('\\', '/');
- }
+
+ //TODO to redesign next code
+ try {
+ URL url = new URL(filePath);
+ // with url all ok
+ continue;
+ } catch (MalformedURLException e) {
+ // ignore, continue work with url
+ }
- URL url = null;
- try {
- url = new URL(filePath);
- } catch (MalformedURLException e) {
- continue;
+ if (filePath.indexOf(FILE_PROTOCOL) != -1) {
+ continue;
+ }
+
+ if (!new File(filePath).isAbsolute()) {
+ filePath = getFilePath(href_val, filePath);
+ } else {
+ filePath = FILE_PROTOCOL + SLASH + SLASH
+ + filePath.replace('\\', '/');
+ }
+
+ URL url = null;
+ try {
+ url = new URL(filePath);
+ } catch (MalformedURLException e) {
+ continue;
+ }
+ filePath = url.toString();
}
- filePath = url.toString();
+
String firstPartValue = urls[i].substring(0, startPathIndex + 1);
String secondPartValue = urls[i].substring(endPathIndex, urls[i]
@@ -748,6 +774,39 @@
return size;
}
+ public static String processUrl(String url, IFile file) {
+
+ String resolvedValue = url
+ .replaceFirst(
+ "^\\s*(\\#|\\$)\\{facesContext.externalContext.requestContextPath\\}", Constants.EMPTY); //$NON-NLS-1$
+
+
+
+ resolvedValue = ElService.getInstance().replaceEl(file, resolvedValue);
+
+ URI uri = null;
+ try {
+ uri = new URI(resolvedValue);
+ } catch (URISyntaxException e) {
+ }
+
+ if ((uri != null) && (uri.isAbsolute()))
+ return resolvedValue;
+
+ Path path = new Path(resolvedValue);
+
+ if (resolvedValue.startsWith("/")
+ && path.segment(0).equals(file.getProject().getName())) {
+ resolvedValue = "/"
+ + path.removeFirstSegments(1).toPortableString();
+
+ }
+
+ return Constants.FILE_PREFIX
+ + FileUtil.getFile(resolvedValue, file).getLocation()
+ .toPortableString();
+ }
+
/**
* Gets the absolute workspace path.
*
@@ -784,6 +843,6 @@
return Constants.FILE_PREFIX
+ FileUtil.getFile(resolvedValue, file).getLocation()
- .toOSString();
+ .toPortableString();
}
}
\ No newline at end of file
16 years
JBoss Tools SVN: r13016 - in trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam: internal/core and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2009-01-13 09:55:24 -0500 (Tue, 13 Jan 2009)
New Revision: 13016
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/SeamCoreBuilder.java
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/SeamProject.java
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/scanner/lib/ClassPath.java
Log:
JBIDE-3546
Modified: trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/SeamCoreBuilder.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/SeamCoreBuilder.java 2009-01-13 14:38:07 UTC (rev 13015)
+++ trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/SeamCoreBuilder.java 2009-01-13 14:55:24 UTC (rev 13016)
@@ -159,5 +159,10 @@
public static IFileScanner getLibraryScanner() {
return new LibraryScanner();
}
-
+
+ protected void clean(IProgressMonitor monitor) throws CoreException {
+ SeamProject sp = getSeamProject();
+ if(sp != null) sp.clean();
+ }
+
}
Modified: trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/SeamProject.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/SeamProject.java 2009-01-13 14:38:07 UTC (rev 13015)
+++ trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/SeamProject.java 2009-01-13 14:55:24 UTC (rev 13016)
@@ -406,6 +406,22 @@
}
}
+
+ public void clean() {
+ File file = getStorageFile();
+ if(file != null && file.isFile()) {
+ file.delete();
+ }
+ classPath.clean();
+ postponeFiring();
+ IPath[] ps = sourcePaths2.keySet().toArray(new IPath[0]);
+ for (int i = 0; i < ps.length; i++) {
+ pathRemoved(ps[i]);
+ }
+ packages.clear();
+ createScopes();
+ fireChanges();
+ }
public long fullBuildTime;
public List<Long> statistics;
Modified: trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/scanner/lib/ClassPath.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/scanner/lib/ClassPath.java 2009-01-13 14:38:07 UTC (rev 13015)
+++ trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/scanner/lib/ClassPath.java 2009-01-13 14:55:24 UTC (rev 13016)
@@ -31,7 +31,6 @@
import org.jboss.tools.common.model.XModel;
import org.jboss.tools.common.model.XModelObject;
import org.jboss.tools.common.model.filesystems.impl.FileSystemsLoader;
-import org.jboss.tools.common.model.filesystems.impl.JarSystemImpl;
import org.jboss.tools.common.model.util.EclipseResourceUtil;
import org.jboss.tools.common.model.util.XModelObjectUtil;
import org.jboss.tools.seam.core.ISeamProject;
@@ -49,7 +48,6 @@
public class ClassPath {
SeamProject project;
XModel model = null;
- ClassLoader classLoader = null;
List<String> paths = null;
Map<IPath, String> paths2 = new HashMap<IPath, String>();
@@ -148,8 +146,6 @@
}
}
- classLoader = null;
-
return true;
}
@@ -260,4 +256,10 @@
return paths2.get(path) != null;
}
+ public void clean() {
+ paths = null;
+ if(paths2 != null) paths2.clear();
+ processedPaths.clear();
+ }
+
}
16 years
JBoss Tools SVN: r13015 - trunk/documentation/guides/GettingStartedGuide/en/images/getting_started.
by jbosstools-commits@lists.jboss.org
Author: abogachuk
Date: 2009-01-13 09:38:07 -0500 (Tue, 13 Jan 2009)
New Revision: 13015
Added:
trunk/documentation/guides/GettingStartedGuide/en/images/getting_started/getting_started_3_4.png
Log:
https://jira.jboss.org/jira/browse/JBDS-514
Added: trunk/documentation/guides/GettingStartedGuide/en/images/getting_started/getting_started_3_4.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/GettingStartedGuide/en/images/getting_started/getting_started_3_4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years
JBoss Tools SVN: r13014 - trunk/documentation/guides/GettingStartedGuide/en/images/getting_started.
by jbosstools-commits@lists.jboss.org
Author: abogachuk
Date: 2009-01-13 09:36:05 -0500 (Tue, 13 Jan 2009)
New Revision: 13014
Added:
trunk/documentation/guides/GettingStartedGuide/en/images/getting_started/getting_started_3_3.png
Log:
https://jira.jboss.org/jira/browse/JBDS-514
Added: trunk/documentation/guides/GettingStartedGuide/en/images/getting_started/getting_started_3_3.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/GettingStartedGuide/en/images/getting_started/getting_started_3_3.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years
JBoss Tools SVN: r13013 - trunk/documentation/guides/GettingStartedGuide/en/images/getting_started.
by jbosstools-commits@lists.jboss.org
Author: abogachuk
Date: 2009-01-13 09:04:43 -0500 (Tue, 13 Jan 2009)
New Revision: 13013
Added:
trunk/documentation/guides/GettingStartedGuide/en/images/getting_started/getting_started_3_2.png
Log:
https://jira.jboss.org/jira/browse/JBDS-514
Added: trunk/documentation/guides/GettingStartedGuide/en/images/getting_started/getting_started_3_2.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/guides/GettingStartedGuide/en/images/getting_started/getting_started_3_2.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years
JBoss Tools SVN: r13012 - trunk/documentation/guides/GettingStartedGuide/en/modules.
by jbosstools-commits@lists.jboss.org
Author: abogachuk
Date: 2009-01-13 08:51:08 -0500 (Tue, 13 Jan 2009)
New Revision: 13012
Modified:
trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-514
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml 2009-01-13 11:26:48 UTC (rev 13011)
+++ trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml 2009-01-13 13:51:08 UTC (rev 13012)
@@ -263,12 +263,11 @@
<para>Installation process includes <ulink url="http://www.jboss.com/products/platforms/application">JBoss Enterprise Application
Platform</ulink>. Select <emphasis>
<property>Yes</property>
- </emphasis> to use it in JBoss Developer Studio.</para>
+ </emphasis> to use it in JBoss Developer Studio. This step lets you configure locally available JBoss Application Servers. You can fill the list automatically using the <emphasis><property>Find</property></emphasis> button - select a folder where search of available JBoss Application Servers should be started. After finding the list can be edited by the <emphasis><property>Add</property></emphasis> and <emphasis><property>Remove</property></emphasis> buttons.
+ </para>
</listitem>
</itemizedlist>
- <para/>
-
<figure>
<title>JBoss Enterprise Application Platform Installing</title>
<mediaobject>
@@ -277,13 +276,31 @@
</imageobject>
</mediaobject>
</figure>
+
+ <itemizedlist>
+ <listitem> <para>You can also add servers or one by one using the <emphasis><property>Add</property></emphasis> button:</para>
+ </listitem>
+ </itemizedlist>
+
+ <figure>
+ <title>Add Server to be configured</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/getting_started/getting_started_3_1.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
<para/>
- <note>
+
+<para>Click on <emphasis><property>Browse</property></emphasis>, select </para>
+
+ <para/>
+ <!-- <note>
<title>Note:</title>
<para>The installer installs JBoss Enterprise Application Platform for running your applications
if you select this option during the installation process. If you want to use a different server
than ours, you can change the setting in JBoss Developer Studio.</para>
- </note>
+ </note>-->
<itemizedlist>
<listitem>
16 years
JBoss Tools SVN: r13011 - trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/resources/ajax4jsfTests/WebContent/pages/components.
by jbosstools-commits@lists.jboss.org
Author: yradtsevich
Date: 2009-01-13 06:26:48 -0500 (Tue, 13 Jan 2009)
New Revision: 13011
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/resources/ajax4jsfTests/WebContent/pages/components/commandLink.xhtml.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/resources/ajax4jsfTests/WebContent/pages/components/portlet.xhtml.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/resources/ajax4jsfTests/WebContent/pages/components/status.xhtml.xml
Log:
RESOLVED - issue JBIDE-3511: Text body of h:outputText and h:outputFormat is rendered in incorrect sequence.
https://jira.jboss.org/jira/browse/JBIDE-3511
- JUnit tests in ajax4jsf package have been fixed.
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/resources/ajax4jsfTests/WebContent/pages/components/commandLink.xhtml.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/resources/ajax4jsfTests/WebContent/pages/components/commandLink.xhtml.xml 2009-01-13 10:17:39 UTC (rev 13010)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/resources/ajax4jsfTests/WebContent/pages/components/commandLink.xhtml.xml 2009-01-13 11:26:48 UTC (rev 13011)
@@ -1,11 +1,14 @@
<tests>
<test id="commandLink1">
- <A DIR="" STYLE="-moz-user-modify: read-write;">
- <SPAN>Say Hello</SPAN>
+ <A STYLE="-moz-user-modify: read-write;">
+ <SPAN CLASS="vpe-text">
+ <SPAN CLASS="vpe-text"></SPAN>
+ <SPAN CLASS="vpe-text">Say Hello</SPAN>
+ </SPAN>
</A>
</test>
<test id="commandLink2">
- <A DIR="" STYLE="-moz-user-modify: read-write;">
+ <A STYLE="-moz-user-modify: read-write;">
<SPAN>Link</SPAN>
</A>
</test>
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/resources/ajax4jsfTests/WebContent/pages/components/portlet.xhtml.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/resources/ajax4jsfTests/WebContent/pages/components/portlet.xhtml.xml 2009-01-13 10:17:39 UTC (rev 13010)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/resources/ajax4jsfTests/WebContent/pages/components/portlet.xhtml.xml 2009-01-13 11:26:48 UTC (rev 13011)
@@ -1,7 +1,13 @@
<tests>
<test id="portlet">
- <SPAN STYLE="-moz-user-modify: read-only;">
- <SPAN> ....</SPAN>
+ <SPAN STYLE="-moz-user-modify: read-only;">
+ <SPAN CLASS="vpe-text">
+ <SPAN CLASS="vpe-text">
+ </SPAN>
+ <SPAN CLASS="vpe-text">
+ ....
+ </SPAN>
+ </SPAN>
</SPAN>
</test>
</tests>
\ No newline at end of file
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/resources/ajax4jsfTests/WebContent/pages/components/status.xhtml.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/resources/ajax4jsfTests/WebContent/pages/components/status.xhtml.xml 2009-01-13 10:17:39 UTC (rev 13010)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.ajax4jsf.test/resources/ajax4jsfTests/WebContent/pages/components/status.xhtml.xml 2009-01-13 11:26:48 UTC (rev 13011)
@@ -1,6 +1,6 @@
<tests>
<test id="status1">
- <SPAN CLASS="" STYLE="">
+ <SPAN>
<SPAN>
Complete
</SPAN>
@@ -12,8 +12,12 @@
STOP TEXT
</SPAN>
<DIV>
- <SPAN>
- FACET STOP OUTPUT TEXT
+ <SPAN CLASS="vpe-text">
+ <SPAN CLASS="vpe-text">
+ </SPAN>
+ <SPAN CLASS="vpe-text">
+ FACET STOP OUTPUT TEXT
+ </SPAN>
</SPAN>
</DIV>
</SPAN>
16 years
JBoss Tools SVN: r13010 - trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components.
by jbosstools-commits@lists.jboss.org
Author: dmaliarevich
Date: 2009-01-13 05:17:39 -0500 (Tue, 13 Jan 2009)
New Revision: 13010
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/toolBar.xhtml.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-3512, junit updated
Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/toolBar.xhtml.xml
===================================================================
--- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/toolBar.xhtml.xml 2009-01-13 10:04:50 UTC (rev 13009)
+++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFacesTest/WebContent/pages/components/toolBar.xhtml.xml 2009-01-13 10:17:39 UTC (rev 13010)
@@ -62,11 +62,24 @@
<TBODY>
<TR VALIGN="middle">
<TD CLASS="dr-toolbar-int rich-toolbar-item" STYLE="">
- <INPUT CLASS="barsearch" />
+ <SPAN CLASS="vpe-text">
+ <SPAN CLASS="vpe-text">
+ </SPAN>
+ <SPAN CLASS="vpe-text">
+ <INPUT CLASS="barsearch" />
+
+ </SPAN>
+ </SPAN>
</TD>
<TD CLASS="dr-toolbar-int rich-toolbar-item" STYLE="">
- <INPUT TYPE="button" CLASS="barsearchbutton" VALUE="Search"
- STYLE="-moz-user-modify: read-only;" />
+ <SPAN CLASS="vpe-text">
+ <SPAN CLASS="vpe-text">
+ <INPUT TYPE="button" VALUE="Search" />
+
+ </SPAN>
+ <SPAN CLASS="vpe-text">
+ </SPAN>
+ </SPAN>
</TD>
</TR>
</TBODY>
16 years
JBoss Tools SVN: r13009 - trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/src/org/hibernate/eclipse/jdt/ui/internal/jpa/common.
by jbosstools-commits@lists.jboss.org
Author: dgeraskov
Date: 2009-01-13 05:04:50 -0500 (Tue, 13 Jan 2009)
New Revision: 13009
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/src/org/hibernate/eclipse/jdt/ui/internal/jpa/common/EntityInfo.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-3426
'id_Article' field must always win 'idX' for entity Article
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/src/org/hibernate/eclipse/jdt/ui/internal/jpa/common/EntityInfo.java
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/src/org/hibernate/eclipse/jdt/ui/internal/jpa/common/EntityInfo.java 2009-01-13 09:42:19 UTC (rev 13008)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/src/org/hibernate/eclipse/jdt/ui/internal/jpa/common/EntityInfo.java 2009-01-13 10:04:50 UTC (rev 13009)
@@ -212,7 +212,8 @@
if (primaryIdName == null) {
primaryIdName = name;
}
- else if (primaryIdName.length() > name.length()) {
+ else if (primaryIdName.toLowerCase().indexOf(entityName) == -1 ||
+ primaryIdName.length() > name.length()) {
primaryIdName = name;
}
}
16 years