[JBoss JIRA] (MODCLUSTER-481) Revise dependencies in container/catalina/pom.xml for building Tomcat common classes (Catalina)
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-481?page=com.atlassian.jira.pl... ]
Radoslav Husar updated MODCLUSTER-481:
--------------------------------------
Description:
Currently, in the default build (mvn install), this will be build with default dependencies and the same resulting jar be used with all Tomcat versions (problem #1).
If profile TC7 is defined (mvn install -PTC7) the tomcat 7 Jars are used (but with jboss servlet api jar - problem #2).
However, for Tomcat 8 this no longer compiles, so this needs to be revised a bit. I suggest as we go farther, we keep moving out non-common (i.e. no compilable on all versions) code to respective implementations and only keep the common code that compiles for all versions (problem #3).
was:
Currently, in the default build (mvn install), this will be build with default dependencies and the same resulting jar be used with all Tomcat versions (problem #1).
If profile TC7 is defined (mvn install -PTC7) the tomcat 7 Jars are used (but with jboss servlet api jar - problem #2).
However, for Tomcat 8 this no longer compiles, so this needs to be revised a bit. I suggest as we go farther, we keep moving out non-common code to respective implementations and only keep the common code that compiles for all versions (problem #3).
> Revise dependencies in container/catalina/pom.xml for building Tomcat common classes (Catalina)
> -----------------------------------------------------------------------------------------------
>
> Key: MODCLUSTER-481
> URL: https://issues.jboss.org/browse/MODCLUSTER-481
> Project: mod_cluster
> Issue Type: Task
> Components: Core & Container Integration (Java)
> Affects Versions: 1.3.1.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
>
> Currently, in the default build (mvn install), this will be build with default dependencies and the same resulting jar be used with all Tomcat versions (problem #1).
> If profile TC7 is defined (mvn install -PTC7) the tomcat 7 Jars are used (but with jboss servlet api jar - problem #2).
> However, for Tomcat 8 this no longer compiles, so this needs to be revised a bit. I suggest as we go farther, we keep moving out non-common (i.e. no compilable on all versions) code to respective implementations and only keep the common code that compiles for all versions (problem #3).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 10 months
[JBoss JIRA] (MODCLUSTER-481) Revise dependencies in container/catalina/pom.xml for building Tomcat common classes (Catalina)
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-481?page=com.atlassian.jira.pl... ]
Radoslav Husar updated MODCLUSTER-481:
--------------------------------------
Description:
Currently, in the default build (mvn install), this will be build with default dependencies and the same resulting jar be used with all Tomcat versions (problem #1).
If profile TC7 is defined (mvn install -PTC7) the tomcat 7 Jars are used (but with jboss servlet api jar - problem #2).
However, for Tomcat 8 this no longer compiles, so this needs to be revised a bit. I suggest as we go farther, we keep moving out non-common code to respective implementations and only keep the common code that compiles for all versions (problem #3).
was:
Currently, in the default build (mvn install), this will be build with default dependencies and the same resulting jar be used with all Tomcat versions (problem #1).
If profile TC7 is defined (mvn install -PTC7) the tomcat 7 Jars are used (but with jboss servlet api jar - problem #2).
However, for Tomcat 8 this no longer compiles, so this needs to be revised a bit. I suggest we move out non-common code to respective implementations and only keep the common code that compiles for all versions (problem #3).
> Revise dependencies in container/catalina/pom.xml for building Tomcat common classes (Catalina)
> -----------------------------------------------------------------------------------------------
>
> Key: MODCLUSTER-481
> URL: https://issues.jboss.org/browse/MODCLUSTER-481
> Project: mod_cluster
> Issue Type: Task
> Components: Core & Container Integration (Java)
> Affects Versions: 1.3.1.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
>
> Currently, in the default build (mvn install), this will be build with default dependencies and the same resulting jar be used with all Tomcat versions (problem #1).
> If profile TC7 is defined (mvn install -PTC7) the tomcat 7 Jars are used (but with jboss servlet api jar - problem #2).
> However, for Tomcat 8 this no longer compiles, so this needs to be revised a bit. I suggest as we go farther, we keep moving out non-common code to respective implementations and only keep the common code that compiles for all versions (problem #3).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 10 months
[JBoss JIRA] (MODCLUSTER-481) Revise dependencies in container/catalina/pom.xml for building Tomcat common classes (Catalina)
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-481?page=com.atlassian.jira.pl... ]
Radoslav Husar updated MODCLUSTER-481:
--------------------------------------
Description:
Currently, in the default build (mvn install), this will be build with default dependencies and the same resulting jar be used with all Tomcat versions (problem #1).
If profile TC7 is defined (mvn install -PTC7) the tomcat 7 Jars are used (but with jboss servlet api jar - problem #2).
However, for Tomcat 8 this no longer compiles, so this needs to be revised a bit. I suggest we move out non-common code to respective implementations and only keep the common code that compiles for all versions (problem #3).
was:
Currently, in the default build (mvn install), this will be build with default dependencies and the same resulting jar be used with all Tomcat versions (problem #1).
If profile TC7 is defined (mvn install -PTC7) the tomcat 7 Jars are used (but with jboss servlet api jar - problem #2).
However, for Tomcat 8 this no longer compiles, so this needs to be revised a bit. I suggest we move out non-common code to respective implementations and only keep the common code that compiles for all versions (problem #3).
> Revise dependencies in container/catalina/pom.xml for building Tomcat common classes (Catalina)
> -----------------------------------------------------------------------------------------------
>
> Key: MODCLUSTER-481
> URL: https://issues.jboss.org/browse/MODCLUSTER-481
> Project: mod_cluster
> Issue Type: Task
> Components: Core & Container Integration (Java)
> Affects Versions: 1.3.1.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
>
> Currently, in the default build (mvn install), this will be build with default dependencies and the same resulting jar be used with all Tomcat versions (problem #1).
> If profile TC7 is defined (mvn install -PTC7) the tomcat 7 Jars are used (but with jboss servlet api jar - problem #2).
> However, for Tomcat 8 this no longer compiles, so this needs to be revised a bit. I suggest we move out non-common code to respective implementations and only keep the common code that compiles for all versions (problem #3).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 10 months
[JBoss JIRA] (MODCLUSTER-481) Revise dependencies in container/catalina/pom.xml for building Tomcat common classes (Catalina)
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-481?page=com.atlassian.jira.pl... ]
Radoslav Husar updated MODCLUSTER-481:
--------------------------------------
Description:
Currently, in the default build (mvn install), this will be build with default dependencies and the same resulting jar be used with all Tomcat versions (problem #1).
If profile TC7 is defined (mvn install -PTC7) the tomcat 7 Jars are used (but with jboss servlet api jar - problem #2).
However, for Tomcat 8 this no longer compiles, so this needs to be revised a bit. I suggest we move out non-common code to respective implementations and only keep the common code that compiles for all versions (problem #3).
was:
Currently, in the default build (mvn install), this will be build with default dependencies and the same resulting jar be used with all Tomcat versions (problem #1).
If profile TC7 is defined (mvn clean install -PTC7) the tomcat 7 Jars are used (but with jboss servlet api jar - problem #2).
However, for Tomcat 8 this no longer compiles, so this needs to be revised a bit. I suggest we move out non-common code to respective implementations and only keep the common code that compiles for all versions (problem #3).
> Revise dependencies in container/catalina/pom.xml for building Tomcat common classes (Catalina)
> -----------------------------------------------------------------------------------------------
>
> Key: MODCLUSTER-481
> URL: https://issues.jboss.org/browse/MODCLUSTER-481
> Project: mod_cluster
> Issue Type: Task
> Components: Core & Container Integration (Java)
> Affects Versions: 1.3.1.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
>
> Currently, in the default build (mvn install), this will be build with default dependencies and the same resulting jar be used with all Tomcat versions (problem #1).
> If profile TC7 is defined (mvn install -PTC7) the tomcat 7 Jars are used (but with jboss servlet api jar - problem #2).
> However, for Tomcat 8 this no longer compiles, so this needs to be revised a bit. I suggest we move out non-common code to respective implementations and only keep the common code that compiles for all versions (problem #3).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 10 months
[JBoss JIRA] (MODCLUSTER-481) Revise dependencies in container/catalina/pom.xml for building Tomcat common classes
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-481?page=com.atlassian.jira.pl... ]
Radoslav Husar updated MODCLUSTER-481:
--------------------------------------
Description:
Currently, in the default build (mvn install), this will be build with default dependencies and the same resulting jar be used with all Tomcat versions (problem #1).
If profile TC7 is defined (mvn clean install -PTC7) the tomcat 7 Jars are used (but with jboss servlet api jar - problem #2).
However, for Tomcat 8 this no longer compiles, so this needs to be revised a bit. I suggest we move out non-common code to respective implementations and only keep the common code that compiles for all versions (problem #3).
> Revise dependencies in container/catalina/pom.xml for building Tomcat common classes
> ------------------------------------------------------------------------------------
>
> Key: MODCLUSTER-481
> URL: https://issues.jboss.org/browse/MODCLUSTER-481
> Project: mod_cluster
> Issue Type: Task
> Components: Core & Container Integration (Java)
> Affects Versions: 1.3.1.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
>
> Currently, in the default build (mvn install), this will be build with default dependencies and the same resulting jar be used with all Tomcat versions (problem #1).
> If profile TC7 is defined (mvn clean install -PTC7) the tomcat 7 Jars are used (but with jboss servlet api jar - problem #2).
> However, for Tomcat 8 this no longer compiles, so this needs to be revised a bit. I suggest we move out non-common code to respective implementations and only keep the common code that compiles for all versions (problem #3).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 10 months
[JBoss JIRA] (MODCLUSTER-481) Revise dependencies in container/catalina/pom.xml for building Tomcat common classes (Catalina)
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/MODCLUSTER-481?page=com.atlassian.jira.pl... ]
Radoslav Husar updated MODCLUSTER-481:
--------------------------------------
Summary: Revise dependencies in container/catalina/pom.xml for building Tomcat common classes (Catalina) (was: Revise dependencies in container/catalina/pom.xml for building Tomcat common classes)
> Revise dependencies in container/catalina/pom.xml for building Tomcat common classes (Catalina)
> -----------------------------------------------------------------------------------------------
>
> Key: MODCLUSTER-481
> URL: https://issues.jboss.org/browse/MODCLUSTER-481
> Project: mod_cluster
> Issue Type: Task
> Components: Core & Container Integration (Java)
> Affects Versions: 1.3.1.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
>
> Currently, in the default build (mvn install), this will be build with default dependencies and the same resulting jar be used with all Tomcat versions (problem #1).
> If profile TC7 is defined (mvn clean install -PTC7) the tomcat 7 Jars are used (but with jboss servlet api jar - problem #2).
> However, for Tomcat 8 this no longer compiles, so this needs to be revised a bit. I suggest we move out non-common code to respective implementations and only keep the common code that compiles for all versions (problem #3).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 10 months