Skip to main content

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

One of the objectives of  building with ant was that it not have dependencies on an eclipse environment.  I don't like the idea of having to set ECLIPSE_HOME to do the ant build.  When people download a source tarball, they ought to be able to build without having to setup an eclipse environment.  Is there an alternative to this?

>>> "Tom Doman" <TDoman@xxxxxxxxxx> 8/1/2007 6:47 PM >>>
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.

--
Thanks,

Valery

Thursday, August 2, 2007, 1:41:37 AM, you wrote:

> Valery,

> I have updated all the dependant projects for the JNDI CP and
> everything seems to build fine except the
> org.eclipse.higgins.idas.cp.jndi.test project.  When run it's script
> with the "build" target I see the following:

> Buildfile: C:\Documents and
> Settings\Administrator\higgins\org.eclipse.higgins.idas.cp.jndi.test\build.xml
> build-subprojects:
> init:
> build-project:
>      [echo] org.eclipse.higgins.configuration.api: C:\Documents and
> Settings\Administrator\higgins\org.eclipse.higgins.configuration.api\build.xml
> init:
> build-project:
>      [echo] org.eclipse.higgins.configuration.common: C:\Documents
> and
> Settings\Administrator\higgins\org.eclipse.higgins.configuration.common\build.xml
> init:
> build-project:
>      [echo] org.eclipse.higgins.idas.api: C:\Documents and
> Settings\Administrator\higgins\org.eclipse.higgins.idas.api\build.xml
> init:
> build-project:
>      [echo] org.eclipse.higgins.idas.common: C:\Documents and
> Settings\Administrator\higgins\org.eclipse.higgins.idas.common\build.xml
> init:
> build-project:
>      [echo] org.eclipse.higgins.configuration.xml: C:\Documents and
> Settings\Administrator\higgins\org.eclipse.higgins.configuration.xml\build.xml
> init:
> build-project:
>      [echo] org.eclipse.higgins.idas.spi: C:\Documents and
> Settings\Administrator\higgins\org.eclipse.higgins.idas.spi\build.xml
> init:
> build-project:
>      [echo] org.eclipse.higgins.util.jscript: C:\Documents and
> Settings\Administrator\higgins\org.eclipse.higgins.util.jscript\build.xml
> init:
> build-project:
>      [echo] org.eclipse.higgins.util.idas.cp: C:\Documents and
> Settings\Administrator\higgins\org.eclipse.higgins.util.idas.cp\build.xml
> init:
> build-project:
>      [echo] org.eclipse.higgins.util.socket: C:\Documents and
> Settings\Administrator\higgins\org.eclipse.higgins.util.socket\build.xml
> init:
> build-project:
>      [echo] org.eclipse.higgins.idas.cp.jndi: C:\Documents and
> Settings\Administrator\higgins\org.eclipse.higgins.idas.cp.jndi\build.xml
> init:
>     [mkdir] Created dir: C:\Documents and
> Settings\Administrator\higgins\org.eclipse.higgins.idas.cp.jndi.test\build\bin
> build-project:
>      [echo] org.eclipse.higgins.idas.cp.jndi.test: C:\Documents and
> Settings\Administrator\higgins\org.eclipse.higgins.idas.cp.jndi.test\build.xml
>     [javac] Compiling 1 source file to C:\Documents and
> Settings\Administrator\higgins\org.eclipse.higgins.idas.cp.jndi.test\build\bin

> BUILD FAILED
> C:\Documents and
> Settings\Administrator\higgins\org.eclipse.higgins.idas.cp.jndi.test\build.xml:202: C:\Eclipse 3.2\plugins not found.

> Total time: 2 seconds

> Am I missing some required eclipse components?

> Tom

>>>> Valery Kokhan <vkokhan@xxxxxxxxxxxxxx> 8/1/2007 11:01 AM >>>
> Have you tried to run it using latest build.xml and buildaux.xml files
> from CVS (including build files for dependent projects)?

> I do not see such problem.

> Also I noticed that you are using old build files for some projects
> (at least for *.configuration.common project) and it looks like it is
> the reason of the problem.


_______________________________________________
higgins-dev mailing list
higgins-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/higgins-dev
_______________________________________________
higgins-dev mailing list
higgins-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/higgins-dev

Back to the top