I'm trying to compile tacos from the svn (tacos-4.0 trunk), and I get 
the following error:

[INFO] 
----------------------------------------------------------------------------
[INFO] Building Tacos Demo
[INFO]    task-segment: [deploy]
[INFO] 
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] Resource directory does not exist: 
/home/maroy/src/euedge/src/tacos/tacos-demo/src/main/resources
[WARNING]
         Artifact commons-logging:commons-logging:jar:1.0.4:provided 
retains local scope 'provided' overriding broader scope 'compile'
         given by a dependency. If this is not intended, modify or 
remove the local scope.

[INFO] [compiler:compile]
[INFO] Compiling 54 source files to 
/home/maroy/src/euedge/src/tacos/tacos-demo/target/classes
[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] Compilation failure

/home/maroy/src/euedge/src/tacos/tacos-demo/src/java/net/sf/tacos/demo/pages/bugs/Bug101.java:[10,26]
 
cannot find symbol
symbol  : class BeanPropertySelectionModel
location: package net.sf.tacos.model

/home/maroy/src/euedge/src/tacos/tacos-demo/src/java/net/sf/tacos/demo/pages/bugs/Bug101.java:[31,19]
 
cannot find symbol
symbol  : class BeanPropertySelectionModel
location: class net.sf.tacos.demo.pages.bugs.Bug101


[INFO] 
------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Compilation failure
         at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:555)
         at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:475)
         at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454)
         at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
         at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
         at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.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(DelegatingMethodAccessorImpl.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 failure
         at 
org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:517)
         at 
org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
         at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
         at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
         ... 16 more
[INFO] 
------------------------------------------------------------------------
[INFO] Total time: 1 minute 54 seconds
[INFO] Finished at: Mon Mar 12 16:11:26 CET 2007
[INFO] Final Memory: 19M/183M
[INFO] 
------------------------------------------------------------------------



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Tacos-devel mailing list
Tacos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to