Hello All, I've been trying to build ODE but for some (uknown) reason I keep getting a build Error. I have installed XAMPP(Apache), Tomcat, Jdk 1.5.0_10, Maven 2.0.4. These tools are installed and cofigured. I have checked out the source( using Tortoise SVN) in a directory named *ODE *( residing in *My Documents *folder). Now from my command prompt I type in the following command to build ODE
C:\Documents and Settings\Administrator\My Documents\ODE>mvn install As soon as above command finishes it's work, it gives me the message which is attached at the bottom of this email( after the dotted line under my name). I hope somebody would be able to figure out what the problem really is. Please suggest what should I do to build ODE successfully? How can avoid Build Failures? Please note that I am on Windows XP. I only have installed XAMPP, Tom Cat, jdk 1.5 and maven 2.0.4. Also note that I don't have Eclipse installed on my system. Do you think I will have to install Eclipse in time to come if I intend to work on ODE for some time? Anyhow please let me know as to how can I successfully build the ODE. Any help in this regard is highly appreciated. Regards, Johansson ------------------------------------------------------------- --- [INFO] Building ODE :: Process Configuration Store [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------- --- [WARNING] POM for 'xstream:xstream:pom:1.2:compile' is invalid. It will be ignor ed for artifact resolution. Reason: Not a v4.0.0 POM. [INFO] [xdoclet:xdoclet {execution: default}] [INFO] Initializing DocletTasks!!! [INFO] Executing tasks Dec 15, 2006 2:27:14 PM xdoclet.XDocletMain start INFO: Running <hibernate/> WARNING: Some classes refer to other classes that were not found among the sourc es or on the classpath. (Perhaps the referred class doesn't exist? Hasn't been generated yet?) The referring classes do not import any fully qualified classes matchin g these classes. Since at least one package is imported, it is impossible for xjavadoc t o figure out what package the referred classes belong to. The classes are: C:\Documents and Settings\Administrator\My Documents\ODE\bpel-store\src\main\jav a\org\apache\ode\store\ProcessStoreImpl.java --> ProcessStore qualified to org.a pache.ode.store.ProcessStore C:\Documents and Settings\Administrator\My Documents\ODE\bpel-store\src\main\jav a\org\apache\ode\store\ProcessStoreImpl.java --> Callable qualified to org.apach e.ode.store.Callable [INFO] Executed tasks [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [WARNING] POM for 'xstream:xstream:pom:1.2:compile' is invalid. It will be ignor ed for artifact resolution. Reason: Not a v4.0.0 POM. [INFO] [compiler:compile] Compiling 1 source file to C:\Documents and Settings\Administrator\My Documents\ ODE\bpel-store\target\classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure C:\Documents and Settings\Administrator\My Documents\ODE\bpel-store\src\main\jav a\org\apache\ode\store\ProcessStoreImpl.java:[88,18] cannot find symbol symbol : constructor DbConfStoreConnectionFactory(javax.sql.DataSource ,boolean, java.lang.String) location: class org.apache.ode.store.hib.DbConfStoreConnectionFactory C:\Documents and Settings\Administrator\My Documents\ODE\bpel-store\src\main\jav a\org\apache\ode\store\ProcessStoreImpl.java:[97,18] cannot find symbol symbol : constructor DbConfStoreConnectionFactory( org.hsqldb.jdbc.jdbcDataSourc e,boolean,<nulltype>) location: class org.apache.ode.store.hib.DbConfStoreConnectionFactory [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.BuildFailureException: Compilation failure at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals (Defa ultLifecycleExecutor.java:555) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi fecycle(DefaultLifecycleExecutor.java:475) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal (Defau ltLifecycleExecutor.java:454) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan dleFailures(DefaultLifecycleExecutor.java:306) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen ts(DefaultLifecycleExecutor.java:273) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute (DefaultLi fecycleExecutor.java:140) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java :315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java :430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation fail ure at org.apache.maven.plugin.AbstractCompilerMojo.execute (AbstractCompiler Mojo.java:505) at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java :111) at org.apache.maven.plugin.DefaultPluginManager.executeMojo (DefaultPlugi nManager.java:412) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals (Defa ultLifecycleExecutor.java:534) ... 16 more [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 minute 18 seconds [INFO] Finished at: Fri Dec 15 14:27:15 GMT+05:00 2006 [INFO] Final Memory: 16M/32M [INFO] ------------------------------------------------------------------------