idp build problems
Peter Schober
peter.schober at univie.ac.at
Wed Sep 21 17:38:23 BST 2011
* Chad La Joie <lajoie at itumi.biz> [2011-09-21 17:01]:
> So, to build now you should do 'mvn -P release package'. I've
> updated the documentation to reflect this.
Thanks. Building OpenWS fails currently:
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-assembly-plugin:2.2.1:attached
(make-assembly) on project openws: Error reading assemblies: Error
reading
descriptor: src/main/assembly/bin.xml: unexpected character in markup
< (position: START_TAG seen ...<dependencySets>\n
<<... @13:11) -> [Help 1]
because of a spurious < here:
Index: java-opensaml2-main/java-openws/src/main/assembly/bin.xml
===================================================================
--- java-opensaml2-main/java-openws/src/main/assembly/bin.xml
(revision 415)
+++ java-opensaml2-main/java-openws/src/main/assembly/bin.xml
(working copy)
@@ -10,7 +10,7 @@
</formats>
<dependencySets>
- <<dependencySet>
+ <dependencySet>
<outputDirectory>/lib</outputDirectory>
<directoryMode>774</directoryMode>
<fileMode>444</fileMode>
-peter
More information about the dev
mailing list