Hello!

13.08.2010 10:26, Felix Meschberger wrote:


@Property(name = RemoteUserReplicationComponent.PROPERTY_LDAP_BIND_DN,
             label = "%component.ldap.bind.dn.label",
             description = "%component.ldap.bind.dn.description",
             value="uid=admin,ou=system")

Have you tried escaping the comma with a backslash ?


Yes, and it doesn't work either. When property value escaped as "uid=admin\\,ou=system", build fails in `scr` goal with error:

[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------ [INFO] Illegal escape character ',' @[59,43] in file:/home/avm/projects/RemoteUserReplicationComponent.java [INFO] ------------------------------------------------------------------------
[INFO] Trace
com.thoughtworks.qdox.parser.ParseException: Illegal escape character ',' @[59,43] in file:/home/avm/projects/RemoteUserReplicationComponent.java
        at com.thoughtworks.qdox.parser.impl.Parser.yyerror(Parser.java:999)
        at 
com.thoughtworks.qdox.parser.impl.Parser.convertString(Parser.java:1107)
        at com.thoughtworks.qdox.parser.impl.Parser.toString(Parser.java:1214)
        at
... ( full stacktrace available at http://pastebin.com/RBWxbece )

I'm using maven-scr-plugin of version 1.4.4.

Thanks,
Victor.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to