You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hivemind.apache.org by "James Carman (JIRA)" <hi...@jakarta.apache.org> on 2005/05/04 18:09:08 UTC

[jira] Resolved: (HIVEMIND-113) Examples won't compile

     [ http://issues.apache.org/jira/browse/HIVEMIND-113?page=all ]
     
James Carman resolved HIVEMIND-113:
-----------------------------------

     Resolution: Fixed
    Fix Version: 1.1

> Examples won't compile
> ----------------------
>
>          Key: HIVEMIND-113
>          URL: http://issues.apache.org/jira/browse/HIVEMIND-113
>      Project: HiveMind
>         Type: Bug
>   Components: examples
>     Versions: 1.1
>  Environment: OSX 10.3
> Java 1.3
> Ant 1.6.2
>     Reporter: Loren Rosen
>     Assignee: James Carman
>      Fix For: 1.1

>
> run 'ant compile' in the examples directory of a clean HiveMind 1.1 beta 1 install.
> This fails since it can't find the hivemind jar itself. (It apparently expects it to be in the target subdirectory, not in the release root directory. The compile succeeded after I made the target subdirectory by hand and copied the jar file into it).
> Buildfile: build.xml
> compile-dependencies:
>     [mkdir] Created dir: /opt/hivemind-1.1-beta-1/ext-package/lib
> -display-download-warning:
>      [echo] 
>      [echo] **************************************************************************************************
>      [echo] *                                                                                                *
>      [echo] *                             D O W N L O A D   W A R N I N G                                    *
>      [echo] *                                                                                                *
>      [echo] * Dependent libraries will be downloaded.  These are NOT necessarily downloaded from apache.org, *  
>      [echo] * and may use other licences besides the Apache Software License. Dependencies will use an       *
>      [echo] * open-source license compatible with the ASL, such as Berkeley Software Distribution (BSD) or   *
>      [echo] * Mozilla Public License (MPL).                                                                  *
>      [echo] *                                                                                                *
>      [echo] **************************************************************************************************
>     [input] Enter 'continue' to continue with the build:(continue)
>     [input] Enter 'continue' to continue with the build:(continue)
>     [input] Enter 'continue' to continue with the build:(continue)
> continue
>     [mkdir] Created dir: /opt/hivemind-1.1-beta-1/hivebuild/target/classes
>     [javac] Compiling 1 source file to /opt/hivemind-1.1-beta-1/hivebuild/target/classes
>   [grabber] Downloading http://www.ibiblio.org/maven/geronimo-spec/jars/geronimo-spec-ejb-1.0-M1.jar to /opt/hivemind-1.1-beta-1/ext-package/lib/geronimo-spec-ejb-1.0-M1.jar
>     [mkdir] Created dir: /opt/hivemind-1.1-beta-1/examples/target/module-lib/compile/geronimo-spec-ejb
>      [copy] Copying 1 file to /opt/hivemind-1.1-beta-1/examples/target/module-lib/compile/geronimo-spec-ejb
>      [copy] Copying /opt/hivemind-1.1-beta-1/ext-package/lib/geronimo-spec-ejb-1.0-M1.jar to /opt/hivemind-1.1-beta-1/examples/target/module-lib/compile/geronimo-spec-ejb/geronimo-spec-ejb-1.0-M1.jar
> -display-download-warning:
>   [grabber] Downloading http://www.ibiblio.org/maven/springframework/jars/spring-full-1.0.1.jar to /opt/hivemind-1.1-beta-1/ext-package/lib/spring-full-1.0.1.jar
>     [mkdir] Created dir: /opt/hivemind-1.1-beta-1/examples/target/module-lib/compile/spring-full
>      [copy] Copying 1 file to /opt/hivemind-1.1-beta-1/examples/target/module-lib/compile/spring-full
>      [copy] Copying /opt/hivemind-1.1-beta-1/ext-package/lib/spring-full-1.0.1.jar to /opt/hivemind-1.1-beta-1/examples/target/module-lib/compile/spring-full/spring-full-1.0.1.jar
> -display-download-warning:
>   [grabber] Downloading http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.3.jar to /opt/hivemind-1.1-beta-1/ext-package/lib/commons-logging-1.0.3.jar
>     [mkdir] Created dir: /opt/hivemind-1.1-beta-1/examples/target/module-lib/compile/commons-logging
>      [copy] Copying 1 file to /opt/hivemind-1.1-beta-1/examples/target/module-lib/compile/commons-logging
>      [copy] Copying /opt/hivemind-1.1-beta-1/ext-package/lib/commons-logging-1.0.3.jar to /opt/hivemind-1.1-beta-1/examples/target/module-lib/compile/commons-logging/commons-logging-1.0.3.jar
> -display-download-warning:
>   [grabber] Downloading http://www.ibiblio.org/maven/log4j/jars/log4j-1.2.7.jar to /opt/hivemind-1.1-beta-1/ext-package/lib/log4j-1.2.7.jar
>     [mkdir] Created dir: /opt/hivemind-1.1-beta-1/examples/target/module-lib/run/log4j
>      [copy] Copying 1 file to /opt/hivemind-1.1-beta-1/examples/target/module-lib/run/log4j
>      [copy] Copying /opt/hivemind-1.1-beta-1/ext-package/lib/log4j-1.2.7.jar to /opt/hivemind-1.1-beta-1/examples/target/module-lib/run/log4j/log4j-1.2.7.jar
> -display-download-warning:
>   [grabber] Downloading http://www.ibiblio.org/maven/javassist/jars/javassist-3.0.jar to /opt/hivemind-1.1-beta-1/ext-package/lib/javassist-3.0.jar
>     [mkdir] Created dir: /opt/hivemind-1.1-beta-1/examples/target/module-lib/run/javassist
>      [copy] Copying 1 file to /opt/hivemind-1.1-beta-1/examples/target/module-lib/run/javassist
>      [copy] Copying /opt/hivemind-1.1-beta-1/ext-package/lib/javassist-3.0.jar to /opt/hivemind-1.1-beta-1/examples/target/module-lib/run/javassist/javassist-3.0.jar
> -display-download-warning:
>   [grabber] Downloading http://www.ibiblio.org/maven/oro/jars/oro-2.0.6.jar to /opt/hivemind-1.1-beta-1/ext-package/lib/oro-2.0.6.jar
>     [mkdir] Created dir: /opt/hivemind-1.1-beta-1/examples/target/module-lib/run/oro
>      [copy] Copying 1 file to /opt/hivemind-1.1-beta-1/examples/target/module-lib/run/oro
>      [copy] Copying /opt/hivemind-1.1-beta-1/ext-package/lib/oro-2.0.6.jar to /opt/hivemind-1.1-beta-1/examples/target/module-lib/run/oro/oro-2.0.6.jar
> -display-download-warning:
>   [grabber] Downloading http://www.ibiblio.org/maven/easymock/jars/easymock-1.1.jar to /opt/hivemind-1.1-beta-1/ext-package/lib/easymock-1.1.jar
>     [mkdir] Created dir: /opt/hivemind-1.1-beta-1/examples/target/module-lib/test/easymock
>      [copy] Copying 1 file to /opt/hivemind-1.1-beta-1/examples/target/module-lib/test/easymock
>      [copy] Copying /opt/hivemind-1.1-beta-1/ext-package/lib/easymock-1.1.jar to /opt/hivemind-1.1-beta-1/examples/target/module-lib/test/easymock/easymock-1.1.jar
>     [mkdir] Created dir: /opt/hivemind-1.1-beta-1/examples/target/module-lib/compile/hivemind
> BUILD FAILED
> /opt/hivemind-1.1-beta-1/examples/build.xml:60: The following error occurred while executing this line:
> /opt/hivemind-1.1-beta-1/hivebuild/dependency.xml:162: The following error occurred while executing this line:
> /opt/hivemind-1.1-beta-1/hivebuild/dependency.xml:79: Warning: Could not find file /opt/hivemind-1.1-beta-1/target/hivemind-1.1-beta-1.jar to copy.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-dev-help@jakarta.apache.org