Skip to main content

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

BTW, I see the same exact thing when I run it from the command line ... thus my assumption it will be that way for everyone.

Tom

>>> "Tom Doman" <TDoman@xxxxxxxxxx> 8/1/2007 9:44 AM >>>
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.

-- 
Thanks,

Valery

Wednesday, August 1, 2007, 2:28:42 AM, you wrote:

> With the latest build changes, I cannot get the JNDI CP to build using ant.
> It appears that it has issues with the buildaux.xml changes.

> Tom

>>>> Valery Kokhan <vkokhan@xxxxxxxxxxxxxx> 7/31/2007 2:35 PM >>>
> Yes, you are right with regards to buildaux.xml files and I was going
> to update them along with .classpath and build.xml.

> Actually, I have some ideas on generate buildaux.xml files for our
> projects instead of create them manually. The only problem I see right
> now is how to preserve custom targets and properties if people will
> want to add (or change) something to generated scripts.


_______________________________________________
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