And the tests that rely on internet: I have to use a web proxy with
authentication that seems not to work in the units tests...
On Wed, Feb 6, 2013 at 3:16 PM, Jean-Marc Borer <jmbo...@gmail.com> wrote:
> Now it is fine. Let's see the remaining issues now. The only problem
> that remains is my corporate anti virus that will prevent the usage of
> some ports...
>
>
> On Wed, Feb 6, 2013 at 3:06 PM, Jean-Marc Borer <jmbo...@gmail.com> wrote:
>> Hmm. My trunk build fails:
>>
>> Failed to execute goal on project commons-vfs2: Could not resolve
>> dependencies for project
>> org.apache.commons:commons-vfs2:jar:2.1-SNAPSHOT: The following
>> artifacts could not be resolved:
>> org.bouncycastle:bcprov-jdk15on:jar:1.46,
>> org.apache.jackrabbit:jackrabbit-standalone:jar:1.6.5,
>> org.apache.jackrabbit:jackrabbit-webapp:war:1.6.5,
>> org.apache.jackrabbit:jackrabbit-core:jar:1.6.5,
>> org.apache.poi:poi:jar:3.2-FINAL,
>> org.apache.hadoop:hadoop-core:jar:1.1.1,
>> org.apache.hadoop:hadoop-test:jar:1.1.1: Failure to find
>> org.bouncycastle:bcprov-jdk15on:jar:1.46
>>
>> This did not happen with the tagged version. I have to check why I
>> miss these dependencieses (I use a repo proxy)
>>
>> On Wed, Feb 6, 2013 at 3:04 PM, Jean-Marc Borer <jmbo...@gmail.com> wrote:
>>> I am currently trying to build trunk.
>>>
>>> What I can say already is that I needed to patch VFS 2.0 from tag
>>> (common-vfs2...). There my modifications worked perfectly.
>>>
>>> Let's see if I can do the same for trunk.
>>>
>>> On Wed, Feb 6, 2013 at 2:56 PM, Gary Gregory <garydgreg...@gmail.com> wrote:
>>>> I've update my JIRA comment, please see
>>>> https://issues.apache.org/jira/browse/VFS-369?focusedCommentId=13566566&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13566566
>>>>
>>>> Can you this please:
>>>>
>>>> - Get the latest from trunk.
>>>> - Apply the patch
>>>> https://issues.apache.org/jira/secure/attachment/12567150/vfs-369-JR-2.5.3.diff
>>>> - Run "mvn clean test"
>>>>
>>>> Thank you,
>>>> Gary
>>>>
>>>>
>>>> On Wed, Feb 6, 2013 at 9:49 AM, Jean-Marc Borer <jmbo...@gmail.com> wrote:
>>>>
>>>>> Yup. Already fixed these issues in my code.
>>>>>
>>>>> For example:
>>>>>
>>>>> Element error =
>>>>> davExc.toXml(DomUtil.BUILDER_FACTORY.newDocumentBuilder().newDocument());
>>>>> becomes:
>>>>> Element error = davExc.toXml(DomUtil.createDocument());
>>>>>
>>>>> Not sure, but the patches provided in JIRA seem already to fix those 
>>>>> issue.
>>>>>
>>>>>
>>>>> On Wed, Feb 6, 2013 at 2:18 PM, Gary Gregory <garydgreg...@gmail.com>
>>>>> wrote:
>>>>> > Can you address the failure in
>>>>> https://issues.apache.org/jira/browse/VFS-369?
>>>>> >
>>>>> > Gary
>>>>> >
>>>>> >
>>>>> > On Wed, Feb 6, 2013 at 8:58 AM, Jean-Marc Borer <jmbo...@gmail.com>
>>>>> wrote:
>>>>> >
>>>>> >> There are some adaptations to do, but then it works flawlessly with my
>>>>> >> tests and WebDAV repositories.
>>>>> >>
>>>>> >> On Wed, Feb 6, 2013 at 1:41 PM, Jean-Marc Borer <jmbo...@gmail.com>
>>>>> wrote:
>>>>> >> > Hello list guys,
>>>>> >> >
>>>>> >> > Has anyone something to say against updating the Jackrabbit version
>>>>> >> > used in Commons VFS?
>>>>> >> >
>>>>> >> > There will be some small adaptations but 1.5.2 is becoming quiet old
>>>>> >> > now. Any counter arguments?
>>>>> >> >
>>>>> >> > Cheers,
>>>>> >> >
>>>>> >> > Jean-Marc
>>>>> >>
>>>>> >> ---------------------------------------------------------------------
>>>>> >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>>>> >> For additional commands, e-mail: dev-h...@commons.apache.org
>>>>> >>
>>>>> >>
>>>>> >
>>>>> >
>>>>> > --
>>>>> > E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
>>>>> > JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
>>>>> > Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
>>>>> > Blog: http://garygregory.wordpress.com
>>>>> > Home: http://garygregory.com/
>>>>> > Tweet! http://twitter.com/GaryGregory
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
>>>> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
>>>> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
>>>> Blog: http://garygregory.wordpress.com
>>>> Home: http://garygregory.com/
>>>> Tweet! http://twitter.com/GaryGregory

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to