You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-dev@incubator.apache.org by Ketan Bembi <Ke...@infosys.com> on 2012/09/25 09:13:27 UTC

How to Build Entity Framework Project using Npanday

Hi

I am using Npanday 1.5. I have tried to build my project using Npanday. But DLL generated using Npanday has some issue. Because When I replace that DLL with other DLL which is generated by Visual Studio 2010, then my web application runs perfectly.

Have any one build Entity Framework Project using Npanday??

Please tell me What are the steps required to build an entity framework project using Npanday.
Mainly what changes are required to do in POM.xml file???


Thanks & Regards
Ketan Bembi
[Description: Description: Untitled]<si...@infosys.com> IM | [Description: Description: IconEnvelope11] <ma...@infosys.com>  | Infosys Limited


**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely 
for the use of the addressee(s). If you are not the intended recipient, please 
notify the sender by e-mail and delete the original message. Further, you are not 
to copy, disclose, or distribute this e-mail or its contents to any other person and 
any such actions are unlawful. This e-mail may contain viruses. Infosys has taken 
every reasonable precaution to minimize this risk, but is not liable for any damage 
you may sustain as a result of any virus in this e-mail. You should carry out your 
own virus checks before opening the e-mail or attachment. Infosys reserves the 
right to monitor and review the content of all messages sent to or from this e-mail 
address. Messages sent to or from this e-mail address may be stored on the 
Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***

Re: How to Build Entity Framework Project using Npanday

Posted by Lars Corneliussen <me...@lcorneliussen.de>.
Hi, 

I guess you need to use the msbuild-plugin (sadly).
<plugin>
        <groupId>org.apache.npanday.plugins</groupId>
        <artifactId>NPanday.Plugin.Msbuild.JavaBinding</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>compile</goal>
            </goals>
          </execution>
        </executions>
      </plugin>

_
Lars

Am 25.09.2012 um 11:13 schrieb Ketan Bembi <Ke...@infosys.com>:

> Hi
> 
> I am using Npanday 1.5. I have tried to build my project using Npanday. But DLL generated using Npanday has some issue. Because When I replace that DLL with other DLL which is generated by Visual Studio 2010, then my web application runs perfectly.
> 
> Have any one build Entity Framework Project using Npanday??
> 
> Please tell me What are the steps required to build an entity framework project using Npanday.
> Mainly what changes are required to do in POM.xml file???
> 
>  
>  
> Thanks & Regards
> Ketan Bembi
>  IM |  | Infosys Limited
>  
> **************** CAUTION - Disclaimer *****************
> This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely
> for the use of the addressee(s). If you are not the intended recipient, please
> notify the sender by e-mail and delete the original message. Further, you are not
> to copy, disclose, or distribute this e-mail or its contents to any other person and
> any such actions are unlawful. This e-mail may contain viruses. Infosys has taken
> every reasonable precaution to minimize this risk, but is not liable for any damage
> you may sustain as a result of any virus in this e-mail. You should carry out your
> own virus checks before opening the e-mail or attachment. Infosys reserves the
> right to monitor and review the content of all messages sent to or from this e-mail
> address. Messages sent to or from this e-mail address may be stored on the
> Infosys e-mail system.
> ***INFOSYS******** End of Disclaimer ********INFOSYS***