Hi Piergiorgio,

FYI, Allow me to share the java and ant versions and the build steps I ran
in my environment.

```
$ java --version
openjdk 11.0.11 2021-04-20
OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)
OpenJDK 64-Bit Server VM AdoptOpenJDK-11.0.11+9 (build 11.0.11+9, mixed
mode)

$ ant -version
Apache Ant(TM) version 1.10.0 compiled on December 27 2016
```
```
ant clean
ant clean-deps
ant clean-core-deps
ant make-core-deps
ant make-deps
ant build
```

Regards,
Mingchun

2023年10月12日(木) 17:32 Piergiorgio Lucidi <piergior...@apache.org>:

> Hi folks,
>
> it seems that I can't compile the CswsConnector:
>
>    [javac]     public List<? extends AttributeGroup> getAttributeGroups()
>     [javac]                           ^
>     [javac]   symbol:   class AttributeGroup
>     [javac]   location: class CswsConnector.ObjectInformation
>     [javac]
>
> /Volumes/BackupPJ/ManifoldCF-release/apache-manifoldcf-2.26/connectors/csws/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/csws/CswsConnector.java:3966:
> error: cannot find symbol
>     [javac]     public NodePermissions getPermissions()
>     [javac]            ^
>     [javac]   symbol:   class NodePermissions
>     [javac]   location: class CswsConnector.ObjectInformation
>     [javac] 100 errors
>     [javac] 1 warning
>     [javac] only showing the first 100 errors, of 123 total; use -Xmaxerrs
> if you would like to see more
>
> BUILD FAILED
> /Volumes/BackupPJ/ManifoldCF-release/apache-manifoldcf-2.26/build.xml:489:
> The following error occurred while executing this line:
> /Volumes/BackupPJ/ManifoldCF-release/apache-manifoldcf-2.26/build.xml:471:
> The following error occurred while executing this line:
>
> /Volumes/BackupPJ/ManifoldCF-release/apache-manifoldcf-2.26/dist/connector-build.xml:686:
> Compile failed; see the compiler error output for details.
>
> Do you have any ideas?
>
> Thanks,
> PG
>
> Il giorno gio 12 ott 2023 alle ore 09:03 Guylaine BASSETTE <
> guylaine.basse...@francelabs.com> ha scritto:
>
> > Hi,
> >
> > +1 from France Labs
> >
> > Regards,
> > Guylaine
> >
> > France Labs – Your knowledge, now
> > Datafari Enterprise Search – Découvrez la version 5 / Discover our
> version
> > 5
> > www.datafari.com <http://www.datafari.com>
> > Le 11/10/2023 à 23:12, Furkan KAMACI a écrit :
> > > Hi,
> > >
> > > +1!
> > >
> > > Kind regards,
> > > Furkan Kamaci
> > >
> > > On Wed, Oct 11, 2023 at 11:13 PM Mingchun Zhao<
> mingchun.zha...@gmail.com
> > >
> > > wrote:
> > >
> > >> Hi,
> > >> Ran all the tests.
> > >> +1 from me.
> > >>
> > >> Kind regards,
> > >> Mingchun
> > >>
> > >> 2023年10月12日(木) 4:29 Cihad Guzel<cguz...@gmail.com>:
> > >>
> > >>> Hi,
> > >>>
> > >>> +1 from me
> > >>>
> > >>> Regards,
> > >>> Cihad Guzel
> > >>>
> > >>> 11 Eki 2023 Çar, saat 15:08 tarihinde Karl Wright<daddy...@gmail.com
> >
> > >>> şunu
> > >>> yazdı:
> > >>>
> > >>>> Please vote on whether to release Apache ManifoldCF 2.26, RC0.
> > >>>> This release is the first release that requires at least Java 11,
> and
> > >> it
> > >>>> also includes a new CSV connector along with support for Solr 9.
> The
> > >>>> release artifact can be found at:
> > >>>>
> > >>
> > https://dist.apache.org/repos/dist/dev/manifoldcf/apache-manifoldcf-2.26
> > >>> ,
> > >>>> and there is a release tag also at
> > >>>> https://svn.apache.org/repos/asf/manifoldcf/tags/release-2.26-RC0
> .
> > >>>>
> > >>>> Karl
> > >>>>
>
>
>
> --
> Piergiorgio
>

Reply via email to