Commit Graph

386 Commits

Author SHA1 Message Date
Ceki Gulcu ed4b78f720 started work on 1.4.1 2007-07-02 19:35:02 +00:00
Ceki Gulcu 2a40c064a2 - 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
2007-05-18 20:57:38 +00:00
Ceki Gulcu bf35dbfb94 - next version will be 1.4.0 as we will be adding the TRACE level 2007-04-15 21:05:42 +00:00
Ceki Gulcu 678a33cbe3 - Tagging 1.3.1
- minor bug fix in slf4j-site/src/site/pages/download.html
2007-04-15 20:17:20 +00:00
Ceki Gulcu a5c1e478d9 Next version is 1.3.1 2007-02-25 16:57:35 +00:00
Ceki Gulcu 83c405e053 We can start working on 1.3.1-SNAPSHOT 2007-02-25 16:55:12 +00:00
Ceki Gulcu a5d87ac321 removed unused directives 2007-02-25 16:24:24 +00:00
Ceki Gulcu e0af3807ba - Renamed the "project_version_for_osgi" property as pv4osgi
- Preparing release 1.3.0
2007-02-25 16:18:57 +00:00
Ceki Gulcu 289b6f48a6 The slf4j-skin is no longer needed. 2007-02-24 13:35:58 +00:00
Ceki Gulcu 84f0f6b797 - Attempted to restore the state of the various MANIFEST.MF files
where John E. Conlon left them previously.
 

The project builds properly. I have yet to test/exercise the various
OSGi modules.

- Instead of manually editing the <Bundle-Version> element manually
for each module, it is injected using the ${project_version_for_osgi}
property as set in the parent pom.xml file.
2007-02-22 19:15:56 +00:00
Ceki Gulcu 0740cb1b18 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🫙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🫙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/)
2007-02-18 17:50:26 +00:00
John E. Conlon 426da1d776 Added profile for building and testing OSGi projects. 2007-02-16 21:03:05 +00:00
John E. Conlon fe3885ef03 Added version to plugin. 2007-02-06 21:01:59 +00:00
Sebastien Pennec 06f1fc7fd1 Added access to the apache snapshot repo 2007-02-06 18:48:40 +00:00
John E. Conlon 3696d72d3b 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.
2007-02-06 16:13:54 +00:00
Ceki Gulcu 877ae0401c target JDK 1.3 as requested in bug report 37. http://bugzilla.slf4j.org/show_bug.cgi?id=37 2007-01-29 21:16:43 +00:00
Sebastien Pennec e71d876ac6 Updating versions to 1.3-SNAPSHOT 2007-01-24 20:38:23 +00:00
Sebastien Pennec d628e4690f This release will not be a candidate. 2007-01-24 20:07:20 +00:00
Sebastien Pennec bb2efaedab Updated pom and site files to version 1.2-RC0 2007-01-24 19:58:17 +00:00
Ceki Gulcu ff575fcfab - moving to release 1.2-SNAPSHOT
- adding OSGI metadata
2006-12-28 21:20:29 +00:00
Ceki Gulcu b9239de8f5 deleting log4j-over-slf4j 2006-12-14 21:06:39 +00:00
Ceki Gulcu 7185b0f9df - Since SLF4J is published on ibiblio, slf4j-parent pom is no longer a SNAPSHOT
- preparing release 1.1.0-RC1
- minor doc changes
2006-11-16 22:54:30 +00:00
Ceki Gulcu c0002ed61c updated scm data 2006-11-08 22:13:36 +00:00
Ceki Gulcu 73f7786907 fixed problem with missing jar files in assemblies, fixed problem with parent pom file 2006-11-06 07:38:57 +00:00
Ceki Gulcu 06e40836d6 - javadoc improvements
- minor fixes in preparation for the 1.1.0-RC0 release
- the resulting assembly should be named after $aversion not ${parent.version}
- o.a.log4j.Log4jLoggerFactory is now accessible to the same package (instead of public)
2006-11-04 21:03:33 +00:00
Ceki Gulcu 55a650f08c - Fixed synchronisation related bug number 27.
See also http://bugzilla.slf4j.org/show_bug.cgi?id=27
- added eclipse codeStyle.xml
- The various SLF4J inherit their version number through a poperty, 
  namely "aversion", defined in the parent pom. This little trick seems 
  to work well and saves alot of time.
2006-11-04 18:35:32 +00:00
Sebastien Pennec 2975f3713f - added necessary information in the poms to create bundles
- minor fixes
2006-09-13 12:31:38 +00:00
Ceki Gulcu a0a881b682 preparing release 1.1.0-beta0 2006-09-11 22:08:20 +00:00
Ceki Gulcu 83412491a8 adding slf4j-archetype project for faster binding creation. 2006-09-05 20:48:47 +00:00
Ceki Gulcu a52f9da68f minor updates 2006-09-04 20:07:32 +00:00
Ceki Gulcu b8b909a7fe ongoing work in preparation of Mavenized SLF4J release 2006-08-31 21:33:18 +00:00
Ceki Gulcu f9ef6f021f SLF4J target JDK 1.4, updated parent pom.xml accordingly 2006-08-29 19:46:39 +00:00
Ceki Gulcu a1342cab44 ongoing work on SLF4J site 2006-08-16 20:35:36 +00:00
Ceki Gulcu d8ca475c1f Added slf4j-log4j12 module 2006-08-15 20:21:49 +00:00
Ceki Gulcu 1b4da2c13e aligning with Maven folder conventionsmavenizing SLF4J 2006-08-15 19:59:20 +00:00
Ceki Gulcu ddce36368f Mavenizing of SLF4J, on going work 2006-08-14 20:34:26 +00:00