You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "B. Scott Michel (JIRA)" <ji...@apache.org> on 2014/01/06 19:58:56 UTC

[jira] [Issue Comment Deleted] (CONNECTORS-851) connector-build.xml missing mail*.jar when building sharepoint wsdl

     [ https://issues.apache.org/jira/browse/CONNECTORS-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

B. Scott Michel updated CONNECTORS-851:
---------------------------------------

    Comment: was deleted

(was: Index: build.xml
===================================================================
--- build.xml	(revision 1554922)
+++ build.xml	(working copy)
@@ -16,7 +16,7 @@
 -->
 
 <project name="manifoldcf" default="help">
-
+    <import file="site-options.xml" optional="true"/>
     <import file="common-build.xml"/>
     
     <target name="downloaded-condition">
Index: connectors/connector-build.xml
===================================================================
--- connectors/connector-build.xml	(revision 1554922)
+++ connectors/connector-build.xml	(working copy)
@@ -252,6 +252,7 @@
                     <include name="saaj*.jar"/>
                     <include name="wsdl*.jar"/>
                     <include name="activation*.jar"/>
+                    <include name="mail*.jar"/>
                     <include name="commons-discovery*.jar"/>
                     <include name="commons-logging*.jar"/>
                 </fileset>
)

> connector-build.xml missing mail*.jar when building sharepoint wsdl
> -------------------------------------------------------------------
>
>                 Key: CONNECTORS-851
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-851
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: ManifoldCF 1.5
>            Reporter: B. Scott Michel
>            Priority: Minor
>              Labels: patch
>             Fix For: ManifoldCF 1.5
>
>
> Quick fix to ensure ant build actually builds the SharePoint wsdl files. The line that imports "mail*.jar" was missing.
> NOTE: I don't use the SharePoint connector. I just noticed and fixed the ant build output in Eclipse.
> Also, the patch includes an optional "site-options.xml" import for site-specific options. For me, that allows me to add proxy information via the setproxy ant task.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)