Re: [DISCUSSION] activating Reproducible Builds by default in Maven 4

2024-09-24 Thread Ceki Gulcu



Hi Hervé,

Thank you for the clarification.

If there is a fixed default timestamp value, then the timestamp in 
various builds would not respect temporal causality.


Also, people looking inside MANIFEST.MF files would get confused.

A fixed default timestamp value would inject incorrect information into 
the build for the sake of reproducibility. The timestamp is not the only 
obstacle for reproducibility is it? Anyway, and if I may say so, the 
idea of a fixed timestamp feels wrong.


Best regards,
--
Ceki Gülcü

Sponsoring SLF4J/logback/reload4j at https://github.com/sponsors/qos-ch

On 24/09/2024 22:54, Herve Boutemy wrote:

Or is the idea to have a *fixed* *default* timestamp for all builds?


yes, this is the idea: there is no other option I can imagine to get a 
reproducible zip entries timestamp, whatever the precise value of the timestamp 
it is

If anybody has any other algorithm idea (that supports wide reality of 
situation: not everything is built from Git, for example), I'm all ears open

if people want to discuss the exact default value chosen, we can also: I don't 
care about this value, it just has to be defined

Regards,

Hervé

On 2024/09/24 11:49:45 Ceki Gulcu wrote:


Hi Hervé,


In my opinion, the value of  should be
part of the pom.xml file and thus visible after the build. Otherwise,
how can the build be reproducible?

Or is the idea to have a *fixed* *default* timestamp for all builds?

--
Ceki Gülcü

Sponsoring SLF4J/logback/reload4j at https://github.com/sponsors/qos-ch



On 24/09/2024 11:21, Olivier Lamy wrote:

Hi
It looks like you have some comments on the PR :)
I know it's been implemented as is for a long time now, but I wonder I
(and it looks like a few others) wonder if we could avoid this
"random" build timestamp.


On Tue, 24 Sept 2024 at 17:05, Hervé Boutemy  wrote:


everything is in the title

Jira issue is https://issues.apache.org/jira/browse/MNG-8258
PR is https://github.com/apache/maven/pull/1726

WDYT about merging this PR as part of the Maven 4 global update?

Regards,

Hervé



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [DISCUSSION] activating Reproducible Builds by default in Maven 4

2024-09-24 Thread Ceki Gulcu



Hi Hervé,


In my opinion, the value of  should be 
part of the pom.xml file and thus visible after the build. Otherwise, 
how can the build be reproducible?


Or is the idea to have a *fixed* *default* timestamp for all builds?

--
Ceki Gülcü

Sponsoring SLF4J/logback/reload4j at https://github.com/sponsors/qos-ch



On 24/09/2024 11:21, Olivier Lamy wrote:

Hi
It looks like you have some comments on the PR :)
I know it's been implemented as is for a long time now, but I wonder I
(and it looks like a few others) wonder if we could avoid this
"random" build timestamp.


On Tue, 24 Sept 2024 at 17:05, Hervé Boutemy  wrote:


everything is in the title

Jira issue is https://issues.apache.org/jira/browse/MNG-8258
PR is https://github.com/apache/maven/pull/1726

WDYT about merging this PR as part of the Maven 4 global update?

Regards,

Hervé



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [VOTE] Require Java 17 for Maven 4

2024-03-01 Thread Ceki Gulcu


+1 (non binding)

The preceding discussion was quite insightful and informative.

-- 
Ceki Gülcü

Sponsoring SLF4J/logback/reload4j at https://github.com/sponsors/qos-ch

On 2/28/2024 8:30 AM, Benjamin Marwell wrote:
> Hi Maven Devs/Users/Committers and PMC members!
> 
> After several discussions on the mailing lists, I would like to
> start a vote in favour of setting the minimal Java bytecode target
> of Maven-Core 4 to 17 and hence require Java 17 for Maven 4.
> 
> This is a procedural majority vote [1*]:
> You can also vote with fractions and negative votes are not vetoes.
> 
> Please also notice:
> * Maven 3 will stay at Java 8 no matter what.
> * We may raise Maven 4 to JDK 21 later if we feel like it (depending
> on the release date).
>   This is not part of this vote.
> * The linked PR is not part of this vote (this is not a code vote).
>   But you may take a look at it to understand the intended change.
> 
> PR: https://github.com/apache/maven/pull/1430
> 
> Maven-Parent will not be raised with this vote, the other PR is not
> part of this vote.
> 
> Please refrain from starting discussions in this thread, but do
> include a reasoning on downvotes and feel free to start a new
> discussion on the mailing list, or comment on the existing ones.
> 
> ---
> 
> Vote open for 72 hours:
> 
> [ ] +1 (set JDK17 min version for Maven 4.x)
> [ ] +0
> [ ] -1 (please include reasoning)
> 
> ---
> 
> - Ben
> 
> [1*]: https://www.apache.org/foundation/voting.html
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [DISCUSS] Java version for Maven

2024-02-27 Thread Ceki Gulcu


On 2/25/2024, 2:49 PM Elliotte Rusty Harold wrote:


>> For #2, reproducible builds mean we have to be able to support what
>> customers are using and that can be anything from Java 8 - 21. It is
>> not sufficient to say Java 21 can compile to Java 8 since that does
>> not produce the same byte code as compiling with Java 8.


On 2/26/2024 8:22 PM, Benjamin Marwell wrote:


> That is the point.
> If you built the project with JDK 21 using the -release=8, you can get
> the same (reproducible) output with a similar OS and JDK 21.

I wrote about 6 or 7 paragraphs of word salad to essentially convey the
same message as Benjamin.

If the goal is verification of the artifact with respect to the code in
the software repo, the verifier needs the same JDK version as the
version used to produce the artifact being checked in order to compare
binaries. The Java version can be any Java version and only depends on
the producer of the artifact (the owner of the artifact). Obviously,
this Java version needs to be equal or higher than the "release"
version, but that is it.

Claiming that if the release version is 8, the Java version must also be
8 seems quite incorrect.


-- 
Ceki Gülcü

Sponsoring SLF4J/logback/reload4j at https://github.com/sponsors/qos-ch

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [DISCUSS] Java version for Maven

2024-02-26 Thread Ceki Gulcu


Hello Bernd,

I was unaware of the capabilities of the release flag. Thank you for
explaining.

-- 
Ceki Gülcü

Sponsoring SLF4J/logback/reload4j at https://github.com/sponsors/qos-ch

On 2/25/2024 1:37 AM, Bernd Eckenfels wrote:
> It has been mentioned before, but just to add, since the bytecode
> level is IMHO the smallest problem:
> 
> Jorge Solórzano wrote on 25. Feb 2024 00:41 (GMT +01:00):
>> you can use JDK 17 to produce Java 8 bytecode using Java 8
>> features, that is the distinction I made between runtime and build time,
>> but it looks it's still not clear.
> 
> In the past a newer JDK version could compile for an older Bytecode version 
> and
> compatible with the source code constructs, BUT it used its own classlibrary 
> which
> had usually different method and therefore create NON-compat results. For that
> reason you had to provide the old bootpath if you wanted a clean build (or, 
> since this
> Is nearly the same work than just using the old JDK always use the same 
> build/target
> Version, this was very typical for java7 builds and many think it is needed 
> for 8 as well).
> 
> But, this is no longer a problem since Java9, the new -release option does 
> not only simplify
> -source and -target into a single option it additionally makes the Java 
> compiler use an
> internal list of approved JCL signatures, therefore being save for cross 
> compile (only
> If you switch to the new flag).
> 
> Unfortunatelly -release 8 has still problems with removed libraries, so it is 
> a bit of a
> work to use newer JDKs to compile old codebase (not a drop-in in some cases 
> like jaxb).
> 
> Btw Java8 POMs are a bit annoying since you can’t build them on Java 8
> With maven.compiler.release and you can’t (should not) build them on 9+ with
> maven.compiler.target. Luckily you can solve that with a profile activated by 
> runtime version.
> https://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-release.html
> 
> Gruß
> Bernd
> — 
> https://bernd.eckenfels.net
> 


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Log4j2/Logback integration updates

2013-07-16 Thread Ceki Gulcu


FYI, in the next version of logback, i.e. 2.0, we will be using JDK 1.6. 
However, the logback 1.1.x series will continue to be based on JDK 1.5.


On 16.07.2013 07:06, Stephen Connolly wrote:

So what I am hearing is that until we bump core to require JDK6 (or 7) then
logback is the only runner from a technical point of view (never mind that
log4j2 is still not GA)

OTOH I would be interested in bumping JDK all the way to 7 if we were happy
that toolchains is good enough and we had tests in play that use toolchains




-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[jira] Commented: (MAVENUPLOAD-685) Upload request for SLF4J 1.0RC5 and NLOG4J 1.2.21

2006-01-17 Thread Ceki Gulcu (JIRA)
[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-685?page=comments#action_56079 ] 

Ceki Gulcu commented on MAVENUPLOAD-685:


Carlos,

By the way, I forgot to thank you for kindly uploading the bundle files as 
requested.

> Upload request for  SLF4J 1.0RC5 and NLOG4J 1.2.21
> --
>
>  Key: MAVENUPLOAD-685
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-685
>  Project: maven-upload-requests
> Type: Task

> Reporter: Ceki Gulcu
> Assignee: Carlos Sanchez
>  Attachments: jcl104-over-slf4j-1.0-rc5-bundle.jar, nlog4j-1.2.21-bundle.jar, 
> slf4j-jcl-1.0-rc5-bundle.jar, slf4j-jdk14-1.0-rc5-bundle.jar, 
> slf4j-log4j12-1.0-rc5-bundle.jar, slf4j-log4j13-1.0-rc5-bundle.jar, 
> slf4j-nop-1.0-rc5-bundle.jar, slf4j-simple-1.0-rc5-bundle.jar
>
>
> The SLF4J project recently released version 1.0RC5 of SLF4J API and NLOG4J 
> 1.2.21. Please kindly add the attached files to ibiblio's maven repository.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MAVENUPLOAD-685) Upload request for SLF4J 1.0RC5 and NLOG4J 1.2.21

2006-01-17 Thread Ceki Gulcu (JIRA)
[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-685?page=comments#action_56078 ] 

Ceki Gulcu commented on MAVENUPLOAD-685:


Hello Carlos,

You mean the urls of the various bundle.jar files? We do not make the bundle 
files available independently of Ibiblio. The slf4j.org web-server does not 
carry them. Is it absolutely necessary that these links be added? Would it be 
sufficient to supply the jar files in the request as I have done in the past?

Thank you in advance for your response,,
  

> Upload request for  SLF4J 1.0RC5 and NLOG4J 1.2.21
> --
>
>  Key: MAVENUPLOAD-685
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-685
>  Project: maven-upload-requests
> Type: Task

> Reporter: Ceki Gulcu
> Assignee: Carlos Sanchez
>  Attachments: jcl104-over-slf4j-1.0-rc5-bundle.jar, nlog4j-1.2.21-bundle.jar, 
> slf4j-jcl-1.0-rc5-bundle.jar, slf4j-jdk14-1.0-rc5-bundle.jar, 
> slf4j-log4j12-1.0-rc5-bundle.jar, slf4j-log4j13-1.0-rc5-bundle.jar, 
> slf4j-nop-1.0-rc5-bundle.jar, slf4j-simple-1.0-rc5-bundle.jar
>
>
> The SLF4J project recently released version 1.0RC5 of SLF4J API and NLOG4J 
> 1.2.21. Please kindly add the attached files to ibiblio's maven repository.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MAVENUPLOAD-685) Upload request for SLF4J 1.0RC5 and NLOG4J 1.2.21

2006-01-16 Thread Ceki Gulcu (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-685?page=all ]

Ceki Gulcu updated MAVENUPLOAD-685:
---

Attachment: slf4j-log4j12-1.0-rc5-bundle.jar

> Upload request for  SLF4J 1.0RC5 and NLOG4J 1.2.21
> --
>
>  Key: MAVENUPLOAD-685
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-685
>  Project: maven-upload-requests
> Type: Task

> Reporter: Ceki Gulcu
>  Attachments: jcl104-over-slf4j-1.0-rc5-bundle.jar, nlog4j-1.2.21-bundle.jar, 
> slf4j-jcl-1.0-rc5-bundle.jar, slf4j-jdk14-1.0-rc5-bundle.jar, 
> slf4j-log4j12-1.0-rc5-bundle.jar, slf4j-log4j13-1.0-rc5-bundle.jar, 
> slf4j-nop-1.0-rc5-bundle.jar, slf4j-simple-1.0-rc5-bundle.jar
>
>
> The SLF4J project recently released version 1.0RC5 of SLF4J API and NLOG4J 
> 1.2.21. Please kindly add the attached files to ibiblio's maven repository.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MAVENUPLOAD-685) Upload request for SLF4J 1.0RC5 and NLOG4J 1.2.21

2006-01-16 Thread Ceki Gulcu (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-685?page=all ]

Ceki Gulcu updated MAVENUPLOAD-685:
---

Attachment: slf4j-simple-1.0-rc5-bundle.jar

> Upload request for  SLF4J 1.0RC5 and NLOG4J 1.2.21
> --
>
>  Key: MAVENUPLOAD-685
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-685
>  Project: maven-upload-requests
> Type: Task

> Reporter: Ceki Gulcu
>  Attachments: jcl104-over-slf4j-1.0-rc5-bundle.jar, nlog4j-1.2.21-bundle.jar, 
> slf4j-jcl-1.0-rc5-bundle.jar, slf4j-jdk14-1.0-rc5-bundle.jar, 
> slf4j-log4j12-1.0-rc5-bundle.jar, slf4j-log4j13-1.0-rc5-bundle.jar, 
> slf4j-nop-1.0-rc5-bundle.jar, slf4j-simple-1.0-rc5-bundle.jar
>
>
> The SLF4J project recently released version 1.0RC5 of SLF4J API and NLOG4J 
> 1.2.21. Please kindly add the attached files to ibiblio's maven repository.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MAVENUPLOAD-685) Upload request for SLF4J 1.0RC5 and NLOG4J 1.2.21

2006-01-16 Thread Ceki Gulcu (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-685?page=all ]

Ceki Gulcu updated MAVENUPLOAD-685:
---

Attachment: slf4j-nop-1.0-rc5-bundle.jar
slf4j-log4j13-1.0-rc5-bundle.jar
slf4j-jdk14-1.0-rc5-bundle.jar

> Upload request for  SLF4J 1.0RC5 and NLOG4J 1.2.21
> --
>
>  Key: MAVENUPLOAD-685
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-685
>  Project: maven-upload-requests
> Type: Task

> Reporter: Ceki Gulcu
>  Attachments: jcl104-over-slf4j-1.0-rc5-bundle.jar, nlog4j-1.2.21-bundle.jar, 
> slf4j-jcl-1.0-rc5-bundle.jar, slf4j-jdk14-1.0-rc5-bundle.jar, 
> slf4j-log4j12-1.0-rc5-bundle.jar, slf4j-log4j13-1.0-rc5-bundle.jar, 
> slf4j-nop-1.0-rc5-bundle.jar, slf4j-simple-1.0-rc5-bundle.jar
>
>
> The SLF4J project recently released version 1.0RC5 of SLF4J API and NLOG4J 
> 1.2.21. Please kindly add the attached files to ibiblio's maven repository.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MAVENUPLOAD-685) Upload request for SLF4J 1.0RC5 and NLOG4J 1.2.21

2006-01-16 Thread Ceki Gulcu (JIRA)
Upload request for  SLF4J 1.0RC5 and NLOG4J 1.2.21
--

 Key: MAVENUPLOAD-685
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-685
 Project: maven-upload-requests
Type: Task

Reporter: Ceki Gulcu
 Attachments: jcl104-over-slf4j-1.0-rc5-bundle.jar, nlog4j-1.2.21-bundle.jar, 
slf4j-jcl-1.0-rc5-bundle.jar

The SLF4J project recently released version 1.0RC5 of SLF4J API and NLOG4J 
1.2.21. Please kindly add the attached files to ibiblio's maven repository.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MAVENUPLOAD-622) Update request for NLOG4J 1.2.19

2005-12-08 Thread Ceki Gulcu (JIRA)
Update request for NLOG4J 1.2.19


 Key: MAVENUPLOAD-622
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-622
 Project: maven-upload-requests
Type: Task

Reporter: Ceki Gulcu
 Attachments: nlog4j-1.2.19-bundle.jar



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MAVENUPLOAD-621) Upload request for SLF4J 1.0-RC3

2005-12-07 Thread Ceki Gulcu (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-621?page=all ]

Ceki Gulcu updated MAVENUPLOAD-621:
---

Attachment: slf4j-simple-1.0-rc3-bundle.jar

> Upload request for SLF4J 1.0-RC3
> 
>
>  Key: MAVENUPLOAD-621
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-621
>  Project: maven-upload-requests
> Type: Bug

> Reporter: Ceki Gulcu
>  Attachments: jcl104-over-slf4j-1.0-rc3-bundle.jar, 
> slf4j-jcl-1.0-rc3-bundle.jar, slf4j-jdk14-1.0-rc3-bundle.jar, 
> slf4j-log4j12-1.0-rc3-bundle.jar, slf4j-log4j13-1.0-rc3-bundle.jar, 
> slf4j-nop-1.0-rc3-bundle.jar, slf4j-simple-1.0-rc3-bundle.jar
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MAVENUPLOAD-621) Upload request for SLF4J 1.0-RC3

2005-12-07 Thread Ceki Gulcu (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-621?page=all ]

Ceki Gulcu updated MAVENUPLOAD-621:
---

Attachment: slf4j-nop-1.0-rc3-bundle.jar
slf4j-log4j13-1.0-rc3-bundle.jar
slf4j-log4j12-1.0-rc3-bundle.jar

> Upload request for SLF4J 1.0-RC3
> 
>
>  Key: MAVENUPLOAD-621
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-621
>  Project: maven-upload-requests
> Type: Bug

> Reporter: Ceki Gulcu
>  Attachments: jcl104-over-slf4j-1.0-rc3-bundle.jar, 
> slf4j-jcl-1.0-rc3-bundle.jar, slf4j-jdk14-1.0-rc3-bundle.jar, 
> slf4j-log4j12-1.0-rc3-bundle.jar, slf4j-log4j13-1.0-rc3-bundle.jar, 
> slf4j-nop-1.0-rc3-bundle.jar, slf4j-simple-1.0-rc3-bundle.jar
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MAVENUPLOAD-621) Upload request for SLF4J 1.0-RC3

2005-12-07 Thread Ceki Gulcu (JIRA)
Upload request for SLF4J 1.0-RC3


 Key: MAVENUPLOAD-621
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-621
 Project: maven-upload-requests
Type: Bug

Reporter: Ceki Gulcu
 Attachments: jcl104-over-slf4j-1.0-rc3-bundle.jar, 
slf4j-jcl-1.0-rc3-bundle.jar, slf4j-jdk14-1.0-rc3-bundle.jar



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MAVENUPLOAD-613) Update request for SLF4J 1.0rc2

2005-11-28 Thread Ceki Gulcu (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-613?page=all ]

Ceki Gulcu updated MAVENUPLOAD-613:
---

Attachment: slf4j-simple-1.0-rc2-bundle.jar

> Update request for SLF4J 1.0rc2
> ---
>
>  Key: MAVENUPLOAD-613
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-613
>  Project: maven-upload-requests
> Type: Wish
> Reporter: Ceki Gulcu
>  Attachments: jcl104-over-slf4j-1.0-rc2-bundle.jar, 
> slf4j-jcl-1.0-rc2-bundle.jar, slf4j-jdk14-1.0-rc2-bundle.jar, 
> slf4j-log4j12-1.0-rc2-bundle.jar, slf4j-log4j13-1.0-rc2-bundle.jar, 
> slf4j-nop-1.0-rc2-bundle.jar, slf4j-simple-1.0-rc2-bundle.jar
>
>
> The SLF4J project recently released version 1.0RC2 of SLF4J API. Please 
> kindly add the attached files to ibiblio's maven repository.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MAVENUPLOAD-613) Update request for SLF4J 1.0rc2

2005-11-28 Thread Ceki Gulcu (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-613?page=all ]

Ceki Gulcu updated MAVENUPLOAD-613:
---

Attachment: slf4j-nop-1.0-rc2-bundle.jar
slf4j-log4j13-1.0-rc2-bundle.jar
slf4j-log4j12-1.0-rc2-bundle.jar

> Update request for SLF4J 1.0rc2
> ---
>
>  Key: MAVENUPLOAD-613
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-613
>  Project: maven-upload-requests
> Type: Wish
> Reporter: Ceki Gulcu
>  Attachments: jcl104-over-slf4j-1.0-rc2-bundle.jar, 
> slf4j-jcl-1.0-rc2-bundle.jar, slf4j-jdk14-1.0-rc2-bundle.jar, 
> slf4j-log4j12-1.0-rc2-bundle.jar, slf4j-log4j13-1.0-rc2-bundle.jar, 
> slf4j-nop-1.0-rc2-bundle.jar, slf4j-simple-1.0-rc2-bundle.jar
>
>
> The SLF4J project recently released version 1.0RC2 of SLF4J API. Please 
> kindly add the attached files to ibiblio's maven repository.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MAVENUPLOAD-613) Update request for SLF4J 1.0rc2

2005-11-28 Thread Ceki Gulcu (JIRA)
Update request for SLF4J 1.0rc2
---

 Key: MAVENUPLOAD-613
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-613
 Project: maven-upload-requests
Type: Wish
Reporter: Ceki Gulcu
 Attachments: jcl104-over-slf4j-1.0-rc2-bundle.jar, 
slf4j-jcl-1.0-rc2-bundle.jar, slf4j-jdk14-1.0-rc2-bundle.jar

The SLF4J project recently released version 1.0RC2 of SLF4J API. Please kindly 
add the attached files to ibiblio's maven repository.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MAVENUPLOAD-597) Update request for SLF4J 1.0rc1

2005-11-21 Thread Ceki Gulcu (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-597?page=all ]

Ceki Gulcu updated MAVENUPLOAD-597:
---

Attachment: slf4j-simple-1.0-rc1-bundle.jar
slf4j-nop-1.0-rc1-bundle.jar
slf4j-log4j13-1.0-rc1-bundle.jar

> Update request for SLF4J 1.0rc1
> ---
>
>  Key: MAVENUPLOAD-597
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-597
>  Project: maven-upload-requests
> Type: Task
> Reporter: Ceki Gulcu
>  Attachments: jcl104-over-slf4j-1.0-rc1-bundle.jar, 
> slf4j-jdk14-1.0-rc1-bundle.jar, slf4j-log4j12-1.0-rc1-bundle.jar, 
> slf4j-log4j13-1.0-rc1-bundle.jar, slf4j-nop-1.0-rc1-bundle.jar, 
> slf4j-simple-1.0-rc1-bundle.jar
>
>
> The SLF4J project recently released version 1.0RC1 of SLF4J API. Please 
> kindly add the attached files to ibiblio's maven repository.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MAVENUPLOAD-597) Update request for SLF4J 1.0rc1

2005-11-21 Thread Ceki Gulcu (JIRA)
Update request for SLF4J 1.0rc1
---

 Key: MAVENUPLOAD-597
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-597
 Project: maven-upload-requests
Type: Task
Reporter: Ceki Gulcu
 Attachments: jcl104-over-slf4j-1.0-rc1-bundle.jar, 
slf4j-jdk14-1.0-rc1-bundle.jar, slf4j-log4j12-1.0-rc1-bundle.jar, 
slf4j-log4j13-1.0-rc1-bundle.jar, slf4j-nop-1.0-rc1-bundle.jar, 
slf4j-simple-1.0-rc1-bundle.jar

The SLF4J project recently released version 1.0RC1 of SLF4J API. Please kindly 
add the attached files to ibiblio's maven repository.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MAVENUPLOAD-555) Upload request for NLOG4J 1.2.18 and SLF4J 1.0-beta9

2005-10-19 Thread Ceki Gulcu (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-555?page=all ]

Ceki Gulcu updated MAVENUPLOAD-555:
---

Attachment: nlog4j-1.2.18-bundle.jar

> Upload request for NLOG4J 1.2.18 and SLF4J 1.0-beta9
> 
>
>  Key: MAVENUPLOAD-555
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-555
>  Project: maven-upload-requests
> Type: Task
> Reporter: Ceki Gulcu
>  Attachments: jcl104-over-slf4j-1.0-beta9-bundle.jar, 
> nlog4j-1.2.18-bundle.jar, slf4j-jdk14-1.0-beta9-bundle.jar, 
> slf4j-log4j12-1.0-beta9-bundle.jar, slf4j-log4j13-1.0-beta9-bundle.jar, 
> slf4j-nop-1.0-beta9-bundle.jar, slf4j-simple-1.0-beta9-bundle.jar
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MAVENUPLOAD-555) Upload request for NLOG4J 1.2.18 and SLF4J 1.0-beta9

2005-10-19 Thread Ceki Gulcu (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-555?page=all ]

Ceki Gulcu updated MAVENUPLOAD-555:
---

Attachment: slf4j-simple-1.0-beta9-bundle.jar
slf4j-nop-1.0-beta9-bundle.jar
slf4j-log4j13-1.0-beta9-bundle.jar

> Upload request for NLOG4J 1.2.18 and SLF4J 1.0-beta9
> 
>
>  Key: MAVENUPLOAD-555
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-555
>  Project: maven-upload-requests
> Type: Task
> Reporter: Ceki Gulcu
>  Attachments: jcl104-over-slf4j-1.0-beta9-bundle.jar, 
> nlog4j-1.2.18-bundle.jar, slf4j-jdk14-1.0-beta9-bundle.jar, 
> slf4j-log4j12-1.0-beta9-bundle.jar, slf4j-log4j13-1.0-beta9-bundle.jar, 
> slf4j-nop-1.0-beta9-bundle.jar, slf4j-simple-1.0-beta9-bundle.jar
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Closed: (MAVENUPLOAD-554) Upload request for NLOG4J 1.2.18 and SLF4J 1.0-beta9

2005-10-19 Thread Ceki Gulcu (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-554?page=all ]
 
Ceki Gulcu closed MAVENUPLOAD-554:
--

Resolution: Incomplete

I mistakenly uploaded a wrong version of one of the files. Please ignore this 
upload request.

> Upload request for NLOG4J 1.2.18 and SLF4J 1.0-beta9
> 
>
>  Key: MAVENUPLOAD-554
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-554
>  Project: maven-upload-requests
> Type: Task
> Reporter: Ceki Gulcu
>  Attachments: jcl104-over-slf4j-1.0-beta9-bundle.jar, 
> nlog4j-1.2.18-bundle.jar, slf4j-jdk14-1.0-beta9-bundle.jar, 
> slf4j-log4j-1.0-beta9-bundle.jar, slf4j-nop-1.0-beta9-bundle.jar, 
> slf4j-simple-1.0-beta9-bundle.jar
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MAVENUPLOAD-555) Upload request for NLOG4J 1.2.18 and SLF4J 1.0-beta9

2005-10-19 Thread Ceki Gulcu (JIRA)
Upload request for NLOG4J 1.2.18 and SLF4J 1.0-beta9


 Key: MAVENUPLOAD-555
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-555
 Project: maven-upload-requests
Type: Task
 Reporter: Ceki Gulcu
 Attachments: jcl104-over-slf4j-1.0-beta9-bundle.jar, 
slf4j-jdk14-1.0-beta9-bundle.jar, slf4j-log4j12-1.0-beta9-bundle.jar



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MAVENUPLOAD-554) Upload request for NLOG4J 1.2.18 and SLF4J 1.0-beta9

2005-10-19 Thread Ceki Gulcu (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-554?page=all ]

Ceki Gulcu updated MAVENUPLOAD-554:
---

Attachment: slf4j-simple-1.0-beta9-bundle.jar
slf4j-nop-1.0-beta9-bundle.jar
slf4j-log4j-1.0-beta9-bundle.jar

> Upload request for NLOG4J 1.2.18 and SLF4J 1.0-beta9
> 
>
>  Key: MAVENUPLOAD-554
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-554
>  Project: maven-upload-requests
> Type: Task
> Reporter: Ceki Gulcu
>  Attachments: jcl104-over-slf4j-1.0-beta9-bundle.jar, 
> nlog4j-1.2.18-bundle.jar, slf4j-jdk14-1.0-beta9-bundle.jar, 
> slf4j-log4j-1.0-beta9-bundle.jar, slf4j-nop-1.0-beta9-bundle.jar, 
> slf4j-simple-1.0-beta9-bundle.jar
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MAVENUPLOAD-554) Upload request for NLOG4J 1.2.18 and SLF4J 1.0-beta9

2005-10-19 Thread Ceki Gulcu (JIRA)
Upload request for NLOG4J 1.2.18 and SLF4J 1.0-beta9


 Key: MAVENUPLOAD-554
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-554
 Project: maven-upload-requests
Type: Task
 Reporter: Ceki Gulcu
 Attachments: jcl104-over-slf4j-1.0-beta9-bundle.jar, nlog4j-1.2.18-bundle.jar, 
slf4j-jdk14-1.0-beta9-bundle.jar, slf4j-log4j-1.0-beta9-bundle.jar, 
slf4j-nop-1.0-beta9-bundle.jar, slf4j-simple-1.0-beta9-bundle.jar



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Closed: (MAVENUPLOAD-553) pload request for NLOG4J 1.2.18 and SLF4J 1.0-beta8

2005-10-19 Thread Ceki Gulcu (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-553?page=all ]
 
Ceki Gulcu closed MAVENUPLOAD-553:
--

Resolution: Won't Fix

SLF4J 1.0beta8 will be replaced in just a few minutes with SLF4J 1.0beta8. 
There is no need to upload these files to ibiblio.

> pload request for NLOG4J 1.2.18 and SLF4J 1.0-beta8
> ---
>
>  Key: MAVENUPLOAD-553
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-553
>  Project: maven-upload-requests
> Type: Wish
> Reporter: Ceki Gulcu
>  Attachments: jcl104-over-slf4j-1.0-beta8-bundle.jar, 
> nlog4j-1.2.18-bundle.jar, slf4j-jdk14-1.0-beta8-bundle.jar, 
> slf4j-log4j-1.0-beta8-bundle.jar, slf4j-nop-1.0-beta8-bundle.jar, 
> slf4j-simple-1.0-beta8-bundle.jar
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MAVENUPLOAD-553) pload request for NLOG4J 1.2.18 and SLF4J 1.0-beta8

2005-10-19 Thread Ceki Gulcu (JIRA)
[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-553?page=comments#action_48862 ] 

Ceki Gulcu commented on MAVENUPLOAD-553:


Please hold the update. SLF4J version 1.0beta8 will be replaced with beta9 in 
just a few moments. 

> pload request for NLOG4J 1.2.18 and SLF4J 1.0-beta8
> ---
>
>  Key: MAVENUPLOAD-553
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-553
>  Project: maven-upload-requests
> Type: Wish
> Reporter: Ceki Gulcu
>  Attachments: jcl104-over-slf4j-1.0-beta8-bundle.jar, 
> nlog4j-1.2.18-bundle.jar, slf4j-jdk14-1.0-beta8-bundle.jar, 
> slf4j-log4j-1.0-beta8-bundle.jar, slf4j-nop-1.0-beta8-bundle.jar, 
> slf4j-simple-1.0-beta8-bundle.jar
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MAVENUPLOAD-553) pload request for NLOG4J 1.2.18 and SLF4J 1.0-beta8

2005-10-19 Thread Ceki Gulcu (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-553?page=all ]

Ceki Gulcu updated MAVENUPLOAD-553:
---

Attachment: nlog4j-1.2.18-bundle.jar
slf4j-simple-1.0-beta8-bundle.jar

> pload request for NLOG4J 1.2.18 and SLF4J 1.0-beta8
> ---
>
>  Key: MAVENUPLOAD-553
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-553
>  Project: maven-upload-requests
> Type: Wish
> Reporter: Ceki Gulcu
>  Attachments: jcl104-over-slf4j-1.0-beta8-bundle.jar, 
> nlog4j-1.2.18-bundle.jar, slf4j-jdk14-1.0-beta8-bundle.jar, 
> slf4j-log4j-1.0-beta8-bundle.jar, slf4j-nop-1.0-beta8-bundle.jar, 
> slf4j-simple-1.0-beta8-bundle.jar
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MAVENUPLOAD-553) pload request for NLOG4J 1.2.18 and SLF4J 1.0-beta8

2005-10-19 Thread Ceki Gulcu (JIRA)
pload request for NLOG4J 1.2.18 and SLF4J 1.0-beta8
---

 Key: MAVENUPLOAD-553
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-553
 Project: maven-upload-requests
Type: Wish
 Reporter: Ceki Gulcu
 Attachments: jcl104-over-slf4j-1.0-beta8-bundle.jar, 
slf4j-jdk14-1.0-beta8-bundle.jar, slf4j-log4j-1.0-beta8-bundle.jar, 
slf4j-nop-1.0-beta8-bundle.jar



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MAVENUPLOAD-553) pload request for NLOG4J 1.2.18 and SLF4J 1.0-beta8

2005-10-19 Thread Ceki Gulcu (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-553?page=all ]

Ceki Gulcu updated MAVENUPLOAD-553:
---

Attachment: slf4j-nop-1.0-beta8-bundle.jar

> pload request for NLOG4J 1.2.18 and SLF4J 1.0-beta8
> ---
>
>  Key: MAVENUPLOAD-553
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-553
>  Project: maven-upload-requests
> Type: Wish
> Reporter: Ceki Gulcu
>  Attachments: jcl104-over-slf4j-1.0-beta8-bundle.jar, 
> slf4j-jdk14-1.0-beta8-bundle.jar, slf4j-log4j-1.0-beta8-bundle.jar, 
> slf4j-nop-1.0-beta8-bundle.jar
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Reopened: (MAVENUPLOAD-503) Upload request for "jcl104-over-slf4j"

2005-09-06 Thread Ceki Gulcu (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-503?page=all ]
 
Ceki Gulcu reopened MAVENUPLOAD-503:



Sorry to bug you but I noticed that the issue but  the jcl104-over-slf4j files 
have still not appeared at http://ibiblio.org/maven/org.slf4j/.

Is it due to a delay in refreshing the files?

> Upload request for "jcl104-over-slf4j"
> --
>
>  Key: MAVENUPLOAD-503
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-503
>  Project: maven-upload-requests
> Type: Task
> Reporter: Ceki Gulcu
> Assignee: Carlos Sanchez
>  Attachments: jcl104-over-slf4j-1.0-beta7-bundle.jar
>
>
> Please kindly upload the jcl104-over-slf4j-bundle.jar included as an 
> attachment.
> For details about when to use JCL over SLF4J please refer to 
>   http://www.slf4j.org/manual.html#gradual

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MAVENUPLOAD-503) Upload request for "jcl104-over-slf4j"

2005-09-05 Thread Ceki Gulcu (JIRA)
Upload request for "jcl104-over-slf4j"
--

 Key: MAVENUPLOAD-503
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-503
 Project: maven-upload-requests
Type: Task
 Reporter: Ceki Gulcu
 Attachments: jcl104-over-slf4j-1.0-beta7-bundle.jar

Please kindly upload the jcl104-over-slf4j-bundle.jar included as an attachment.

For details about when to use JCL over SLF4J please refer to 

  http://www.slf4j.org/manual.html#gradual

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MAVENUPLOAD-494) Another Upload request for NLOG4J 1.2.17 and SLF4J 1.0-beta7 (replaces requests 492 and 493)

2005-09-01 Thread Ceki Gulcu (JIRA)
[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-494?page=comments#action_45616 ] 

Ceki Gulcu commented on MAVENUPLOAD-494:


thank you

> Another Upload request for NLOG4J 1.2.17 and SLF4J 1.0-beta7 (replaces 
> requests 492 and 493)
> 
>
>  Key: MAVENUPLOAD-494
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-494
>  Project: maven-upload-requests
> Type: Task
> Reporter: Ceki Gulcu
> Assignee: Carlos Sanchez
>  Attachments: nlog4j-1.2.17-bundle.jar, slf4j-jdk14-1.0-beta7-bundle.jar, 
> slf4j-nop-1.0-beta7-bundle.jar, slf4j-simple-1.0-beta7-bundle.jar
>
>
> This request supercededs requests 492 and 493. In particular, request 493 
> contains bundle files with erroneous project.xml files

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MAVENUPLOAD-494) Another Upload request for NLOG4J 1.2.17 and SLF4J 1.0-beta7 (replaces requests 492 and 493)

2005-08-28 Thread Ceki Gulcu (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-494?page=all ]

Ceki Gulcu updated MAVENUPLOAD-494:
---

Attachment: nlog4j-1.2.17-bundle.jar

> Another Upload request for NLOG4J 1.2.17 and SLF4J 1.0-beta7 (replaces 
> requests 492 and 493)
> 
>
>  Key: MAVENUPLOAD-494
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-494
>  Project: maven-upload-requests
> Type: Task
> Reporter: Ceki Gulcu
>  Attachments: nlog4j-1.2.17-bundle.jar, slf4j-jdk14-1.0-beta7-bundle.jar, 
> slf4j-nop-1.0-beta7-bundle.jar, slf4j-simple-1.0-beta7-bundle.jar
>
>
> This request supercededs requests 492 and 493. In particular, request 493 
> contains bundle files with erroneous project.xml files

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MAVENUPLOAD-494) Another Upload request for NLOG4J 1.2.17 and SLF4J 1.0-beta7 (replaces requests 492 and 493)

2005-08-28 Thread Ceki Gulcu (JIRA)
Another Upload request for NLOG4J 1.2.17 and SLF4J 1.0-beta7 (replaces requests 
492 and 493)


 Key: MAVENUPLOAD-494
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-494
 Project: maven-upload-requests
Type: Task
 Reporter: Ceki Gulcu
 Attachments: nlog4j-1.2.17-bundle.jar, slf4j-jdk14-1.0-beta7-bundle.jar, 
slf4j-nop-1.0-beta7-bundle.jar, slf4j-simple-1.0-beta7-bundle.jar

This request supercededs requests 492 and 493. In particular, request 493 
contains bundle files with erroneous project.xml files

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MAVENUPLOAD-493) Upload request for NLOG4J 1.2.17 and SLF4J 1.0-beta7

2005-08-28 Thread Ceki Gulcu (JIRA)
[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-493?page=comments#action_45370 ] 

Ceki Gulcu commented on MAVENUPLOAD-493:


For your convenience I've added bundle files for the various slf4j jars. These 
bundles include LICENSE.txt, project.xml and the relevant jar file.

> Upload request for NLOG4J 1.2.17 and SLF4J 1.0-beta7
> 
>
>  Key: MAVENUPLOAD-493
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-493
>  Project: maven-upload-requests
> Type: Task
> Reporter: Ceki Gulcu
>  Attachments: nlog4j-1.2.17.jar, slf4j-jdk14-1.0-beta7-bundle.jar, 
> slf4j-jdk14-1.0-beta7.jar, slf4j-nop-1.0-beta7-bundle.jar, 
> slf4j-nop-1.0-beta7.jar, slf4j-simple-1.0-beta7-bundle.jar, 
> slf4j-simple-1.0-beta7.jar
>
>
> The SLF4J project recently released version 1.0beta7 of the SLF4J API as well 
> as version 1.2.17 of NLOG4J. The POM files for a previous version of SLF4J 
> already exist.
> Could you please upload the attached jar files to maven? 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MAVENUPLOAD-493) Upload request for NLOG4J 1.2.17 and SLF4J 1.0-beta7

2005-08-28 Thread Ceki Gulcu (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-493?page=all ]

Ceki Gulcu updated MAVENUPLOAD-493:
---

Attachment: slf4j-simple-1.0-beta7-bundle.jar

slf4j-simple-1.0-beta7-bundle.jar

> Upload request for NLOG4J 1.2.17 and SLF4J 1.0-beta7
> 
>
>  Key: MAVENUPLOAD-493
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-493
>  Project: maven-upload-requests
> Type: Task
> Reporter: Ceki Gulcu
>  Attachments: nlog4j-1.2.17.jar, slf4j-jdk14-1.0-beta7-bundle.jar, 
> slf4j-jdk14-1.0-beta7.jar, slf4j-nop-1.0-beta7-bundle.jar, 
> slf4j-nop-1.0-beta7.jar, slf4j-simple-1.0-beta7-bundle.jar, 
> slf4j-simple-1.0-beta7.jar
>
>
> The SLF4J project recently released version 1.0beta7 of the SLF4J API as well 
> as version 1.2.17 of NLOG4J. The POM files for a previous version of SLF4J 
> already exist.
> Could you please upload the attached jar files to maven? 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MAVENUPLOAD-493) Upload request for NLOG4J 1.2.17 and SLF4J 1.0-beta7

2005-08-28 Thread Ceki Gulcu (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-493?page=all ]

Ceki Gulcu updated MAVENUPLOAD-493:
---

Attachment: slf4j-jdk14-1.0-beta7-bundle.jar

> Upload request for NLOG4J 1.2.17 and SLF4J 1.0-beta7
> 
>
>  Key: MAVENUPLOAD-493
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-493
>  Project: maven-upload-requests
> Type: Task
> Reporter: Ceki Gulcu
>  Attachments: nlog4j-1.2.17.jar, slf4j-jdk14-1.0-beta7-bundle.jar, 
> slf4j-jdk14-1.0-beta7.jar, slf4j-nop-1.0-beta7-bundle.jar, 
> slf4j-nop-1.0-beta7.jar, slf4j-simple-1.0-beta7-bundle.jar, 
> slf4j-simple-1.0-beta7.jar
>
>
> The SLF4J project recently released version 1.0beta7 of the SLF4J API as well 
> as version 1.2.17 of NLOG4J. The POM files for a previous version of SLF4J 
> already exist.
> Could you please upload the attached jar files to maven? 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MAVENUPLOAD-493) Upload request for NLOG4J 1.2.17 and SLF4J 1.0-beta7

2005-08-28 Thread Ceki Gulcu (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-493?page=all ]

Ceki Gulcu updated MAVENUPLOAD-493:
---

Attachment: slf4j-nop-1.0-beta7-bundle.jar

Added slf4j-nop-1.0-beta7-bundle.jar bundle file

> Upload request for NLOG4J 1.2.17 and SLF4J 1.0-beta7
> 
>
>  Key: MAVENUPLOAD-493
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-493
>  Project: maven-upload-requests
> Type: Task
> Reporter: Ceki Gulcu
>  Attachments: nlog4j-1.2.17.jar, slf4j-jdk14-1.0-beta7-bundle.jar, 
> slf4j-jdk14-1.0-beta7.jar, slf4j-nop-1.0-beta7-bundle.jar, 
> slf4j-nop-1.0-beta7.jar, slf4j-simple-1.0-beta7-bundle.jar, 
> slf4j-simple-1.0-beta7.jar
>
>
> The SLF4J project recently released version 1.0beta7 of the SLF4J API as well 
> as version 1.2.17 of NLOG4J. The POM files for a previous version of SLF4J 
> already exist.
> Could you please upload the attached jar files to maven? 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MAVENUPLOAD-492) Nees to upload a slf4j beta7 jar

2005-08-28 Thread Ceki Gulcu (JIRA)
[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-492?page=comments#action_45367 ] 

Ceki Gulcu commented on MAVENUPLOAD-492:


Duplicate of issue 493, http://jira.codehaus.org/browse/MAVENUPLOAD-493

> Nees to upload a slf4j beta7 jar
> 
>
>  Key: MAVENUPLOAD-492
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-492
>  Project: maven-upload-requests
> Type: Task
> Reporter: Jeff Genender

>
>
> http://people.apache.org/~jgenender/slf4j-simple-1.0-beta7-bundle.jar
> http://www.slf4j.org

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MAVENUPLOAD-493) Upload request for NLOG4J 1.2.17 and SLF4J 1.0-beta7

2005-08-28 Thread Ceki Gulcu (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-493?page=all ]

Ceki Gulcu updated MAVENUPLOAD-493:
---

Attachment: nlog4j-1.2.17.jar

Added mising NLOG4J 1.2.17 jar.

> Upload request for NLOG4J 1.2.17 and SLF4J 1.0-beta7
> 
>
>  Key: MAVENUPLOAD-493
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-493
>  Project: maven-upload-requests
> Type: Task
> Reporter: Ceki Gulcu
>  Attachments: nlog4j-1.2.17.jar, slf4j-jdk14-1.0-beta7.jar, 
> slf4j-nop-1.0-beta7.jar, slf4j-simple-1.0-beta7.jar
>
>
> The SLF4J project recently released version 1.0beta7 of the SLF4J API as well 
> as version 1.2.17 of NLOG4J. The POM files for a previous version of SLF4J 
> already exist.
> Could you please upload the attached jar files to maven? 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MAVENUPLOAD-493) Upload request for NLOG4J 1.2.17 and SLF4J 1.0-beta7

2005-08-28 Thread Ceki Gulcu (JIRA)
Upload request for NLOG4J 1.2.17 and SLF4J 1.0-beta7


 Key: MAVENUPLOAD-493
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-493
 Project: maven-upload-requests
Type: Task
 Reporter: Ceki Gulcu
 Attachments: nlog4j-1.2.17.jar, slf4j-jdk14-1.0-beta7.jar, 
slf4j-nop-1.0-beta7.jar, slf4j-simple-1.0-beta7.jar

The SLF4J project recently released version 1.0beta7 of the SLF4J API as well 
as version 1.2.17 of NLOG4J. The POM files for a previous version of SLF4J 
already exist.

Could you please upload the attached jar files to maven? 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MAVENUPLOAD-431) Upload request for NLOG4J 1.2.14 and SLF4J 1.0-beta4

2005-07-20 Thread Ceki Gulcu (JIRA)
[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-431?page=comments#action_43141 ] 

Ceki Gulcu commented on MAVENUPLOAD-431:



I can confirm that the file jmxtools.jar ships with JMX 1.2 Reference 
Implementation which you can download from Sun's website.
Please let me know if you need further information.

Ceki

> Upload request for NLOG4J 1.2.14 and SLF4J 1.0-beta4
> 
>
>  Key: MAVENUPLOAD-431
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-431
>  Project: maven-upload-requests
> Type: Task
> Reporter: Alex Karasulu
>  Attachments: nlog4j-wrapper-1.2.14.jar, nlog4j-wrapper-1.2.14.jar, 
> slf4j-wrapper-jdk14-1.0-beta4.jar, slf4j-wrapper-jdk14-1.0-beta4.jar, 
> slf4j-wrapper-nop-1.0-beta4.jar, slf4j-wrapper-nop-1.0-beta4.jar, 
> slf4j-wrapper-simple-1.0-beta4.jar, slf4j-wrapper-simple-1.0-beta4.jar
>
>
> These files have been listed below rather than using a bundle.  The bundle 
> path is really a URL to our repo at safehaus where we keep these files.  They 
> are not maven based projects so we do not have a project.xml to do this.
> http://maven.safehaus.org/nlog4j/jars/nlog4j-1.2.14.jar
> http://maven.safehaus.org/slf4j/jars/slf4j-jdk14-1.0-beta4.jar
> http://maven.safehaus.org/slf4j/jars/slf4j-nop-1.0-beta4.jar
> http://maven.safehaus.org/slf4j/jars/slf4j-simple-1.0-beta4.jar
> Thanks,
> Alex

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]