[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mifos-developer
Subject:    Re: [Mifos-developer] Getting error while trying mvn clean install
From:       mohan krish <mohankrish420 () gmail ! com>
Date:       2013-09-05 10:17:54
Message-ID: CAKZOYDy5sE5Q6088-zuhWQa2qd7NQAzvx=pajqk21MLsDSGqJg () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi,

Thanks for the cmd "mvn -Dmaven.test.skip=true clean package",
now changes too got reflected in the output "mifos.war" file after using
the above command.

Thanks & regards,
mohan.


On 4 September 2013 13:57, Michael Vorburger <mike@vorburger.ch> wrote:

> You could try and check if "mvn -Dmaven.test.skip=true clean package",
> note the added clean, make any difference? That would help only if those
> changes not reflected in WAR are e.g. files you deleted, but are still
> seeing (because they remain in the target/ directory unless you clean). It
> may be something completely different also, it's impossible to tell without
> more details re. what you changed and what's different in the built WAR
> from the workspace.. Best of luck.
> On Sep 4, 2013 7:37 AM, "mohan krish" <mohankrish420@gmail.com> wrote:
> 
> > Hi,
> > 
> > I  have changed few things in mifos 2.6.0 code and its reflected properly
> > when i up mifos inside of eclipse.
> > But my changes were not reflected in the output "mifos.war" file.
> > 
> > I have created the "mifos.war" file using the following command in
> > eclipse workspace located path "E:\mifos\head-2.6.0\mifos-head\" by cmd.
> > 
> > "mvn -Dmaven.test.skip=true package"
> > 
> > kindly help as to fix this problem.
> > 
> > thanks and regards,
> > mohan.
> > 
> > 
> > 
> > 
> > On 30 July 2013 18:05, mohan krish <mohankrish420@gmail.com> wrote:
> > 
> > > Hi Natalia and Michael Vorburger,
> > > 
> > > Thanks for your fast reply ....!
> > > 
> > > As he suggested, i used the following cmd
> > > 
> > > "mvn -Dmaven.test.skip=true package"
> > > 
> > > its working fine, and successfully created the "mifos.war" file.
> > > In the following location
> > > "E:\mifos\head-2.6.0\mifos-head\war\target\mifos.war"
> > > 
> > > kindly find the attached log.
> > > 
> > > thanks & regards,
> > > mohan.
> > > 
> > > 
> > > On 30 July 2013 17:48, Natalia Szprega <nszprega@soldevelo.com> wrote:
> > > 
> > > > Hello Mohan,
> > > > 
> > > > this test may fail also bcause bad java version. You can check your
> > > > current version by command: "java -version". You should have 1.6.0.x. You
> > > > can download it from following page:
> > > > http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html#jdk-6u20-oth-JPR(6u20).
> > > >  
> > > > Regards,
> > > > Natalia
> > > > 
> > > > 
> > > > On 07/30/2013 01:56 PM, Michael Vorburger wrote:
> > > > 
> > > > Mohan, that just a unit test failure, you can tell Maven to ignore that
> > > > by skipping test excecuting using "mvn -Dmaven.test.skip=true package"
> > > > - try it, it should pass and you'll get your WAR.
> > > > 
> > > > BTW: The -Dmaven.test.skip=true is just like on the other thread
> > > > where you've answered Sharanappa (tx BTW; it's nice to see you share
> > > > what you've learnt with others).
> > > > 
> > > > 
> > > > _______________________
> > > > Michael Vorburger
> > > > http://www.vorburger.ch
> > > > 
> > > > 
> > > > On Tue, Jul 30, 2013 at 10:24 AM, mohan krish <mohankrish420@gmail.com>wrote:
> > > > 
> > > > > hi,
> > > > > 
> > > > > I used with the following cmd 'mvn package' in cmd,  but am getting
> > > > > following error while run.
> > > > > kindly find the attachment.
> > > > > 
> > > > > 
> > > > > regards,
> > > > > mohan
> > > > > 
> > > > > 
> > > > > 
> > > > > On 30 July 2013 13:41, Michael Vorburger <mike@vorburger.ch> wrote:
> > > > > 
> > > > > > Mohan, just use 'mvn package' (on a command line, not Eclipse)!
> > > > > > On Jul 30, 2013 8:54 AM, "mohan krish" <mohankrish420@gmail.com>
> > > > > > wrote:
> > > > > > 
> > > > > > > Hi,
> > > > > > > 
> > > > > > > 
> > > > > > > In eclipse i opened the source code, and i made some few minor
> > > > > > > changes in it and
> > > > > > > i tested it in eclipse, its running properly. Now i need to repack
> > > > > > > it into mifos.war file,
> > > > > > > any one help as to repack it in proper way using eclipse.
> > > > > > > 
> > > > > > > 
> > > > > > > Best regards,
> > > > > > > mohan.
> > > > > > > 
> > > > > > > On 13 June 2013 19:14, mohan krish <mohankrish420@gmail.com> wrote:
> > > > > > > 
> > > > > > > > Hi Paweł Reise and Michael Vorburger,
> > > > > > > > 
> > > > > > > > THANK YOU SO MUCH for your help
> > > > > > > > 
> > > > > > > > after replaced my m2e version to
> > > > > > > > 
> > > > > > > > http://download.eclipse.org/technology/m2e/releases/1.0/1.0.100.20110804-1717
> > > > > > > >  
> > > > > > > > as you suggested. its working fine now, i can able to run it in
> > > > > > > > eclipse..
> > > > > > > > 
> > > > > > > > now maven dependency errors were gone and some of few jsp errors
> > > > > > > > "tag not found" like that but its working.
> > > > > > > > 
> > > > > > > > 
> > > > > > > > kindly find the attachments and thanks.
> > > > > > > > 
> > > > > > > > Thanks and regards,
> > > > > > > > mohan
> > > > > > > > 
> > > > > > > > 
> > > > > > > > On 12 June 2013 14:14, Paweł Reise <preise@soldevelo.com> wrote:
> > > > > > > > 
> > > > > > > > > Hello Mohan,
> > > > > > > > > 
> > > > > > > > > Maybe you can try version 1.0 of m2e plugin -
> > > > > > > > > http://download.eclipse.org/technology/m2e/releases/1.0/1.0.100.20110804-1717(note: \
> > > > > > > > > you can get it from download.eclipse.org/technology/m2e/releases/ \
> > > > > > > > > repo in Eclipse (Help->Install New Software) by unchecking "Show \
> > > > > > > > > only the latest versions of available software" option and choosing \
> > > > > > > > > this version). 
> > > > > > > > > I remember It helped me, when I had this kind of errors in Eclipse.
> > > > > > > > > 
> > > > > > > > > Best regards,
> > > > > > > > > Pawel Reise
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > On 06/12/2013 10:36 AM, mohan krish wrote:
> > > > > > > > > 
> > > > > > > > > hi
> > > > > > > > > 
> > > > > > > > > any update on this..?
> > > > > > > > > 
> > > > > > > > > regards,
> > > > > > > > > mohan
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > On 5 June 2013 18:29, mohan krish <mohankrish420@gmail.com> wrote:
> > > > > > > > > 
> > > > > > > > > > hi,
> > > > > > > > > > 
> > > > > > > > > > As per above suggestions i followed this link
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > https://mifosforge.jira.com/wiki/pages/diffpages.action?pageId=7340052&originalId=15433773
> > > > > > > > > >  
> > > > > > > > > > 
> > > > > > > > > > and i installed AspectJ m2e configurator connector (AKA "Maven
> > > > > > > > > > Integration for AJDT") from market place in eclipse
> > > > > > > > > > then i builded once again
> > > > > > > > > > 
> > > > > > > > > > java problems, red mark were disappeared but those remaining  \
> > > > > > > > > > Warnings and JSP problems were there . and mifos-rest
> > > > > > > > > > module still it has red mark error
> > > > > > > > > > 
> > > > > > > > > > maven errors
> > > > > > > > > > 
> > > > > > > > > > 1. *Plugin execution not covered by lifecycle configuration:
> > > > > > > > > > org.codehaus.mojo:aspectj-maven-plugin:1.4:compile (execution: \
> > > > > > > > > >                 default,
> > > > > > > > > > phase: compile)*
> > > > > > > > > > 2. *Plugin execution not covered by lifecycle configuration:
> > > > > > > > > > org.codehaus.mojo:aspectj-maven-plugin:1.4:test-compile \
> > > > > > > > > > (execution: default, phase: test-compile)*
> > > > > > > > > > 
> > > > > > > > > > *The maven errors are still appearing *,even i tried with that
> > > > > > > > > > 9th step show in the above link, but its says "no market place \
> > > > > > > > > > items are avaliable"
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > kindly find the attachments file and help as to fix  errors .
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > regards,
> > > > > > > > > > mohan
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > ------------------------------------------------------------------------------
> > > > > > > > >  This SF.net email is sponsored by Windows:
> > > > > > > > > 
> > > > > > > > > Build for Windows Store.
> > > > > > > > > http://p.sf.net/sfu/windows-dev2dev
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > Mifos-developer mailing listmifos-developer@lists.sourceforge.net
> > > > > > > > > Unsubscribe or change settings \
> > > > > > > > > at:https://lists.sourceforge.net/lists/listinfo/mifos-developer 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > ------------------------------------------------------------------------------
> > > > > > > > >  This SF.net email is sponsored by Windows:
> > > > > > > > > 
> > > > > > > > > Build for Windows Store.
> > > > > > > > > 
> > > > > > > > > http://p.sf.net/sfu/windows-dev2dev
> > > > > > > > > Mifos-developer mailing list
> > > > > > > > > mifos-developer@lists.sourceforge.net
> > > > > > > > > Unsubscribe or change settings at:
> > > > > > > > > https://lists.sourceforge.net/lists/listinfo/mifos-developer
> > > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > ------------------------------------------------------------------------------
> > > > > > >  Get your SQL database under version control now!
> > > > > > > Version control is standard for application code, but databases
> > > > > > > havent
> > > > > > > caught up. So what steps can you take to put your SQL databases under
> > > > > > > version control? Why should you start doing it? Read more to find
> > > > > > > out.
> > > > > > > 
> > > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
> > > > > > >  
> > > > > > > Mifos-developer mailing list
> > > > > > > mifos-developer@lists.sourceforge.net
> > > > > > > Unsubscribe or change settings at:
> > > > > > > https://lists.sourceforge.net/lists/listinfo/mifos-developer
> > > > > > > 
> > > > > > 
> > > > > > 
> > > > > > ------------------------------------------------------------------------------
> > > > > >  Get your SQL database under version control now!
> > > > > > Version control is standard for application code, but databases havent
> > > > > > caught up. So what steps can you take to put your SQL databases under
> > > > > > version control? Why should you start doing it? Read more to find out.
> > > > > > 
> > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
> > > > > >  Mifos-developer mailing list
> > > > > > mifos-developer@lists.sourceforge.net
> > > > > > Unsubscribe or change settings at:
> > > > > > https://lists.sourceforge.net/lists/listinfo/mifos-developer
> > > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > ------------------------------------------------------------------------------
> > > > >  Get your SQL database under version control now!
> > > > > Version control is standard for application code, but databases havent
> > > > > caught up. So what steps can you take to put your SQL databases under
> > > > > version control? Why should you start doing it? Read more to find out.
> > > > > 
> > > > > http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
> > > > > Mifos-developer mailing list
> > > > > mifos-developer@lists.sourceforge.net
> > > > > Unsubscribe or change settings at:
> > > > > https://lists.sourceforge.net/lists/listinfo/mifos-developer
> > > > > 
> > > > 
> > > > 
> > > > 
> > > > ------------------------------------------------------------------------------
> > > >  Get your SQL database under version control now!
> > > > Version control is standard for application code, but databases havent
> > > > caught up. So what steps can you take to put your SQL databases under
> > > > version control? Why should you start doing it? Read more to find \
> > > > out.http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
> > > >  
> > > > 
> > > > 
> > > > Mifos-developer mailing listmifos-developer@lists.sourceforge.net
> > > > Unsubscribe or change settings \
> > > > at:https://lists.sourceforge.net/lists/listinfo/mifos-developer 
> > > > 
> > > > --
> > > > MifCloud support
> > > > 
> > > > Website: www.mifcloud.com
> > > > Facebook: www.facebook.com/MifCloud
> > > > Twitter: www.twitter.com/mif_cloud
> > > > Email: support@mifcloud.com
> > > > 
> > > > 
> > > > 
> > > > ------------------------------------------------------------------------------
> > > >  Get your SQL database under version control now!
> > > > Version control is standard for application code, but databases havent
> > > > caught up. So what steps can you take to put your SQL databases under
> > > > version control? Why should you start doing it? Read more to find out.
> > > > 
> > > > http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
> > > > Mifos-developer mailing list
> > > > mifos-developer@lists.sourceforge.net
> > > > Unsubscribe or change settings at:
> > > > https://lists.sourceforge.net/lists/listinfo/mifos-developer
> > > > 
> > > 
> > > 
> > 
> > 
> > ------------------------------------------------------------------------------
> > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> > Discover the easy way to master current and previous Microsoft
> > technologies
> > and advance your career. Get an incredible 1,500+ hours of step-by-step
> > tutorial videos with LearnDevNow. Subscribe today and save!
> > 
> > http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> > 
> > Mifos-developer mailing list
> > mifos-developer@lists.sourceforge.net
> > Unsubscribe or change settings at:
> > https://lists.sourceforge.net/lists/listinfo/mifos-developer
> > 
> 
> 
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> Mifos-developer mailing list
> mifos-developer@lists.sourceforge.net
> Unsubscribe or change settings at:
> https://lists.sourceforge.net/lists/listinfo/mifos-developer
> 


[Attachment #5 (text/html)]

<div dir="ltr"><div><div><div>Hi,<br><br></div>Thanks for the cmd  &quot;mvn  \
-Dmaven.test.skip=true clean package&quot;, <br>now changes too got reflected in the \
output &quot;mifos.war&quot; file after using the above command.<br> \
</div><br></div>Thanks &amp; regards,<br>mohan.<br></div><div \
class="gmail_extra"><br><br><div class="gmail_quote">On 4 September 2013 13:57, \
Michael Vorburger <span dir="ltr">&lt;<a href="mailto:mike@vorburger.ch" \
target="_blank">mike@vorburger.ch</a>&gt;</span> wrote:<br> <blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><p dir="ltr">You could try and check if &quot;mvn  \
-Dmaven.test.skip=true  clean package&quot;, note the added clean, make any \
difference? That would help only if those changes not reflected in WAR are e.g. files \
you deleted, but are still seeing (because they remain in the target/ directory \
unless you clean). It may be something completely different also, it&#39;s impossible \
to tell without more details re. what you changed and what&#39;s different in the \
built WAR from the workspace.. Best of luck. </p>


<div class="gmail_quote"><div><div class="h5">On Sep 4, 2013 7:37 AM, &quot;mohan \
krish&quot; &lt;<a href="mailto:mohankrish420@gmail.com" \
target="_blank">mohankrish420@gmail.com</a>&gt; wrote:<br type="attribution"></div> \
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div><div class="h5"> <div \
dir="ltr"><div>Hi,<br><br></div><div>I   have changed few things in mifos 2.6.0 code \
and its reflected properly when i up mifos inside of eclipse.<br></div><div>But my \
changes were not reflected in the output &quot;mifos.war&quot; file.<br>


<br></div><div>I have created the &quot;mifos.war&quot; file using the following \
command in <br>eclipse workspace located path \
&quot;E:\mifos\head-2.6.0\mifos-head\&quot; by cmd.<br><br>&quot;mvn  <span \
style="font-family:Arial,Helvetica,sans-serif;font-size:13px">-Dmaven.test.skip=true  \
package</span>&quot;<br>


<br></div><div>kindly help as to fix this problem.<br><br></div><div>thanks and \
regards,<br></div><div>mohan.<br></div><div><br><br></div></div><div \
class="gmail_extra"><br><br><div class="gmail_quote">On 30 July 2013 18:05, mohan \
krish <span dir="ltr">&lt;<a href="mailto:mohankrish420@gmail.com" \
target="_blank">mohankrish420@gmail.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr"><div><div>Hi Natalia and Michael \
Vorburger,<br><br></div>Thanks for your fast reply ....!<br><br></div>

As he suggested, i used the following cmd<br>
<div><div><div><div><div><div><br>&quot;mvn  <span \
style="font-family:Arial,Helvetica,sans-serif;font-size:13px">-Dmaven.test.skip=true  \
package</span>&quot;<br> <br></div><div>its working fine, and successfully created \
the &quot;mifos.war&quot; file.<br></div><div>In the following location \
&quot;E:\mifos\head-2.6.0\mifos-head\war\target\mifos.war&quot;<br><br></div><div>kindly \
find the attached log.<br>



</div><div><br></div><div>thanks &amp; \
regards,<br></div><div>mohan.<br></div></div></div></div></div></div></div><div><div><div \
class="gmail_extra"><br><br><div class="gmail_quote">On 30 July 2013 17:48, Natalia \
Szprega <span dir="ltr">&lt;<a href="mailto:nszprega@soldevelo.com" \
target="_blank">nszprega@soldevelo.com</a>&gt;</span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex">  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    Hello Mohan,<br>
    <br>
    this test may fail also bcause bad java version. You can check your
    current version by command: &quot;java -version&quot;. You should have
    1.6.0.x. You can download it from following page:
<a href="http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html#jdk-6u20-oth-JPR" \
target="_blank">http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html#jdk-6u20-oth-JPR</a>
  (6u20).<br>
    <br>
    Regards,<br>
    Natalia<div><div><br>
    <br>
    <div>On 07/30/2013 01:56 PM, Michael
      Vorburger wrote:<br>
    </div>
    <blockquote type="cite">
      <div dir="ltr">Mohan, that just a unit test failure, you can tell
        Maven to ignore that by skipping test excecuting using &quot;mvn  <span \
style="font-family:Arial,Helvetica,sans-serif;font-size:13px">-Dmaven.test.skip=true  \
                package&quot;
          - try it, it should pass and you&#39;ll get your WAR.</span>
        <div>
          <span style="font-family:Arial,Helvetica,sans-serif;font-size:13px"><br>
          </span></div>
        <div><span style="font-family:Arial,Helvetica,sans-serif;font-size:13px">BTW:
            The  </span><span \
style="font-family:Arial,Helvetica,sans-serif;font-size:12.800000190734863px">-Dmaven.test.skip=true
                
            is  </span><span \
                style="font-family:Arial,Helvetica,sans-serif;font-size:13px">just
            like on the other thread where you&#39;ve answered  </span><span \
                style="font-family:arial,sans-serif;font-size:12.800000190734863px">Sharanappa
                
            (tx BTW; it&#39;s nice to see you share what you&#39;ve learnt with
            others).</span></div>
      </div>
      <div class="gmail_extra"><br clear="all">
        <div><br>
          _______________________<br>
          Michael Vorburger<br>
          <a href="http://www.vorburger.ch" \
target="_blank">http://www.vorburger.ch</a></div>  <br>
        <br>
        <div class="gmail_quote">On Tue, Jul 30, 2013 at 10:24 AM, mohan
          krish <span dir="ltr">&lt;<a href="mailto:mohankrish420@gmail.com" \
target="_blank">mohankrish420@gmail.com</a>&gt;</span>  wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px \
#ccc solid;padding-left:1ex">  <div dir="ltr">
              <div>
                <div>hi,<br>
                  <br>
                </div>
                I used with the following cmd &#39;mvn package&#39; in cmd,   but
                am getting   following error while run. <br>
                kindly find the attachment.<br>
                <br>
                <br>
              </div>
              <div>regards,<br>
              </div>
              <div>
                mohan<br>
              </div>
              <div><br>
              </div>
            </div>
            <div>
              <div>
                <div class="gmail_extra"><br>
                  <br>
                  <div class="gmail_quote">On 30 July 2013 13:41,
                    Michael Vorburger <span dir="ltr">&lt;<a \
href="mailto:mike@vorburger.ch" target="_blank">mike@vorburger.ch</a>&gt;</span>  \
                wrote:<br>
                    <blockquote class="gmail_quote" style="margin:0 0 0 \
                .8ex;border-left:1px #ccc solid;padding-left:1ex">
                      <p dir="ltr">Mohan, just use &#39;mvn package&#39; (on a
                        command line, not Eclipse)! </p>
                      <div class="gmail_quote">
                        <div>
                          <div>On Jul 30, 2013 8:54 AM, &quot;mohan krish&quot;
                            &lt;<a href="mailto:mohankrish420@gmail.com" \
target="_blank">mohankrish420@gmail.com</a>&gt;  wrote:<br type="attribution">
                          </div>
                        </div>
                        <blockquote class="gmail_quote" style="margin:0 0 0 \
.8ex;border-left:1px #ccc solid;padding-left:1ex">  <div>
                            <div>
                              <div dir="ltr">
                                <div>Hi,<br>
                                  <br>
                                  <br>
                                </div>
                                <div>In eclipse i opened the source
                                  code, and i made some few minor
                                  changes in it and <br>
                                  i tested it in eclipse, its running
                                  properly. Now i need to repack it into
                                  mifos.war file, <br>
                                  any one help as to repack it in proper
                                  way using eclipse.<br>
                                    <br>
                                </div>
                                <div class="gmail_extra"><br>
                                </div>
                                <div class="gmail_extra">Best regards,<br>
                                  mohan.<br>
                                </div>
                                <div class="gmail_extra"><br>
                                  <div class="gmail_quote">On 13 June
                                    2013 19:14, mohan krish <span dir="ltr">&lt;<a \
href="mailto:mohankrish420@gmail.com" \
target="_blank">mohankrish420@gmail.com</a>&gt;</span>  wrote:<br>
                                    <blockquote class="gmail_quote" style="margin:0 0 \
0 .8ex;border-left:1px #ccc solid;padding-left:1ex">  <div dir="ltr">
                                        <div>
                                          <div>Hi <span name="Paweł
                                              Reise">Paweł Reise and </span><span \
name="Paweł Reise"><span name="Michael Vorburger">Michael  Vorburger</span>,<br>
                                              <br>
                                            </span></div>
                                          <span name="Paweł Reise">THANK
                                            YOU SO MUCH </span><span name="Paweł \
Reise">for your  help <br>
                                            <br>
                                          </span></div>
                                        <div><span name="Paweł Reise">after
                                            replaced my m2e version to </span><br>
                                          <a \
href="http://download.eclipse.org/technology/m2e/releases/1.0/1.0.100.20110804-1717" \
target="_blank">http://download.eclipse.org/technology/m2e/releases/1.0/1.0.100.20110804-1717</a><br>





                                          <br>
                                        </div>
                                        <div>as you suggested. its
                                          working fine now, i can able
                                          to run it in eclipse..<br>
                                          <br>
                                        </div>
                                        <div>now maven dependency errors
                                          were gone and some of few jsp
                                          errors &quot;tag not found&quot; like
                                          that but its working. <br>
                                        </div>
                                        <div><br>
                                          <br>
                                          kindly find the attachments
                                          and thanks.<br>
                                        </div>
                                        <div>  <br>
                                        </div>
                                        <div>Thanks and regards,<br>
                                        </div>
                                        <div>mohan<br>
                                        </div>
                                      </div>
                                      <div>
                                        <div>
                                          <div class="gmail_extra"><br>
                                            <br>
                                            <div class="gmail_quote">
                                              On 12 June 2013 14:14,
                                              Paweł Reise <span dir="ltr">&lt;<a \
href="mailto:preise@soldevelo.com" \
target="_blank">preise@soldevelo.com</a>&gt;</span>  wrote:<br>
                                              <blockquote class="gmail_quote" \
                style="margin:0 0 0 .8ex;border-left:1px #ccc \
                solid;padding-left:1ex">
                                                <div bgcolor="#FFFFFF" \
text="#000000">  <div>Hello Mohan,<br>
                                                    <br>
                                                    Maybe you can try
                                                    version 1.0 of m2e
                                                    plugin -  <a \
href="http://download.eclipse.org/technology/m2e/releases/1.0/1.0.100.20110804-1717" \
target="_blank">http://download.eclipse.org/technology/m2e/releases/1.0/1.0.100.20110804-1717</a>
  (note: you can get
                                                    it from <a \
href="http://download.eclipse.org/technology/m2e/releases/" \
target="_blank">download.eclipse.org/technology/m2e/releases/</a>  repo in Eclipse
                                                    (Help-&gt;Install
                                                    New Software) by
                                                    unchecking &quot;Show
                                                    only the latest
                                                    versions of
                                                    available software&quot;
                                                    option and choosing
                                                    this version). <br>
                                                    <br>
                                                    I remember It helped
                                                    me, when I had this
                                                    kind of errors in
                                                    Eclipse.<br>
                                                    <br>
                                                    Best regards,<br>
                                                    Pawel Reise
                                                    <div>
                                                      <div><br>
                                                        <br>
                                                        On 06/12/2013
                                                        10:36 AM, mohan
                                                        krish wrote:<br>
                                                      </div>
                                                    </div>
                                                  </div>
                                                  <blockquote type="cite">
                                                    <div>
                                                      <div>
                                                        <div dir="ltr">
                                                          <div>
                                                          <div>hi <br>
                                                          <br>
                                                          </div>
                                                          any update on
                                                          this..?<br>
                                                          <br>
                                                          </div>
                                                          regards,<br>
                                                          mohan<br>
                                                        </div>
                                                        <div class="gmail_extra"><br>
                                                          <br>
                                                          <div class="gmail_quote">On
                                                          5 June 2013
                                                          18:29, mohan
                                                          krish <span \
dir="ltr">&lt;<a href="mailto:mohankrish420@gmail.com" \
target="_blank">mohankrish420@gmail.com</a>&gt;</span>  wrote:<br>
                                                          <blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex">  <div dir="ltr">
                                                          <div>
                                                          <div>hi,<br>
                                                          <br>
                                                          </div>
                                                          <span><font>As
                                                          per above
                                                          suggestions i
                                                          followed this
                                                          link<br>
                                                          <br>
                                                          \
</font></span><span><font><span><br>  <a \
href="https://mifosforge.jira.com/wiki/pages/diffpages.action?pageId=7340052&amp;originalId=15433773" \
target="_blank">https://mifosforge.jira.com/wiki/pages/diffpages.action?pageId=7340052&amp;originalId=15433773</a><br>





                                                          <br>
                                                          <br>
                                                          </span></font></span></div>
                                                          <div><span><font><span>and
                                                          i installed \
</span></font></span><span>AspectJ

                                                          m2e
                                                          configurator
                                                          connector (AKA
                                                          &quot;Maven
                                                          Integration
                                                          for AJDT&quot;)
                                                          from market
                                                          place in
                                                          eclipse <br>
                                                          </span></div>
                                                          <div><span>then
                                                          i builded once
                                                          again <br>
                                                          <br>
                                                          </span></div>
                                                          <div><span>java
                                                          problems, red
                                                          mark were
                                                          disappeared
                                                          but those
                                                          remaining   </span>Warnings
                                                          and JSP
                                                          problems were
                                                          there . and
                                                          mifos-rest <br>
                                                          </div>
                                                          <div> module
                                                          still it has
                                                          red mark error<br>
                                                          <br>
                                                          </div>
                                                          <div>maven
                                                          errors <br>
                                                          </div>
                                                          <div>
                                                          <ol>
                                                          <li><i><span>Plugin
                                                          execution not
                                                          covered by
                                                          lifecycle
                                                          configuration:
                                                          \
org.codehaus.mojo:aspectj-maven-plugin:1.4:compile

                                                          (execution:
                                                          default,
                                                          phase:
                                                          compile)</span></i></li>
                                                          <li><i><span>Plugin
                                                          execution not
                                                          covered by
                                                          lifecycle
                                                          configuration:
                                                          \
org.codehaus.mojo:aspectj-maven-plugin:1.4:test-compile

                                                          (execution:
                                                          default,
                                                          phase:
                                                          \
test-compile)</span></i></li>  </ol>
                                                          <i>The maven
                                                          errors are
                                                          still
                                                          appearing </i>,even
                                                          i tried with
                                                          that 9th step
                                                          show in the
                                                          above link,
                                                          but its says
                                                          &quot;no market
                                                          place items
                                                          are avaliable&quot;<br>
                                                          <br>
                                                          <br>
                                                          </div>
                                                          <div>kindly
                                                          find the
                                                          attachments
                                                          file and help
                                                          as to fix  
                                                          errors .<br>
                                                          </div>
                                                          <div><br>
                                                          <br>
                                                          </div>
                                                          <div>regards,<br>
                                                          mohan<br>
                                                          </div>
                                                          <div><br>
                                                          </div>
                                                          <div><br>
                                                          <br>
                                                          <br>
                                                          </div>
                                                          \
<span><font><span></span></font></span><font><span></span></font></div>  \
</blockquote>  </div>
                                                          <br>
                                                        </div>
                                                        <br>
                                                        <fieldset></fieldset>
                                                        <br>
                                                      </div>
                                                    </div>
                                                    \
<pre>------------------------------------------------------------------------------ \
This SF.net email is sponsored by Windows:

Build for Windows Store.

<a href="http://p.sf.net/sfu/windows-dev2dev" \
target="_blank">http://p.sf.net/sfu/windows-dev2dev</a></pre>  <div> <br>
                                                      <fieldset></fieldset>
                                                      <br>
                                                      <pre>Mifos-developer mailing \
list <a href="mailto:mifos-developer@lists.sourceforge.net" \
target="_blank">mifos-developer@lists.sourceforge.net</a> Unsubscribe or change \
settings at: <a href="https://lists.sourceforge.net/lists/listinfo/mifos-developer" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/mifos-developer</a></pre>
  </div>
                                                  </blockquote>
                                                  <br>
                                                </div>
                                                <br>
------------------------------------------------------------------------------<br>
                                                This SF.net email is
                                                sponsored by Windows:<br>
                                                <br>
                                                Build for Windows Store.<br>
                                                <br>
                                                <a \
href="http://p.sf.net/sfu/windows-dev2dev" \
target="_blank">http://p.sf.net/sfu/windows-dev2dev</a><br>  Mifos-developer mailing
                                                list<br>
                                                <a \
href="mailto:mifos-developer@lists.sourceforge.net" \
target="_blank">mifos-developer@lists.sourceforge.net</a><br>  Unsubscribe or change
                                                settings at:<br>
                                                <a \
href="https://lists.sourceforge.net/lists/listinfo/mifos-developer" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/mifos-developer</a><br>  \
</blockquote>  </div>
                                            <br>
                                          </div>
                                        </div>
                                      </div>
                                    </blockquote>
                                  </div>
                                  <br>
                                </div>
                              </div>
                              <br>
                            </div>
                          </div>
------------------------------------------------------------------------------<br>
                          Get your SQL database under version control
                          now!<br>
                          Version control is standard for application
                          code, but databases havent<br>
                          caught up. So what steps can you take to put
                          your SQL databases under<br>
                          version control? Why should you start doing
                          it? Read more to find out.<br>
                          <a \
href="http://pubads.g.doubleclick.net/gampad/clk?id=49501711&amp;iu=/4140/ostg.clktrk" \
target="_blank">http://pubads.g.doubleclick.net/gampad/clk?id=49501711&amp;iu=/4140/ostg.clktrk</a>
  <div><br>
                            Mifos-developer mailing list<br>
                            <a href="mailto:mifos-developer@lists.sourceforge.net" \
target="_blank">mifos-developer@lists.sourceforge.net</a><br>  Unsubscribe or change \
settings at:<br>  <a \
href="https://lists.sourceforge.net/lists/listinfo/mifos-developer" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/mifos-developer</a><br>  \
</div>  </blockquote>
                      </div>
                      <br>
------------------------------------------------------------------------------<br>
                      Get your SQL database under version control now!<br>
                      Version control is standard for application code,
                      but databases havent<br>
                      caught up. So what steps can you take to put your
                      SQL databases under<br>
                      version control? Why should you start doing it?
                      Read more to find out.<br>
                      <a \
href="http://pubads.g.doubleclick.net/gampad/clk?id=49501711&amp;iu=/4140/ostg.clktrk" \
target="_blank">http://pubads.g.doubleclick.net/gampad/clk?id=49501711&amp;iu=/4140/ostg.clktrk</a><br>
  Mifos-developer mailing list<br>
                      <a href="mailto:mifos-developer@lists.sourceforge.net" \
target="_blank">mifos-developer@lists.sourceforge.net</a><br>  Unsubscribe or change \
settings at:<br>  <a \
href="https://lists.sourceforge.net/lists/listinfo/mifos-developer" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/mifos-developer</a><br>  \
</blockquote>  </div>
                  <br>
                </div>
              </div>
            </div>
            <br>
------------------------------------------------------------------------------<br>
            Get your SQL database under version control now!<br>
            Version control is standard for application code, but
            databases havent<br>
            caught up. So what steps can you take to put your SQL
            databases under<br>
            version control? Why should you start doing it? Read more to
            find out.<br>
            <a href="http://pubads.g.doubleclick.net/gampad/clk?id=49501711&amp;iu=/4140/ostg.clktrk" \
target="_blank">http://pubads.g.doubleclick.net/gampad/clk?id=49501711&amp;iu=/4140/ostg.clktrk</a><br>
  Mifos-developer mailing list<br>
            <a href="mailto:mifos-developer@lists.sourceforge.net" \
target="_blank">mifos-developer@lists.sourceforge.net</a><br>  Unsubscribe or change \
settings at:<br>  <a \
href="https://lists.sourceforge.net/lists/listinfo/mifos-developer" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/mifos-developer</a><br>  \
</blockquote>  </div>
        <br>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      <pre>------------------------------------------------------------------------------
 Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
<a href="http://pubads.g.doubleclick.net/gampad/clk?id=49501711&amp;iu=/4140/ostg.clktrk" \
target="_blank">http://pubads.g.doubleclick.net/gampad/clk?id=49501711&amp;iu=/4140/ostg.clktrk</a></pre>
  <br>
      <fieldset></fieldset>
      <br>
      <pre>Mifos-developer mailing list
<a href="mailto:mifos-developer@lists.sourceforge.net" \
target="_blank">mifos-developer@lists.sourceforge.net</a> Unsubscribe or change \
settings at: <a href="https://lists.sourceforge.net/lists/listinfo/mifos-developer" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/mifos-developer</a></pre>
  </blockquote>
    <br>
    </div></div><span><font color="#888888"><pre cols="72">-- 
MifCloud support

Website: <a href="http://www.mifcloud.com" target="_blank">www.mifcloud.com</a>
Facebook: <a href="http://www.facebook.com/MifCloud" \
                target="_blank">www.facebook.com/MifCloud</a>
Twitter: <a href="http://www.twitter.com/mif_cloud" \
                target="_blank">www.twitter.com/mif_cloud</a>
Email: <a href="mailto:support@mifcloud.com" \
target="_blank">support@mifcloud.com</a></pre>  </font></span></div>

<br>------------------------------------------------------------------------------<br>
 Get your SQL database under version control now!<br>
Version control is standard for application code, but databases havent<br>
caught up. So what steps can you take to put your SQL databases under<br>
version control? Why should you start doing it? Read more to find out.<br>
<a href="http://pubads.g.doubleclick.net/gampad/clk?id=49501711&amp;iu=/4140/ostg.clktrk" \
target="_blank">http://pubads.g.doubleclick.net/gampad/clk?id=49501711&amp;iu=/4140/ostg.clktrk</a><br>Mifos-developer \
mailing list<br>




<a href="mailto:mifos-developer@lists.sourceforge.net" \
target="_blank">mifos-developer@lists.sourceforge.net</a><br> Unsubscribe or change \
settings at:<br> <a href="https://lists.sourceforge.net/lists/listinfo/mifos-developer" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/mifos-developer</a><br></blockquote></div><br></div>
 </div></div></blockquote></div><br></div>
<br></div></div>------------------------------------------------------------------------------<br>
 Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!<br>
Discover the easy way to master current and previous Microsoft technologies<br>
and advance your career. Get an incredible 1,500+ hours of step-by-step<br>
tutorial videos with LearnDevNow. Subscribe today and save!<br>
<a href="http://pubads.g.doubleclick.net/gampad/clk?id=58040911&amp;iu=/4140/ostg.clktrk" \
target="_blank">http://pubads.g.doubleclick.net/gampad/clk?id=58040911&amp;iu=/4140/ostg.clktrk</a><div \
class="im"><br>Mifos-developer mailing list<br>


<a href="mailto:mifos-developer@lists.sourceforge.net" \
target="_blank">mifos-developer@lists.sourceforge.net</a><br> Unsubscribe or change \
settings at:<br> <a href="https://lists.sourceforge.net/lists/listinfo/mifos-developer" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/mifos-developer</a><br></div></blockquote></div>
 <br>------------------------------------------------------------------------------<br>
 Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!<br>
Discover the easy way to master current and previous Microsoft technologies<br>
and advance your career. Get an incredible 1,500+ hours of step-by-step<br>
tutorial videos with LearnDevNow. Subscribe today and save!<br>
<a href="http://pubads.g.doubleclick.net/gampad/clk?id=58040911&amp;iu=/4140/ostg.clktrk" \
target="_blank">http://pubads.g.doubleclick.net/gampad/clk?id=58040911&amp;iu=/4140/ostg.clktrk</a><br>Mifos-developer \
mailing list<br>

<a href="mailto:mifos-developer@lists.sourceforge.net">mifos-developer@lists.sourceforge.net</a><br>
 Unsubscribe or change settings at:<br>
<a href="https://lists.sourceforge.net/lists/listinfo/mifos-developer" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/mifos-developer</a><br></blockquote></div><br></div>




------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk

Mifos-developer mailing list
mifos-developer@lists.sourceforge.net
Unsubscribe or change settings at:
https://lists.sourceforge.net/lists/listinfo/mifos-developer

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic