On Wed, May 19, 2010 at 4:11 PM, Crissman, Dennis <[email protected]> wrote: > I was able to get past the error message, I will continue to play around and > let you know if I run into any other issues. > > One thing I did notice though, when I attempted to re-package the > application, the ace-target-devgateway-0.8.0-SNAPSHOT-distribution.zip and > ace-target-devserver-0.8.0-SNAPSHOT-distribution.zip files were not getting > updated also. I manually navigated to their respective target directories > and cleaned and packaged them and they worked just fine. Possibly a missing > step? It worked before, so uncertain what may have changed.
Well, what are you doing exactly ? Those targets projects are using the standard maven assembly plugin. Though, those are not included in the standard profile (currently called release, active by default) when doing a mvn clean install on the root folder. For targets being build, you might want to use the targets profile like so: mvn -Ptargets mvn clean install > > Anyway, thank you for looking into these issues. > > -Dennis > > On 5/18/10 4:56 PM, "Marcel Offermans" <[email protected]> wrote: > >> On May 18, 2010, Crissman, Dennis wrote: >> >>> I pulled down the POM change and re-packaged. It looks like I am getting the >>> same, or at least similar, error messages as before. See attached for >>> details. >> >> Ok, I got everything running again here. Let me know if it works for you too >> now. >> >> Greetings, Marcel >> >> >> > > > > > > -- > The sender of this email subscribes to Perimeter E-Security's email > anti-virus service. This email has been scanned for malicious code and is > believed to be virus free. For more information on email security please > visit: http://www.perimeterusa.com/services/messaging > This communication is confidential, intended only for the named recipient(s) > above and may contain trade secrets or other information that is exempt from > disclosure under applicable law. Any use, dissemination, distribution or > copying of this communication by anyone other than the named recipient(s) is > strictly prohibited. If you have received this communication in error, please > delete the email and immediately notify our Command Center at 203-541-3444. > > Thanks > -- Toni Menzel Independent Software Developer Professional Profile: http://okidokiteam.com [email protected] http://www.ops4j.org - New Energy for OSS Communities - Open Participation Software.
