Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] problem building ldappc-ng 1.6.1

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] problem building ldappc-ng 1.6.1


Chronological Thread 
  • From: Scott Koranda <>
  • To: Tom Zeller <>
  • Cc: "" <>
  • Subject: Re: [grouper-users] problem building ldappc-ng 1.6.1
  • Date: Fri, 17 Sep 2010 14:06:52 -0500

Hi Tom,

> Hi Scott,
>
> Do you need to build ldappc[ng] ? do you have mods ?

No mods, but in my experience my life is easier if I build
Java applications developed on Windows rather than dropping
the binary into place, especially when I intend to run them on
Linux using the OpenJDK VM.

>
> If not, copy the contents of the binary distribution to your grouper
> installation :
>
>
> http://www.internet2.edu/grouper/release/1.6.1/grouper.ldappcng-1.6.1.tar.gz
>
> Otherwise, we're building ldappcng with maven now, e.g. "mvn package".

I installed maven and ran 'mvn package'. It was scary. I won't
be doing that as root ever again.

Does Maven log where it put all the files it downloaded?

Any any rate, after much downloading the build did not
complete with errors in some tests.

I will revert to trying the binary.

Thanks,

Scott

>
> TomZ
>
> On Fri, Sep 17, 2010 at 1:24 PM, Scott Koranda
> <>
> wrote:
> > Hello,
> >
> > My system details:
> >
> > root@cumin:/opt/grouper/ldappcng#
> > cat /etc/issue
> > Debian GNU/Linux squeeze/sid \n \l
> > root@cumin:/opt/grouper/ldappcng#
> > uname -a
> > Linux cumin 2.6.32-trunk-amd64 #1 SMP Sun Jan 10 22:40:40 UTC
> > 2010 x86_64 GNU/Linux
> > root@cumin:/opt/grouper/ldappcng#
> > java -version
> > java version "1.6.0_18"
> > OpenJDK Runtime Environment (IcedTea6 1.8.1) (6b18-1.8.1-1+b1)
> > OpenJDK 64-Bit Server VM (build 16.0-b13, mixed mode)
> >
> > I downloaded the ldappc-ng source from
> >
> > http://www.internet2.edu/grouper/release/1.6.1/ldappcng.source-1.6.1.tar.gz
> >
> > and unpacked it. I then copied build.properties.example to
> > build.properties and edited grouper.dir to the appropriate
> > path for my deployment of Grouper 1.6.1.
> >
> > When I try to build I see this:
> >
> > root@cumin:/opt/grouper/ldappcng#
> > ant -version
> > Apache Ant version 1.8.0 compiled on March 11 2010
> > root@cumin:/opt/grouper/ldappcng#
> > ant dist
> > Buildfile: /opt/grouper/ldappcng-1.6.1/build.xml
> >  [taskdef] Could not load definitions from resource
> > net/sf/antcontrib/antcontrib.properties. It could not be found.
> >
> > BUILD FAILED
> > /opt/grouper/ldappcng-1.6.1/build.xml:18: Problem: failed to create task
> > or type if
> > Cause: The name is undefined.
> > Action: Check the spelling.
> > Action: Check that any custom tasks/types have been declared.
> > Action: Check that any <presetdef>/<macrodef> declarations have taken
> > place.
> >
> > Some more details:
> >
> > root@cumin:/opt/grouper/ldappcng#
> > find lib -name "ant*.jar"
> > lib/ant-extensions-13Apr2008.jar
> > lib/ant-jakarta-oro-1.6.1.jar
> > lib/antlr-2.7.6.jar
> > root@cumin:/opt/grouper/ldappcng#
> > find . -name "antcontrib.properties"
> > root@cumin:/opt/grouper/ldappcng#
> >
> > Any ideas?
> >
> > Thanks,
> >
> > Scott
> >
> >



Archive powered by MHonArc 2.6.16.

Top of Page