Skip to main content

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

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.



Back to the top