[JBoss JIRA] (JBIDE-20687) Deployed war is NOT the specified war name
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20687?page=com.atlassian.jira.plugi... ]
Josef Kopriva closed JBIDE-20687.
---------------------------------
Deployed war name is now finalName or warName defined in POM.
Verified in:
Version: 10.0.0.GA
Build id: GA-v20160608-0510-B5541
Build date: 20160608-0510
> Deployed war is NOT the specified war name
> ------------------------------------------
>
> Key: JBIDE-20687
> URL: https://issues.jboss.org/browse/JBIDE-20687
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven, server, upstream
> Affects Versions: 4.3.0.CR1
> Reporter: ehsavoie Hugonnet
> Assignee: Fred Bricon
> Priority: Critical
> Fix For: 4.4.0.Final
>
>
> The deployed war name is the *artifactId* and not the specified *warName* from the war plugin nor the *finalName*.
> Sample pom.xml which exibits the issue
> {code:xml}<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
> <modelVersion>4.0.0</modelVersion>
> <groupId>org.glassfish-samples</groupId>
> <artifactId>auction</artifactId>
> <version>4.0-SNAPSHOT</version>
> <packaging>war</packaging>
> <name>WebSocket Auction Sample Application</name>
>
> <dependencies>
> <dependency>
> <groupId>javax</groupId>
> <artifactId>javaee-api</artifactId>
> <version>7.0</version>
> <scope>provided</scope>
> </dependency>
> </dependencies>
>
> <build>
> <finalName>websocket-auction</finalName>
> <plugins>
> <plugin>
> <artifactId>maven-compiler-plugin</artifactId>
> <version>3.1</version>
> <configuration>
> <source>1.8</source>
> <target>1.8</target>
> </configuration>
> </plugin>
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-war-plugin</artifactId>
> <version>2.3</version>
> <configuration>
> <failOnMissingWebXml>false</failOnMissingWebXml>
> <warName>websocket-auction</warName>
> </configuration>
> </plugin>
> </plugins>
> </build>
> </project>
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBDS-3936) devstudio.exe has eclipse icon
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-3936?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen commented on JBDS-3936:
-------------------------------------------
We are not going to use the logotypes - they dont fit inside the dimensions needed. Discussed so many times it is starting to hurt :)
[~crobson] worked with branding on getting us permission to use Red Hat shadow man on things related to the products (i.e. Red Hat JBoss Enterprise Application platform, Red Hat Central, etc.).
The Red Hat Developer branding used on developer studio was also done via [~crobson] and I assume via brand team. All approved by product management and marketing as far as I have been made aware.
[~crobson] and [~tmancini] please confirm or not if this was approved by brand team - thank you.
> devstudio.exe has eclipse icon
> ------------------------------
>
> Key: JBDS-3936
> URL: https://issues.jboss.org/browse/JBDS-3936
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 10.0.0.GA
> Reporter: Radim Hopp
> Assignee: Nick Boldt
> Priority: Blocker
> Labels: respin-a
> Fix For: 10.0.0.GA
>
> Attachments: devstudio.ico.10.png, jbds.ico.9.1.png, jbds.ico.9.1export-layers.png, jbds.ico_vs_devstudio.ico.png
>
>
> [installFolder]/studio/devstudio.exe has eclipse icon instead of redhat developer icon.
> http://i.imgur.com/ZKjeJGC.png
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBDS-3694) CDK plugins installation should not be hardcoded with list of gem file names
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3694?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3694:
--------------------------------
Summary: CDK plugins installation should not be hardcoded with list of gem file names (was: CDK plugins instalation should not be hardcoded with list of gem file names)
> CDK plugins installation should not be hardcoded with list of gem file names
> ----------------------------------------------------------------------------
>
> Key: JBDS-3694
> URL: https://issues.jboss.org/browse/JBDS-3694
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 9.1.0.CR1
> Reporter: Denis Golovin
> Assignee: Denis Golovin
> Labels: havoc
> Fix For: 10.0.0.GA
>
>
> Installer should iterated over .gem files in cdk/plugins to install plugins instead of hardcoding file names to install. File names have version in it and with new cdk those version change sometimes.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months