Re: IvyDE ivy-settings.xml and element

2013-09-27 Thread Greg Amerson
repo and then importing them into my Eclipse dev environment as 'binary' plugins. On Fri, Sep 27, 2013 at 4:57 PM, Nicolas Lalevée wrote: > > Le 27 sept. 2013 à 05:20, Greg Amerson a > écrit : > > > Thanks Stephen for responding. I've opened a ticket ab

Re: IvyDE ivy-settings.xml and element

2013-09-26 Thread Greg Amerson
t makes sense to me. > > - Stephen > > > > - > To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org > For additional commands, e-mail: dev-h...@ant.apache.org > > -- Greg Amerson Liferay Developer Tools Liferay, Inc. www.liferay.com

IvyDE ivy-settings.xml and element

2013-09-24 Thread Greg Amerson
m available to Eclipse OSGi runtime. Any thoughts? -- Greg Amerson Liferay Developer Tools Liferay, Inc. www.liferay.com java.lang.NoClassDefFoundError: org/bouncycastle/openpgp/PGPException at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetD

Re: API of IvyDE

2013-09-02 Thread Greg Amerson
Ah! I can't believe I didn't notice that before. Thanks for the note, I've deleted IvyUtil.java from our plugin now. G On Sat, Aug 31, 2013 at 2:47 AM, Nicolas Lalevée wrote: > > Le 29 août 2013 à 11:00, Greg Amerson a > écrit : > > > Hello Nicolas, > >

Re: API of IvyDE

2013-08-29 Thread Greg Amerson
--- > To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org > For additional commands, e-mail: dev-h...@ant.apache.org > > -- Greg Amerson Liferay Developer Tools Liferay, Inc. www.liferay.com

Re: Configuring the Ivy classpath container (was: IvyDE adopter use-cases)

2013-07-03 Thread Greg Amerson
Oops! I just noticed that the ivy container path already contains the project name, via the first argument, ?project="" so I guess I encode the project name in my own variable it isn't going to be making the situation worse. On Wed, Jul 3, 2013 at 5:43 PM, Greg Amerson wrote:

Re: Configuring the Ivy classpath container (was: IvyDE adopter use-cases)

2013-07-03 Thread Greg Amerson
t; >> query-string encoded path. I have tried several time to make the > classpath > >> entry path more human friendly, but each time things got unstable. > >> The JDT is building the classpath independently of the "building" of the > >&g

Re: Configuring the Ivy classpath container (was: IvyDE adopter use-cases)

2013-07-03 Thread Greg Amerson
to be configured, whereas the files may not be yet > accessible. > Here is an exemple of related issue: > https://issues.apache.org/jira/browse/IVYDE-302 > For this issue this is not dramatic, because it is about the resolve which > is asynchronous and can be relaunch later. But con

Re: Re: Re: IvyDE adopter use-cases

2013-07-03 Thread Greg Amerson
eed something like this ${project_loc}/../../ivy-settings.xml But this doesn't seem to work right now. I'm looking into implementing my own ${sdk_dir} that would map to the correct parent directory and maybe the relative path support wouldn't be required in ResolvedPath. I

Re: Re: IvyDE adopter use-cases

2013-07-02 Thread Greg Amerson
all") > and invoking the execute() method on the command's handler. > > Cheers > Carsten > > > Von:Greg Amerson > An: Ant Developers List > Datum: 02.07.2013 16:24 > Betreff:Re: IvyDE adopter use-cases > > > > Hey Nicolas, >

Re: IvyDE adopter use-cases

2013-07-02 Thread Greg Amerson
Hey Nicolas, Answers inline: On Tue, Jul 2, 2013 at 8:34 PM, Nicolas Lalevée wrote: > Hi Greg, > > Le 2 juil. 2013 à 12:16, Greg Amerson a > écrit : > > > Hello IvyDE developers, > > > > My name is Greg Amerson and I am the project lead for Liferay IDE, which

IvyDE adopter use-cases

2013-07-02 Thread Greg Amerson
Hello IvyDE developers, My name is Greg Amerson and I am the project lead for Liferay IDE, which is a set of Eclipse plugins for Liferay development. In an upcoming version of Liferay Portal, we have integrated the use of Ivy dependency management for plugin projects, e.g. liferay plugins (fancy