Skip to main content

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

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.

-- 
Thanks,

Valery

Wednesday, August 1, 2007, 6:44:11 PM, you wrote:

> Sure, I assumed you would see the same error I do when I run the
> ant build scripts.  I run them from within Eclipse using the Ant
> view.  Looks like some sort of recursive environment problem:

> Buildfile: 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\build\bin
> -version:
> -init:
> -override_e:
> -override_n:
> Overriding previous definition of reference to Plug-in Dependencies.libraryclasspath
> -override:
> -compile-subprojects:
> init:
> -version:
> -init:
> -override:
> Overriding previous definition of reference to Plug-in Dependencies.libraryclasspath
> -compile-subprojects:
> -compile-project:
> compile:
> init:
> -version:
> -init:
> -override:
> Overriding previous definition of reference to Plug-in Dependencies.libraryclasspath
> -compile-subprojects:

> BUILD FAILED
> C:\Documents and
> Settings\Administrator\higgins\org.eclipse.higgins.idas.cp.jndi\buildaux.xml:117:
> The following error occurred while executing this line:
> C:\Documents and
> Settings\Administrator\higgins\org.eclipse.higgins.configuration.common\buildaux.xml:112:
> The following error occurred while executing this line:
> java.io.FileNotFoundException: C:\Documents and
> Settings\Administrator\higgins\org.eclipse.higgins.configuration.common\${org.eclipse.higgins.configuration.api.location}\build.xml
> (The system cannot find the path specified)

> Total time: 1 second

> Tom

>>>> Valery Kokhan <vkokhan@xxxxxxxxxxxxxx> 8/1/2007 5:52 AM >>>
> Tom,

> I can only guess what kind of problem do you have. It could really
> help if you provide more information on what error do you have.

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


Back to the top