You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Markus Pohle <ap...@webunity.de> on 2007/08/08 18:36:13 UTC

Building apacheds-1.0.3-trunks fails

Hi List-users,

tried to build the latest trunks of apacheds-1.0.x as descriped on this site:
http://directory.apache.org/apacheds/1.0/building.html

Used maven 2.0.4 and JDK1.5.0_10 on Windows XP SP2 and SVN for Windows  
Version 1.4.4.

Started build with clean maven repository. The checkout command "svn  
co http://...." was successful. The ongoing "mvn install" command was  
also successful.

Then I tried to build the installers with these steps:
cd apacheds
cd server-installers
mav install

Thats not successful and ends up in the following error message.

Maybe someone can give me a hint/tip to solve this problem?

TIA
Markus Pohle




E:\Temp\20070808\apacheds-10-trunks\apacheds>cd server-installers

E:\Temp\20070808\apacheds-10-trunks\apacheds\server-installers>mvn install
[INFO] Scanning for projects...
[INFO]  
----------------------------------------------------------------------------
[INFO] Building ApacheDS Server Installers
[INFO]    task-segment: [install]
[INFO]  
----------------------------------------------------------------------------
[INFO] artifact org.apache.directory.daemon:daemon-plugin: checking  
for updates from central
[INFO] snapshot  
org.apache.directory.daemon:daemon-plugin:1.0.3-SNAPSHOT: checking for  
updates from apache.snapshots
[INFO] snapshot  
org.apache.directory.daemon:daemon-parent:1.0.3-SNAPSHOT: checking for  
updates from apache.snapshots
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] snapshot  
org.apache.directory.server:apacheds-server-main:1.0.3-SNAPSHOT:  
checking for updates from apache.snapsh
ots
[INFO] snapshot  
org.apache.directory.server:apacheds-parent:1.0.3-SNAPSHOT: checking  
for updates from apache.snapshots
[INFO] snapshot  
org.apache.directory.shared:shared-ldap:0.9.5.6-SNAPSHOT: checking for  
updates from apache.snapshots
[INFO] snapshot  
org.apache.directory.shared:shared-parent:0.9.5.6-SNAPSHOT: checking  
for updates from apache.snapshots
[INFO] snapshot  
org.apache.directory.shared:shared-asn1:0.9.5.6-SNAPSHOT: checking for  
updates from apache.snapshots
[INFO] snapshot  
org.apache.directory.server:apacheds-server-ssl:1.0.3-SNAPSHOT:  
checking for updates from apache.snapsho
ts
[INFO] snapshot  
org.apache.directory.server:apacheds-server-jndi:1.0.3-SNAPSHOT:  
checking for updates from apache.snapsh
ots
[INFO] snapshot  
org.apache.directory.server:apacheds-protocol-changepw:1.0.3-SNAPSHOT:  
checking for updates from apache.
snapshots
[INFO] snapshot  
org.apache.directory.server:apacheds-kerberos-shared:1.0.3-SNAPSHOT:  
checking for updates from apache.sn
apshots
[INFO] snapshot  
org.apache.directory.server:apacheds-protocol-shared:1.0.3-SNAPSHOT:  
checking for updates from apache.sn
apshots
[INFO] snapshot  
org.apache.directory.server:apacheds-core:1.0.3-SNAPSHOT: checking for  
updates from apache.snapshots
[INFO] snapshot  
org.apache.directory.server:apacheds-core-shared:1.0.3-SNAPSHOT:  
checking for updates from apache.snapsh
ots
[INFO] snapshot  
org.apache.directory.server:apacheds-protocol-ntp:1.0.3-SNAPSHOT:  
checking for updates from apache.snaps
hots
[INFO] snapshot  
org.apache.directory.server:apacheds-protocol-kerberos:1.0.3-SNAPSHOT:  
checking for updates from apache.
snapshots
[INFO] snapshot  
org.apache.directory.server:apacheds-protocol-ldap:1.0.3-SNAPSHOT:  
checking for updates from apache.snap
shots
[INFO] snapshot  
org.apache.directory.shared:shared-asn1-codec:0.9.5.6-SNAPSHOT:  
checking for updates from apache.snapsho
ts
[INFO] snapshot  
org.apache.directory.server:apacheds-server-tools:1.0.3-SNAPSHOT:  
checking for updates from apache.snaps
hots
[WARNING]
         Artifact  
org.apache.directory.daemon:daemon-bootstrappers:jar:1.0.2:provided  
retains local scope 'provided' over
riding broader scope 'compile'
         given by a dependency. If this is not intended, modify or  
remove the local scope.

Downloading:  
http://repo1.maven.org/maven2/org/apache/directory/daemon/daemon-bootstrappers/1.0.2/daemon-bootstrappers-1
.0.2.jar
29K downloaded
[INFO] [compiler:compile]
[INFO] Compiling 1 source file to  
E:\Temp\20070808\apacheds-10-trunks\apacheds\server-installers\target\classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar:  
E:\Temp\20070808\apacheds-10-trunks\apacheds\server-installers\target\apacheds-server-installers-1.
0.3-SNAPSHOT.jar
[WARNING] POM for 'izpack:standalone-compiler:pom:3.8.0:runtime' is  
invalid. It will be ignored for artifact resolution.
  Reason: Failed to validate POM
[INFO] snapshot  
org.apache.directory.daemon:daemon-bootstrappers:1.0.3-SNAPSHOT:  
checking for updates from apache.snapsh
ots
[INFO] [daemon:generate {execution: default}]
cmd[0] = svn
cmd[1] = export
cmd[2] =  
http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2
cmd[3] =  
E:\Temp\20070808\apacheds-10-trunks\apacheds\server-installers\target\images\src
svn: Die URL  
?\194?\187http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2?\194?\171 existiert  
nicht

[INFO]  
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]  
------------------------------------------------------------------------
[INFO] Execution of ' svn export  
http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2  
E:\Temp\2007080
8\apacheds-10-trunks\apacheds\server-installers\target\images\src '  
resulted in a non-zero exit value: 1
[INFO]  
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]  
------------------------------------------------------------------------
[INFO] Total time: 19 seconds
[INFO] Finished at: Wed Aug 08 18:23:48 CEST 2007
[INFO] Final Memory: 7M/15M
[INFO]  
------------------------------------------------------------------------



Re: Building apacheds-1.0.3-trunks fails

Posted by Stefan Zoerner <st...@labeo.de>.
Markus Pohle wrote:
>  > Perhaps a stupid question: Have you checked this line?
> 
> sure, I have :-) and I dont have that programm there or anywhere else on 
> my computer. I did not know that I need that, 'cause building the 
> server-installers worked without in the past. And its not descriped in 
> the documentation.
> 

I think it is needed under Windows. No?

At least it is documented here:
http://directory.apache.org/apacheds/1.0/building.html

 > But if it was mentioned anywhere on the dev oder users lists in the past
 > and I have read over it, I really apologize for that.

No problem.
Greetings from Hamburg,
     Stefan


Re: Building apacheds-1.0.3-trunks fails

Posted by Markus Pohle <ap...@webunity.de>.
Hi,

 > Perhaps a stupid question: Have you checked this line?

sure, I have :-) and I dont have that programm there or anywhere else on 
my computer. I did not know that I need that, 'cause building the 
server-installers worked without in the past. And its not descriped in 
the documentation.

But if it was mentioned anywhere on the dev oder users lists in the past 
and I have read over it, I really apologize for that.

Greets
Markus


Stefan Zoerner schrieb:
> Hi Markus!
> 
> Perhaps a stupid question: Have you checked this line?
> 
> Cannot find Inno compiler: C:\Program Files\Inno Setup 5\ISCC.exe
> 
> Greetings from Hamburg,
>     Stefan
> 
> 
> Markus Pohle wrote:
>> Hi Chris,
>> hi Emmanuel,
>>
>> sorry to say that but for me it seems not to work.
>>
>> I did the following:
>>
>> svn co http://svn.apache.org/r...  apacheds-10-trunks
>> cd apacheds-10-trunks
>> mvn clean install
>> => build successful
>> cd apacheds\server-installers
>> mvn install
>> => build failure
>>
>> [INFO]  Processing 2 packagedFiles:
>> [INFO]          Processing packagedFile with source RELEASE-NOTES.txt 
>> for destination RELEASE-NOTES.txt
>> [INFO]          Processing packagedFile with source 
>> org.apache.directory.server:apacheds-server-tools for destination 
>> bin/apacheds-tools.jar
>> [INFO] 
>> ------------------------------------------------------------------------
>> [ERROR] BUILD FAILURE
>> [INFO] 
>> ------------------------------------------------------------------------
>> [INFO] Cannot find Inno compiler: C:\Program Files\Inno Setup 5\ISCC.exe
>> [INFO] 
>> ------------------------------------------------------------------------
>> [INFO] For more information, run Maven with the -e switch
>> [INFO] 
>> ------------------------------------------------------------------------
>> [INFO] Total time: 25 seconds
>> [INFO] Finished at: Fri Aug 10 11:12:43 CEST 2007
>> [INFO] Final Memory: 7M/16M
>> [INFO] 
>> ------------------------------------------------------------------------
> 

Re: Building apacheds-1.0.3-trunks fails

Posted by Stefan Zoerner <st...@labeo.de>.
Hi Markus!

Perhaps a stupid question: Have you checked this line?

Cannot find Inno compiler: C:\Program Files\Inno Setup 5\ISCC.exe

Greetings from Hamburg,
     Stefan


Markus Pohle wrote:
> Hi Chris,
> hi Emmanuel,
> 
> sorry to say that but for me it seems not to work.
> 
> I did the following:
> 
> svn co http://svn.apache.org/r...  apacheds-10-trunks
> cd apacheds-10-trunks
> mvn clean install
> => build successful
> cd apacheds\server-installers
> mvn install
> => build failure
> 
> [INFO]  Processing 2 packagedFiles:
> [INFO]          Processing packagedFile with source RELEASE-NOTES.txt 
> for destination RELEASE-NOTES.txt
> [INFO]          Processing packagedFile with source 
> org.apache.directory.server:apacheds-server-tools for destination 
> bin/apacheds-tools.jar
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Cannot find Inno compiler: C:\Program Files\Inno Setup 5\ISCC.exe
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 25 seconds
> [INFO] Finished at: Fri Aug 10 11:12:43 CEST 2007
> [INFO] Final Memory: 7M/16M
> [INFO] 
> ------------------------------------------------------------------------



Re: Building apacheds-1.0.3-trunks fails

Posted by Markus Pohle <ap...@webunity.de>.
Hi Chris,
hi Emmanuel,

sorry to say that but for me it seems not to work.

I did the following:

svn co http://svn.apache.org/r...  apacheds-10-trunks
cd apacheds-10-trunks
mvn clean install
=> build successful
cd apacheds\server-installers
mvn install
=> build failure

[INFO]  Processing 2 packagedFiles:
[INFO]          Processing packagedFile with source RELEASE-NOTES.txt 
for destination RELEASE-NOTES.txt
[INFO]          Processing packagedFile with source 
org.apache.directory.server:apacheds-server-tools for destination 
bin/apacheds-tools.jar
[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] Cannot find Inno compiler: C:\Program Files\Inno Setup 5\ISCC.exe
[INFO] 
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] 
------------------------------------------------------------------------
[INFO] Total time: 25 seconds
[INFO] Finished at: Fri Aug 10 11:12:43 CEST 2007
[INFO] Final Memory: 7M/16M
[INFO] 
------------------------------------------------------------------------

greets
Markus


Emmanuel Lecharny schrieb:
> Thanks for handling the pb, Chris !
> 
> I was a little bit naked, without any installed maven/svn/java on the
> computer I'm using lately ...
> 
> E.
> 


> On 8/9/07, Chris Custine <cc...@apache.org> wrote:
>> Hi Markus,
>> I fixed this issue in 1.0.3-SNAPSHOT builds.  There is a section of the
>> installer build that downloads the SVN sources and packages them up in the
>> installer, and the URL for that SVN branch has been wrong for a long time.
>> We don't include the sources automatically in 1.5 any more, so we may just
>> need to remove that in 1.0 as well.  Either way, you should be able to
>> update and build these installers now.
>>
>> Thanks,
>> Chris
>>
>>
>> On 8/9/07, Markus Pohle <ap...@webunity.de> wrote:
>>> Emmanuel,
>>>
>>> my fault - did the mvn clean install now only on top level, then
>>> switched to apacheds\server-installers and did mvn install but the
>>> result is the same!
>>>
>>> I am sorry to bother you with that fault, but I cannot find the reason
>>> why this error takes place.
>>>
>>> Markus
>>>
>>> Emmanuel Lecharny schrieb:
>>>> Markus,
>>>>
>>>> I meant mvn clean install on the top level, not in
>> apacheds/server-installers :)
>>>> Sadly, I'm not in front of my own computer, so I can't test the build
>>>> right now.
>>>>
>>>> E.
>>>>
>>>> On 8/9/07, Markus Pohle <ap...@webunity.de> wrote:
>>>>> Hi Emmanuel,
>>>>>
>>>>> sorry no success with that... I'll post the result of the 'mvn clean
>>>>> install' shot and maybe you can find the reason why it does not work.
>>>>>
>>>>> D:\Temp\apacheds-10-trunks>cd apacheds\server-installers
>>>>>
>>>>>
>> D:\Temp\apacheds-10-trunks\apacheds\server-installers>mvn
>> clean install
>>>>> [INFO] Scanning for projects...
>>>>> [INFO]
>>>>>
>> ----------------------------------------------------------------------------
>>>>> [INFO] Building ApacheDS Server Installers
>>>>> [INFO]    task-segment: [clean, install]
>>>>> [INFO]
>>>>>
>> ----------------------------------------------------------------------------
>>>>> [INFO] [clean:clean]
>>>>> [INFO] Deleting directory
>>>>>
>> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target
>>>>> [INFO] Deleting directory
>>>>>
>> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\classes
>>>>> [INFO] Deleting directory
>>>>>
>> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\test-classes
>>>>> [INFO] Deleting directory
>>>>>
>> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\site
>>>>> [INFO] [resources:resources]
>>>>> [INFO] Using default encoding to copy filtered resources.
>>>>> [INFO] [compiler:compile]
>>>>> [INFO] Compiling 1 source file to
>>>>>
>> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\classes
>>>>> [INFO] [resources:testResources]
>>>>> [INFO] Using default encoding to copy filtered resources.
>>>>> [INFO] [compiler:testCompile]
>>>>> [INFO] No sources to compile
>>>>> [INFO] [surefire:test]
>>>>> [INFO] No tests to run.
>>>>> [INFO] [jar:jar]
>>>>> [INFO] Building jar:
>>>>>
>> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\apacheds-
>> server-installers-1.0.3-SNAPSHOT.jar
>>>>> [WARNING] POM for
>> 'izpack:standalone-compiler:pom:3.8.0:runtime' is
>>>>> invalid. It will be ignored for artifact resolution. Reason: Failed to
>>>>> validate POM for proj
>>>>> ect izpack:standalone-compiler at Artifact
>>>>> [izpack:standalone-compiler:pom:3.8.0:runtime]
>>>>> [INFO] [daemon:generate {execution: default}]
>>>>> cmd[0] = svn
>>>>> cmd[1] = export
>>>>> cmd[2] =
>>>>>
>> http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2
>>>>> cmd[3] =
>>>>>
>> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\images\src
>>>>> svn: Die URL
>>>>>
>> ?\194?\187http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2?\194?\171
>>>>> existiert nicht
>>>>> [INFO]
>>>>>
>> ------------------------------------------------------------------------
>>>>> [ERROR] BUILD FAILURE
>>>>> [INFO]
>>>>>
>> ------------------------------------------------------------------------
>>>>> [INFO] Execution of ' svn export
>>>>>
>> http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2
>> D:\Temp\apacheds-10-trunks\apacheds\server-installers\t
>>>>> arget\images\src ' resulted in a non-zero exit value: 1
>>>>> [INFO]
>>>>>
>> ------------------------------------------------------------------------
>>>>> [INFO] For more information, run Maven with the -e switch
>>>>> [INFO]
>>>>>
>> ------------------------------------------------------------------------
>>>>> [INFO] Total time: 8 seconds
>>>>> [INFO] Finished at: Thu Aug 09 12:21:03 CEST 2007
>>>>> [INFO] Final Memory: 8M/16M
>>>>> [INFO]
>>>>>
>> ------------------------------------------------------------------------
>>>>> D:\Temp\apacheds-10-trunks\apacheds\server-installers>
>>>>>
>>>>> Emmanuel Lecharny schrieb:
>>>>>> Hi Markus,
>>>>>>
>>>>>> could you try a 'mvn clean install' command when building the whole
>>>>>> project, instead of a 'mvn install' ?
>>>>>>
>>>>>> On 8/8/07, Markus Pohle <ap...@webunity.de> wrote:
>>>>>>> Hi List-users,
>>>>>>>
>>>>>>> tried to build the latest trunks of apacheds-1.0.x as descriped on
>> this site:
>> http://directory.apache.org/apacheds/1.0/building.html
>>>>>>> Used maven 2.0.4 and JDK1.5.0_10 on Windows XP SP2 and SVN for
>> Windows
>>>>>>> Version 1.4.4.
>>>>>>>
>>>>>>> Started build with clean maven repository. The checkout command "svn
>>>>>>> co http://...." was successful. The ongoing "mvn install" command was
>>>>>>> also successful.
>>>>>>>
>>>>>>>
>>>>
>>
> 
> 

Re: Building apacheds-1.0.3-trunks fails

Posted by Emmanuel Lecharny <el...@gmail.com>.
Thanks for handling the pb, Chris !

I was a little bit naked, without any installed maven/svn/java on the
computer I'm using lately ...

E.

On 8/9/07, Chris Custine <cc...@apache.org> wrote:
> Hi Markus,
> I fixed this issue in 1.0.3-SNAPSHOT builds.  There is a section of the
> installer build that downloads the SVN sources and packages them up in the
> installer, and the URL for that SVN branch has been wrong for a long time.
> We don't include the sources automatically in 1.5 any more, so we may just
> need to remove that in 1.0 as well.  Either way, you should be able to
> update and build these installers now.
>
> Thanks,
> Chris
>
>
> On 8/9/07, Markus Pohle <ap...@webunity.de> wrote:
> > Emmanuel,
> >
> > my fault - did the mvn clean install now only on top level, then
> > switched to apacheds\server-installers and did mvn install but the
> > result is the same!
> >
> > I am sorry to bother you with that fault, but I cannot find the reason
> > why this error takes place.
> >
> > Markus
> >
> > Emmanuel Lecharny schrieb:
> > > Markus,
> > >
> > > I meant mvn clean install on the top level, not in
> apacheds/server-installers :)
> > >
> > > Sadly, I'm not in front of my own computer, so I can't test the build
> > > right now.
> > >
> > > E.
> > >
> > > On 8/9/07, Markus Pohle <ap...@webunity.de> wrote:
> > >> Hi Emmanuel,
> > >>
> > >> sorry no success with that... I'll post the result of the 'mvn clean
> > >> install' shot and maybe you can find the reason why it does not work.
> > >>
> > >> D:\Temp\apacheds-10-trunks>cd apacheds\server-installers
> > >>
> > >>
> D:\Temp\apacheds-10-trunks\apacheds\server-installers>mvn
> clean install
> > >> [INFO] Scanning for projects...
> > >> [INFO]
> > >>
> ----------------------------------------------------------------------------
> > >> [INFO] Building ApacheDS Server Installers
> > >> [INFO]    task-segment: [clean, install]
> > >> [INFO]
> > >>
> ----------------------------------------------------------------------------
> > >> [INFO] [clean:clean]
> > >> [INFO] Deleting directory
> > >>
> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target
> > >> [INFO] Deleting directory
> > >>
> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\classes
> > >> [INFO] Deleting directory
> > >>
> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\test-classes
> > >> [INFO] Deleting directory
> > >>
> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\site
> > >> [INFO] [resources:resources]
> > >> [INFO] Using default encoding to copy filtered resources.
> > >> [INFO] [compiler:compile]
> > >> [INFO] Compiling 1 source file to
> > >>
> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\classes
> > >> [INFO] [resources:testResources]
> > >> [INFO] Using default encoding to copy filtered resources.
> > >> [INFO] [compiler:testCompile]
> > >> [INFO] No sources to compile
> > >> [INFO] [surefire:test]
> > >> [INFO] No tests to run.
> > >> [INFO] [jar:jar]
> > >> [INFO] Building jar:
> > >>
> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\apacheds-
> server-installers-1.0.3-SNAPSHOT.jar
> > >> [WARNING] POM for
> 'izpack:standalone-compiler:pom:3.8.0:runtime' is
> > >> invalid. It will be ignored for artifact resolution. Reason: Failed to
> > >> validate POM for proj
> > >> ect izpack:standalone-compiler at Artifact
> > >> [izpack:standalone-compiler:pom:3.8.0:runtime]
> > >> [INFO] [daemon:generate {execution: default}]
> > >> cmd[0] = svn
> > >> cmd[1] = export
> > >> cmd[2] =
> > >>
> http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2
> > >> cmd[3] =
> > >>
> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\images\src
> > >> svn: Die URL
> > >>
> ?\194?\187http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2?\194?\171
> > >> existiert nicht
> > >> [INFO]
> > >>
> ------------------------------------------------------------------------
> > >> [ERROR] BUILD FAILURE
> > >> [INFO]
> > >>
> ------------------------------------------------------------------------
> > >> [INFO] Execution of ' svn export
> > >>
> http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2
> > >>
> D:\Temp\apacheds-10-trunks\apacheds\server-installers\t
> > >> arget\images\src ' resulted in a non-zero exit value: 1
> > >> [INFO]
> > >>
> ------------------------------------------------------------------------
> > >> [INFO] For more information, run Maven with the -e switch
> > >> [INFO]
> > >>
> ------------------------------------------------------------------------
> > >> [INFO] Total time: 8 seconds
> > >> [INFO] Finished at: Thu Aug 09 12:21:03 CEST 2007
> > >> [INFO] Final Memory: 8M/16M
> > >> [INFO]
> > >>
> ------------------------------------------------------------------------
> > >>
> > >> D:\Temp\apacheds-10-trunks\apacheds\server-installers>
> > >>
> > >> Emmanuel Lecharny schrieb:
> > >>> Hi Markus,
> > >>>
> > >>> could you try a 'mvn clean install' command when building the whole
> > >>> project, instead of a 'mvn install' ?
> > >>>
> > >>> On 8/8/07, Markus Pohle <ap...@webunity.de> wrote:
> > >>>> Hi List-users,
> > >>>>
> > >>>> tried to build the latest trunks of apacheds-1.0.x as descriped on
> this site:
> > >>>>
> http://directory.apache.org/apacheds/1.0/building.html
> > >>>>
> > >>>> Used maven 2.0.4 and JDK1.5.0_10 on Windows XP SP2 and SVN for
> Windows
> > >>>> Version 1.4.4.
> > >>>>
> > >>>> Started build with clean maven repository. The checkout command "svn
> > >>>> co http://...." was successful. The ongoing "mvn install" command was
> > >>>> also successful.
> > >>>>
> > >>>>
> > >
> > >
> >
>
>


-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Re: Building apacheds-1.0.3-trunks fails

Posted by Chris Custine <cc...@apache.org>.
Hi Markus,
I fixed this issue in 1.0.3-SNAPSHOT builds.  There is a section of the
installer build that downloads the SVN sources and packages them up in the
installer, and the URL for that SVN branch has been wrong for a long time.
We don't include the sources automatically in 1.5 any more, so we may just
need to remove that in 1.0 as well.  Either way, you should be able to
update and build these installers now.

Thanks,
Chris

On 8/9/07, Markus Pohle <ap...@webunity.de> wrote:
>
> Emmanuel,
>
> my fault - did the mvn clean install now only on top level, then
> switched to apacheds\server-installers and did mvn install but the
> result is the same!
>
> I am sorry to bother you with that fault, but I cannot find the reason
> why this error takes place.
>
> Markus
>
> Emmanuel Lecharny schrieb:
> > Markus,
> >
> > I meant mvn clean install on the top level, not in
> apacheds/server-installers :)
> >
> > Sadly, I'm not in front of my own computer, so I can't test the build
> > right now.
> >
> > E.
> >
> > On 8/9/07, Markus Pohle <ap...@webunity.de> wrote:
> >> Hi Emmanuel,
> >>
> >> sorry no success with that... I'll post the result of the 'mvn clean
> >> install' shot and maybe you can find the reason why it does not work.
> >>
> >> D:\Temp\apacheds-10-trunks>cd apacheds\server-installers
> >>
> >> D:\Temp\apacheds-10-trunks\apacheds\server-installers>mvn clean install
> >> [INFO] Scanning for projects...
> >> [INFO]
> >>
> ----------------------------------------------------------------------------
> >> [INFO] Building ApacheDS Server Installers
> >> [INFO]    task-segment: [clean, install]
> >> [INFO]
> >>
> ----------------------------------------------------------------------------
> >> [INFO] [clean:clean]
> >> [INFO] Deleting directory
> >> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target
> >> [INFO] Deleting directory
> >> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\classes
> >> [INFO] Deleting directory
> >>
> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\test-classes
> >> [INFO] Deleting directory
> >> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\site
> >> [INFO] [resources:resources]
> >> [INFO] Using default encoding to copy filtered resources.
> >> [INFO] [compiler:compile]
> >> [INFO] Compiling 1 source file to
> >> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\classes
> >> [INFO] [resources:testResources]
> >> [INFO] Using default encoding to copy filtered resources.
> >> [INFO] [compiler:testCompile]
> >> [INFO] No sources to compile
> >> [INFO] [surefire:test]
> >> [INFO] No tests to run.
> >> [INFO] [jar:jar]
> >> [INFO] Building jar:
> >> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\apacheds-
> server-installers-1.0.3-SNAPSHOT.jar
> >> [WARNING] POM for 'izpack:standalone-compiler:pom:3.8.0:runtime' is
> >> invalid. It will be ignored for artifact resolution. Reason: Failed to
> >> validate POM for proj
> >> ect izpack:standalone-compiler at Artifact
> >> [izpack:standalone-compiler:pom:3.8.0:runtime]
> >> [INFO] [daemon:generate {execution: default}]
> >> cmd[0] = svn
> >> cmd[1] = export
> >> cmd[2] =
> >> http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2
> >> cmd[3] =
> >> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\images\src
> >> svn: Die URL
> >>
> ?\194?\187http://svn.apache.org/repos/asf/directory/apacheds/releases/build-
> 1.0.2?\194?\171
> >> existiert nicht
> >> [INFO]
> >>
> ------------------------------------------------------------------------
> >> [ERROR] BUILD FAILURE
> >> [INFO]
> >>
> ------------------------------------------------------------------------
> >> [INFO] Execution of ' svn export
> >> http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2
> >> D:\Temp\apacheds-10-trunks\apacheds\server-installers\t
> >> arget\images\src ' resulted in a non-zero exit value: 1
> >> [INFO]
> >>
> ------------------------------------------------------------------------
> >> [INFO] For more information, run Maven with the -e switch
> >> [INFO]
> >>
> ------------------------------------------------------------------------
> >> [INFO] Total time: 8 seconds
> >> [INFO] Finished at: Thu Aug 09 12:21:03 CEST 2007
> >> [INFO] Final Memory: 8M/16M
> >> [INFO]
> >>
> ------------------------------------------------------------------------
> >>
> >> D:\Temp\apacheds-10-trunks\apacheds\server-installers>
> >>
> >> Emmanuel Lecharny schrieb:
> >>> Hi Markus,
> >>>
> >>> could you try a 'mvn clean install' command when building the whole
> >>> project, instead of a 'mvn install' ?
> >>>
> >>> On 8/8/07, Markus Pohle <ap...@webunity.de> wrote:
> >>>> Hi List-users,
> >>>>
> >>>> tried to build the latest trunks of apacheds-1.0.x as descriped on
> this site:
> >>>> http://directory.apache.org/apacheds/1.0/building.html
> >>>>
> >>>> Used maven 2.0.4 and JDK1.5.0_10 on Windows XP SP2 and SVN for
> Windows
> >>>> Version 1.4.4.
> >>>>
> >>>> Started build with clean maven repository. The checkout command "svn
> >>>> co http://...." was successful. The ongoing "mvn install" command was
> >>>> also successful.
> >>>>
> >>>>
> >
> >
>

Re: Building apacheds-1.0.3-trunks fails

Posted by Markus Pohle <ap...@webunity.de>.
Emmanuel,

my fault - did the mvn clean install now only on top level, then 
switched to apacheds\server-installers and did mvn install but the 
result is the same!

I am sorry to bother you with that fault, but I cannot find the reason 
why this error takes place.

Markus

Emmanuel Lecharny schrieb:
> Markus,
> 
> I meant mvn clean install on the top level, not in apacheds/server-installers :)
> 
> Sadly, I'm not in front of my own computer, so I can't test the build
> right now.
> 
> E.
> 
> On 8/9/07, Markus Pohle <ap...@webunity.de> wrote:
>> Hi Emmanuel,
>>
>> sorry no success with that... I'll post the result of the 'mvn clean
>> install' shot and maybe you can find the reason why it does not work.
>>
>> D:\Temp\apacheds-10-trunks>cd apacheds\server-installers
>>
>> D:\Temp\apacheds-10-trunks\apacheds\server-installers>mvn clean install
>> [INFO] Scanning for projects...
>> [INFO]
>> ----------------------------------------------------------------------------
>> [INFO] Building ApacheDS Server Installers
>> [INFO]    task-segment: [clean, install]
>> [INFO]
>> ----------------------------------------------------------------------------
>> [INFO] [clean:clean]
>> [INFO] Deleting directory
>> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target
>> [INFO] Deleting directory
>> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\classes
>> [INFO] Deleting directory
>> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\test-classes
>> [INFO] Deleting directory
>> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\site
>> [INFO] [resources:resources]
>> [INFO] Using default encoding to copy filtered resources.
>> [INFO] [compiler:compile]
>> [INFO] Compiling 1 source file to
>> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\classes
>> [INFO] [resources:testResources]
>> [INFO] Using default encoding to copy filtered resources.
>> [INFO] [compiler:testCompile]
>> [INFO] No sources to compile
>> [INFO] [surefire:test]
>> [INFO] No tests to run.
>> [INFO] [jar:jar]
>> [INFO] Building jar:
>> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\apacheds-server-installers-1.0.3-SNAPSHOT.jar
>> [WARNING] POM for 'izpack:standalone-compiler:pom:3.8.0:runtime' is
>> invalid. It will be ignored for artifact resolution. Reason: Failed to
>> validate POM for proj
>> ect izpack:standalone-compiler at Artifact
>> [izpack:standalone-compiler:pom:3.8.0:runtime]
>> [INFO] [daemon:generate {execution: default}]
>> cmd[0] = svn
>> cmd[1] = export
>> cmd[2] =
>> http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2
>> cmd[3] =
>> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\images\src
>> svn: Die URL
>> ?\194?\187http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2?\194?\171
>> existiert nicht
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Execution of ' svn export
>> http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2
>> D:\Temp\apacheds-10-trunks\apacheds\server-installers\t
>> arget\images\src ' resulted in a non-zero exit value: 1
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] For more information, run Maven with the -e switch
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 8 seconds
>> [INFO] Finished at: Thu Aug 09 12:21:03 CEST 2007
>> [INFO] Final Memory: 8M/16M
>> [INFO]
>> ------------------------------------------------------------------------
>>
>> D:\Temp\apacheds-10-trunks\apacheds\server-installers>
>>
>> Emmanuel Lecharny schrieb:
>>> Hi Markus,
>>>
>>> could you try a 'mvn clean install' command when building the whole
>>> project, instead of a 'mvn install' ?
>>>
>>> On 8/8/07, Markus Pohle <ap...@webunity.de> wrote:
>>>> Hi List-users,
>>>>
>>>> tried to build the latest trunks of apacheds-1.0.x as descriped on this site:
>>>> http://directory.apache.org/apacheds/1.0/building.html
>>>>
>>>> Used maven 2.0.4 and JDK1.5.0_10 on Windows XP SP2 and SVN for Windows
>>>> Version 1.4.4.
>>>>
>>>> Started build with clean maven repository. The checkout command "svn
>>>> co http://...." was successful. The ongoing "mvn install" command was
>>>> also successful.
>>>>
>>>>
> 
> 

Re: Building apacheds-1.0.3-trunks fails

Posted by Emmanuel Lecharny <el...@gmail.com>.
Markus,

I meant mvn clean install on the top level, not in apacheds/server-installers :)

Sadly, I'm not in front of my own computer, so I can't test the build
right now.

E.

On 8/9/07, Markus Pohle <ap...@webunity.de> wrote:
> Hi Emmanuel,
>
> sorry no success with that... I'll post the result of the 'mvn clean
> install' shot and maybe you can find the reason why it does not work.
>
> D:\Temp\apacheds-10-trunks>cd apacheds\server-installers
>
> D:\Temp\apacheds-10-trunks\apacheds\server-installers>mvn clean install
> [INFO] Scanning for projects...
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Building ApacheDS Server Installers
> [INFO]    task-segment: [clean, install]
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] Deleting directory
> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target
> [INFO] Deleting directory
> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\classes
> [INFO] Deleting directory
> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\test-classes
> [INFO] Deleting directory
> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\site
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Compiling 1 source file to
> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\classes
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] No sources to compile
> [INFO] [surefire:test]
> [INFO] No tests to run.
> [INFO] [jar:jar]
> [INFO] Building jar:
> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\apacheds-server-installers-1.0.3-SNAPSHOT.jar
> [WARNING] POM for 'izpack:standalone-compiler:pom:3.8.0:runtime' is
> invalid. It will be ignored for artifact resolution. Reason: Failed to
> validate POM for proj
> ect izpack:standalone-compiler at Artifact
> [izpack:standalone-compiler:pom:3.8.0:runtime]
> [INFO] [daemon:generate {execution: default}]
> cmd[0] = svn
> cmd[1] = export
> cmd[2] =
> http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2
> cmd[3] =
> D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\images\src
> svn: Die URL
> ?\194?\187http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2?\194?\171
> existiert nicht
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Execution of ' svn export
> http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2
> D:\Temp\apacheds-10-trunks\apacheds\server-installers\t
> arget\images\src ' resulted in a non-zero exit value: 1
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 8 seconds
> [INFO] Finished at: Thu Aug 09 12:21:03 CEST 2007
> [INFO] Final Memory: 8M/16M
> [INFO]
> ------------------------------------------------------------------------
>
> D:\Temp\apacheds-10-trunks\apacheds\server-installers>
>
> Emmanuel Lecharny schrieb:
> > Hi Markus,
> >
> > could you try a 'mvn clean install' command when building the whole
> > project, instead of a 'mvn install' ?
> >
> > On 8/8/07, Markus Pohle <ap...@webunity.de> wrote:
> >> Hi List-users,
> >>
> >> tried to build the latest trunks of apacheds-1.0.x as descriped on this site:
> >> http://directory.apache.org/apacheds/1.0/building.html
> >>
> >> Used maven 2.0.4 and JDK1.5.0_10 on Windows XP SP2 and SVN for Windows
> >> Version 1.4.4.
> >>
> >> Started build with clean maven repository. The checkout command "svn
> >> co http://...." was successful. The ongoing "mvn install" command was
> >> also successful.
> >>
> >>
> >
>


-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com

Re: Building apacheds-1.0.3-trunks fails

Posted by Markus Pohle <ap...@webunity.de>.
Hi Emmanuel,

sorry no success with that... I'll post the result of the 'mvn clean 
install' shot and maybe you can find the reason why it does not work.

D:\Temp\apacheds-10-trunks>cd apacheds\server-installers

D:\Temp\apacheds-10-trunks\apacheds\server-installers>mvn clean install
[INFO] Scanning for projects...
[INFO] 
----------------------------------------------------------------------------
[INFO] Building ApacheDS Server Installers
[INFO]    task-segment: [clean, install]
[INFO] 
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory 
D:\Temp\apacheds-10-trunks\apacheds\server-installers\target
[INFO] Deleting directory 
D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\classes
[INFO] Deleting directory 
D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\test-classes
[INFO] Deleting directory 
D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\site
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 1 source file to 
D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar: 
D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\apacheds-server-installers-1.0.3-SNAPSHOT.jar
[WARNING] POM for 'izpack:standalone-compiler:pom:3.8.0:runtime' is 
invalid. It will be ignored for artifact resolution. Reason: Failed to 
validate POM for proj
ect izpack:standalone-compiler at Artifact 
[izpack:standalone-compiler:pom:3.8.0:runtime]
[INFO] [daemon:generate {execution: default}]
cmd[0] = svn
cmd[1] = export
cmd[2] = 
http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2
cmd[3] = 
D:\Temp\apacheds-10-trunks\apacheds\server-installers\target\images\src
svn: Die URL 
?\194?\187http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2?\194?\171 
existiert nicht
[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] Execution of ' svn export 
http://svn.apache.org/repos/asf/directory/apacheds/releases/build-1.0.2 
D:\Temp\apacheds-10-trunks\apacheds\server-installers\t
arget\images\src ' resulted in a non-zero exit value: 1
[INFO] 
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] 
------------------------------------------------------------------------
[INFO] Total time: 8 seconds
[INFO] Finished at: Thu Aug 09 12:21:03 CEST 2007
[INFO] Final Memory: 8M/16M
[INFO] 
------------------------------------------------------------------------

D:\Temp\apacheds-10-trunks\apacheds\server-installers>

Emmanuel Lecharny schrieb:
> Hi Markus,
> 
> could you try a 'mvn clean install' command when building the whole
> project, instead of a 'mvn install' ?
> 
> On 8/8/07, Markus Pohle <ap...@webunity.de> wrote:
>> Hi List-users,
>>
>> tried to build the latest trunks of apacheds-1.0.x as descriped on this site:
>> http://directory.apache.org/apacheds/1.0/building.html
>>
>> Used maven 2.0.4 and JDK1.5.0_10 on Windows XP SP2 and SVN for Windows
>> Version 1.4.4.
>>
>> Started build with clean maven repository. The checkout command "svn
>> co http://...." was successful. The ongoing "mvn install" command was
>> also successful.
>>
>>
> 

Re: Building apacheds-1.0.3-trunks fails

Posted by Emmanuel Lecharny <el...@gmail.com>.
Hi Markus,

could you try a 'mvn clean install' command when building the whole
project, instead of a 'mvn install' ?

On 8/8/07, Markus Pohle <ap...@webunity.de> wrote:
>
> Hi List-users,
>
> tried to build the latest trunks of apacheds-1.0.x as descriped on this site:
> http://directory.apache.org/apacheds/1.0/building.html
>
> Used maven 2.0.4 and JDK1.5.0_10 on Windows XP SP2 and SVN for Windows
> Version 1.4.4.
>
> Started build with clean maven repository. The checkout command "svn
> co http://...." was successful. The ongoing "mvn install" command was
> also successful.
>
>

-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com