You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Remy Gendron (JIRA)" <ji...@apache.org> on 2008/01/30 16:52:35 UTC

[jira] Created: (ABDERA-96) Source files distribution

Source files distribution
-------------------------

                 Key: ABDERA-96
                 URL: https://issues.apache.org/jira/browse/ABDERA-96
             Project: Abdera
          Issue Type: Wish
    Affects Versions: 0.4.0
            Reporter: Remy Gendron
            Priority: Minor


As we are starting developement with Abdera, it would be nice to automate, as part of the build, the creation of the source files zip packages.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Created: (ABDERA-96) Source files distribution

Posted by James M Snell <ja...@gmail.com>.
If you post a patch to jira I'll get this committed.

- James

Jim Ancona wrote:
> I've added the following to the plugins section of my top-level POM to 
> get source jars generated with the Maven build:
> 
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-source-plugin</artifactId>
>         <executions>
>           <execution>
>             <id>attach-sources</id>
>             <phase>verify</phase>
>             <goals>
>               <goal>jar</goal>
>             </goals>
>           </execution>
>         </executions>
>       </plugin>
> 
> Disclaimer: I'm not a Maven maven by any means.
> 
> Jim
> 
> James M Snell wrote:
>> Remy, if you build using ant with the zips target, a source zip is 
>> created.
>>
>>  export ABDERA_SPRING=true
>>  export ABDERA_XMLSECURITY=true
>>  ant -f build/build.xml zips
>>
>> - James
>>
>> Remy Gendron (JIRA) wrote:
>>> Source files distribution
>>> -------------------------
>>>
>>>                  Key: ABDERA-96
>>>                  URL: https://issues.apache.org/jira/browse/ABDERA-96
>>>              Project: Abdera
>>>           Issue Type: Wish
>>>     Affects Versions: 0.4.0
>>>             Reporter: Remy Gendron
>>>             Priority: Minor
>>>
>>>
>>> As we are starting developement with Abdera, it would be nice to 
>>> automate, as part of the build, the creation of the source files zip 
>>> packages.
>>>
> 
> 

Re: [jira] Created: (ABDERA-96) Source files distribution

Posted by Jim Ancona <ji...@anconafamily.com>.
I've added the following to the plugins section of my top-level POM to 
get source jars generated with the Maven build:

       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-source-plugin</artifactId>
         <executions>
           <execution>
             <id>attach-sources</id>
             <phase>verify</phase>
             <goals>
               <goal>jar</goal>
             </goals>
           </execution>
         </executions>
       </plugin>

Disclaimer: I'm not a Maven maven by any means.

Jim

James M Snell wrote:
> Remy, if you build using ant with the zips target, a source zip is created.
> 
>  export ABDERA_SPRING=true
>  export ABDERA_XMLSECURITY=true
>  ant -f build/build.xml zips
> 
> - James
> 
> Remy Gendron (JIRA) wrote:
>> Source files distribution
>> -------------------------
>>
>>                  Key: ABDERA-96
>>                  URL: https://issues.apache.org/jira/browse/ABDERA-96
>>              Project: Abdera
>>           Issue Type: Wish
>>     Affects Versions: 0.4.0
>>             Reporter: Remy Gendron
>>             Priority: Minor
>>
>>
>> As we are starting developement with Abdera, it would be nice to 
>> automate, as part of the build, the creation of the source files zip 
>> packages.
>>


Re: [jira] Created: (ABDERA-96) Source files distribution

Posted by James M Snell <ja...@gmail.com>.
Remy, if you build using ant with the zips target, a source zip is created.

  export ABDERA_SPRING=true
  export ABDERA_XMLSECURITY=true
  ant -f build/build.xml zips

- James

Remy Gendron (JIRA) wrote:
> Source files distribution
> -------------------------
> 
>                  Key: ABDERA-96
>                  URL: https://issues.apache.org/jira/browse/ABDERA-96
>              Project: Abdera
>           Issue Type: Wish
>     Affects Versions: 0.4.0
>             Reporter: Remy Gendron
>             Priority: Minor
> 
> 
> As we are starting developement with Abdera, it would be nice to automate, as part of the build, the creation of the source files zip packages.
> 

[jira] Resolved: (ABDERA-96) Source files distribution

Posted by "James M Snell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ABDERA-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James M Snell resolved ABDERA-96.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 0.4.0

checked in.

> Source files distribution
> -------------------------
>
>                 Key: ABDERA-96
>                 URL: https://issues.apache.org/jira/browse/ABDERA-96
>             Project: Abdera
>          Issue Type: Wish
>    Affects Versions: 0.4.0
>            Reporter: Remy Gendron
>            Priority: Minor
>             Fix For: 0.4.0
>
>         Attachments: GenerateSources.patch
>
>
> As we are starting developement with Abdera, it would be nice to automate, as part of the build, the creation of the source files zip packages.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ABDERA-96) Source files distribution

Posted by "Jim Ancona (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ABDERA-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Ancona updated ABDERA-96:
-----------------------------

    Attachment: GenerateSources.patch

Patch to generate source jars in the Maven build. Not sure if this addresses Remy's original issue.

> Source files distribution
> -------------------------
>
>                 Key: ABDERA-96
>                 URL: https://issues.apache.org/jira/browse/ABDERA-96
>             Project: Abdera
>          Issue Type: Wish
>    Affects Versions: 0.4.0
>            Reporter: Remy Gendron
>            Priority: Minor
>         Attachments: GenerateSources.patch
>
>
> As we are starting developement with Abdera, it would be nice to automate, as part of the build, the creation of the source files zip packages.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ABDERA-96) Source files distribution

Posted by "Remy Gendron (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ABDERA-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12564116#action_12564116 ] 

Remy Gendron commented on ABDERA-96:
------------------------------------

Thanks James for the cue on the zip ant target.

Jim, I'm not building with Maven... yet! ;-) So, as Ant already has a source files packaging target, I'm all good.

This can be closed.

> Source files distribution
> -------------------------
>
>                 Key: ABDERA-96
>                 URL: https://issues.apache.org/jira/browse/ABDERA-96
>             Project: Abdera
>          Issue Type: Wish
>    Affects Versions: 0.4.0
>            Reporter: Remy Gendron
>            Priority: Minor
>         Attachments: GenerateSources.patch
>
>
> As we are starting developement with Abdera, it would be nice to automate, as part of the build, the creation of the source files zip packages.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.