Skip to Content.
Sympa Menu

grouper-dev - ***SUSPECTED SPAM*** Merging web.xml file fail

Subject: Grouper Developers Forum

List archive

***SUSPECTED SPAM*** Merging web.xml file fail


Chronological Thread 
  • From:
  • To:
  • Subject: ***SUSPECTED SPAM*** Merging web.xml file fail
  • Date: Mon, 23 Jul 2007 04:50:00 -0400 (EDT)

Spam detection software, running on the system "basie.internet2.edu", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see

for details.

Content preview: i have been trying to customise the grouper-ui. But it
didn't
work. According to the documentation, i uncomment the line:
#additional.build=${basedir}/../custom-grouper-ui/additional-build.xml
in grouper-qs/grouper-ui/build.properties and rebuild the UI using "ant ui"
command. Then error happens during the ant build process:
=============================================================
. . . -copyContent: [echo] Copying core UI files to
/home/signet/allen/grouper-qs-1.2.0/grouper-ui/../dist/grouper
[copy] Copying 194 files to
/home/signet/allen/grouper-qs-1.2.0/dist/grouper
[echo] Processing web.xml [echo] web.xmls.isempty=:${web.xmls.isempty}:
[...]


Content analysis details: (99.2 points, 8.0 required)

pts rule name description
---- ---------------------- --------------------------------------------------
1.0 NO_REAL_NAME From: does not include a real name
100 USER_IN_BLACKLIST From: address is in the user's black-list
-1.8 ALL_TRUSTED Passed through trusted hosts only via SMTP
0.0 BAYES_50 BODY: Bayesian spam probability is 40 to 60%
[score: 0.4937]


--- Begin Message ---
  • From:
  • To:
  • Subject: Merging web.xml file fail
  • Date: Mon, 23 Jul 2007 04:50:00 -0400 (EDT)
i have been trying to customise the grouper-ui. But it didn't work.
According to the documentation, i uncomment the line:

#additional.build=${basedir}/../custom-grouper-ui/additional-build.xml

in grouper-qs/grouper-ui/build.properties and rebuild the UI using "ant ui"
command.
Then error happens during the ant build process:
=============================================================
.
.
.
-copyContent:
[echo] Copying core UI files to
/home/signet/allen/grouper-qs-1.2.0/grouper-ui/../dist/grouper
[copy] Copying 194 files to
/home/signet/allen/grouper-qs-1.2.0/dist/grouper
[echo] Processing web.xml
[echo] web.xmls.isempty=:${web.xmls.isempty}:

-merge-xmls:
[copy] Copying 1 file to
/home/signet/allen/grouper-qs-1.2.0/grouper-ui/temp
[echo] Transforming:
/home/signet/allen/grouper-qs-1.2.0/grouper-ui/temp/00.web.custom.filtered.xml
[echo]
/home/signet/allen/grouper-qs-1.2.0/grouper-ui/temp/50.web.core.xml
[echo]
/home/signet/allen/grouper-qs-1.2.0/grouper-ui/temp/80.web.custom.filtered.xml
[echo]
[echo]
[echo] Base =
/home/signet/allen/grouper-qs-1.2.0/grouper-ui/temp/00.web.custom.filtered.xml
[echo] +
/home/signet/allen/grouper-qs-1.2.0/grouper-ui/temp/50.web.core.xml
[echo] -> /home/signet/allen/grouper-qs-1.2.0/grouper-ui/temp/web.1.xml
[echo]
[echo] (Location of error unknown)java.net.ConnectException: Connection
timed out
[echo] Base =
/home/signet/allen/grouper-qs-1.2.0/grouper-ui/temp/web.1.xml
[echo] +
/home/signet/allen/grouper-qs-1.2.0/grouper-ui/temp/80.web.custom.filtered.xml
[echo] ->
/home/signet/allen/grouper-qs-1.2.0/grouper-ui/../dist/grouper/WEB-INF/web.xml
[echo]
[echo] SystemId Unknown; Line #-1; Column #-1; Premature end of file.
[echo] Result: 0

-copy-core-web-xml:

-copyContextXmlToMetaInf:
[copy] Copying 1 file to
/home/signet/allen/grouper-qs-1.2.0/dist/grouper/META-INF

-copyContextXmlToTomcat:

-ensure-grouper-libs:

-grouper-lib-available:

-only-grouper-libs-available:
[echo] Copy jar files from lib
[copy] Copying 11 files to
/home/signet/allen/grouper-qs-1.2.0/grouper/dist/lib

-only-grouper-libs-dist-available:

-no-grouper-libs-available:

-html:

-war:

BUILD SUCCESSFUL
Total time: 4 minutes 1 second

==================================================
then web.xml didn't turn up as expected. What's more, the web.xml generation
fails again when i just add the yale cas authentication info to the build.xml
in grouper-ui:

<ant antfile="build.xml" target="webapp" dir="${contrib.dir}/yale-cas-auth"
inheritrefs="true" />
.

It might be a bug for grouper v1.2 or my incorrect operation. And now I still
can't figure out what's wrong with the new version.

--- End Message ---



Archive powered by MHonArc 2.6.16.

Top of Page