Re: cvs commit: maven/xdocs repository-upload.xml

2004-10-30 Thread Brett Porter
done, thanks.
Carlos Sanchez wrote:
Hi,
I think this line can be confusing and should be removed, as the manifest is not 
needed at all
 

 +META-INF/MANIFEST.MF (generated by the jar executable)
   


Regards
Carlos Sanchez
A Coruña, Spain
http://www.jroller.com/page/carlossg

 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Saturday, October 30, 2004 3:30 AM
To: [EMAIL PROTECTED]
Subject: cvs commit: maven/xdocs repository-upload.xml

brett   2004/10/29 18:29:37
 Modified:xdocsTag: MAVEN-1_0-BRANCH repository-upload.xml
 Log:
 clarify upload instructions
 
 Revision  ChangesPath
 No   revision
 No   revision
 1.7.4.11  +3 -3  maven/xdocs/repository-upload.xml
 
 Index: repository-upload.xml
 ===
 RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v
 retrieving revision 1.7.4.10
 retrieving revision 1.7.4.11
 diff -u -r1.7.4.10 -r1.7.4.11
 --- repository-upload.xml	30 Aug 2004 09:55:54 -	1.7.4.10
 +++ repository-upload.xml	30 Oct 2004 01:29:37 -	1.7.4.11
 @@ -53,7 +53,7 @@


  If you are not using maven as your build system 
but want something
 -uploaded to Ibiblio then you just need to make a 
JAR with the following
 +uploaded to Ibiblio then you just need to make a 
JAR (using the jar executable, not 
zip, pkzip or equivalent) with the following
  format:


 @@ -61,10 +61,10 @@
  LICENSE.txt
  project.xml
  foo-1.0.jar (or whatever artifact is referred to 
in the project.xml)
 +META-INF/MANIFEST.MF (generated by the jar executable)

  
 -  
 -In that case the project.xml should at least 
contain the following elements:
 +  Note that the bundle will be read by a script, so 
it must follow the above format. Also, the project.xml should 
at least contain the following elements:


  groupId
 
 
 

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


   


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

 


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


cvs commit: maven/xdocs repository-upload.xml

2004-10-30 Thread brett
brett   2004/10/30 07:57:08

  Modified:xdocsTag: MAVEN-1_0-BRANCH repository-upload.xml
  Log:
  manifest not needed
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.7.4.12  +0 -1  maven/xdocs/repository-upload.xml
  
  Index: repository-upload.xml
  ===
  RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v
  retrieving revision 1.7.4.11
  retrieving revision 1.7.4.12
  diff -u -r1.7.4.11 -r1.7.4.12
  --- repository-upload.xml 30 Oct 2004 01:29:37 -  1.7.4.11
  +++ repository-upload.xml 30 Oct 2004 14:57:08 -  1.7.4.12
  @@ -61,7 +61,6 @@
   LICENSE.txt
   project.xml
   foo-1.0.jar (or whatever artifact is referred to in the project.xml)
  -META-INF/MANIFEST.MF (generated by the jar executable)
 
   
 Note that the bundle will be read by a script, so it must follow the above 
format. Also, the project.xml should at least contain the following elements:
  
  
  

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



RE: cvs commit: maven/xdocs repository-upload.xml

2004-10-30 Thread Carlos Sanchez
Hi,

I think this line can be confusing and should be removed, as the manifest is not 
needed at all

>   +META-INF/MANIFEST.MF (generated by the jar executable)


Regards

Carlos Sanchez
A Coruña, Spain
http://www.jroller.com/page/carlossg

 

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Saturday, October 30, 2004 3:30 AM
> To: [EMAIL PROTECTED]
> Subject: cvs commit: maven/xdocs repository-upload.xml
> 
> brett   2004/10/29 18:29:37
> 
>   Modified:xdocsTag: MAVEN-1_0-BRANCH repository-upload.xml
>   Log:
>   clarify upload instructions
>   
>   Revision  ChangesPath
>   No   revision
>   No   revision
>   1.7.4.11  +3 -3  maven/xdocs/repository-upload.xml
>   
>   Index: repository-upload.xml
>   ===
>   RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v
>   retrieving revision 1.7.4.10
>   retrieving revision 1.7.4.11
>   diff -u -r1.7.4.10 -r1.7.4.11
>   --- repository-upload.xml   30 Aug 2004 09:55:54 -  1.7.4.10
>   +++ repository-upload.xml   30 Oct 2004 01:29:37 -  1.7.4.11
>   @@ -53,7 +53,7 @@
>  
>  
>If you are not using maven as your build system 
> but want something
>   -uploaded to Ibiblio then you just need to make a 
> JAR with the following
>   +uploaded to Ibiblio then you just need to make a 
> JAR (using the jar executable, not 
> zip, pkzip or equivalent) with the following
>format:
>  
>  
>   @@ -61,10 +61,10 @@
>LICENSE.txt
>project.xml
>foo-1.0.jar (or whatever artifact is referred to 
> in the project.xml)
>   +META-INF/MANIFEST.MF (generated by the jar executable)
>  
>
>   -  
>   -In that case the project.xml should at least 
> contain the following elements:
>   +  Note that the bundle will be read by a script, so 
> it must follow the above format. Also, the project.xml should 
> at least contain the following elements:
>  
>  
>groupId
>   
>   
>   
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED] For 
> additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 


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



cvs commit: maven/xdocs repository-upload.xml

2004-10-29 Thread brett
brett   2004/10/29 18:29:37

  Modified:xdocsTag: MAVEN-1_0-BRANCH repository-upload.xml
  Log:
  clarify upload instructions
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.7.4.11  +3 -3  maven/xdocs/repository-upload.xml
  
  Index: repository-upload.xml
  ===
  RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v
  retrieving revision 1.7.4.10
  retrieving revision 1.7.4.11
  diff -u -r1.7.4.10 -r1.7.4.11
  --- repository-upload.xml 30 Aug 2004 09:55:54 -  1.7.4.10
  +++ repository-upload.xml 30 Oct 2004 01:29:37 -  1.7.4.11
  @@ -53,7 +53,7 @@
 
 
   If you are not using maven as your build system but want something
  -uploaded to Ibiblio then you just need to make a JAR with the following
  +uploaded to Ibiblio then you just need to make a JAR (using the 
jar executable, not zip, pkzip or equivalent) 
with the following
   format:
 
 
  @@ -61,10 +61,10 @@
   LICENSE.txt
   project.xml
   foo-1.0.jar (or whatever artifact is referred to in the project.xml)
  +META-INF/MANIFEST.MF (generated by the jar executable)
 
   
  -  
  -In that case the project.xml should at least contain the following elements:
  +  Note that the bundle will be read by a script, so it must follow the above 
format. Also, the project.xml should at least contain the following elements:
 
 
   groupId
  
  
  

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



RE: cvs commit: maven/xdocs repository-upload.xml

2004-08-31 Thread Brett Porter
Carlos,

Since you are in the maven group you should be able to do this.

- Brett

Quoting Carlos Sanchez <[EMAIL PROTECTED]>:

> Could you regenerate the site? 
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> > Sent: Monday, August 30, 2004 11:56 AM
> > To: [EMAIL PROTECTED]
> > Subject: cvs commit: maven/xdocs repository-upload.xml
> > 
> > evenisse2004/08/30 02:55:54
> > 
> >   Modified:xdocsTag: MAVEN-1_0-BRANCH repository-upload.xml
> >   Log:
> >   Add more partners.
> >   
> >   Revision  ChangesPath
> >   No   revision
> >   No   revision
> >   1.7.4.10  +2 -0  maven/xdocs/repository-upload.xml
> >   
> >   Index: repository-upload.xml
> >   ===
> >   RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v
> >   retrieving revision 1.7.4.9
> >   retrieving revision 1.7.4.10
> >   diff -u -r1.7.4.9 -r1.7.4.10
> >   --- repository-upload.xml 30 Aug 2004 09:47:56 -  1.7.4.9
> >   +++ repository-upload.xml 30 Aug 2004 09:55:54 -  1.7.4.10
> >   @@ -132,7 +132,9 @@
> >
> >  http://www.apache.org";>The Apache 
> > Software Foundation
> >  http://www.codehaus.org";>Codehaus
> >   +  http://jetty.mortbay.org";>MortBay 
> > Jetty
> >   > href="http://www.opensymphony.com/";>OpenSymphony
> >   +  http://www.osjava.org";>OS Java
> >
> >  
> >
> >   
> >   
> >   
> > 
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED] For 
> > additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> > 
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 



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



RE: cvs commit: maven/xdocs repository-upload.xml

2004-08-31 Thread Carlos Sanchez
Could you regenerate the site? 

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Monday, August 30, 2004 11:56 AM
> To: [EMAIL PROTECTED]
> Subject: cvs commit: maven/xdocs repository-upload.xml
> 
> evenisse2004/08/30 02:55:54
> 
>   Modified:xdocsTag: MAVEN-1_0-BRANCH repository-upload.xml
>   Log:
>   Add more partners.
>   
>   Revision  ChangesPath
>   No   revision
>   No   revision
>   1.7.4.10  +2 -0  maven/xdocs/repository-upload.xml
>   
>   Index: repository-upload.xml
>   ===
>   RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v
>   retrieving revision 1.7.4.9
>   retrieving revision 1.7.4.10
>   diff -u -r1.7.4.9 -r1.7.4.10
>   --- repository-upload.xml   30 Aug 2004 09:47:56 -  1.7.4.9
>   +++ repository-upload.xml   30 Aug 2004 09:55:54 -  1.7.4.10
>   @@ -132,7 +132,9 @@
>
>  http://www.apache.org";>The Apache 
> Software Foundation
>  http://www.codehaus.org";>Codehaus
>   +  http://jetty.mortbay.org";>MortBay 
> Jetty
>   href="http://www.opensymphony.com/";>OpenSymphony
>   +  http://www.osjava.org";>OS Java
>
>  
>
>   
>   
>   
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED] For 
> additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 



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



cvs commit: maven/xdocs repository-upload.xml

2004-06-13 Thread vmassol
vmassol 2004/06/13 08:45:45

  Modified:xdocsTag: MAVEN-1_0-BRANCH repository-upload.xml
  Log:
  Adding more information about the minimal elements required in artifact POMs
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.7.4.8   +11 -0 maven/xdocs/repository-upload.xml
  
  Index: repository-upload.xml
  ===
  RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v
  retrieving revision 1.7.4.7
  retrieving revision 1.7.4.8
  diff -u -r1.7.4.7 -r1.7.4.8
  --- repository-upload.xml 12 May 2004 17:37:48 -  1.7.4.7
  +++ repository-upload.xml 13 Jun 2004 15:45:45 -  1.7.4.8
  @@ -62,6 +62,17 @@
   project.xml
   foo-1.0.jar (or whatever artifact is referred to in the project.xml)
 
  +
  +  
  +In that case the project.xml should at least contain the following elements:
  +  
  +  
  +groupId
  +id
  +name
  +currentVersion
  +dependencies
  +  
 
   
 
  
  
  

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



cvs commit: maven/xdocs repository-upload.xml

2004-05-12 Thread jvanzyl
jvanzyl 2004/05/12 10:37:48

  Modified:xdocsTag: MAVEN-1_0-BRANCH repository-upload.xml
  Log:
  o adding a bit of an explanation as to why we want the POMs and lics.
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.7.4.7   +25 -2 maven/xdocs/repository-upload.xml
  
  Index: repository-upload.xml
  ===
  RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v
  retrieving revision 1.7.4.6
  retrieving revision 1.7.4.7
  diff -u -r1.7.4.6 -r1.7.4.7
  --- repository-upload.xml 10 May 2004 22:17:44 -  1.7.4.6
  +++ repository-upload.xml 12 May 2004 17:37:48 -  1.7.4.7
  @@ -21,6 +21,7 @@
   
 
   Ben Walding
  +Jason van Zyl
   Uploading to ibiblio
 
   
  @@ -68,7 +69,7 @@
 
   Post your request to http://jira.codehaus.org/secure/CreateIssue.jspa?pid=10367&issuetype=3";>JIRA.
   The first line of the description should be the URL of the upload bundle, 
then leave a blank line and place 
  -any addition comments you wish in the following paragraph. So the
  +any additional comments you wish in the following paragraph. So the
   description field might look like:
   
   
  @@ -79,6 +80,28 @@
   clipping of nose hairs. Please upload! DO IT NOW!
 
   
  -  
  +
  +
  +
  +  
  +Some folks have asked why do we require the POM and license each
  +time an artifact is deployed so here's a small explanation. The POM
  +being deployed with the artifact is part of the process to make
  +transitive dependencies a reality in Maven. The logic for getting
  +transitive dependencies working is really not that hard, the problem
  +is getting the data. So we have changed the process of uploading
  +artifacts to include the POM in an attempt to get transitive
  +dependencies working as quickly as possible. The other applications
  +that may be possible having all the POMs available for artifacts
  +are vast, so by placing them into the repository as part of the
  +process we open up the doors to new ideas that involve unified
  +access to project POMs. We also ask for a license now because it is
  +possible that your project's license may change in the course of
  +its life time and we are trying create tools to help normal people
  +sort out licensing issues. For example, knowing all the licenses
  +for a particular graph of artifacts we could have some strategies
  +that would identify potential licensing problems.
  +  
  +
 
   
  
  
  

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



cvs commit: maven/xdocs repository-upload.xml

2004-05-10 Thread jvanzyl
jvanzyl 2004/05/10 15:17:44

  Modified:xdocsTag: MAVEN-1_0-BRANCH repository-upload.xml
  Log:
  o try and make the instructions clear.
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.7.4.6   +12 -7 maven/xdocs/repository-upload.xml
  
  Index: repository-upload.xml
  ===
  RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v
  retrieving revision 1.7.4.5
  retrieving revision 1.7.4.6
  diff -u -r1.7.4.5 -r1.7.4.6
  --- repository-upload.xml 10 May 2004 01:45:16 -  1.7.4.5
  +++ repository-upload.xml 10 May 2004 22:17:44 -  1.7.4.6
  @@ -66,14 +66,19 @@
 
   
 
  -Post your request to http://jira.codehaus.org/secure/CreateIssue.jspa?pid=10367&issuetype=3";>JIRA.
 
  +Post your request to http://jira.codehaus.org/secure/CreateIssue.jspa?pid=10367&issuetype=3";>JIRA.
  +The first line of the description should be the URL of the upload bundle, 
then leave a blank line and place 
  +any addition comments you wish in the following paragraph. So the
  +description field might look like:
   
  -
  -  
  -
  -  Provide the URL to the upload bundle created in the previous 
step.
  -  
  -  
  +
  +  
  +http://wiggle.sourceforge.net/downloads/wiggle-1.0-bundle.jar
  +
  +Wiggle is a fantastic new piece of software for automating the
  +clipping of nose hairs. Please upload! DO IT NOW!
  +  
  +
 
 
   
  
  
  

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



cvs commit: maven/xdocs repository-upload.xml

2004-05-09 Thread jvanzyl
jvanzyl 2004/05/09 18:45:16

  Modified:xdocsTag: MAVEN-1_0-BRANCH repository-upload.xml
  Log:
  o there won't be a bottleneck anymore between the upload bundles and
sync'ing from largish OSS orgs.
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.7.4.5   +1 -11 maven/xdocs/repository-upload.xml
  
  Index: repository-upload.xml
  ===
  RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v
  retrieving revision 1.7.4.4
  retrieving revision 1.7.4.5
  diff -u -r1.7.4.4 -r1.7.4.5
  --- repository-upload.xml 10 May 2004 00:06:47 -  1.7.4.4
  +++ repository-upload.xml 10 May 2004 01:45:16 -  1.7.4.5
  @@ -74,16 +74,6 @@
 Provide the URL to the upload bundle created in the previous 
step.
 
 
  -
  -  
  -
  -  
  -Currently there are a dozen or so Maven developers that have
  -accounts on Ibiblio and we realize this is a bottleneck at the
  -moment but please be patient. We are working on an application that will 
allow any
  -development group to get artifacts to the repository. We certainly
  -don't intend for this to be a manual process for much longer.
  -
  -
  +  
 
   
  
  
  

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



cvs commit: maven/xdocs repository-upload.xml

2004-05-09 Thread jvanzyl
jvanzyl 2004/05/09 17:06:47

  Modified:xdocsTag: MAVEN-1_0-BRANCH repository-upload.xml
  Log:
  o repo upload info
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.7.4.4   +21 -44maven/xdocs/repository-upload.xml
  
  Index: repository-upload.xml
  ===
  RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v
  retrieving revision 1.7.4.3
  retrieving revision 1.7.4.4
  diff -u -r1.7.4.3 -r1.7.4.4
  --- repository-upload.xml 30 Apr 2004 09:10:33 -  1.7.4.3
  +++ repository-upload.xml 10 May 2004 00:06:47 -  1.7.4.4
  @@ -35,50 +35,33 @@
 
   
 
  -
  +
 
  -All dependencies require a project file such that Maven can 
  -locate and handle meta-information for them.
  +Use the repository plugin provided with the standard Maven
  +distribution to create an upload bundle:
 
  -
  -   
  -
  -   You do not need to provide a project template if one already 
  -exists in the repository
  -
  -  
  -
  -
  +  
  +  
  +maven create-upload-bundle
  +  
  +  
 
  -The following lists the base minimum information you must
  -provide attached to your resource upload request.
  +The bundle will be created in your "target" directory of the form:
  +${pom.artifactId}-${pom.currentVersion}-bundle.jar
 
  -
  +  
 
  -Some requests may be denied due to licensing problems.  
  +If you are not using maven as your build system but want something
  +uploaded to Ibiblio then you just need to make a JAR with the following
  +format:
 
  -
  +  
 
  -
  +LICENSE.txt
  +project.xml
  +foo-1.0.jar (or whatever artifact is referred to in the project.xml)
 
  +  
   
 
   
  @@ -88,15 +71,9 @@
   
 
   
  -  Attach the project descriptor from the previous step  
  -  Attach a URL of where to pick the resource up from
  -  Do NOT attach the jar file
  -  Attach sufficient information for a developer to quickly get access 
to the jar
  -  Do not expect the developer to fiddle with build scripts to build the 
jar.  
  -Build it yourself and upload it to a publicly accessible site.
  +  Provide the URL to the upload bundle created in the previous 
step.
 
  -  
  -
  +  
   
 
   
  
  
  

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



RE: cvs commit: maven/xdocs repository-upload.xml

2004-05-09 Thread Brett Porter
Other way around :)

> -Original Message-
> From: Jason van Zyl [mailto:[EMAIL PROTECTED] 
> Sent: Monday, 10 May 2004 9:32 AM
> To: Maven Developers List
> Subject: RE: cvs commit: maven/xdocs repository-upload.xml
> 
> 
> On Sun, 2004-05-09 at 19:24, Brett Porter wrote:
> > Jason,
> > 
> > Doco updates need to happen on the branch. We don't have a 
> 1.1 website 
> > at the moment.
> 
> Sure, I thought you were periodically merging head with the 
> branch. No problem.
> 
> > - Brett
> > 
> > > -Original Message-
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > > Sent: Monday, 10 May 2004 9:10 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: cvs commit: maven/xdocs repository-upload.xml
> > > 
> > > 
> > > jvanzyl 2004/05/09 16:10:22
> > > 
> > >   Modified:xdocsrepository-upload.xml
> > >   Log:
> > >   o added a paragraph about the form the bundle in created in
> > >   
> > >   Revision  ChangesPath
> > >   1.12  +5 -0  maven/xdocs/repository-upload.xml
> > >   
> > >   Index: repository-upload.xml
> > >   
> ===
> > >   RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v
> > >   retrieving revision 1.11
> > >   retrieving revision 1.12
> > >   diff -u -r1.11 -r1.12
> > >   --- repository-upload.xml   9 May 2004 18:54:28 
> - 1.11
> > >   +++ repository-upload.xml   9 May 2004 23:10:22 
> - 1.12
> > >   @@ -46,6 +46,11 @@
> > >  
> > >  
> > >  
> > >   +The bundle will be created in your "target" 
> > > directory of the form:
> > >   +${pom.artifactId}-${pom.currentVersion}-bundle.jar
> > >   +  
> > >   +  
> > >   +  
> > >If you are not using maven as your build system
> > > but want something
> > >uploaded to Ibiblio then you just need to make a 
> > > JAR with the following
> > >format:
> > >   
> > >   
> > >   
> > > 
> > > 
> 
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > 
> 
> -- 
> jvz.
> 
> Jason van Zyl
> [EMAIL PROTECTED]
> http://maven.apache.org
> 
> happiness is like a butterfly: the more you chase it, the 
> more it will elude you, but if you turn your attention to 
> other things, it will come and sit softly on your shoulder ...
> 
>  -- Thoreau 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


RE: cvs commit: maven/xdocs repository-upload.xml

2004-05-09 Thread Jason van Zyl
On Sun, 2004-05-09 at 19:24, Brett Porter wrote:
> Jason,
> 
> Doco updates need to happen on the branch. We don't have a 1.1 website at
> the moment.

Sure, I thought you were periodically merging head with the branch. No
problem.

> - Brett
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> > Sent: Monday, 10 May 2004 9:10 AM
> > To: [EMAIL PROTECTED]
> > Subject: cvs commit: maven/xdocs repository-upload.xml
> > 
> > 
> > jvanzyl 2004/05/09 16:10:22
> > 
> >   Modified:xdocsrepository-upload.xml
> >   Log:
> >   o added a paragraph about the form the bundle in created in
> >   
> >   Revision  ChangesPath
> >   1.12  +5 -0  maven/xdocs/repository-upload.xml
> >   
> >   Index: repository-upload.xml
> >   ===
> >   RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v
> >   retrieving revision 1.11
> >   retrieving revision 1.12
> >   diff -u -r1.11 -r1.12
> >   --- repository-upload.xml 9 May 2004 18:54:28 -   1.11
> >   +++ repository-upload.xml 9 May 2004 23:10:22 -   1.12
> >   @@ -46,6 +46,11 @@
> >  
> >  
> >  
> >   +The bundle will be created in your "target" 
> > directory of the form:
> >   +${pom.artifactId}-${pom.currentVersion}-bundle.jar
> >   +  
> >   +  
> >   +  
> >If you are not using maven as your build system 
> > but want something
> >uploaded to Ibiblio then you just need to make a 
> > JAR with the following
> >format:
> >   
> >   
> >   
> > 
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 

-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://maven.apache.org

happiness is like a butterfly: the more you chase it, the more it will
elude you, but if you turn your attention to other things, it will come
and sit softly on your shoulder ...

 -- Thoreau 


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



RE: cvs commit: maven/xdocs repository-upload.xml

2004-05-09 Thread Brett Porter
Jason,

Doco updates need to happen on the branch. We don't have a 1.1 website at
the moment.

- Brett

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Monday, 10 May 2004 9:10 AM
> To: [EMAIL PROTECTED]
> Subject: cvs commit: maven/xdocs repository-upload.xml
> 
> 
> jvanzyl 2004/05/09 16:10:22
> 
>   Modified:xdocsrepository-upload.xml
>   Log:
>   o added a paragraph about the form the bundle in created in
>   
>   Revision  ChangesPath
>   1.12  +5 -0  maven/xdocs/repository-upload.xml
>   
>   Index: repository-upload.xml
>   ===
>   RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v
>   retrieving revision 1.11
>   retrieving revision 1.12
>   diff -u -r1.11 -r1.12
>   --- repository-upload.xml   9 May 2004 18:54:28 -   1.11
>   +++ repository-upload.xml   9 May 2004 23:10:22 -   1.12
>   @@ -46,6 +46,11 @@
>  
>  
>  
>   +The bundle will be created in your "target" 
> directory of the form:
>   +${pom.artifactId}-${pom.currentVersion}-bundle.jar
>   +  
>   +  
>   +  
>If you are not using maven as your build system 
> but want something
>uploaded to Ibiblio then you just need to make a 
> JAR with the following
>format:
>   
>   
>   
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


cvs commit: maven/xdocs repository-upload.xml

2004-05-09 Thread jvanzyl
jvanzyl 2004/05/09 16:10:22

  Modified:xdocsrepository-upload.xml
  Log:
  o added a paragraph about the form the bundle in created in
  
  Revision  ChangesPath
  1.12  +5 -0  maven/xdocs/repository-upload.xml
  
  Index: repository-upload.xml
  ===
  RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- repository-upload.xml 9 May 2004 18:54:28 -   1.11
  +++ repository-upload.xml 9 May 2004 23:10:22 -   1.12
  @@ -46,6 +46,11 @@
 
 
 
  +The bundle will be created in your "target" directory of the form:
  +${pom.artifactId}-${pom.currentVersion}-bundle.jar
  +  
  +  
  +  
   If you are not using maven as your build system but want something
   uploaded to Ibiblio then you just need to make a JAR with the following
   format:
  
  
  

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



cvs commit: maven/xdocs repository-upload.xml

2004-05-09 Thread jvanzyl
jvanzyl 2004/05/09 11:54:28

  Modified:xdocsrepository-upload.xml
  Log:
  o have to try and make uploads easier for users.
  
  Revision  ChangesPath
  1.11  +18 -46maven/xdocs/repository-upload.xml
  
  Index: repository-upload.xml
  ===
  RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- repository-upload.xml 5 May 2004 13:05:54 -   1.10
  +++ repository-upload.xml 9 May 2004 18:54:28 -   1.11
  @@ -35,50 +35,28 @@
 
   
 
  -
  +
 
  -All dependencies require a project file such that Maven can 
  -locate and handle meta-information for them.
  +Use the repository plugin provided with the standard Maven
  +distribution to create an upload bundle:
 
  -
  -   
  -
  -   You do not need to provide a project template if one already 
  -exists in the repository
  -
  -  
  -
  -
  -  
  -The following lists the base minimum information you must
  -provide attached to your resource upload request.
  -  
  -
  +  
  +  
  +maven create-upload-bundle
  +  
  +  
 
  -Some requests may be denied due to licensing problems.  
  +If you are not using maven as your build system but want something
  +uploaded to Ibiblio then you just need to make a JAR with the following
  +format:
 
  -
  +  
 
  -
  +LICENSE.txt
  +project.xml
  +foo-1.0.jar (or whatever artifact is referred to in the project.xml)
 
  +  
   
 
   
  @@ -88,15 +66,9 @@
   
 
   
  -  Attach the project descriptor from the previous step  
  -  Attach a URL of where to pick the resource up from
  -  Do NOT attach the jar file
  -  Attach sufficient information for a developer to quickly get access 
to the jar
  -  Do not expect the developer to fiddle with build scripts to build the 
jar.  
  -Build it yourself and upload it to a publicly accessible site.
  +  Provide the URL to the upload bundle created in the previous 
step.
 
  -  
  -
  +  
   
 
   
  
  
  

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



cvs commit: maven/xdocs repository-upload.xml

2003-12-03 Thread bwalding
bwalding2003/12/03 13:10:16

  Modified:xdocsrepository-upload.xml
  Log:
  Updated details for requesting uploads to ibiblio
  
  Revision  ChangesPath
  1.8   +1 -2  maven/xdocs/repository-upload.xml
  
  Index: repository-upload.xml
  ===
  RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- repository-upload.xml 26 Aug 2003 23:27:37 -  1.7
  +++ repository-upload.xml 3 Dec 2003 21:10:15 -   1.8
  @@ -65,8 +65,7 @@
 
   
 
  -Post your request to http://jira.codehaus.org/secure/CreateIssue.jspa?pid=10030&issueType=3";>JIRA.
 
  -Make sure you select the "Repo Jar Requests" component.
  +Post your request to http://jira.codehaus.org/secure/CreateIssue.jspa?pid=10367&issueType=3";>JIRA.
 
   
   
 
  
  
  

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



cvs commit: maven/xdocs repository-upload.xml

2003-08-26 Thread brett
brett   2003/08/26 16:27:37

  Modified:xdocsrepository-upload.xml
  Log:
  fix xml
  
  Revision  ChangesPath
  1.7   +1 -1  maven/xdocs/repository-upload.xml
  
  Index: repository-upload.xml
  ===
  RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- repository-upload.xml 22 Aug 2003 09:32:36 -  1.6
  +++ repository-upload.xml 26 Aug 2003 23:27:37 -  1.7
  @@ -65,7 +65,7 @@
 
   
 
  -Post your request to http://jira.codehaus.org/secure/CreateIssue.jspa?pid=10030&issueType=3";>JIRA.
 
  +Post your request to http://jira.codehaus.org/secure/CreateIssue.jspa?pid=10030&issueType=3";>JIRA.
 
   Make sure you select the "Repo Jar Requests" component.
   
   
  
  
  

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



cvs commit: maven/xdocs repository-upload.xml

2003-08-22 Thread brett
brett   2003/08/22 02:32:36

  Modified:xdocsrepository-upload.xml
  Log:
  PR: MAVEN-710
  Change repository upload procedure from mailing maven-dev to uploading to JIRA.
  
  Revision  ChangesPath
  1.6   +2 -2  maven/xdocs/repository-upload.xml
  
  Index: repository-upload.xml
  ===
  RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- repository-upload.xml 13 Jun 2003 20:44:59 -  1.5
  +++ repository-upload.xml 22 Aug 2003 09:32:36 -  1.6
  @@ -65,8 +65,8 @@
 
   
 
  -Post your request to the Maven development 
list.
  -Prefix your email subject line with [Repository Upload Request]
  +Post your request to http://jira.codehaus.org/secure/CreateIssue.jspa?pid=10030&issueType=3";>JIRA.
 
  +Make sure you select the "Repo Jar Requests" component.
   
   
 
  
  
  

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



cvs commit: maven/xdocs repository-upload.xml

2003-06-13 Thread bwalding
bwalding2003/06/13 13:44:59

  Modified:xdocsrepository-upload.xml
  Log:
  Clarify the requirement for a project template
  
  Revision  ChangesPath
  1.5   +8 -0  maven/xdocs/repository-upload.xml
  
  Index: repository-upload.xml
  ===
  RCS file: /home/cvs/maven/xdocs/repository-upload.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- repository-upload.xml 14 Feb 2003 23:16:10 -  1.4
  +++ repository-upload.xml 13 Jun 2003 20:44:59 -  1.5
  @@ -22,6 +22,14 @@
   All dependencies require a project file such that Maven can 
   locate and handle meta-information for them.
 
  +
  +   
  +
  +   You do not need to provide a project template if one already 
  +exists in the repository
  +
  +  
  +
   
 
   The following lists the base minimum information you must
  
  
  

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