Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: 1.8.2a
-
Fix Version/s: None
-
Component/s: Release
-
Labels:None
-
Environment:For icefaces 1.8.2
Description
Complete maven2 dependecies.
Attached files are extended versions of files from http://anonsvn.icefaces.org/repo/maven2/
Features
- library dependecies
- configurations by jdk
- some additional parametrization
- some plugin configurations.
This package does'nt allow for Icefaces sources compilation but maven javadoc:javadoc can be done
Additional comment
- jsf version are selected by jdk
- backport-util-concurrent are configured by jdk, it is not necessary but can improve performace
- copy of some libraries necessary for local repostiory can be found at http://krokodylowy3.webpark.pl/maven/m2/repository
- component library need both jsf 1.1 and 1.2 library on path so a little hack was done , local copy of jsf-1.1 library must be kept in local site
like here
<dependency>
<groupId>org.icefaces</groupId>
<artifactId>jsf-api</artifactId>
<version>${jsf1.1-version}</version>
<scope>provided</scope>
</dependency>
(above hack was'nt be necessaery up to 06.2009, at this time some changes in menu component was done)
Attached files are extended versions of files from http://anonsvn.icefaces.org/repo/maven2/
Features
- library dependecies
- configurations by jdk
- some additional parametrization
- some plugin configurations.
This package does'nt allow for Icefaces sources compilation but maven javadoc:javadoc can be done
Additional comment
- jsf version are selected by jdk
- backport-util-concurrent are configured by jdk, it is not necessary but can improve performace
- copy of some libraries necessary for local repostiory can be found at http://krokodylowy3.webpark.pl/maven/m2/repository
- component library need both jsf 1.1 and 1.2 library on path so a little hack was done , local copy of jsf-1.1 library must be kept in local site
like here
<dependency>
<groupId>org.icefaces</groupId>
<artifactId>jsf-api</artifactId>
<version>${jsf1.1-version}</version>
<scope>provided</scope>
</dependency>
(above hack was'nt be necessaery up to 06.2009, at this time some changes in menu component was done)
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | maven.zip [ 12211 ] |
Salesforce Case | [] | |
Component/s | Release [ 10014 ] | |
Fix Version/s | 1.8.2-EE-GA_P01 [ 10220 ] | |
Fix Version/s | 1.8.3 [ 10211 ] | |
Assignee | Judy Guglielmin [ judy.guglielmin ] |
Assignee | Judy Guglielmin [ judy.guglielmin ] | Ken Fyten [ ken.fyten ] |
Status | Open [ 1 ] | Closed [ 6 ] |
Fix Version/s | 1.8.3 [ 10211 ] | |
Fix Version/s | 1.8.2-EE-GA_P01 [ 10220 ] | |
Resolution | Invalid [ 6 ] |
Update of maven configurations