Right, the maven build as it currently stands is supported but has
significant limitations, and that is one of them.  The ant build
remains the primary build mechanism.

Thanks,
Karl

On Wed, Mar 21, 2012 at 10:11 AM, Alex Ott <alex...@gmail.com> wrote:
> I unpacked archive once again, and now everything is built and tested
> without errors
>
> The only difference that I see right now, is that ant creates
> dist/example, while maven - not
>
> On Wed, Mar 21, 2012 at 2:46 PM, Karl Wright <daddy...@gmail.com> wrote:
>> Can you post the failure please?
>>
>> Thanks!
>> Karl
>>
>> On Wed, Mar 21, 2012 at 9:22 AM, Alex Ott <alex...@gmail.com> wrote:
>>> I run mvn-bootstrap.sh, it looks like something failed when it was
>>> executed, I'll try to make test from scratch
>>>
>>> On Wed, Mar 21, 2012 at 2:18 PM, Karl Wright <daddy...@gmail.com> wrote:
>>>> Thanks for the review.
>>>>
>>>> First, let's talk about Maven.  You will want to run mvn-bootstrap,
>>>> which contains the following lines:
>>>>
>>>> cmd /c mvn install:install-file -Dfile=lib/opensaml-1.0.1.jar
>>>> -DgroupId=org.opensaml -DartifactId=opensaml -Dversion=1.0.1
>>>> -Dpackaging=jar
>>>> cmd /c mvn install:install-file -Dfile=lib/xmlsec-1.4.1.jar
>>>> -DgroupId=xml-security -DartifactId=xmlsec -Dversion=1.4.1
>>>> -Dpackaging=jar
>>>>
>>>> Second, and download-dependencies is optional.  If you do not run it,
>>>> you will not get the site or some of the connectors, but that is the
>>>> tradeoff.
>>>>
>>>> Thanks!
>>>> Karl
>>>>
>>>>
>>>> On Wed, Mar 21, 2012 at 9:14 AM, Alex Ott <alex...@gmail.com> wrote:
>>>>> I downloaded RC0 (tar.gz), and tried to use it. Here notes:
>>>>>
>>>>>  - downloading of dependencies took some time (around 5 minutes) - I
>>>>> think is too long. most of time is spent downloading ipa fonts
>>>>>  - .md5 file for .tar.gz wasn't accepted by 'md5sum -c' on debian
>>>>> linux, although checksum was correct
>>>>>  - 'ant all' finished without errors; I'm able to start service and
>>>>> work withy GUI
>>>>>  - running 'mvn clean install' lead to following error
>>>>>
>>>>> ----------
>>>>> 1) xml-security:xmlsec:jar:1.4.1
>>>>>
>>>>>  Try downloading the file manually from the project website.
>>>>>
>>>>>  Then, install it using the command:
>>>>>      mvn install:install-file -DgroupId=xml-security
>>>>> -DartifactId=xmlsec -Dversion=1.4.1 -Dpackaging=jar
>>>>> -Dfile=/path/to/file
>>>>>
>>>>>  Alternatively, if you host your own repository you can deploy the file 
>>>>> there:
>>>>>      mvn deploy:deploy-file -DgroupId=xml-security
>>>>> -DartifactId=xmlsec -Dversion=1.4.1 -Dpackaging=jar
>>>>> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>>>>>
>>>>>  Path to dependency:
>>>>>        1) org.apache.manifoldcf:mcf-alfresco-connector:jar:0.5.0-SNAPSHOT
>>>>>        2) xml-security:xmlsec:jar:1.4.1
>>>>>
>>>>> 2) org.opensaml:opensaml:jar:1.0.1
>>>>>
>>>>>  Try downloading the file manually from the project website.
>>>>>
>>>>>  Then, install it using the command:
>>>>>      mvn install:install-file -DgroupId=org.opensaml
>>>>> -DartifactId=opensaml -Dversion=1.0.1 -Dpackaging=jar
>>>>> -Dfile=/path/to/file
>>>>>
>>>>>  Alternatively, if you host your own repository you can deploy the file 
>>>>> there:
>>>>>      mvn deploy:deploy-file -DgroupId=org.opensaml
>>>>> -DartifactId=opensaml -Dversion=1.0.1 -Dpackaging=jar
>>>>> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>>>>>
>>>>>  Path to dependency:
>>>>>        1) org.apache.manifoldcf:mcf-alfresco-connector:jar:0.5.0-SNAPSHOT
>>>>>        2) org.opensaml:opensaml:jar:1.0.1
>>>>>
>>>>> ----------
>>>>> 2 required artifacts are missing.
>>>>>
>>>>> for artifact:
>>>>>  org.apache.manifoldcf:mcf-alfresco-connector:jar:0.5.0-SNAPSHOT
>>>>>
>>>>> from the specified remote repositories:
>>>>>  apache.snapshots (http://repository.apache.org/snapshots),
>>>>>  central (http://repo1.maven.org/maven2),
>>>>>  alfresco-public (http://maven.alfresco.com/nexus/content/groups/public),
>>>>>  alfresco-public-snapshots
>>>>> (http://maven.alfresco.com/nexus/content/groups/public-snapshots),
>>>>>  alfresco-maven-repo
>>>>> (http://maven.alfresco.com/nexus/content/groups/enterprise-snapshots)
>>>>>
>>>>> On Wed, Mar 21, 2012 at 11:43 AM, Shinichiro Abe
>>>>> <shinichiro.ab...@gmail.com> wrote:
>>>>>> Hi,
>>>>>>
>>>>>> You can download the release candidate from
>>>>>> http://people.apache.org/~shinichiro/apache-manifoldcf-0.5-incubating-RC0/
>>>>>> and there is also a tag in svn
>>>>>> under https://svn.apache.org/repos/asf/incubator/lcf/tags.
>>>>>>
>>>>>> There have been a number of significant changes this release,
>>>>>> and I have create the artifact for the first time, so I think it's a good
>>>>>> idea if at least one other person has a thorough look at it.
>>>>>>
>>>>>> Shinichiro Abe
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> With best wishes,                    Alex Ott
>>>>> http://alexott.net/
>>>>> Tiwtter: alexott_en (English), alexott (Russian)
>>>>> Skype: alex.ott
>>>
>>>
>>>
>>> --
>>> With best wishes,                    Alex Ott
>>> http://alexott.net/
>>> Tiwtter: alexott_en (English), alexott (Russian)
>>> Skype: alex.ott
>
>
>
> --
> With best wishes,                    Alex Ott
> http://alexott.net/
> Tiwtter: alexott_en (English), alexott (Russian)
> Skype: alex.ott

Reply via email to