[fedora-java] [java-sig-commits] [apache-commons-launcher] - Fix build due to changed ant groupId.

Stanislav Ochotnicky sochotni at fedoraproject.org
Wed Dec 8 10:49:38 UTC 2010


On 12/08/2010 10:45 AM, Alexander Kurtakov wrote:
> +sed -i "s|\<groupId\>ant\<\/groupId\>|<groupId>org.apache.ant</groupId>|g" build.xml

It's actually not needed to escape <,> and even / if you used different
delimiter (which you did). So this could be written as:

sed -i "s|<groupId>ant</groupId>|<groupId>org.apache.ant</groupId>|g"
build.xml

What is boggling me though is...there is no groupId in build.xml :-)


-- 
Stanislav Ochotnicky <sochotnicky at redhat.com>
Associate Software Engineer - Base Operating Systems Brno

PGP: 71A1677C
Red Hat Inc.                               http://cz.redhat.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
Url : http://lists.fedoraproject.org/pipermail/java-devel/attachments/20101208/505faacf/attachment.bin 


More information about the java-devel mailing list