Re: [morph-developer] Ant/Ivy build
Brought to you by:
orangeherbert,
sgarlatm
From: Matt S. <mat...@sp...> - 2009-10-20 18:04:16
|
It turns out I was just not specifying my classpath correctly. I also had to manually pull down a copy of ANTLR and put that on the classpath. Thanks! Matt On Tue, Oct 20, 2009 at 11:48 AM, Matt Benson <gud...@ya...> wrote: > Hmm, maybe you're using an Ivy jar pre-2.0? Or, maybe you should make sure > your Eclipse Ant path found the new jar? There may be another Ivy-related > problem you run into after you get this resolved; let me know... > > -Matt B > > --- On Mon, 10/19/09, Matt Sgarlata < > Mat...@wh...> wrote: > > > From: Matt Sgarlata <Mat...@wh...> > > Subject: Re: [morph-developer] Ant/Ivy build > > To: "For developers of Morph itself. NOT for questions." < > mor...@li...> > > Date: Monday, October 19, 2009, 12:20 PM > > Hi Matt B, > > > > I checked in the Locale change I spoke to you about last > > week. Unfortunately, now I'm having trouble figuring > > out how to build Morph. When I try to execute the build I > > get > > > > Buildfile: > > /Users/matthewsgarlata/Eclipse/workspace/Morph/build.xml > > > > ivy-settings: > > compile: > > > > BUILD FAILED > > /Users/matthewsgarlata/Eclipse/workspace/Morph/build.xml:163: > > The following error occurred while executing this line: > > /Users/matthewsgarlata/Eclipse/workspace/Morph/build.xml:93: > > Problem: failed to create task or type > > antlib:org.apache.ivy.ant:retrieve > > > > Cause: The name is undefined. > > Action: Check the spelling. > > Action: Check that any custom tasks/types have been > > declared. > > Action: Check that any <presetdef>/<macrodef> > > declarations have taken place. > > > > > > This appears to be an antlib declaration. > > Action: Check that the implementing library exists in one > > of: > > > > -/Applications/eclipse/plugins/org.apache.ant_1.7.0.v200803061910/lib > > -/Users/matthewsgarlata/.ant/lib > > > > -a directory added on the command line with > > the -lib argument > > > > > > Total time: 302 milliseconds > > > > I placed an Ivy JAR in > > /Applications/eclipse/plugins/org.apache.ant_1.7.0.v200803061910/lib > > but that didn't seem to help. Any ideas? > > > > > > Thanks! > > > > Matt > > > > On Fri, Feb 8, 2008 at 7:54 PM, > > Matt Benson <gud...@ya...> > > wrote: > > > > Matt S: > > > > I have been using Morph's Ivy settings with IvyDE > > in > > > > Eclipse. However, I got so sick of the plugin locking > > > > up Eclipse that I was forced to upgrade to the > > > > development versions of Ivy and IvyDE locally. I have > > > > just checked in changes to Composite and Morph for the > > > > minor modifications needed to use Ivy 2.0beta. I'm > > > > not sure if you've been using any of this stuff, so > > > > let me know what if anything you need to know from me > > > > if you are. > > > > > > > > Thanks and sorry for any breakage, > > > > Matt B > > > > > > > > > > > > > > > ____________________________________________________________________________________ > > > > Looking for last minute shopping deals? > > > > Find them fast with Yahoo! Search. > http://tools.search.yahoo.com/newsearch/category.php?category=shopping > > > > > > > > ------------------------------------------------------------------------- > > > > This SF.net email is sponsored by: Microsoft > > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > > _______________________________________________ > > > > morph-developer mailing list > > > > mor...@li... > > > > https://lists.sourceforge.net/lists/listinfo/morph-developer > > > > > > > > > > -- > > This message is intended only for the named recipient. If > > you are not the intended recipient, you are notified that > > disclosing, copying, distributing, or taking any action in > > reliance on the contents of this information is strictly > > prohibited. > > > > > > > > -----Inline Attachment Follows----- > > > > > ------------------------------------------------------------------------------ > > Come build with us! The BlackBerry(R) Developer Conference > > in SF, CA > > is the only developer event you need to attend this year. > > Jumpstart your > > developing skills, take BlackBerry mobile applications to > > market and stay > > ahead of the curve. Join us from November 9 - 12, 2009. > > Register now! > > http://p.sf.net/sfu/devconference > > -----Inline Attachment Follows----- > > > > _______________________________________________ > > morph-developer mailing list > > mor...@li... > > https://lists.sourceforge.net/lists/listinfo/morph-developer > > > > > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > morph-developer mailing list > mor...@li... > https://lists.sourceforge.net/lists/listinfo/morph-developer > -- This message is intended only for the named recipient. If you are not the intended recipient, you are notified that disclosing, copying, distributing, or taking any action in reliance on the contents of this information is strictly prohibited. |