Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.0.M2
-
Fix Version/s: 1.1.0.M3
-
Component/s: @ RESOURCES
-
Labels:None
-
Environment:git sha1, 4a18dee4bab1049d4f1de37b0996bed4f5926445,
Apache Maven 2.0.11 (r909250; 2010-02-12 06:55:50+0100)
Java version: 1.6.0_20
Java home: /home/hatim/Dev/jdk1.6.0_20_32/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux" version: "2.6.32-24-generic" arch: "i386" Family: "unix" Ubuntu 10.04 64-bit
git sha1, 4a18dee4bab1049d4f1de37b0996bed4f5926445, Apache Maven 2.0.11 (r909250; 2010-02-12 06:55:50+0100) Java version: 1.6.0_20 Java home: /home/hatim/Dev/jdk1.6.0_20_32/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux" version: "2.6.32-24-generic" arch: "i386" Family: "unix" Ubuntu 10.04 64-bit
Description
To reproduce clean the .m2 repository, clone the roo from a repo, 'mvn clean install' the wrapping and then 'mvn clean install' the root
This only happens the first time. I tag it as major as normal set CI server would fail on first attempt of build
[INFO] Installing org/springframework/roo/org.springframework.roo.shell.osgi/1.1.0.M3/org.springframework.roo.shell.osgi-1.1.0.M3.jar
[INFO] Writing OBR metadata
[INFO] ------------------------------------------------------------------------
[INFO] Building Spring Roo - URL Stream - JDK
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /home/hatim/Latest/roo/url-stream-jdk/target
[INFO] [exec:exec
]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/hatim/Latest/roo/url-stream-jdk/src/main/resources
[INFO] [compiler:compile]
[INFO] Compiling 2 source files to /home/hatim/Latest/roo/url-stream-jdk/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/home/hatim/Latest/roo/url-stream-jdk/src/main/java/org/springframework/roo/url/stream/jdk/ProxyConfigurationCommands.java:[5,36] cannot find symbol
symbol : class CliCommand
location: package org.springframework.roo.shell
/home/hatim/Latest/roo/url-stream-jdk/src/main/java/org/springframework/roo/url/stream/jdk/ProxyConfigurationCommands.java:[6,36] cannot find symbol
symbol : class CommandMarker
location: package org.springframework.roo.shell
/home/hatim/Latest/roo/url-stream-jdk/src/main/java/org/springframework/roo/url/stream/jdk/ProxyConfigurationCommands.java:[18,51] cannot find symbol
symbol: class CommandMarker
public class ProxyConfigurationCommands implements CommandMarker {
/home/hatim/Latest/roo/url-stream-jdk/src/main/java/org/springframework/roo/url/stream/jdk/ProxyConfigurationCommands.java:[20,2] cannot find symbol
symbol : class CliCommand
location: class org.springframework.roo.url.stream.jdk.ProxyConfigurationCommands
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 50 seconds
[INFO] Finished at: Sun Aug 08 00:16:07 CEST 2010
[INFO] Final Memory: 86M/304M
[INFO] ------------------------------------------------------------------------