Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re[10]: [higgins-dev] Output directories for higgins projects

I've committed modified ant files generator (see attached .psf) which
you could use to produce build.xml and buildaux.xml for higgins
projects. Perhaps it produces not very nice buildaux.xml files yet but
with regards to build.xml it works better then standard eclipse export
wizard.

In order to use it you need to import project from attached .psf and
put higgins2ant_0.8.0.jar file from build/lib folder to plugins
subfolder of Eclipse runtime and restart Eclipse IDE.

After restart of Eclipse you will see two new options in Eclipse
export wizard:
Higgins Ant buildfiles
Higgins AUX buildfiles


Valery

Thursday, August 2, 2007, 3:47:31 AM, you wrote:

> Valery,

> Okay, I did that for the time being and it builds.  I'll look at
> your eclipse2ant changes when you have them ready.

> Tom

>>>> Valery Kokhan <vkokhan@xxxxxxxxxxxxxx> 8/1/2007 6:05 PM >>>
> Tom,

> It seems to me I know what is the problem there but I need to figure
> out how would be better to fix it.

> For now you can use the latest version of build.xml form CVS but you
> also will need either pass -DECLIPSE_HOME=<> option when you run it or
> change ECLIPSE_HOME property value in build.xml to point to correct
> eclipse location.

> I'd propose not to re-generate build.xml file using standard export to
> ant because it will produce incorrect build file. Tomorrow I'll try
> to commit to higgins CVS repository a bit modified version of eclipse2ant
> generator which must produce more proper build.xml files.

Attachment: higgins2ant.psf
Description: Binary data


Back to the top