Hi Dan, I tried "mvn install -Djava.class.path=/home/zchen" just want to see if it will let me pass the NPE. But I am getting the same NPE. I tried a few different way for the command but all of them arrive to NPE:
mvn install -D"java.class.path=/home/zchen" mvn install -D"java.class.path"="/home/zchen" mvn install -Djava.class.path=/home/zchen Not sure how I can get java.class.path set. Thanks! Zhongming On 5/16/13 11:36 AM, "Daniel Kulp" <[email protected]> wrote: > >On May 16, 2013, at 12:45 PM, zchen <[email protected]> wrote: > >> Is there a way for me I set "java.class.path" in my MVN build? >> >> Or did I miss any new settings that required by 2.7.1+ ? > >Honestly, I've never seen java.class.path be null. Not sure how that's >happening for you. :-( > >You may be able to set it as a system property passed to maven, not >really sure. > >Dan > > > >> >> Thanks! >> >> >> >> -- >> View this message in context: >>http://cxf.547215.n5.nabble.com/NPE-when-upgrade-cxf-codegen-plugin-from- >>2-3-5-to-2-7-4-tp5727752p5727781.html >> Sent from the cxf-dev mailing list archive at Nabble.com. > >-- >Daniel Kulp >[email protected] - http://dankulp.com/blog >Talend Community Coder - http://coders.talend.com > This E-mail and any of its attachments may contain Time Warner Cable proprietary information, which is privileged, confidential, or subject to copyright belonging to Time Warner Cable. This E-mail is intended solely for the use of the individual or entity to which it is addressed. If you are not the intended recipient of this E-mail, you are hereby notified that any dissemination, distribution, copying, or action taken in relation to the contents of and attachments to this E-mail is strictly prohibited and may be unlawful. If you have received this E-mail in error, please notify the sender immediately and permanently delete the original and any copy of this E-mail and any printout.
