Log of /slf4j/trunk/slf4j-osgi-test-bundle/pom.xml
Parent Directory
Revision
1204 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 17 14:31:02 2008 UTC (22 months, 3 weeks ago) by
ceki
File length: 2152 byte(s)
Diff to
previous 1200
Given the huge size of the SLF4J user base, we need a more lenient version
check mechanism. For example, we can't expect external implementations such as
Mina, jetty, jboss to follow SLF4J's release schedule. We just can't.
This commit changes the version check policy to become elective. The FAQ includes an entry explaining
the logic.
Revision
957 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 29 20:59:24 2008 UTC (2 years, 7 months ago) by
ceki
File length: 2149 byte(s)
Diff to
previous 878
- preparing for 1.5-M0
- fixed bug 65 by removing lines that contain <version>${parent.version}</version> in pom.xml files
These lines are superfluous and reportedly confuse some maven repos.
Revision
812 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri May 18 20:57:38 2007 UTC (3 years, 3 months ago) by
ceki
File length: 2184 byte(s)
Diff to
previous 792
- changing version number to 1.4.0 preparation for a release
- modified carious pom.xml file to inherit the version number for the slf4j-api project from
slf4j-parent module
- fixed slf4j-archetype module (it can now create a functional albeit simple SLF4J binding)
- updated the FAQ and news in preparation for the 1.4.0 release
Revision
735 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 18 17:50:26 2007 UTC (3 years, 6 months ago) by
ceki
File length: 2233 byte(s)
Diff to
previous 714
My personal attempt to get SLF4J to build using the osgi profile, i.e. running the command
mvn package -Posgi
I still get:
[INFO] Building SLF4J OSGi Integration Test
[INFO] task-segment: [package]
[INFO] ----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] snapshot org.springframework.osgi:backport-util-concurrent:3.0-SNAPSHOT: checking for updates from springframework.org
Downloading: http://static.springframework.org/maven2-snapshots//org/springframework/osgi/backport-util-concurrent/3.0-SNAPSHOT/backport-util-concurrent-3.0-2007
0216.105210-78.pom
1K downloaded
[snip]
[WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.springframework.osgi:jcl104-over-slf4j.osgi:jar:1.1.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.springframework.osgi -DartifactId=jcl104-over-slf4j.osgi \
-Dversion=1.1.0 -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) org.slf4j:slf4j-osgi-integration-test:jar:1.3.0-SNAPSHOT
2) org.springframework.osgi:jcl104-over-slf4j.osgi:jar:1.1.0
2) org.slf4j:slf4j-log4j-full:jar:1.1.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.slf4j -DartifactId=slf4j-log4j-full \
-Dversion=1.1.0 -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) org.slf4j:slf4j-osgi-integration-test:jar:1.3.0-SNAPSHOT
2) org.slf4j:slf4j-log4j-full:jar:1.1.0
----------
2 required artifacts are missing.
for artifact:
org.slf4j:slf4j-osgi-integration-test:jar:1.3.0-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
m2apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
springframework.org (http://static.springframework.org/maven2-snapshots/)
Revision
712 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Feb 6 16:13:54 2007 UTC (3 years, 7 months ago) by
jconlon
File length: 2186 byte(s)
Diff to
previous 706
Replaced maven-jar-plugin with the org.apache.felix.maven-bundle-plugin for the
creation of OSGi compatible jars.
Changed multiproject version to 1.3.0-SNAPSHOT to adhere to maven and OSGi
conventions.
Packages from the sl4fj-api project are now copied at build time by the
org.apache.felix.maven-bundle-plugin to all SLF4J Binding projects.
Revision
706 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat Feb 3 00:22:49 2007 UTC (3 years, 7 months ago) by
jconlon
File length: 2134 byte(s)
Diff to
previous 704
Test bundle now registers an OSGi Probe Service.
Probe service will offer third party bundles the ability to test accessability and functionality of imported sl4j packages.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.