[Studio] Using the Maven Release Plugin

View: New views
20 Messages — Rating Filter:   Alert me  
< Prev | 1 - 2 - 3 - 4 | Next >

Re: [Studio] Using the Maven Release Plugin

by Stefan Seelmann-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Pierre-Arnaud Marcelot wrote:
>
> What we could do is associate them to a special "integration-test" profile.
> They would be run only on demand.
> Which would also speed up our build.
>
We already have such profiles, they are called integration-core and
integration-ui :-)

Regards,
Stefan



Re: [Studio] Using the Maven Release Plugin

by Pierre-Arnaud Marcelot-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Oct 1, 2008 at 7:19 PM, Stefan Seelmann <seelmann@...> wrote:
We already have such profiles, they are called integration-core and
integration-ui :-)

Yeah, it's true, but I'm talking about a profile in the root pom that will include the 'test-integration-core' and 'test-integration-ui' projects.

By default, these 2 projects will be excluded from the build, and they will be included only if you add this profile.

Regards,
Pierre-Arnaud


Re: [Studio] Using the Maven Release Plugin

by Pierre-Arnaud Marcelot-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Guys,

The "release:prepare" goal is working! ;) At last...

Here are the few modifications I had to do to make it work:
  • Exclude the 'test-integration-core' and 'test-integration-ui' projects from the build (so they don't get released).
  • Change the version of the studio-maven-plugin to a released one (ie. 1.0.1).
  • Change the '<preparationGoals>' in the configuration of the release plugin to "<preparationGoals>clean studio:eclipse install</preparationGoals>".
I tested the generated jars and distribution and they are working very well.

If everyone if ok with these modification, I'd like to apply them on trunk.
WDYT ?

Unfortunately, I was not able to test the deployment using the "release:perform" goal because Studio's pom refers to TLP pom version 13 which does not allow us to change the remote repository.
Maybe, we can release the TLP pom version 14, so I can try this.
WDYT ?

Thanks,
Pierre-Arnaud

On Thu, Oct 2, 2008 at 1:49 PM, Pierre-Arnaud Marcelot <pa@...> wrote:
On Wed, Oct 1, 2008 at 7:19 PM, Stefan Seelmann <seelmann@...> wrote:
We already have such profiles, they are called integration-core and
integration-ui :-)

Yeah, it's true, but I'm talking about a profile in the root pom that will include the 'test-integration-core' and 'test-integration-ui' projects.

By default, these 2 projects will be excluded from the build, and they will be included only if you add this profile.

Regards,
Pierre-Arnaud



Re: [Studio] Using the Maven Release Plugin

by Felix Knecht-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Pierre-Arnaud Marcelot schrieb:

> Guys,
>
> The "release:prepare" goal is working! ;) At last...
>
> Here are the few modifications I had to do to make it work:
>
>     * Exclude the 'test-integration-core' and 'test-integration-ui'
>       projects from the build (so they don't get released).
>     * Change the version of the studio-maven-plugin to a released one
>       (ie. 1.0.1).
>     * Change the '<preparationGoals>' in the configuration of the
>       release plugin to "<preparationGoals>clean studio:eclipse
>       install</preparationGoals>".
>
> I tested the generated jars and distribution and they are working very
> well.
>
> If everyone if ok with these modification, I'd like to apply them on
> trunk.

+1

> WDYT ?
>
> Unfortunately, I was not able to test the deployment using the
> "release:perform" goal because Studio's pom refers to TLP pom version
> 13 which does not allow us to change the remote repository.
> Maybe, we can release the TLP pom version 14, so I can try this.

+1

Felix

> WDYT ?
>
> Thanks,
> Pierre-Arnaud
>
> On Thu, Oct 2, 2008 at 1:49 PM, Pierre-Arnaud Marcelot
> <pa@... <mailto:pa@...>> wrote:
>
>     On Wed, Oct 1, 2008 at 7:19 PM, Stefan Seelmann
>     <seelmann@... <mailto:seelmann@...>> wrote:
>
>         We already have such profiles, they are called
>         integration-core and
>         integration-ui :-)
>
>
>     Yeah, it's true, but I'm talking about a profile in the root pom
>     that will include the 'test-integration-core' and
>     'test-integration-ui' projects.
>
>     By default, these 2 projects will be excluded from the build, and
>     they will be included only if you add this profile.
>
>     Regards,
>     Pierre-Arnaud
>
>


Re: [Studio] Using the Maven Release Plugin

by Pierre-Arnaud Marcelot-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I'm trying to use the 'release:perform' task on Studio.
I've released internally in my personal Maven repository the TLP pom version 14 and I've updated Studio's root pom to use this version.
I've setup my settings.xml file with the release profile (I'm releasing into a specific folder instead of apache's maven repo of course) and used it to run the release.

It worked for a few projects that got successfully deploy to my repo but it then failed on the LDAP Browser Core project.
Looks like it failed when generating the Javadoc... :(

The build log is attached to this mail.

Does anyone know who I can fix this?

Thanks,
Pierre-Arnaud

On Thu, Oct 2, 2008 at 2:13 PM, Felix Knecht <felixk@...> wrote:
Pierre-Arnaud Marcelot schrieb:
> Guys,
>
> The "release:prepare" goal is working! ;) At last...
>
> Here are the few modifications I had to do to make it work:
>
>     * Exclude the 'test-integration-core' and 'test-integration-ui'
>       projects from the build (so they don't get released).
>     * Change the version of the studio-maven-plugin to a released one
>       (ie. 1.0.1).
>     * Change the '<preparationGoals>' in the configuration of the
>       release plugin to "<preparationGoals>clean studio:eclipse
>       install</preparationGoals>".
>
> I tested the generated jars and distribution and they are working very
> well.
>
> If everyone if ok with these modification, I'd like to apply them on
> trunk.

+1

> WDYT ?
>
> Unfortunately, I was not able to test the deployment using the
> "release:perform" goal because Studio's pom refers to TLP pom version
> 13 which does not allow us to change the remote repository.
> Maybe, we can release the TLP pom version 14, so I can try this.

+1

Felix
> WDYT ?
>
> Thanks,
> Pierre-Arnaud
>
> On Thu, Oct 2, 2008 at 1:49 PM, Pierre-Arnaud Marcelot
> <pa@... <mailto:pa@...>> wrote:
>
>     On Wed, Oct 1, 2008 at 7:19 PM, Stefan Seelmann
>     <seelmann@... <mailto:seelmann@...>> wrote:
>
>         We already have such profiles, they are called
>         integration-core and
>         integration-ui :-)
>
>
>     Yeah, it's true, but I'm talking about a profile in the root pom
>     that will include the 'test-integration-core' and
>     'test-integration-ui' projects.
>
>     By default, these 2 projects will be excluded from the build, and
>     they will be included only if you add this profile.
>
>     Regards,
>     Pierre-Arnaud
>
>




build.log (274K) Download Attachment

Re: [Studio] Using the Maven Release Plugin

by Pierre-Arnaud Marcelot-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi again,

Looks like Apache DS already had the same problem before [1].

I'm going to look for any "<a" string in the javadoc and replace it by "&lt;a" to fix the issue.

Regards,
Pierre-Arnaud

[1] - http://issues.apache.org/jira/browse/DIRSERVER-748


On Fri, Oct 3, 2008 at 12:02 PM, Pierre-Arnaud Marcelot <pa@...> wrote:
Hi,

I'm trying to use the 'release:perform' task on Studio.
I've released internally in my personal Maven repository the TLP pom version 14 and I've updated Studio's root pom to use this version.
I've setup my settings.xml file with the release profile (I'm releasing into a specific folder instead of apache's maven repo of course) and used it to run the release.

It worked for a few projects that got successfully deploy to my repo but it then failed on the LDAP Browser Core project.
Looks like it failed when generating the Javadoc... :(

The build log is attached to this mail.

Does anyone know who I can fix this?

Thanks,
Pierre-Arnaud


On Thu, Oct 2, 2008 at 2:13 PM, Felix Knecht <felixk@...> wrote:
Pierre-Arnaud Marcelot schrieb:
> Guys,
>
> The "release:prepare" goal is working! ;) At last...
>
> Here are the few modifications I had to do to make it work:
>
>     * Exclude the 'test-integration-core' and 'test-integration-ui'
>       projects from the build (so they don't get released).
>     * Change the version of the studio-maven-plugin to a released one
>       (ie. 1.0.1).
>     * Change the '<preparationGoals>' in the configuration of the
>       release plugin to "<preparationGoals>clean studio:eclipse
>       install</preparationGoals>".
>
> I tested the generated jars and distribution and they are working very
> well.
>
> If everyone if ok with these modification, I'd like to apply them on
> trunk.

+1

> WDYT ?
>
> Unfortunately, I was not able to test the deployment using the
> "release:perform" goal because Studio's pom refers to TLP pom version
> 13 which does not allow us to change the remote repository.
> Maybe, we can release the TLP pom version 14, so I can try this.

+1

Felix
> WDYT ?
>
> Thanks,
> Pierre-Arnaud
>
> On Thu, Oct 2, 2008 at 1:49 PM, Pierre-Arnaud Marcelot
> <pa@... <mailto:pa@...>> wrote:
>
>     On Wed, Oct 1, 2008 at 7:19 PM, Stefan Seelmann
>     <seelmann@... <mailto:seelmann@...>> wrote:
>
>         We already have such profiles, they are called
>         integration-core and
>         integration-ui :-)
>
>
>     Yeah, it's true, but I'm talking about a profile in the root pom
>     that will include the 'test-integration-core' and
>     'test-integration-ui' projects.
>
>     By default, these 2 projects will be excluded from the build, and
>     they will be included only if you add this profile.
>
>     Regards,
>     Pierre-Arnaud
>
>




Re: [Studio] Using the Maven Release Plugin

by Pierre-Arnaud Marcelot-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

One more mail to report the status.

I fixed the issue with the javadoc generation.

Now I have an issue with the deployment of the distributions.
It looks like Maven is trying to upload the distributions to the Oxylos CI machine.

I'm wondering if this part of the build should not be defined in a specific CI plugin.
WDYT ?

I'm also wondering if it makes sense to deploy the distributions during the 'release' phase, because only one distribution (the one for your OS) will be generated and not all the distribution.
Furthermore, these distributions are not the final packages that will be exposed on the website.
For a few of them, an extra task is needed to get the final release file:
  • on Mac OS X, the generated application needs to be packaged as a DMG (Disk iMaGe)
  • on Windows, the generated application needs to be packaged as a Windows installer executable.
WDYT ?

Thanks,
Pierre-Arnaud

On Fri, Oct 3, 2008 at 3:06 PM, Pierre-Arnaud Marcelot <pa@...> wrote:
Hi again,

Looks like Apache DS already had the same problem before [1].

I'm going to look for any "<a" string in the javadoc and replace it by "&lt;a" to fix the issue.

Regards,
Pierre-Arnaud

[1] - http://issues.apache.org/jira/browse/DIRSERVER-748



On Fri, Oct 3, 2008 at 12:02 PM, Pierre-Arnaud Marcelot <pa@...> wrote:
Hi,

I'm trying to use the 'release:perform' task on Studio.
I've released internally in my personal Maven repository the TLP pom version 14 and I've updated Studio's root pom to use this version.
I've setup my settings.xml file with the release profile (I'm releasing into a specific folder instead of apache's maven repo of course) and used it to run the release.

It worked for a few projects that got successfully deploy to my repo but it then failed on the LDAP Browser Core project.
Looks like it failed when generating the Javadoc... :(

The build log is attached to this mail.

Does anyone know who I can fix this?

Thanks,
Pierre-Arnaud


On Thu, Oct 2, 2008 at 2:13 PM, Felix Knecht <felixk@...> wrote:
Pierre-Arnaud Marcelot schrieb:
> Guys,
>
> The "release:prepare" goal is working! ;) At last...
>
> Here are the few modifications I had to do to make it work:
>
>     * Exclude the 'test-integration-core' and 'test-integration-ui'
>       projects from the build (so they don't get released).
>     * Change the version of the studio-maven-plugin to a released one
>       (ie. 1.0.1).
>     * Change the '<preparationGoals>' in the configuration of the
>       release plugin to "<preparationGoals>clean studio:eclipse
>       install</preparationGoals>".
>
> I tested the generated jars and distribution and they are working very
> well.
>
> If everyone if ok with these modification, I'd like to apply them on
> trunk.

+1

> WDYT ?
>
> Unfortunately, I was not able to test the deployment using the
> "release:perform" goal because Studio's pom refers to TLP pom version
> 13 which does not allow us to change the remote repository.
> Maybe, we can release the TLP pom version 14, so I can try this.

+1

Felix
> WDYT ?
>
> Thanks,
> Pierre-Arnaud
>
> On Thu, Oct 2, 2008 at 1:49 PM, Pierre-Arnaud Marcelot
> <pa@... <mailto:pa@...>> wrote:
>
>     On Wed, Oct 1, 2008 at 7:19 PM, Stefan Seelmann
>     <seelmann@... <mailto:seelmann@...>> wrote:
>
>         We already have such profiles, they are called
>         integration-core and
>         integration-ui :-)
>
>
>     Yeah, it's true, but I'm talking about a profile in the root pom
>     that will include the 'test-integration-core' and
>     'test-integration-ui' projects.
>
>     By default, these 2 projects will be excluded from the build, and
>     they will be included only if you add this profile.
>
>     Regards,
>     Pierre-Arnaud
>
>





Re: [Studio] Using the Maven Release Plugin

by Felix Knecht-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Pierre-Arnaud Marcelot schrieb:

> One more mail to report the status.
>
> I fixed the issue with the javadoc generation.
>
> Now I have an issue with the deployment of the distributions.
> It looks like Maven is trying to upload the distributions to the
> Oxylos CI machine.
>
> I'm wondering if this part of the build should not be defined in a
> specific CI plugin.
> WDYT ?
>
I think we should put this deployment into a profile CI (exists already
somewhere) to have it deployed only when using this profile.

> I'm also wondering if it makes sense to deploy the distributions
> during the 'release' phase, because only one distribution (the one for
> your OS) will be generated and not all the distribution.
You can add the profiles for the missing OSs to generate the dists.

> Furthermore, these distributions are not the final packages that will
> be exposed on the website.
> For a few of them, an extra task is needed to get the final release file:
>
>     * on Mac OS X, the generated application needs to be packaged as a
>       DMG (Disk iMaGe)
>     * on Windows, the generated application needs to be packaged as a
>       Windows installer executable.
>
> WDYT ?
>
> Thanks,
> Pierre-Arnaud
>
> On Fri, Oct 3, 2008 at 3:06 PM, Pierre-Arnaud Marcelot
> <pa@... <mailto:pa@...>> wrote:
>
>     Hi again,
>
>     Looks like Apache DS already had the same problem before [1].
>
>     I'm going to look for any "<a" string in the javadoc and replace
>     it by "<a" to fix the issue.
>
>     Regards,
>     Pierre-Arnaud
>
>     [1] - http://issues.apache.org/jira/browse/DIRSERVER-748
>
>
>
>     On Fri, Oct 3, 2008 at 12:02 PM, Pierre-Arnaud Marcelot
>     <pa@... <mailto:pa@...>> wrote:
>
>         Hi,
>
>         I'm trying to use the 'release:perform' task on Studio.
>         I've released internally in my personal Maven repository the
>         TLP pom version 14 and I've updated Studio's root pom to use
>         this version.
>         I've setup my settings.xml file with the release profile (I'm
>         releasing into a specific folder instead of apache's maven
>         repo of course) and used it to run the release.
>
>         It worked for a few projects that got successfully deploy to
>         my repo but it then failed on the LDAP Browser Core project.
>         Looks like it failed when generating the Javadoc... :(
>
>         The build log is attached to this mail.
>
>         Does anyone know who I can fix this?
>
>         Thanks,
>         Pierre-Arnaud
>
>
>         On Thu, Oct 2, 2008 at 2:13 PM, Felix Knecht
>         <felixk@... <mailto:felixk@...>> wrote:
>
>             Pierre-Arnaud Marcelot schrieb:
>             > Guys,
>             >
>             > The "release:prepare" goal is working! ;) At last...
>             >
>             > Here are the few modifications I had to do to make it work:
>             >
>             >     * Exclude the 'test-integration-core' and
>             'test-integration-ui'
>             >       projects from the build (so they don't get released).
>             >     * Change the version of the studio-maven-plugin to a
>             released one
>             >       (ie. 1.0.1).
>             >     * Change the '<preparationGoals>' in the
>             configuration of the
>             >       release plugin to "<preparationGoals>clean
>             studio:eclipse
>             >       install</preparationGoals>".
>             >
>             > I tested the generated jars and distribution and they
>             are working very
>             > well.
>             >
>             > If everyone if ok with these modification, I'd like to
>             apply them on
>             > trunk.
>
>             +1
>
>             > WDYT ?
>             >
>             > Unfortunately, I was not able to test the deployment
>             using the
>             > "release:perform" goal because Studio's pom refers to
>             TLP pom version
>             > 13 which does not allow us to change the remote repository.
>             > Maybe, we can release the TLP pom version 14, so I can
>             try this.
>
>             +1
>
>             Felix
>             > WDYT ?
>             >
>             > Thanks,
>             > Pierre-Arnaud
>             >
>             > On Thu, Oct 2, 2008 at 1:49 PM, Pierre-Arnaud Marcelot
>             > <pa@... <mailto:pa@...>
>             <mailto:pa@... <mailto:pa@...>>> wrote:
>             >
>             >     On Wed, Oct 1, 2008 at 7:19 PM, Stefan Seelmann
>             >     <seelmann@... <mailto:seelmann@...>
>             <mailto:seelmann@... <mailto:seelmann@...>>>
>             wrote:
>             >
>             >         We already have such profiles, they are called
>             >         integration-core and
>             >         integration-ui :-)
>             >
>             >
>             >     Yeah, it's true, but I'm talking about a profile in
>             the root pom
>             >     that will include the 'test-integration-core' and
>             >     'test-integration-ui' projects.
>             >
>             >     By default, these 2 projects will be excluded from
>             the build, and
>             >     they will be included only if you add this profile.
>             >
>             >     Regards,
>             >     Pierre-Arnaud
>             >
>             >
>
>
>
>


Re: [Studio] Using the Maven Release Plugin

by Pierre-Arnaud Marcelot-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Felix,

On Fri, Oct 3, 2008 at 4:29 PM, Felix Knecht <felixk@...> wrote:
I think we should put this deployment into a profile CI (exists already
somewhere) to have it deployed only when using this profile.

Yeah, that's exactly what I was thinking.
 
> I'm also wondering if it makes sense to deploy the distributions
> during the 'release' phase, because only one distribution (the one for
> your OS) will be generated and not all the distribution.
You can add the profiles for the missing OSs to generate the dists.

Yeah, it's true. I didn't think at that.
We could add that the configuration of the release plugin.
But, once again, the deployed distributions won't be the final ones for Mac OS X and Windows.
The question is "Is this really a problem?"... I don't know... Maybe not...

Regards,
Pierre-Arnaud


Re: [Studio] Using the Maven Release Plugin

by Pierre-Arnaud Marcelot-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Felix,

I need your help to fix the use of the release plugin in Studio's build.

At the moment, when I try to release I get an error when performing the 'release:perform' goal:
================================================================
        [INFO] [deploy:deploy-file {execution: deploy-dist-macosx}]
        Uploading: scpexe://vm094.oxylos.org/var/www/html/mirror-maven2/org/apache/directory/studio/ApacheDirectoryStudio/1.3.0-macosx/ApacheDirectoryStudio-1.3.0-macosx.tar.gz
        [INFO] ------------------------------------------------------------------------
        [ERROR] BUILD ERROR
        [INFO] ------------------------------------------------------------------------
        [INFO] Error deploying artifact: Error executing command for transfer
       
    Exit code 255 - Host key verification failed.
       
    [INFO] ------------------------------------------------------------------------
        [INFO] For more information, run Maven with the -e switch
        [INFO] ------------------------------------------------------------------------
        [INFO] Total time: 4 minutes 58 seconds
        [INFO] Finished at: Thu Oct 09 12:36:56 CEST 2008
        [INFO] Final Memory: 69M/147M
        [INFO] ------------------------------------------------------------------------
        [INFO] ------------------------------------------------------------------------
================================================================

Maven is trying to deploy the distribution on the Oxylos machine instead of the release maven repository.

The configuration for the deploy plugin is this one:
================================================================
          <plugin>
            <artifactId>maven-deploy-plugin</artifactId>
            <executions>
              <execution>
                <id>deploy-dist-macosx</id>
                <phase>deploy</phase>
                <configuration>
                  <file>../target/distributions/ApacheDirectoryStudio-macosx-${pom.version}-dist.tar.gz</file>
                  <url>${pom.distributionManagement.snapshotRepository.url}</url>
                  <artifactId>ApacheDirectoryStudio</artifactId>
                  <groupId>${pom.groupId}</groupId>
                  <packaging>tar.gz</packaging>
                  <version>${pom.version}-macosx</version>
                  <uniqueVersion>false</uniqueVersion>
                  <!-- generatePom>false</generatePom -->
                </configuration>
                <goals>
                  <goal>deploy-file</goal>
                </goals>
              </execution>
            </executions>
          </plugin>
================================================================

Felix, do you know how I can tweak the configuration so the file gets deployed on the correct repository (without breaking the deployment for the Oxylos machine)?

Thanks,
Pierre-Arnaud

On Fri, Oct 3, 2008 at 6:08 PM, Pierre-Arnaud Marcelot <pa@...> wrote:
Hi Felix,


On Fri, Oct 3, 2008 at 4:29 PM, Felix Knecht <felixk@...> wrote:
I think we should put this deployment into a profile CI (exists already
somewhere) to have it deployed only when using this profile.

Yeah, that's exactly what I was thinking.
 
> I'm also wondering if it makes sense to deploy the distributions
> during the 'release' phase, because only one distribution (the one for
> your OS) will be generated and not all the distribution.
You can add the profiles for the missing OSs to generate the dists.

Yeah, it's true. I didn't think at that.
We could add that the configuration of the release plugin.
But, once again, the deployed distributions won't be the final ones for Mac OS X and Windows.
The question is "Is this really a problem?"... I don't know... Maybe not...

Regards,
Pierre-Arnaud



Re: [Studio] Using the Maven Release Plugin

by Felix Knecht-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Pierre-Arnaud Marcelot schrieb:

> Hi Felix,
>
> I need your help to fix the use of the release plugin in Studio's build.
>
> At the moment, when I try to release I get an error when performing
> the 'release:perform' goal:
> ================================================================
>         [INFO] [deploy:deploy-file {execution: deploy-dist-macosx}]
>         Uploading:
> scpexe://vm094.oxylos.org/var/www/html/mirror-maven2/org/apache/directory/studio/ApacheDirectoryStudio/1.3.0-macosx/ApacheDirectoryStudio-1.3.0-macosx.tar.gz
> <http://vm094.oxylos.org/var/www/html/mirror-maven2/org/apache/directory/studio/ApacheDirectoryStudio/1.3.0-macosx/ApacheDirectoryStudio-1.3.0-macosx.tar.gz>
>         [INFO]
> ------------------------------------------------------------------------
>         [ERROR] BUILD ERROR
>         [INFO]
> ------------------------------------------------------------------------
>         [INFO] Error deploying artifact: Error executing command for
> transfer
>        
>
> Maven is trying to deploy the distribution on the Oxylos machine
> instead of the release maven repository.
>
> The configuration for the deploy plugin is this one:
> ================================================================
>           <plugin>
>             <artifactId>maven-deploy-plugin</artifactId>
>             <executions>
>               <execution>
>                 <id>deploy-dist-macosx</id>
>                 <phase>deploy</phase>
>                 <configuration>
>                  
> <file>../target/distributions/ApacheDirectoryStudio-macosx-${pom.version}-dist.tar.gz</file>

>                  
> <url>${pom.distributionManagement.snapshotRepository.url}</url>
This is the problem part, because
${pom.distributionManagement.snapshotRepository.url} points to oxylos
(studio/pom.xml).
Let me think about how we can tweak this.

>                   <artifactId>ApacheDirectoryStudio</artifactId>
>                   <groupId>${pom.groupId}</groupId>
>                   <packaging>tar.gz</packaging>
>                   <version>${pom.version}-macosx</version>
>                   <uniqueVersion>false</uniqueVersion>
>                   <!-- generatePom>false</generatePom -->
>                 </configuration>
>                 <goals>
>                   <goal>deploy-file</goal>
>                 </goals>
>               </execution>
>             </executions>
>           </plugin>
> ================================================================
>
> Felix, do you know how I can tweak the configuration so the file gets
> deployed on the correct repository (without breaking the deployment
> for the Oxylos machine)?
>
> Thanks,
> Pierre-Arnaud
>
> On Fri, Oct 3, 2008 at 6:08 PM, Pierre-Arnaud Marcelot
> <pa@... <mailto:pa@...>> wrote:
>
>     Hi Felix,
>
>
>     On Fri, Oct 3, 2008 at 4:29 PM, Felix Knecht <felixk@...
>     <mailto:felixk@...>> wrote:
>
>         I think we should put this deployment into a profile CI
>         (exists already
>         somewhere) to have it deployed only when using this profile.
>
>
>     Yeah, that's exactly what I was thinking.
>      
>
>         > I'm also wondering if it makes sense to deploy the distributions
>         > during the 'release' phase, because only one distribution
>         (the one for
>         > your OS) will be generated and not all the distribution.
>         You can add the profiles for the missing OSs to generate the
>         dists.
>
>
>     Yeah, it's true. I didn't think at that.
>     We could add that the configuration of the release plugin.
>     But, once again, the deployed distributions won't be the final
>     ones for Mac OS X and Windows.
>     The question is "Is this really a problem?"... I don't know...
>     Maybe not...
>
>     Regards,
>     Pierre-Arnaud
>
>


Re: [Studio] Using the Maven Release Plugin

by Felix Knecht-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Felix Knecht schrieb:

> Pierre-Arnaud Marcelot schrieb:
>  
>> Hi Felix,
>>
>> I need your help to fix the use of the release plugin in Studio's build.
>>
>> At the moment, when I try to release I get an error when performing
>> the 'release:perform' goal:
>> ================================================================
>>         [INFO] [deploy:deploy-file {execution: deploy-dist-macosx}]
>>         Uploading:
>> scpexe://vm094.oxylos.org/var/www/html/mirror-maven2/org/apache/directory/studio/ApacheDirectoryStudio/1.3.0-macosx/ApacheDirectoryStudio-1.3.0-macosx.tar.gz
>> <http://vm094.oxylos.org/var/www/html/mirror-maven2/org/apache/directory/studio/ApacheDirectoryStudio/1.3.0-macosx/ApacheDirectoryStudio-1.3.0-macosx.tar.gz>
>>         [INFO]
>> ------------------------------------------------------------------------
>>         [ERROR] BUILD ERROR
>>         [INFO]
>> ------------------------------------------------------------------------
>>         [INFO] Error deploying artifact: Error executing command for
>> transfer
>>        
>>
>> Maven is trying to deploy the distribution on the Oxylos machine
>> instead of the release maven repository.
>>
>> The configuration for the deploy plugin is this one:
>> ================================================================
>>           <plugin>
>>             <artifactId>maven-deploy-plugin</artifactId>
>>             <executions>
>>               <execution>
>>                 <id>deploy-dist-macosx</id>
>>                 <phase>deploy</phase>
>>                 <configuration>
>>                  
>> <file>../target/distributions/ApacheDirectoryStudio-macosx-${pom.version}-dist.tar.gz</file>
>>    
>
>  
>>                  
>> <url>${pom.distributionManagement.snapshotRepository.url}</url>
>>    
> This is the problem part, because
> ${pom.distributionManagement.snapshotRepository.url} points to oxylos
> (studio/pom.xml).
> Let me think about how we can tweak this.
>
>  
>>                   <artifactId>ApacheDirectoryStudio</artifactId>
>>                   <groupId>${pom.groupId}</groupId>
>>                   <packaging>tar.gz</packaging>
>>                   <version>${pom.version}-macosx</version>
>>                   <uniqueVersion>false</uniqueVersion>
>>                   <!-- generatePom>false</generatePom -->
>>                 </configuration>
>>                 <goals>
>>                   <goal>deploy-file</goal>
>>                 </goals>
>>               </execution>
>>             </executions>
>>           </plugin>
>> ================================================================
>>
>> Felix, do you know how I can tweak the configuration so the file gets
>> deployed on the correct repository (without breaking the deployment
>> for the Oxylos machine)?
>>
>> Thanks,
>> Pierre-Arnaud
>>
>> On Fri, Oct 3, 2008 at 6:08 PM, Pierre-Arnaud Marcelot
>> <pa@... <mailto:pa@...>> wrote:
>>
>>     Hi Felix,
>>
>>
>>     On Fri, Oct 3, 2008 at 4:29 PM, Felix Knecht <felixk@...
>>     <mailto:felixk@...>> wrote:
>>
>>         I think we should put this deployment into a profile CI
>>         (exists already
>>         somewhere) to have it deployed only when using this profile.
>>
>>
>>     Yeah, that's exactly what I was thinking.
>>      
>>
>>         > I'm also wondering if it makes sense to deploy the distributions
>>         > during the 'release' phase, because only one distribution
>>         (the one for
>>         > your OS) will be generated and not all the distribution.
>>         You can add the profiles for the missing OSs to generate the
>>         dists.
>>
>>
>>     Yeah, it's true. I didn't think at that.
>>     We could add that the configuration of the release plugin.
>>     But, once again, the deployed distributions won't be the final
>>     ones for Mac OS X and Windows.
>>     The question is "Is this really a problem?"... I don't know...
>>     Maybe not...
>>
>>     Regards,
>>     Pierre-Arnaud
>>
>>
>>    
>
>  


Re: [Studio] Using the Maven Release Plugin

by Felix Knecht-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Felix Knecht schrieb:

> Pierre-Arnaud Marcelot schrieb:
>  
>> Hi Felix,
>>
>> I need your help to fix the use of the release plugin in Studio's build.
>>
>> At the moment, when I try to release I get an error when performing
>> the 'release:perform' goal:
>> ================================================================
>>         [INFO] [deploy:deploy-file {execution: deploy-dist-macosx}]
>>         Uploading:
>> scpexe://vm094.oxylos.org/var/www/html/mirror-maven2/org/apache/directory/studio/ApacheDirectoryStudio/1.3.0-macosx/ApacheDirectoryStudio-1.3.0-macosx.tar.gz
>> <http://vm094.oxylos.org/var/www/html/mirror-maven2/org/apache/directory/studio/ApacheDirectoryStudio/1.3.0-macosx/ApacheDirectoryStudio-1.3.0-macosx.tar.gz>
>>         [INFO]
>> ------------------------------------------------------------------------
>>         [ERROR] BUILD ERROR
>>         [INFO]
>> ------------------------------------------------------------------------
>>         [INFO] Error deploying artifact: Error executing command for
>> transfer
>>        
>>
>> Maven is trying to deploy the distribution on the Oxylos machine
>> instead of the release maven repository.
>>
>> The configuration for the deploy plugin is this one:
>> ================================================================
>>           <plugin>
>>             <artifactId>maven-deploy-plugin</artifactId>
>>             <executions>
>>               <execution>
>>                 <id>deploy-dist-macosx</id>
>>                 <phase>deploy</phase>
>>                 <configuration>
>>                  
>> <file>../target/distributions/ApacheDirectoryStudio-macosx-${pom.version}-dist.tar.gz</file>
>>    
>
>  
>>                  
>> <url>${pom.distributionManagement.snapshotRepository.url}</url>
>>    
> This is the problem part, because
> ${pom.distributionManagement.snapshotRepository.url} points to oxylos
> (studio/pom.xml).
> Let me think about how we can tweak this.
>
>  
We can introduce a property for this which is set by default
(studio/pom.xml) to the correct place (e.g.
<studio.dist.url>${pom.distributionManagement.repository.url}</studio.dist.url>

and then overwrite it in the local settings (of the CI) to with the
wanted value.
Would this help?

>>                   <artifactId>ApacheDirectoryStudio</artifactId>
>>                   <groupId>${pom.groupId}</groupId>
>>                   <packaging>tar.gz</packaging>
>>                   <version>${pom.version}-macosx</version>
>>                   <uniqueVersion>false</uniqueVersion>
>>                   <!-- generatePom>false</generatePom -->
>>                 </configuration>
>>                 <goals>
>>                   <goal>deploy-file</goal>
>>                 </goals>
>>               </execution>
>>             </executions>
>>           </plugin>
>> ================================================================
>>
>> Felix, do you know how I can tweak the configuration so the file gets
>> deployed on the correct repository (without breaking the deployment
>> for the Oxylos machine)?
>>
>> Thanks,
>> Pierre-Arnaud
>>
>> On Fri, Oct 3, 2008 at 6:08 PM, Pierre-Arnaud Marcelot
>> <pa@... <mailto:pa@...>> wrote:
>>
>>     Hi Felix,
>>
>>
>>     On Fri, Oct 3, 2008 at 4:29 PM, Felix Knecht <felixk@...
>>     <mailto:felixk@...>> wrote:
>>
>>         I think we should put this deployment into a profile CI
>>         (exists already
>>         somewhere) to have it deployed only when using this profile.
>>
>>
>>     Yeah, that's exactly what I was thinking.
>>      
>>
>>         > I'm also wondering if it makes sense to deploy the distributions
>>         > during the 'release' phase, because only one distribution
>>         (the one for
>>         > your OS) will be generated and not all the distribution.
>>         You can add the profiles for the missing OSs to generate the
>>         dists.
>>
>>
>>     Yeah, it's true. I didn't think at that.
>>     We could add that the configuration of the release plugin.
>>     But, once again, the deployed distributions won't be the final
>>     ones for Mac OS X and Windows.
>>     The question is "Is this really a problem?"... I don't know...
>>     Maybe not...
>>
>>     Regards,
>>     Pierre-Arnaud
>>
>>
>>    
>
>  


Re: [Studio] Using the Maven Release Plugin

by Pierre-Arnaud Marcelot-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Oct 9, 2008 at 2:02 PM, Felix Knecht <felixk@...> wrote:
We can introduce a property for this which is set by default
(studio/pom.xml) to the correct place (e.g.
<studio.dist.url>${pom.distributionManagement.repository.url}</studio.dist.url>

and then overwrite it in the local settings (of the CI) to with the
wanted value.
Would this help?

Yeah, I think so... We have to test it.

Could please, commit it to SVN and I'll test it on my release testing copy of the trunk?

Thanks,
Pierre-Arnaud


Re: [Studio] Using the Maven Release Plugin

by Felix Knecht-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Pierre-Arnaud Marcelot schrieb:

> On Thu, Oct 9, 2008 at 2:02 PM, Felix Knecht <felixk@...
> <mailto:felixk@...>> wrote:
>
>     We can introduce a property for this which is set by default
>     (studio/pom.xml) to the correct place (e.g.
>     <studio.dist.url>${pom.distributionManagement.repository.url}</studio.dist.url>
>
>     and then overwrite it in the local settings (of the CI) to with the
>     wanted value.
>     Would this help?
>
>
> Yeah, I think so... We have to test it.
>
> Could please, commit it to SVN and I'll test it on my release testing
> copy of the trunk?
>
I'll do my best, as I don't know how to test it :-)
Commit to trunk or to branch?

Regards
Felix
> Thanks,
> Pierre-Arnaud
>


Re: [Studio] Using the Maven Release Plugin

by Pierre-Arnaud Marcelot-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Oct 9, 2008 at 2:34 PM, Felix Knecht <felixk@...> wrote:
I'll do my best, as I don't know how to test it :-)

Héhé... :)

We'll see it live...
I'll test to release it on my employer's SVN and the CI machine will tell us if the build is still successful or not.

Commit to trunk or to branch?

Commit it to trunk only for now... We'll apply a patch to the branch when it's working... ;)

Thanks a lot,
Pierre-Arnaud

Re: [Studio] Using the Maven Release Plugin

by Pierre-Arnaud Marcelot-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

One more thing...

The packaging of the studio-build project is "jar".
Don't you think it should be 'pom' instead?

Regards,
Pierre-Arnaud


On Thu, Oct 9, 2008 at 2:42 PM, Pierre-Arnaud Marcelot <pa@...> wrote:
On Thu, Oct 9, 2008 at 2:34 PM, Felix Knecht <felixk@...> wrote:
I'll do my best, as I don't know how to test it :-)

Héhé... :)

We'll see it live...
I'll test to release it on my employer's SVN and the CI machine will tell us if the build is still successful or not.

Commit to trunk or to branch?

Commit it to trunk only for now... We'll apply a patch to the branch when it's working... ;)

Thanks a lot,
Pierre-Arnaud


Re: [Studio] Using the Maven Release Plugin

by Felix Knecht-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Pierre-Arnaud Marcelot schrieb:
> One more thing...
>
> The packaging of the studio-build project is "jar".
> Don't you think it should be 'pom' instead?
IIRC there was any reason (?) in the beginning that this didn't worked,
so I used 'jar'. But your right -if 'pom' works now let's do it.

Thanks
Felix


Re: [Studio] Using the Maven Release Plugin

by Pierre-Arnaud Marcelot-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Oct 9, 2008 at 4:06 PM, Felix Knecht <felixk@...> wrote:
IIRC there was any reason (?) in the beginning that this didn't worked,
so I used 'jar'. But your right -if 'pom' works now let's do it.

I've not tested this yet. But I'm sure it could work.
As we're not producing any usable jar, but multiple distributions in zip or tar.gz (that have their own deployment configuration, I was thinking a 'pom' packaging is more appropriate than 'jar'.

Regards,
Pierre-Arnaud


Re: [Studio] Using the Maven Release Plugin

by Pierre-Arnaud Marcelot-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

We're almost there...

This time it's not failing, but it is trying to deploy the distribution on p.a.o, instead of using the altDeploymentRepository property.

See the log attached to this mail.

Any hints about that?

Thanks,
Pierre-Arnaud

On Thu, Oct 9, 2008 at 4:12 PM, Pierre-Arnaud Marcelot <pa@...> wrote:
On Thu, Oct 9, 2008 at 4:06 PM, Felix Knecht <felixk@...> wrote:
IIRC there was any reason (?) in the beginning that this didn't worked,
so I used 'jar'. But your right -if 'pom' works now let's do it.

I've not tested this yet. But I'm sure it could work.
As we're not producing any usable jar, but multiple distributions in zip or tar.gz (that have their own deployment configuration, I was thinking a 'pom' packaging is more appropriate than 'jar'.

Regards,
Pierre-Arnaud



        [INFO] ------------------------------------------------------------------------
        [INFO] Building Apache Directory Studio Build
        [INFO]    task-segment: [deploy]
        [INFO] ------------------------------------------------------------------------
        [INFO] [remote-resources:process {execution: default}]
        [INFO] [studio:unpack-with-artifactid-prefix {execution: unpack-plugins-macosx}]
        [INFO] Unpacking /Users/pajbam/.m2/repository/org/eclipse/equinox/launcher/carbon/macosx/1.0.100.v20080509-1800/macosx-1.0.100.v20080509-1800.zip to
                         /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio-macosx/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.100.v20080509-1800
        [INFO] [studio:copy-eclipse-artifact {execution: copy-plugins-macosx}]
        [INFO] Copying artifact macosx to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio-macosx/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.filesystem.macosx_1.0.0.v20080604-1400.jar
        [INFO] Copying artifact macosx to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio-macosx/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.jdt.launching.macosx_3.1.100.v20080422.jar
        [INFO] Copying artifact carbon to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio-macosx/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui.carbon_4.0.0.I20080610-1200.jar
        [INFO] Copying artifact macosx to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio-macosx/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.swt.carbon.macosx_3.4.0.v3448f.jar
        [INFO] [dependency:copy {execution: copy-studio-launcher-macosx}]
        [INFO] Configured Artifact: org.apache.directory.studio:launcher-macosx:?:tar.gz
        [INFO] Copying launcher-macosx-1.3.0.tar.gz to /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio-macosx/launcher-macosx-1.3.0.tar.gz
        [INFO] [antrun:run {execution: unpack-studio-launcher-macosx}]
        [INFO] Executing tasks
            [untar] Expanding: /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio-macosx/launcher-macosx-1.3.0.tar.gz into /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio-macosx
        [INFO] Executed tasks
        [INFO] [resources:resources]
        [INFO] Using default encoding to copy filtered resources.
        [INFO] [studio:copy-eclipse-artifact {execution: copy-plugins}]
        [INFO] Copying artifact aciitemeditor to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.directory.studio.aciitemeditor_1.3.0.v20081009.jar
        [INFO] Copying artifact apacheds to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.directory.studio.apacheds_1.3.0.v20081009.jar
        [INFO] Copying artifact apacheds.configuration to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.directory.studio.apacheds.configuration_1.3.0.v20081009.jar
        [INFO] Copying artifact apacheds.configuration.help to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.directory.studio.apacheds.configuration.help_1.3.0.v20081009.jar
        [INFO] Copying artifact apacheds.help to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.directory.studio.apacheds.help_1.3.0.v20081009.jar
        [INFO] Copying artifact connection.core to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.directory.studio.connection.core_1.3.0.v20081009.jar
        [INFO] Copying artifact connection.ui to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.directory.studio.connection.ui_1.3.0.v20081009.jar
        [INFO] Copying artifact jars to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.directory.studio.jars_1.3.0.v20081009.jar
        [INFO] Copying artifact ldapbrowser.core to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.directory.studio.ldapbrowser.core_1.3.0.v20081009.jar
        [INFO] Copying artifact ldapbrowser.common to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.directory.studio.ldapbrowser.common_1.3.0.v20081009.jar
        [INFO] Copying artifact ldapbrowser.help to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.directory.studio.ldapbrowser.help_1.3.0.v20081009.jar
        [INFO] Copying artifact ldapbrowser.ui to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.directory.studio.ldapbrowser.ui_1.3.0.v20081009.jar
        [INFO] Copying artifact ldifeditor to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.directory.studio.ldifeditor_1.3.0.v20081009.jar
        [INFO] Copying artifact ldifeditor.help to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.directory.studio.ldifeditor.help_1.3.0.v20081009.jar
        [INFO] Copying artifact ldifparser to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.directory.studio.ldifparser_1.3.0.v20081009.jar
        [INFO] Copying artifact rcp to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.directory.studio.rcp_1.3.0.v20081009.jar
        [INFO] Copying artifact rcp.help to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.directory.studio.rcp.help_1.3.0.v20081009.jar
        [INFO] Copying artifact schemaeditor to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.directory.studio.schemaeditor_1.3.0.v20081009.jar
        [INFO] Copying artifact schemaeditor.help to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.directory.studio.schemaeditor.help_1.3.0.v20081009.jar
        [INFO] Copying artifact valueeditors to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.directory.studio.valueeditors_1.3.0.v20081009.jar
        [INFO] Copying artifact icu to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/com.ibm.icu_3.8.1.v20080530.jar
        [INFO] Copying artifact servlet to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/javax.servlet_2.4.0.v200806031604.jar
        [INFO] Copying artifact jsp to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/javax.servlet.jsp_2.0.0.v200806031607.jar
        [INFO] Copying artifact el to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.commons.el_1.0.0.v200806031608.jar
        [INFO] Copying artifact logging to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.commons.logging_1.0.4.v20080605-1930.jar
        [INFO] Copying artifact jasper to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.jasper_5.5.17.v200806031609.jar
        [INFO] Copying artifact lucene to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.lucene_1.9.1.v20080530-1600.jar
        [INFO] Copying artifact analysis to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.apache.lucene.analysis_1.9.1.v20080530-1600.jar
        [INFO] Copying artifact compare to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.compare_3.4.0.I20080604-studio.jar
        [INFO] Copying artifact boot to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.core.boot_3.1.100.v20080218.jar
        [INFO] Copying artifact commands to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.core.commands_3.4.0.I20080509-2000.jar
        [INFO] Copying artifact contenttype to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.core.contenttype_3.3.0.v20080604-1400.jar
        [INFO] Copying artifact databinding to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.core.databinding_1.1.0.I20080527-2000.jar
        [INFO] Copying artifact expressions to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.core.expressions_3.4.0.v20080603-2000.jar
        [INFO] Copying artifact filebuffers to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.core.filebuffers_3.4.0.v20080603-2000.jar
        [INFO] Copying artifact filesystem to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.core.filesystem_1.2.0.v20080604-1400.jar
        [INFO] Copying artifact jobs to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.core.jobs_3.4.0.v20080512.jar
        [INFO] Copying artifact net to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.core.net_1.1.0.I20080604.jar
        [INFO] Copying artifact resources to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.core.resources_3.4.0.v20080604-1400.jar
        [INFO] Copying artifact compatibility to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.core.resources.compatibility_3.4.0.v20080604-1400.jar
        [INFO] Copying artifact runtime to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.core.runtime_3.4.0.v20080512.jar
        [INFO] Copying artifact compatibility to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.core.runtime.compatibility_3.2.0.v20071008.jar
        [INFO] Copying artifact auth to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.core.runtime.compatibility.auth_3.2.100.v20070502.jar
        [INFO] Copying artifact variables to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.core.variables_3.2.100.v20080529-1300.jar
        [INFO] Copying artifact core to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.debug.core_3.4.0.v20080612.jar
        [INFO] Copying artifact ui to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.debug.ui_3.4.0.v20080529-1300-studio.jar
        [INFO] Copying artifact app to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.equinox.app_1.1.0.v20080421-2006.jar
        [INFO] Copying artifact common to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.equinox.common_3.4.0.v20080421-2006.jar
        [INFO] Copying artifact jetty to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.equinox.http.jetty_1.1.0.v20080425.jar
        [INFO] Copying artifact registry to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.equinox.http.registry_1.0.100.v20080427-0830.jar
        [INFO] Copying artifact servlet to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.equinox.http.servlet_1.0.100.v20080427-0830.jar
        [INFO] Copying artifact jasper to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.equinox.jsp.jasper_1.0.100.v20080427-0830.jar
        [INFO] Copying artifact registry to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.0.v20080427-0830.jar
        [INFO] Copying artifact launcher to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar
        [INFO] Copying artifact preferences to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.equinox.preferences_3.2.200.v20080421-2006.jar
        [INFO] Copying artifact registry to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.equinox.registry_3.4.0.v20080516-0950.jar
        [INFO] Copying artifact security to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.equinox.security_1.0.0.v20080512-1800.jar
        [INFO] Copying artifact help to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.help_3.3.100.v20080610.jar
        [INFO] Copying artifact appserver to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.help.appserver_3.1.300.v20080507.jar
        [INFO] Copying artifact base to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.help.base_3.3.100.v20080617.jar
        [INFO] Copying artifact ui to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.help.ui_3.3.100.v20080521.jar
        [INFO] Copying artifact webapp to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.help.webapp_3.3.100.v20080528.jar
        [INFO] Copying artifact core to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.jdt.core_3.4.0.v_874.jar
        [INFO] Copying artifact manipulation to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.jdt.core.manipulation_1.2.0.v20080603-2000.jar
        [INFO] Copying artifact ui to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.jdt.debug.ui_3.3.0.v20080603-studio.jar
        [INFO] Copying artifact launching to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.jdt.launching_3.4.0.v20080529-1300.jar
        [INFO] Copying artifact ui to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.jdt.ui_3.4.0.v20080603-2000-studio.jar
        [INFO] Copying artifact jface to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.jface_3.4.0.I20080606-1300.jar
        [INFO] Copying artifact databinding to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.jface.databinding_1.2.0.I20080515-2000a.jar
        [INFO] Copying artifact text to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.jface.text_3.4.0.v20080603-2000.jar
        [INFO] Copying artifact refactoring to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.ltk.core.refactoring_3.4.0.v20080603-2000.jar
        [INFO] Copying artifact refactoring to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.ltk.ui.refactoring_3.4.0.v20080605-1800.jar
        [INFO] Copying artifact osgi to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.osgi_3.4.0.v20080605-1900.jar
        [INFO] Copying artifact services to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.osgi.services_3.1.200.v20071203.jar
        [INFO] Copying artifact util to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.osgi.util_3.1.300.v20080303.jar
        [INFO] Copying artifact rcp to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.rcp_3.4.0.v20080507.jar
        [INFO] Copying artifact search to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.search_3.4.0.v20080603-2000-studio.jar
        [INFO] Copying artifact swt to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.swt_3.4.0.v3448f.jar
        [INFO] Copying artifact core to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.team.core_3.4.0.I20080605.jar
        [INFO] Copying artifact ui to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.team.ui_3.4.0.I20080604-studio.jar
        [INFO] Copying artifact text to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.text_3.4.0.v20080605-1800.jar
        [INFO] Copying artifact ui to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.ui_3.4.0.I20080610-1200.jar
        [INFO] Copying artifact console to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.ui.console_3.3.0.v20080529-1300.jar
        [INFO] Copying artifact editors to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.ui.editors_3.4.0.v20080603-2000-studio.jar
        [INFO] Copying artifact forms to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.ui.forms_3.3.100.v20080611.jar
        [INFO] Copying artifact ide to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300-studio.jar
        [INFO] Copying artifact application to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.ui.ide.application_1.0.0.I20080603-2000-studio.jar
        [INFO] Copying artifact intro to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.ui.intro_3.2.200.v20080610.jar
        [INFO] Copying artifact navigator to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.ui.navigator_3.3.100.I20080606-1300.jar
        [INFO] Copying artifact resources to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.ui.navigator.resources_3.3.100.I20080606-1300-studio.jar
        [INFO] Copying artifact net to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.ui.net_1.0.0.I20080605.jar
        [INFO] Copying artifact views to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.ui.views_3.3.0.I20080509-2000-studio.jar
        [INFO] Copying artifact tabbed to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.ui.views.properties.tabbed_3.4.0.I20080527-2000.jar
        [INFO] Copying artifact workbench to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.ui.workbench_3.4.0.I20080606-1300.jar
        [INFO] Copying artifact texteditor to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.ui.workbench.texteditor_3.4.0.v20080603-2000.jar
        [INFO] Copying artifact configurator to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.update.configurator_3.2.200.v20080417.jar
        [INFO] Copying artifact core to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.update.core_3.2.200.v20080515.jar
        [INFO] Copying artifact scheduler to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.update.scheduler_3.2.100.v20080404.jar
        [INFO] Copying artifact ui to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.update.ui_3.2.100.v20080318.jar
        [INFO] Copying artifact jetty to
                       /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.mortbay.jetty_5.1.14.v200806031611.jar
        [INFO] [studio:unpack-with-artifactid-prefix {execution: unpack-plugins}]
        [INFO] Unpacking /Users/pajbam/.m2/repository/org/eclipse/ui/workbench/compatibility/3.2.0.I20080509-2000/compatibility-3.2.0.I20080509-2000.zip to
                         /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20080509-2000
        [INFO] Unpacking /Users/pajbam/.m2/repository/org/eclipse/jdt/debug/3.4.0.v20080604/debug-3.4.0.v20080604.zip to
                         /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.jdt.debug_3.4.0.v20080604
        [INFO] Unpacking /Users/pajbam/.m2/repository/org/eclipse/sdk/3.4.0.v200806172000/sdk-3.4.0.v200806172000.zip to
                         /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.sdk_3.4.0.v200806172000
        [INFO] Unpacking /Users/pajbam/.m2/repository/org/eclipse/core/runtime/compatibility/registry/3.2.200.v20080610/registry-3.2.200.v20080610.zip to
                         /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.200.v20080610
        [INFO] [studio:unpack-with-artifactid-prefix {execution: unpack-features-with-artifactid-prefix}]
        [INFO] Unpacking /Users/pajbam/.m2/repository/org/apache/directory/studio/rcp.feature/1.3.0.v20081009/rcp.feature-1.3.0.v20081009.jar to
                         /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/features/org.apache.directory.studio.rcp.feature_1.3.0.v20081009
        [INFO] Unpacking /Users/pajbam/.m2/repository/org/apache/directory/studio/schemaeditor.feature/1.3.0.v20081009/schemaeditor.feature-1.3.0.v20081009.jar to
                         /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/features/org.apache.directory.studio.schemaeditor.feature_1.3.0.v20081009
        [INFO] Unpacking /Users/pajbam/.m2/repository/org/apache/directory/studio/ldapbrowser.feature/1.3.0.v20081009/ldapbrowser.feature-1.3.0.v20081009.jar to
                         /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/features/org.apache.directory.studio.ldapbrowser.feature_1.3.0.v20081009
        [INFO] Unpacking /Users/pajbam/.m2/repository/org/apache/directory/studio/ldifeditor.feature/1.3.0.v20081009/ldifeditor.feature-1.3.0.v20081009.jar to
                         /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/features/org.apache.directory.studio.ldifeditor.feature_1.3.0.v20081009
        [INFO] Unpacking /Users/pajbam/.m2/repository/org/apache/directory/studio/apacheds.configuration.feature/1.3.0.v20081009/apacheds.configuration.feature-1.3.0.v20081009.jar to
                         /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/features/org.apache.directory.studio.apacheds.configuration.feature_1.3.0.v20081009
        [INFO] Unpacking /Users/pajbam/.m2/repository/org/apache/directory/studio/apacheds.feature/1.3.0.v20081009/apacheds.feature-1.3.0.v20081009.jar to
                         /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/ApacheDirectoryStudio/features/org.apache.directory.studio.apacheds.feature_1.3.0.v20081009
        [INFO] [compiler:compile]
        [INFO] No sources to compile
        [INFO] [resources:testResources]
        [INFO] Using default encoding to copy filtered resources.
        [INFO] [compiler:testCompile]
        [INFO] No sources to compile
        [INFO] [surefire:test]
        [INFO] Tests are skipped.
        [INFO] [jar:jar]
        [INFO] Building jar: /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/studio-build-1.3.0.v20081009.jar
        [INFO] Preparing source:jar
        [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
        [INFO] No goals needed for project - skipping
        [INFO] [source:jar {execution: default}]
        [INFO] Building jar: /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/studio-build-1.3.0.v20081009-sources.jar
        [WARNING] DEPRECATED [aggregate]: As of version 2.5, use the goals <code>javadoc:aggregate</code> and
        <code>javadoc:test-aggregate</code> instead.
        [INFO] [javadoc:jar {execution: attach-javadocs}]
        [INFO] [assembly:attached {execution: assembly-distribution-macosx}]
        [INFO] Reading assembly descriptor: /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/src/main/assembly/bin-macosx.xml
        [INFO] Building tar : /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/target/distributions/ApacheDirectoryStudio-macosx-1.3.0.v20081009-dist.tar.gz
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/ longer than 100 characters.
        [WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.100.v20080509-1800/ longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.100.v20080509-1800/META-INF/ longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/ longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.apacheds.configuration.feature_1.3.0.v20081009/ longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.apacheds.configuration.feature_1.3.0.v20081009/META-INF/ longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.apacheds.feature_1.3.0.v20081009/ longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.apacheds.feature_1.3.0.v20081009/META-INF/ longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.ldapbrowser.feature_1.3.0.v20081009/ longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.ldapbrowser.feature_1.3.0.v20081009/META-INF/ longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.ldifeditor.feature_1.3.0.v20081009/ longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.ldifeditor.feature_1.3.0.v20081009/META-INF/ longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.rcp.feature_1.3.0.v20081009/ longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.rcp.feature_1.3.0.v20081009/META-INF/ longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.schemaeditor.feature_1.3.0.v20081009/ longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.schemaeditor.feature_1.3.0.v20081009/META-INF/ longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.200.v20080610/ longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.200.v20080610/META-INF/ longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.jdt.debug_3.4.0.v20080604/ longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.jdt.debug_3.4.0.v20080604/META-INF/ longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/ longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/META-INF/ longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20080509-2000/ longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20080509-2000/META-INF/ longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.filesystem.macosx_1.0.0.v20080604-1400.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.100.v20080509-1800/about.html longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.100.v20080509-1800/eclipse_1114.so longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.100.v20080509-1800/launcher.carbon.macosx.properties longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.100.v20080509-1800/META-INF/eclipse.inf longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.100.v20080509-1800/META-INF/ECLIPSE.RSA longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.100.v20080509-1800/META-INF/ECLIPSE.SF longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.100.v20080509-1800/META-INF/MANIFEST.MF longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.jdt.launching.macosx_3.1.100.v20080422.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.swt.carbon.macosx_3.4.0.v3448f.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui.carbon_4.0.0.I20080610-1200.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/studio.icns longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/MacOS/ApacheDirectoryStudio longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.apacheds.configuration.feature_1.3.0.v20081009/feature.xml longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.apacheds.configuration.feature_1.3.0.v20081009/META-INF/DEPENDENCIES longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.apacheds.configuration.feature_1.3.0.v20081009/META-INF/LICENSE longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.apacheds.configuration.feature_1.3.0.v20081009/META-INF/MANIFEST.MF longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.apacheds.configuration.feature_1.3.0.v20081009/META-INF/NOTICE longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.apacheds.configuration.feature_1.3.0.v20081009/studio.png longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.apacheds.feature_1.3.0.v20081009/feature.xml longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.apacheds.feature_1.3.0.v20081009/META-INF/DEPENDENCIES longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.apacheds.feature_1.3.0.v20081009/META-INF/LICENSE longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.apacheds.feature_1.3.0.v20081009/META-INF/MANIFEST.MF longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.apacheds.feature_1.3.0.v20081009/META-INF/NOTICE longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.apacheds.feature_1.3.0.v20081009/studio.png longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.ldapbrowser.feature_1.3.0.v20081009/feature.xml longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.ldapbrowser.feature_1.3.0.v20081009/META-INF/DEPENDENCIES longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.ldapbrowser.feature_1.3.0.v20081009/META-INF/LICENSE longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.ldapbrowser.feature_1.3.0.v20081009/META-INF/MANIFEST.MF longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.ldapbrowser.feature_1.3.0.v20081009/META-INF/NOTICE longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.ldapbrowser.feature_1.3.0.v20081009/studio.png longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.ldifeditor.feature_1.3.0.v20081009/feature.xml longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.ldifeditor.feature_1.3.0.v20081009/META-INF/DEPENDENCIES longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.ldifeditor.feature_1.3.0.v20081009/META-INF/LICENSE longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.ldifeditor.feature_1.3.0.v20081009/META-INF/MANIFEST.MF longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.ldifeditor.feature_1.3.0.v20081009/META-INF/NOTICE longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.ldifeditor.feature_1.3.0.v20081009/studio.png longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.rcp.feature_1.3.0.v20081009/feature.xml longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.rcp.feature_1.3.0.v20081009/META-INF/DEPENDENCIES longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.rcp.feature_1.3.0.v20081009/META-INF/LICENSE longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.rcp.feature_1.3.0.v20081009/META-INF/MANIFEST.MF longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.rcp.feature_1.3.0.v20081009/META-INF/NOTICE longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.rcp.feature_1.3.0.v20081009/studio.png longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.schemaeditor.feature_1.3.0.v20081009/feature.xml longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.schemaeditor.feature_1.3.0.v20081009/META-INF/DEPENDENCIES longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.schemaeditor.feature_1.3.0.v20081009/META-INF/LICENSE longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.schemaeditor.feature_1.3.0.v20081009/META-INF/MANIFEST.MF longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.schemaeditor.feature_1.3.0.v20081009/META-INF/NOTICE longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/features/org.apache.directory.studio.schemaeditor.feature_1.3.0.v20081009/studio.png longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/com.ibm.icu_3.8.1.v20080530.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/javax.servlet.jsp_2.0.0.v200806031607.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/javax.servlet_2.4.0.v200806031604.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.commons.el_1.0.0.v200806031608.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.commons.logging_1.0.4.v20080605-1930.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.directory.studio.aciitemeditor_1.3.0.v20081009.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.directory.studio.apacheds.configuration.help_1.3.0.v20081009.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.directory.studio.apacheds.configuration_1.3.0.v20081009.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.directory.studio.apacheds.help_1.3.0.v20081009.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.directory.studio.apacheds_1.3.0.v20081009.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.directory.studio.connection.core_1.3.0.v20081009.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.directory.studio.connection.ui_1.3.0.v20081009.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.directory.studio.jars_1.3.0.v20081009.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.directory.studio.ldapbrowser.common_1.3.0.v20081009.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.directory.studio.ldapbrowser.core_1.3.0.v20081009.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.directory.studio.ldapbrowser.help_1.3.0.v20081009.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.directory.studio.ldapbrowser.ui_1.3.0.v20081009.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.directory.studio.ldifeditor.help_1.3.0.v20081009.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.directory.studio.ldifeditor_1.3.0.v20081009.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.directory.studio.ldifparser_1.3.0.v20081009.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.directory.studio.rcp.help_1.3.0.v20081009.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.directory.studio.rcp_1.3.0.v20081009.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.directory.studio.schemaeditor.help_1.3.0.v20081009.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.directory.studio.schemaeditor_1.3.0.v20081009.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.directory.studio.valueeditors_1.3.0.v20081009.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.jasper_5.5.17.v200806031609.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.lucene.analysis_1.9.1.v20080530-1600.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.apache.lucene_1.9.1.v20080530-1600.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.compare_3.4.0.I20080604-studio.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.boot_3.1.100.v20080218.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.commands_3.4.0.I20080509-2000.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.contenttype_3.3.0.v20080604-1400.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.databinding_1.1.0.I20080527-2000.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.expressions_3.4.0.v20080603-2000.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.filebuffers_3.4.0.v20080603-2000.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.filesystem_1.2.0.v20080604-1400.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.jobs_3.4.0.v20080512.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.net_1.1.0.I20080604.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.resources.compatibility_3.4.0.v20080604-1400.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.resources_3.4.0.v20080604-1400.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.runtime.compatibility.auth_3.2.100.v20070502.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.200.v20080610/about.html longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.200.v20080610/fragment.properties longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.200.v20080610/META-INF/eclipse.inf longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.200.v20080610/META-INF/ECLIPSE.RSA longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.200.v20080610/META-INF/ECLIPSE.SF longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.200.v20080610/META-INF/MANIFEST.MF longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.200.v20080610/runtime_registry_compatibility.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.runtime.compatibility_3.2.0.v20071008.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.runtime_3.4.0.v20080512.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.core.variables_3.2.100.v20080529-1300.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.debug.core_3.4.0.v20080612.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.debug.ui_3.4.0.v20080529-1300-studio.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.equinox.app_1.1.0.v20080421-2006.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.equinox.common_3.4.0.v20080421-2006.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.equinox.http.jetty_1.1.0.v20080425.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.equinox.http.registry_1.0.100.v20080427-0830.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.equinox.http.servlet_1.0.100.v20080427-0830.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.0.v20080427-0830.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.equinox.jsp.jasper_1.0.100.v20080427-0830.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.equinox.preferences_3.2.200.v20080421-2006.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.equinox.registry_3.4.0.v20080516-0950.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.equinox.security_1.0.0.v20080512-1800.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.help.appserver_3.1.300.v20080507.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.help.base_3.3.100.v20080617.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.help.ui_3.3.100.v20080521.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.help.webapp_3.3.100.v20080528.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.help_3.3.100.v20080610.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.jdt.core.manipulation_1.2.0.v20080603-2000.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.jdt.core_3.4.0.v_874.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.jdt.debug.ui_3.3.0.v20080603-studio.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.jdt.debug_3.4.0.v20080604/about.html longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.jdt.debug_3.4.0.v20080604/jdi.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.jdt.debug_3.4.0.v20080604/jdimodel.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.jdt.debug_3.4.0.v20080604/META-INF/eclipse.inf longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.jdt.debug_3.4.0.v20080604/META-INF/ECLIPSE.RSA longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.jdt.debug_3.4.0.v20080604/META-INF/ECLIPSE.SF longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.jdt.debug_3.4.0.v20080604/META-INF/MANIFEST.MF longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.jdt.debug_3.4.0.v20080604/plugin.properties longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.jdt.debug_3.4.0.v20080604/plugin.xml longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.jdt.launching_3.4.0.v20080529-1300.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.jdt.ui_3.4.0.v20080603-2000-studio.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.jface.databinding_1.2.0.I20080515-2000a.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.jface.text_3.4.0.v20080603-2000.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.jface_3.4.0.I20080606-1300.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ltk.core.refactoring_3.4.0.v20080603-2000.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ltk.ui.refactoring_3.4.0.v20080605-1800.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.osgi.services_3.1.200.v20071203.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.osgi.util_3.1.300.v20080303.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.osgi_3.4.0.v20080605-1900.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.rcp_3.4.0.v20080507.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/about.html longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/about.ini longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/about.mappings longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/about.properties longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/book.css longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/disabled_book.css longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/eclipse.gif longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/eclipse.png longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/eclipse32.gif longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/eclipse32.png longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/eclipse48.gif longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/eclipse48.png longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/eclipse_lg.gif longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/helpData.xml longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/intro-eclipse.png longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/introData.xml longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/macosx_narrow_book.css longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/META-INF/eclipse.inf longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/META-INF/ECLIPSE.RSA longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/META-INF/ECLIPSE.SF longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/META-INF/MANIFEST.MF longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/narrow_book.css longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/plugin.properties longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/plugin.xml longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/plugin_customization.ini longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.sdk_3.4.0.v200806172000/plugin_customization.properties longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.search_3.4.0.v20080603-2000-studio.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.swt_3.4.0.v3448f.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.team.core_3.4.0.I20080605.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.team.ui_3.4.0.I20080604-studio.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.text_3.4.0.v20080605-1800.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui.console_3.3.0.v20080529-1300.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui.editors_3.4.0.v20080603-2000-studio.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui.forms_3.3.100.v20080611.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui.ide.application_1.0.0.I20080603-2000-studio.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui.ide_3.4.0.I20080606-1300-studio.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui.intro_3.2.200.v20080610.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui.navigator.resources_3.3.100.I20080606-1300-studio.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui.navigator_3.3.100.I20080606-1300.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui.net_1.0.0.I20080605.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui.views.properties.tabbed_3.4.0.I20080527-2000.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui.views_3.3.0.I20080509-2000-studio.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20080509-2000/about.html longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20080509-2000/compatibility.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20080509-2000/fragment-compatibility.properties longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20080509-2000/META-INF/eclipse.inf longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20080509-2000/META-INF/ECLIPSE.RSA longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20080509-2000/META-INF/ECLIPSE.SF longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20080509-2000/META-INF/MANIFEST.MF longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui.workbench.texteditor_3.4.0.v20080603-2000.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui.workbench_3.4.0.I20080606-1300.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.ui_3.4.0.I20080610-1200.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.update.configurator_3.2.200.v20080417.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.update.core_3.2.200.v20080515.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.update.scheduler_3.2.100.v20080404.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.eclipse.update.ui_3.2.100.v20080318.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/plugins/org.mortbay.jetty_5.1.14.v200806031611.jar longer than 100 characters.
        [WARNING] Entry: ApacheDirectoryStudio-macosx-1.3.0.v20081009/Apache Directory Studio.app/Contents/Resources/Java/configuration/config.ini longer than 100 characters.
        [INFO] [tools:verify-legal-files {execution: verify-legal-files}]
        [INFO] Checking legal files in: studio-build-1.3.0.v20081009.jar
        [INFO] Checking legal files in: studio-build-1.3.0.v20081009-sources.jar
        [INFO] [gpg:sign {execution: default}]
        Reading passphrase from file descriptor 0    

Vous avez besoin d'une phrase de passe pour dŽverrouiller la
clŽ secrte pour l'utilisateur: Ç Pierre-Arnaud Marcelot (CODE SIGNING KEY) <pamarcelot@...> È
clŽ de 1024 bits DSA, ID F30E5F0A, crŽŽe le 2007-02-13

Reading passphrase from file descriptor 0    

Vous avez besoin d'une phrase de passe pour dŽverrouiller la
clŽ secrte pour l'utilisateur: Ç Pierre-Arnaud Marcelot (CODE SIGNING KEY) <pamarcelot@...> È
clŽ de 1024 bits DSA, ID F30E5F0A, crŽŽe le 2007-02-13

Reading passphrase from file descriptor 0    

Vous avez besoin d'une phrase de passe pour dŽverrouiller la
clŽ secrte pour l'utilisateur: Ç Pierre-Arnaud Marcelot (CODE SIGNING KEY) <pamarcelot@...> È
clŽ de 1024 bits DSA, ID F30E5F0A, crŽŽe le 2007-02-13

Reading passphrase from file descriptor 0    

Vous avez besoin d'une phrase de passe pour dŽverrouiller la
clŽ secrte pour l'utilisateur: Ç Pierre-Arnaud Marcelot (CODE SIGNING KEY) <pamarcelot@...> È
clŽ de 1024 bits DSA, ID F30E5F0A, crŽŽe le 2007-02-13

[INFO] [install:install]
        [INFO] Installing /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/studio-build-1.3.0.v20081009.jar to /Users/pajbam/.m2/repository/org/apache/directory/studio/studio-build/1.3.0.v20081009/studio-build-1.3.0.v20081009.jar
        [INFO] Installing /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/studio-build-1.3.0.v20081009-sources.jar to /Users/pajbam/.m2/repository/org/apache/directory/studio/studio-build/1.3.0.v20081009/studio-build-1.3.0.v20081009-sources.jar
        [INFO] Installing /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/target/distributions/ApacheDirectoryStudio-macosx-1.3.0.v20081009-dist.tar.gz to /Users/pajbam/.m2/repository/org/apache/directory/studio/studio-build/1.3.0.v20081009/studio-build-1.3.0.v20081009-dist.tar.gz
        [INFO] Installing /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/studio-build-1.3.0.v20081009.jar.asc to /Users/pajbam/.m2/repository/org/apache/directory/studio/studio-build/1.3.0.v20081009/studio-build-1.3.0.v20081009.jar.asc
        [INFO] Installing /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/studio-build-1.3.0.v20081009.pom.asc to /Users/pajbam/.m2/repository/org/apache/directory/studio/studio-build/1.3.0.v20081009/studio-build-1.3.0.v20081009.pom.asc
        [INFO] Installing /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/studio-build-1.3.0.v20081009-sources.jar.asc to /Users/pajbam/.m2/repository/org/apache/directory/studio/studio-build/1.3.0.v20081009/studio-build-1.3.0.v20081009-sources.jar.asc
        [INFO] Installing /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/studio/target/gpg/Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/target/distributions/ApacheDirectoryStudio-macosx-1.3.0.v20081009-dist.tar.gz.asc to /Users/pajbam/.m2/repository/org/apache/directory/studio/studio-build/1.3.0.v20081009/studio-build-1.3.0.v20081009-dist.tar.gz.asc
        [INFO] [antrun:run {execution: unpack-dist-macosx (for immediate use)}]
        [INFO] Executing tasks
            [untar] Expanding: /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/target/distributions/ApacheDirectoryStudio-macosx-1.3.0.v20081009-dist.tar.gz into /Users/pajbam/Development/Apache/studio-release-testing/trunk/target/checkout/target/distributions
        [INFO] Executed tasks
        [INFO] [deploy:deploy]
        [INFO] Using alternate deployment repository test.release::default::file:///Users/pajbam/Development/Apache/FakeRepository/
        Uploading: file:///Users/pajbam/Development/Apache/FakeRepository//org/apache/directory/studio/studio-build/1.3.0.v20081009/studio-build-1.3.0.v20081009.jar
    10K uploaded
        [INFO] Retrieving previous metadata from test.release
        [INFO] Uploading repository metadata for: 'artifact org.apache.directory.studio:studio-build'
        [INFO] Uploading project information for studio-build 1.3.0.v20081009
        Uploading: file:///Users/pajbam/Development/Apache/FakeRepository//org/apache/directory/studio/studio-build/1.3.0.v20081009/studio-build-1.3.0.v20081009-sources.jar
    4K uploaded
        Uploading: file:///Users/pajbam/Development/Apache/FakeRepository//org/apache/directory/studio/studio-build/1.3.0.v20081009/studio-build-1.3.0.v20081009-dist.tar.gz
    61080K uploaded
        Uploading: file:///Users/pajbam/Development/Apache/FakeRepository//org/apache/directory/studio/studio-build/1.3.0.v20081009/studio-build-1.3.0.v20081009.jar.asc
    194b uploaded
        Uploading: file:///Users/pajbam/Development/Apache/FakeRepository//org/apache/directory/studio/studio-build/1.3.0.v20081009/studio-build-1.3.0.v20081009.pom.asc
    194b uploaded
        Uploading: file:///Users/pajbam/Development/Apache/FakeRepository//org/apache/directory/studio/studio-build/1.3.0.v20081009/studio-build-1.3.0.v20081009-sources.jar.asc
    194b uploaded
        Uploading: file:///Users/pajbam/Development/Apache/FakeRepository//org/apache/directory/studio/studio-build/1.3.0.v20081009/studio-build-1.3.0.v20081009-dist.tar.gz.asc
    194b uploaded
        [INFO] [deploy:deploy-file {execution: deploy-dist-macosx}]
        Password::
Password::
Password:: ^CMacBookPro:trunk pajbam$
< Prev | 1 - 2 - 3 - 4 | Next >