August Simonelli [http://community.jboss.org/people/augustsimonelli] created the discussion
"Re: all versus production instance in JBoss-AS5" To view the discussion, visit: http://community.jboss.org/message/576848#576848 -------------------------------------------------------------- Also ... here's a nifty little use of cmp that i cooked up to see differences when we do upgrades. So, running from the top of the PRODUCTION profile: find . -type f -name \*.xml | xargs -i cmp {} ../all/{} Which in the case of EAP yields ... cmp: ../all/./data/farm-repository-contents.xml: No such file or directory cmp: ../all/./deploy/mod-cluster.sar/META-INF/mod-cluster-jboss-beans.xml: No such file or directory ./deploy/properties-service.xml ../all/./deploy/properties-service.xml differ: byte 1564, line 52 ./deploy/uuid-key-generator.sar/META-INF/jboss-service.xml ../all/./deploy/uuid-key-generator.sar/META-INF/jboss-service.xml differ: byte 1851, line 42 ./deploy/hdscanner-jboss-beans.xml ../all/./deploy/hdscanner-jboss-beans.xml differ: byte 114, line 6 ./deploy/jbossweb.sar/server.xml ../all/./deploy/jbossweb.sar/server.xml differ: byte 402, line 9 ./deploy/jbossweb.sar/META-INF/jboss-beans.xml ../all/./deploy/jbossweb.sar/META-INF/jboss-beans.xml differ: byte 415, line 9 ./deploy/jca-jboss-beans.xml ../all/./deploy/jca-jboss-beans.xml differ: byte 2186, line 48 ./deployers/ear-deployer-jboss-beans.xml ../all/./deployers/ear-deployer-jboss-beans.xml differ: byte 2615, line 57 -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/576848#576848] Start a new discussion in Beginner's Corner at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
